Sabre Digital Connect Shop & Book Mock Server

Virtual API for airline shopping, itinerary building, and booking workflows.

This service provides functionality for airlines to present offers, build itineraries, and manage the booking process. It covers the full lifecycle from flight search and fare rules to ancillary selection, passenger management, and payment processing.

Use this hosted mock server to simulate Sabre Digital Connect Shop & Book 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 flight search payloads, fare rule application, ancillary selection logic, passenger data mapping, and booking completion flows, ensuring your application correctly handles Sabre's response structures for complex travel itineraries.

Sabre Digital Connect Shop & Book mock server is up and running!

Use this mock URL as the API base in your code to simulate Sabre Digital Connect Shop & Book responses instantly.

https://sabre-digital-connect.mock.beeceptor.com



Price(2 operations)

{
  "messages": [],
  "itineraryParts": [
    {
      "@type": "ItineraryPart",
      "@id": "1",
      "segments": [
        {
          "@type": "Segment",
          "@id": "2",
          "segmentOfferInformation": {
            "flightsMiles": 857,
            "awardFare": false
          },
          "duration": 130,
          "cabinClass": "Economy",
          "equipment": "73H",
          "flight": {
            "flightNumber": 303,
            "airlineCode": "VA",
            "operatingAirlineCode": "VA",
            "stopAirports": [],
            "departureTerminal": "3",
            "arrivalTerminal": "D"
          },
          "origin": "MEL",
          "destination": "BNE",
          "departure": "2020-10-01T06:00:00",
          "arrival": "2020-10-01T07:10:00",
          "bookingClass": "T",
          "layoverDuration": 0,
          "fareBasis": "TZGW0E",
          "subjectToGovernmentApproval": false
        }
      ],
      "stops": 0,
      "totalDuration": 130,
      "connectionInformations": [],
      "bookingClass": "T",
      "programIDs": [
        "116142"
      ],
      "programCodes": [
        "VAC"
      ]
    }
  ]
}
Query Parameter NameExample
selectFlights*esse qui incididunt aliqua
{
  "messages": [],
  "itineraryParts": [
    {
      "@type": "ItineraryPart",
      "@id": "1",
      "segments": [
        {
          "@type": "Segment",
          "@id": "2",
          "segmentOfferInformation": {
            "flightsMiles": 439,
            "awardFare": false
          },
          "duration": 95,
          "cabinClass": "Economy",
          "equipment": "73H",
          "flight": {
            "flightNumber": 800,
            "airlineCode": "VA",
            "operatingAirlineCode": "VA",
            "stopAirports": [],
            "departureTerminal": "2",
            "arrivalTerminal": "3"
          },
          "origin": "SYD",
          "destination": "MEL",
          "departure": "2020-09-24T06:00:00",
          "arrival": "2020-09-24T07:35:00",
          "bookingClass": "N",
          "layoverDuration": 0,
          "fareBasis": "NZEV0",
          "subjectToGovernmentApproval": false
        }
      ],
      "stops": 0,
      "totalDuration": 95,
      "connectionInformations": [],
      "bookingClass": "N",
      "programIDs": [
        "116142"
      ],
      "programCodes": [
        "VAC"
      ]
    },
    {
      "@type": "ItineraryPart",
      "@id": "3",
      "segments": [
        {
          "@type": "Segment",
          "@id": "4",
          "segmentOfferInformation": {
            "flightsMiles": 857,
            "awardFare": false
          },
          "duration": 130,
          "cabinClass": "Economy",
          "equipment": "73H",
          "flight": {
            "flightNumber": 303,
            "airlineCode": "VA",
            "operatingAirlineCode": "VA",
            "stopAirports": [],
            "departureTerminal": "3",
            "arrivalTerminal": "D"
          },
          "origin": "MEL",
          "destination": "BNE",
          "departure": "2020-09-26T06:00:00",
          "arrival": "2020-09-26T07:10:00",
          "bookingClass": "T",
          "layoverDuration": 0,
          "fareBasis": "TZGW0E",
          "subjectToGovernmentApproval": false
        }
      ],
      "stops": 0,
      "totalDuration": 130,
      "connectionInformations": [],
      "bookingClass": "T",
      "programIDs": [
        "116142"
      ],
      "programCodes": [
        "VAC"
      ]
    },
    {
      "@type": "ItineraryPart",
      "@id": "5",
      "segments": [
        {
          "@type": "Segment",
          "@id": "6",
          "segmentOfferInformation": {
            "flightsMiles": 439,
            "awardFare": false
          },
          "duration": 85,
          "cabinClass": "Economy",
          "equipment": "73H",
          "flight": {
            "flightNumber": 803,
            "airlineCode": "VA",
            "operatingAirlineCode": "VA",
            "stopAirports": [],
            "departureTerminal": "3",
            "arrivalTerminal": "2"
          },
          "origin": "MEL",
          "destination": "SYD",
          "departure": "2020-09-28T06:00:00",
          "arrival": "2020-09-28T07:25:00",
          "bookingClass": "Q",
          "layoverDuration": 0,
          "fareBasis": "QZEV0E",
          "subjectToGovernmentApproval": false
        }
      ],
      "stops": 0,
      "totalDuration": 85,
      "connectionInformations": [],
      "bookingClass": "Q",
      "programIDs": [
        "116142"
      ],
      "programCodes": [
        "VAC"
      ]
    }
  ]
}

Shop Flights(3 operations)

Header NameExample
x-sabre-security-tokenNo example
{
  "cabinClass": "Economy",
  "awardBooking": false,
  "searchType": "BRANDED",
  "promoCodes": [],
  "itineraryParts": [
    {
      "from": {
        "code": "FCO",
        "useNearbyLocations": false
      },
      "to": {
        "code": "MAD",
        "useNearbyLocations": false
      },
      "when": {
        "date": "2020-09-24"
      }
    },
    {
      "from": {
        "code": "MAD",
        "useNearbyLocations": false
      },
      "to": {
        "code": "FCO",
        "useNearbyLocations": false
      },
      "when": {
        "date": "2020-09-25"
      }
    }
  ],
  "passengers": {
    "ADT": 2,
    "CHD": 0,
    "INF": 0
  }
}
{
  "searchResultMetaData": {
    "branded": true,
    "multipleDateResult": true,
    "composedResult": true,
    "interlineRoute": false,
    "contextShopping": false
  },
  "fareFamilies": [
    {
      "brandId": "YL",
      "brandLabel": [
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_GB",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_RS",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_CZ",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_DZ",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_CY",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_US",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_AU",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_MK",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_EG",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_JO",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_IL",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_AM",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_IR",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_EN",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_DK",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_IT",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_AE",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_CA",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_ME",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_LB",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "it_BE",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "it_IT",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "it_AL",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "es_AR",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "de_AT",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "nl_BE",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_BE",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "pt_BR",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "bg_BG",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "zh_CN",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "es_CL",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_FR",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "de_DE",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "el_GR",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "hu_HU",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "he_IL",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "ja_JP",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "ko_KR",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "es_MX",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_MA",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "pl_PL",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "ro_RO",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "ru_RU",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "es_ES",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_CH",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "de_CH",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "nl_NL",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_TN",
          "marketingText": "ECONOMY LIGHT"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "tr_TR",
          "marketingText": "ECONOMY LIGHT"
        }
      ],
      "marketingTexts": [
        {
          "programId": "108925",
          "languageId": "en_AM",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_IT",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_AU",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_ME",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_DZ",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_CY",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_LB",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_CZ",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_GB",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_RS",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_CA",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_MK",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_US",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_AE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_JO",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_EG",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_IL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_EN",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_IR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_DK",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "it_IT",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Bagaglio a mano 1x8kg</p></font><font><p>Miglia</p></font><font><p>PER FAVORE CONTROLLARE LE REGOLE PROMO</p></font><font><p>CAMBIO Y REIMBORSO PUO ESSERE DIVERSO</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "it_AL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Bagaglio a mano 1x8kg</p></font><font><p>Miglia</p></font><font><p>PER FAVORE CONTROLLARE LE REGOLE PROMO</p></font><font><p>CAMBIO Y REIMBORSO PUO ESSERE DIVERSO</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "it_BE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Bagaglio a mano 1x8kg</p></font><font><p>Miglia</p></font><font><p>PER FAVORE CONTROLLARE LE REGOLE PROMO</p></font><font><p>CAMBIO Y REIMBORSO PUO ESSERE DIVERSO</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "es_AR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "de_AT",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "nl_BE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_BE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "pt_BR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "bg_BG",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "zh_CN",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "es_CL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_FR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "de_DE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "el_GR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "hu_HU",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "he_IL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "ja_JP",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "ko_KR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "es_MX",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_MA",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "pl_PL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "ro_RO",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "ru_RU",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "es_ES",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_CH",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "de_CH",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "nl_NL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_TN",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "tr_TR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Miles</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND CAN BE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        }
      ],
      "brandAncillaries": {
        "flightAncillary": []
      },
      "fareFamilyRemarkRPH": 0
    },
    {
      "brandId": "YC",
      "brandLabel": [
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_AU",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_DZ",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_LB",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_GB",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_ME",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_AM",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_MK",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_EG",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_RS",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_JO",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_US",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_IL",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_AE",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_IR",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_DK",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_EN",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_IT",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_CA",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_CZ",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_CY",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "it_AL",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "it_IT",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "it_BE",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "es_AR",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "de_AT",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "nl_BE",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_BE",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "pt_BR",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "bg_BG",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "zh_CN",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "es_CL",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_FR",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "de_DE",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "el_GR",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "hu_HU",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "he_IL",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "ja_JP",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "ko_KR",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "es_MX",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_MA",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "pl_PL",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "ro_RO",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "ru_RU",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "es_ES",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_CH",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "de_CH",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "nl_NL",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_TN",
          "marketingText": "ECONOMY CLASSIC"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "tr_TR",
          "marketingText": "ECONOMY CLASSIC"
        }
      ],
      "marketingTexts": [
        {
          "programId": "108925",
          "languageId": "en_AM",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_IT",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_AU",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_ME",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_DZ",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_CY",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_LB",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_CZ",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_GB",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_RS",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_CA",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_MK",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_US",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_AE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_JO",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_EG",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_IL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_EN",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_IR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_DK",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "it_IT",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Bagaglio a mano 1x8kg</p></font><font><p>Bagaglio in stiva 1x23kg</p></font><font><p>Scelta del posto</p></font><font><p>Miglia</p></font><font><p>Cambio prenotazione consentito con penale</p></font><font><p>Rimborso biglietto con penale</p></font><font><p>PER FAVORE CONTROLLARE LE REGOLE PROMO</p></font><font><p>CAMBIO Y REIMBORSO PUO ESSERE DIVERSO</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "it_AL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Bagaglio a mano 1x8kg</p></font><font><p>Bagaglio in stiva 1x23kg</p></font><font><p>Scelta del posto</p></font><font><p>Miglia</p></font><font><p>Cambio prenotazione consentito con penale</p></font><font><p>Rimborso biglietto con penale</p></font><font><p>PER FAVORE CONTROLLARE LE REGOLE PROMO</p></font><font><p>CAMBIO Y REIMBORSO PUO ESSERE DIVERSO</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "it_BE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Bagaglio a mano 1x8kg</p></font><font><p>Bagaglio in stiva 1x23kg</p></font><font><p>Scelta del posto</p></font><font><p>Miglia</p></font><font><p>Cambio prenotazione consentito con penale</p></font><font><p>Rimborso biglietto con penale</p></font><font><p>PER FAVORE CONTROLLARE LE REGOLE PROMO</p></font><font><p>CAMBIO Y REIMBORSO PUO ESSERE DIVERSO</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "es_AR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "de_AT",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "nl_BE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_BE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "pt_BR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "bg_BG",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "zh_CN",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "es_CL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_FR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "de_DE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "el_GR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "hu_HU",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "he_IL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "ja_JP",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "ko_KR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "es_MX",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_MA",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "pl_PL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "ro_RO",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "ru_RU",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "es_ES",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_CH",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "de_CH",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "nl_NL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_TN",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "tr_TR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change permitted at a fee</p></font><font><p>Ticket refund at a fee</p></font><font><p>PLEASE CHECK THE RULES OF PROMO FARES</p></font><font><p>CHANGE AND REFUND ARE DIFFERENT THAN ABOVE</p></font></FONT></P>"
        }
      ],
      "brandAncillaries": {
        "flightAncillary": []
      },
      "fareFamilyRemarkRPH": 0
    },
    {
      "brandId": "YF",
      "brandLabel": [
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_DK",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_IR",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_IT",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_AE",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_EG",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_IL",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_RS",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_JO",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_AM",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_EN",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_CZ",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_DZ",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_CY",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_US",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_AU",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_MK",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_CA",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_ME",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_GB",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "en_LB",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "it_AL",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "it_IT",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "it_BE",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "es_AR",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "de_AT",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "nl_BE",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_BE",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "pt_BR",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "bg_BG",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "zh_CN",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "es_CL",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_FR",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "de_DE",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "el_GR",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "hu_HU",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "he_IL",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "ja_JP",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "ko_KR",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "es_MX",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_MA",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "pl_PL",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "ro_RO",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "ru_RU",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "es_ES",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_CH",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "de_CH",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "nl_NL",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "fr_TN",
          "marketingText": "ECONOMY FLEX"
        },
        {
          "programId": "108925",
          "programName": "FROM ITALY TO MADRID",
          "programSystemCode": "H",
          "languageId": "tr_TR",
          "marketingText": "ECONOMY FLEX"
        }
      ],
      "marketingTexts": [
        {
          "programId": "108925",
          "languageId": "en_AM",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_IT",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_AU",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_ME",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_DZ",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_CY",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_LB",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_CZ",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_GB",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_RS",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_CA",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_MK",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_US",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_AE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_JO",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_EG",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_IL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_EN",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_IR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "en_DK",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "it_IT",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Bagaglio a mano 1x8kg</p></font><font><p>Bagaglio in stiva 1x23kg</p></font><font><p>Scelta del posto</p></font><font><p>Miglia</p></font><font><p>Cambio prenotazione consentito</p></font><font><p>Rimborso biglietto gratuito</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "it_AL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Bagaglio a mano 1x8kg</p></font><font><p>Bagaglio in stiva 1x23kg</p></font><font><p>Scelta del posto</p></font><font><p>Miglia</p></font><font><p>Cambio prenotazione consentito</p></font><font><p>Rimborso biglietto gratuito</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "it_BE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Bagaglio a mano 1x8kg</p></font><font><p>Bagaglio in stiva 1x23kg</p></font><font><p>Scelta del posto</p></font><font><p>Miglia</p></font><font><p>Cambio prenotazione consentito</p></font><font><p>Rimborso biglietto gratuito</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "es_AR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "de_AT",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "nl_BE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_BE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "pt_BR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "bg_BG",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "zh_CN",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "es_CL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_FR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "de_DE",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "el_GR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "hu_HU",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "he_IL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "ja_JP",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "ko_KR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "es_MX",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_MA",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "pl_PL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "ro_RO",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "ru_RU",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "es_ES",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_CH",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "de_CH",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "nl_NL",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "fr_TN",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        },
        {
          "programId": "108925",
          "languageId": "tr_TR",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Hand baggage 1x8kg</p></font><font><p>Hold baggage 1x23kg</p></font><font><p>Choice of seat</p></font><font><p>Miles</p></font><font><p>Booking change for free</p></font><font><p>Ticket refund for free</p></font></FONT></P>"
        }
      ],
      "brandAncillaries": {
        "flightAncillary": []
      },
      "fareFamilyRemarkRPH": 0
    }
  ],
  "unbundledOffers": [
    [
      {
        "shoppingBasketHashCode": -35819390,
        "brandId": "YL",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "1",
            "segments": [
              {
                "@type": "Segment",
                "@id": "2",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 60,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T14:05:00",
                "arrival": "2020-09-24T16:35:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "Q",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 142,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 298.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 75516951,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "3",
            "segments": [
              {
                "@type": "Segment",
                "@id": "4",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 60,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T14:05:00",
                "arrival": "2020-09-24T16:35:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QTTBPLEU",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "Q",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "identicalOffersRefs": [
          1516911458
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": true,
          "negotiatedType": "OTHER"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 128,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 284.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1516911458,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "5",
            "segments": [
              {
                "@type": "Segment",
                "@id": "6",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 60,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T14:05:00",
                "arrival": "2020-09-24T16:35:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QRCL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "Q",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "identicalOffersRefs": [
          75516951
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 182,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 338.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -411652430,
        "brandId": "YF",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "7",
            "segments": [
              {
                "@type": "Segment",
                "@id": "8",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 60,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T14:05:00",
                "arrival": "2020-09-24T16:35:00",
                "bookingClass": "H",
                "layoverDuration": 0,
                "fareBasis": "HRFL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "H",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 546,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 702.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 275527802,
        "brandId": "YL",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "9",
            "segments": [
              {
                "@type": "Segment",
                "@id": "10",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 64,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T21:20:00",
                "arrival": "2020-09-24T23:50:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "Q",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 142,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 298.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 386864143,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "11",
            "segments": [
              {
                "@type": "Segment",
                "@id": "12",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 64,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T21:20:00",
                "arrival": "2020-09-24T23:50:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QTTBPLEU",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "Q",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "identicalOffersRefs": [
          1828258650
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": true,
          "negotiatedType": "OTHER"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 128,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 284.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1828258650,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "13",
            "segments": [
              {
                "@type": "Segment",
                "@id": "14",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 64,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T21:20:00",
                "arrival": "2020-09-24T23:50:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QRCL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "Q",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "identicalOffersRefs": [
          386864143
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 182,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 338.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -100305238,
        "brandId": "YF",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "15",
            "segments": [
              {
                "@type": "Segment",
                "@id": "16",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 64,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T21:20:00",
                "arrival": "2020-09-24T23:50:00",
                "bookingClass": "H",
                "layoverDuration": 0,
                "fareBasis": "HRFL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "H",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 546,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 702.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1670316597,
        "brandId": "YL",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "17",
            "segments": [
              {
                "@type": "Segment",
                "@id": "18",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 155,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 58,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T08:00:00",
                "arrival": "2020-09-24T10:35:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 155,
            "connectionInformations": [],
            "bookingClass": "Q",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 142,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 298.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1558980256,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "19",
            "segments": [
              {
                "@type": "Segment",
                "@id": "20",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 155,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 58,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T08:00:00",
                "arrival": "2020-09-24T10:35:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QTTBPLEU",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 155,
            "connectionInformations": [],
            "bookingClass": "Q",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "identicalOffersRefs": [
          -117585749
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": true,
          "negotiatedType": "OTHER"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 128,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 284.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -117585749,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "21",
            "segments": [
              {
                "@type": "Segment",
                "@id": "22",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 155,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 58,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T08:00:00",
                "arrival": "2020-09-24T10:35:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QRCL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 155,
            "connectionInformations": [],
            "bookingClass": "Q",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "identicalOffersRefs": [
          -1558980256
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 182,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 338.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -2046149637,
        "brandId": "YF",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "23",
            "segments": [
              {
                "@type": "Segment",
                "@id": "24",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 155,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 58,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T08:00:00",
                "arrival": "2020-09-24T10:35:00",
                "bookingClass": "H",
                "layoverDuration": 0,
                "fareBasis": "HRFL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 155,
            "connectionInformations": [],
            "bookingClass": "H",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 546,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 702.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 210974599,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 7,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "25",
            "segments": [
              {
                "@type": "Segment",
                "@id": "26",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 160,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 7116,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "UX",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T10:30:00",
                "arrival": "2020-09-24T13:10:00",
                "bookingClass": "W",
                "layoverDuration": 0,
                "fareBasis": "WRCL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 160,
            "connectionInformations": [],
            "bookingClass": "W",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 132,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 130.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 262.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 557892313,
        "brandId": "YF",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 7,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "27",
            "segments": [
              {
                "@type": "Segment",
                "@id": "28",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 160,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 7116,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "UX",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T10:30:00",
                "arrival": "2020-09-24T13:10:00",
                "bookingClass": "M",
                "layoverDuration": 0,
                "fareBasis": "MRFL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 160,
            "connectionInformations": [],
            "bookingClass": "M",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 656,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 812.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 671257756,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 7,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "29",
            "segments": [
              {
                "@type": "Segment",
                "@id": "30",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 160,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 7106,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "UX",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T17:05:00",
                "arrival": "2020-09-24T19:45:00",
                "bookingClass": "W",
                "layoverDuration": 0,
                "fareBasis": "WRCL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 160,
            "connectionInformations": [],
            "bookingClass": "W",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 132,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 130.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 262.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1018175470,
        "brandId": "YF",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 7,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "31",
            "segments": [
              {
                "@type": "Segment",
                "@id": "32",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 160,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 7106,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "UX",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T17:05:00",
                "arrival": "2020-09-24T19:45:00",
                "bookingClass": "M",
                "layoverDuration": 0,
                "fareBasis": "MRFL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 160,
            "connectionInformations": [],
            "bookingClass": "M",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 656,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 812.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 870493617,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 7,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "33",
            "segments": [
              {
                "@type": "Segment",
                "@id": "34",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 160,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 7118,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "UX",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T18:25:00",
                "arrival": "2020-09-24T21:05:00",
                "bookingClass": "W",
                "layoverDuration": 0,
                "fareBasis": "WRCL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 160,
            "connectionInformations": [],
            "bookingClass": "W",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 132,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 130.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 262.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1217411331,
        "brandId": "YF",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 7,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "35",
            "segments": [
              {
                "@type": "Segment",
                "@id": "36",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 160,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 7118,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "UX",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T18:25:00",
                "arrival": "2020-09-24T21:05:00",
                "bookingClass": "M",
                "layoverDuration": 0,
                "fareBasis": "MRFL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 160,
            "connectionInformations": [],
            "bookingClass": "M",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 656,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 812.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      }
    ],
    [
      {
        "shoppingBasketHashCode": -2126321355,
        "brandId": "YL",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "37",
            "segments": [
              {
                "@type": "Segment",
                "@id": "38",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 63,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T17:35:00",
                "arrival": "2020-09-25T20:00:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "F",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 54.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 128.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 899724392,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "39",
            "segments": [
              {
                "@type": "Segment",
                "@id": "40",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 63,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T17:35:00",
                "arrival": "2020-09-25T20:00:00",
                "bookingClass": "O",
                "layoverDuration": 0,
                "fareBasis": "OTTBPLEU",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "O",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "identicalOffersRefs": [
          2005790741
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": true,
          "negotiatedType": "OTHER"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 80,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 66.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 146.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 2005790741,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "41",
            "segments": [
              {
                "@type": "Segment",
                "@id": "42",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 63,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T17:35:00",
                "arrival": "2020-09-25T20:00:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRCL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "F",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "identicalOffersRefs": [
          899724392
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 114,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 54.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 168.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1871019279,
        "brandId": "YF",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "43",
            "segments": [
              {
                "@type": "Segment",
                "@id": "44",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 63,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T17:35:00",
                "arrival": "2020-09-25T20:00:00",
                "bookingClass": "H",
                "layoverDuration": 0,
                "fareBasis": "HRFL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "H",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 546,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 132.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 678.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1601623591,
        "brandId": "YL",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "45",
            "segments": [
              {
                "@type": "Segment",
                "@id": "46",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 61,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T11:25:00",
                "arrival": "2020-09-25T13:50:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "F",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 54.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 128.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1424422156,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "47",
            "segments": [
              {
                "@type": "Segment",
                "@id": "48",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 61,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T11:25:00",
                "arrival": "2020-09-25T13:50:00",
                "bookingClass": "O",
                "layoverDuration": 0,
                "fareBasis": "OTTBPLEU",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "O",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "identicalOffersRefs": [
          -1764478791
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": true,
          "negotiatedType": "OTHER"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 80,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 66.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 146.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1764478791,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "49",
            "segments": [
              {
                "@type": "Segment",
                "@id": "50",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 61,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T11:25:00",
                "arrival": "2020-09-25T13:50:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRCL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "F",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "identicalOffersRefs": [
          1424422156
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 114,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 54.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 168.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1899250253,
        "brandId": "YF",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "51",
            "segments": [
              {
                "@type": "Segment",
                "@id": "52",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 61,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T11:25:00",
                "arrival": "2020-09-25T13:50:00",
                "bookingClass": "H",
                "layoverDuration": 0,
                "fareBasis": "HRFL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "H",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 546,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 132.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 678.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1680272802,
        "brandId": "YL",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "53",
            "segments": [
              {
                "@type": "Segment",
                "@id": "54",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 59,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T05:50:00",
                "arrival": "2020-09-25T08:15:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "F",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 54.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 128.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 411351253,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "55",
            "segments": [
              {
                "@type": "Segment",
                "@id": "56",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 59,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T05:50:00",
                "arrival": "2020-09-25T08:15:00",
                "bookingClass": "O",
                "layoverDuration": 0,
                "fareBasis": "OTTBPLEU",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "O",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "identicalOffersRefs": [
          1517417602
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": true,
          "negotiatedType": "OTHER"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 80,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 66.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 146.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1517417602,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "57",
            "segments": [
              {
                "@type": "Segment",
                "@id": "58",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 59,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T05:50:00",
                "arrival": "2020-09-25T08:15:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRCL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "F",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "identicalOffersRefs": [
          411351253
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 114,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 54.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 168.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1382646140,
        "brandId": "YF",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "59",
            "segments": [
              {
                "@type": "Segment",
                "@id": "60",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 59,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T05:50:00",
                "arrival": "2020-09-25T08:15:00",
                "bookingClass": "H",
                "layoverDuration": 0,
                "fareBasis": "HRFL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "H",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 546,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 132.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 678.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -402735466,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 7,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "61",
            "segments": [
              {
                "@type": "Segment",
                "@id": "62",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 7117,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "UX",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T14:55:00",
                "arrival": "2020-09-25T17:25:00",
                "bookingClass": "W",
                "layoverDuration": 0,
                "fareBasis": "WRCL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "W",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 132,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 106.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 238.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1144786088,
        "brandId": "YF",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 7,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "63",
            "segments": [
              {
                "@type": "Segment",
                "@id": "64",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 7117,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "UX",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T14:55:00",
                "arrival": "2020-09-25T17:25:00",
                "bookingClass": "M",
                "layoverDuration": 0,
                "fareBasis": "MRFL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "M",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 656,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 132.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 788.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1255777120,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 7,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "65",
            "segments": [
              {
                "@type": "Segment",
                "@id": "66",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 7115,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "UX",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T07:00:00",
                "arrival": "2020-09-25T09:30:00",
                "bookingClass": "W",
                "layoverDuration": 0,
                "fareBasis": "WRCL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "W",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 132,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 106.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 238.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1491668622,
        "brandId": "YF",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 7,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "67",
            "segments": [
              {
                "@type": "Segment",
                "@id": "68",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 7115,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "UX",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T07:00:00",
                "arrival": "2020-09-25T09:30:00",
                "bookingClass": "M",
                "layoverDuration": 0,
                "fareBasis": "MRFL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "M",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 656,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 132.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 788.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 187418299,
        "brandId": "YC",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 7,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "69",
            "segments": [
              {
                "@type": "Segment",
                "@id": "70",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 7105,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "UX",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T13:40:00",
                "arrival": "2020-09-25T16:10:00",
                "bookingClass": "W",
                "layoverDuration": 0,
                "fareBasis": "WRCL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "W",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 132,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 106.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 238.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1734939853,
        "brandId": "YF",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 7,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "71",
            "segments": [
              {
                "@type": "Segment",
                "@id": "72",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 7105,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "UX",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T13:40:00",
                "arrival": "2020-09-25T16:10:00",
                "bookingClass": "M",
                "layoverDuration": 0,
                "fareBasis": "MRFL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "M",
            "programIDs": [
              "108925"
            ],
            "programCodes": [
              "INZ"
            ],
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 656,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 132.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 788.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      }
    ]
  ],
  "unbundledAlternateDateOffers": [
    [
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "73",
            "segments": [
              {
                "@type": "Segment",
                "@id": "74",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 155,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 58,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-18T08:00:00",
                "arrival": "2020-09-18T10:35:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 155,
            "connectionInformations": [],
            "bookingClass": "F"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 78.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 152.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "75",
            "segments": [
              {
                "@type": "Segment",
                "@id": "76",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 64,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-19T21:20:00",
                "arrival": "2020-09-19T23:50:00",
                "bookingClass": "X",
                "layoverDuration": 0,
                "fareBasis": "XRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "X"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 102,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 258.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "77",
            "segments": [
              {
                "@type": "Segment",
                "@id": "78",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 64,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-20T21:20:00",
                "arrival": "2020-09-20T23:50:00",
                "bookingClass": "X",
                "layoverDuration": 0,
                "fareBasis": "XRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "X"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 102,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 258.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "79",
            "segments": [
              {
                "@type": "Segment",
                "@id": "80",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 64,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-21T21:20:00",
                "arrival": "2020-09-21T23:50:00",
                "bookingClass": "X",
                "layoverDuration": 0,
                "fareBasis": "XRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "X"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 102,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 258.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "81",
            "segments": [
              {
                "@type": "Segment",
                "@id": "82",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 60,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-22T14:05:00",
                "arrival": "2020-09-22T16:35:00",
                "bookingClass": "X",
                "layoverDuration": 0,
                "fareBasis": "XRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "X"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 102,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 258.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "83",
            "segments": [
              {
                "@type": "Segment",
                "@id": "84",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 155,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 58,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-23T08:00:00",
                "arrival": "2020-09-23T10:35:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 155,
            "connectionInformations": [],
            "bookingClass": "Q"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 142,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 156.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 298.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 7,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "85",
            "segments": [
              {
                "@type": "Segment",
                "@id": "86",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 160,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 7116,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "UX",
                  "stopAirports": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-24T10:30:00",
                "arrival": "2020-09-24T13:10:00",
                "bookingClass": "W",
                "layoverDuration": 0,
                "fareBasis": "WRCL8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 160,
            "connectionInformations": [],
            "bookingClass": "W"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 132,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 130.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 262.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "87",
            "segments": [
              {
                "@type": "Segment",
                "@id": "88",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 155,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 58,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-25T08:00:00",
                "arrival": "2020-09-25T10:35:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 155,
            "connectionInformations": [],
            "bookingClass": "F"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 78.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 152.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "89",
            "segments": [
              {
                "@type": "Segment",
                "@id": "90",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 64,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-26T21:20:00",
                "arrival": "2020-09-26T23:50:00",
                "bookingClass": "O",
                "layoverDuration": 0,
                "fareBasis": "OTTBPLEU",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "O"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": true,
          "negotiatedType": "OTHER"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 80,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 90.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 170.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "91",
            "segments": [
              {
                "@type": "Segment",
                "@id": "92",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 60,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-27T14:05:00",
                "arrival": "2020-09-27T16:35:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "F"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 78.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 152.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 3,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "93",
            "segments": [
              {
                "@type": "Segment",
                "@id": "94",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 150,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 60,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-28T14:05:00",
                "arrival": "2020-09-28T16:35:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 150,
            "connectionInformations": [],
            "bookingClass": "F"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 78.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 152.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "95",
            "segments": [
              {
                "@type": "Segment",
                "@id": "96",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 155,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 58,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "2"
                },
                "origin": "FCO",
                "destination": "MAD",
                "departure": "2020-09-29T08:00:00",
                "arrival": "2020-09-29T10:35:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 155,
            "connectionInformations": [],
            "bookingClass": "F"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 78.34,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 152.34,
                "currency": "EUR"
              }
            ]
          ]
        }
      }
    ],
    [
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "97",
            "segments": [
              {
                "@type": "Segment",
                "@id": "98",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 61,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-19T11:25:00",
                "arrival": "2020-09-19T13:50:00",
                "bookingClass": "X",
                "layoverDuration": 0,
                "fareBasis": "XRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "X"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 102,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 132.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 234.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "99",
            "segments": [
              {
                "@type": "Segment",
                "@id": "100",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 59,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-20T05:50:00",
                "arrival": "2020-09-20T08:15:00",
                "bookingClass": "X",
                "layoverDuration": 0,
                "fareBasis": "XRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "X"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 102,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 132.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 234.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "101",
            "segments": [
              {
                "@type": "Segment",
                "@id": "102",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 63,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-21T17:35:00",
                "arrival": "2020-09-21T20:00:00",
                "bookingClass": "X",
                "layoverDuration": 0,
                "fareBasis": "XRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "X"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 102,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 132.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 234.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "103",
            "segments": [
              {
                "@type": "Segment",
                "@id": "104",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 61,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-22T11:25:00",
                "arrival": "2020-09-22T13:50:00",
                "bookingClass": "X",
                "layoverDuration": 0,
                "fareBasis": "XRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "X"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 102,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 132.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 234.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "105",
            "segments": [
              {
                "@type": "Segment",
                "@id": "106",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 61,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-23T11:25:00",
                "arrival": "2020-09-23T13:50:00",
                "bookingClass": "X",
                "layoverDuration": 0,
                "fareBasis": "XRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "X"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 102,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 132.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 234.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "107",
            "segments": [
              {
                "@type": "Segment",
                "@id": "108",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 59,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-24T05:50:00",
                "arrival": "2020-09-24T08:15:00",
                "bookingClass": "X",
                "layoverDuration": 0,
                "fareBasis": "XRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "X"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 102,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 132.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 234.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "109",
            "segments": [
              {
                "@type": "Segment",
                "@id": "110",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 63,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-25T17:35:00",
                "arrival": "2020-09-25T20:00:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "F"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 54.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 128.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "111",
            "segments": [
              {
                "@type": "Segment",
                "@id": "112",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 61,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-26T11:25:00",
                "arrival": "2020-09-26T13:50:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "F"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 54.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 128.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "113",
            "segments": [
              {
                "@type": "Segment",
                "@id": "114",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "32S",
                "flight": {
                  "flightNumber": 61,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-27T11:25:00",
                "arrival": "2020-09-27T13:50:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "F"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 54.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 128.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "115",
            "segments": [
              {
                "@type": "Segment",
                "@id": "116",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 59,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-28T05:50:00",
                "arrival": "2020-09-28T08:15:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "F"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 54.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 128.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "117",
            "segments": [
              {
                "@type": "Segment",
                "@id": "118",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 63,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-29T17:35:00",
                "arrival": "2020-09-29T20:00:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "F"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 54.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 128.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "119",
            "segments": [
              {
                "@type": "Segment",
                "@id": "120",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 59,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-09-30T05:50:00",
                "arrival": "2020-09-30T08:15:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "F"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 54.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 128.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "121",
            "segments": [
              {
                "@type": "Segment",
                "@id": "122",
                "segmentOfferInformation": {
                  "flightsMiles": 829,
                  "awardFare": false
                },
                "duration": 145,
                "cabinClass": "Economy",
                "equipment": "320",
                "flight": {
                  "flightNumber": 59,
                  "airlineCode": "AZ",
                  "operatingAirlineCode": "AZ",
                  "stopAirports": [],
                  "departureTerminal": "2",
                  "arrivalTerminal": "1"
                },
                "origin": "MAD",
                "destination": "FCO",
                "departure": "2020-10-01T05:50:00",
                "arrival": "2020-10-01T08:15:00",
                "bookingClass": "F",
                "layoverDuration": 0,
                "fareBasis": "FRLG8C1",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 145,
            "connectionInformations": [],
            "bookingClass": "F"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "fare": {
          "alternatives": [
            [
              {
                "amount": 74,
                "currency": "EUR"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 54.92,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 128.92,
                "currency": "EUR"
              }
            ]
          ]
        }
      }
    ]
  ],
  "bundledOffers": [],
  "bundledAlternateDateOffers": [],
  "brandedResults": {
    "itineraryPartBrands": [
      [
        {
          "itineraryPart": {
            "@ref": "1"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": -35819390,
              "brandId": "YL",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 142,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 298.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 75516951,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": true,
                "negotiatedType": "OTHER"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 128,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 284.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 1516911458,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 182,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 338.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -411652430,
              "brandId": "YF",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 546,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 702.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 150,
          "departure": "2020-09-24T14:05:00",
          "arrival": "2020-09-24T16:35:00"
        },
        {
          "itineraryPart": {
            "@ref": "9"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": 275527802,
              "brandId": "YL",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 142,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 298.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 386864143,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": true,
                "negotiatedType": "OTHER"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 128,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 284.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 1828258650,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 182,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 338.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -100305238,
              "brandId": "YF",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 546,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 702.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 150,
          "departure": "2020-09-24T21:20:00",
          "arrival": "2020-09-24T23:50:00"
        },
        {
          "itineraryPart": {
            "@ref": "17"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": -1670316597,
              "brandId": "YL",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 142,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 298.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -1558980256,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": true,
                "negotiatedType": "OTHER"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 128,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 284.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -117585749,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 182,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 338.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -2046149637,
              "brandId": "YF",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 546,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 702.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 155,
          "departure": "2020-09-24T08:00:00",
          "arrival": "2020-09-24T10:35:00"
        },
        {
          "itineraryPart": {
            "@ref": "25"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": 210974599,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 7,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 132,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 130.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 262.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 557892313,
              "brandId": "YF",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 7,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 656,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 812.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 160,
          "departure": "2020-09-24T10:30:00",
          "arrival": "2020-09-24T13:10:00"
        },
        {
          "itineraryPart": {
            "@ref": "29"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": 671257756,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 7,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 132,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 130.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 262.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 1018175470,
              "brandId": "YF",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 7,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 656,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 812.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 160,
          "departure": "2020-09-24T17:05:00",
          "arrival": "2020-09-24T19:45:00"
        },
        {
          "itineraryPart": {
            "@ref": "33"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": 870493617,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 7,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 132,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 130.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 262.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 1217411331,
              "brandId": "YF",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 7,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 656,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 156.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 812.34,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 160,
          "departure": "2020-09-24T18:25:00",
          "arrival": "2020-09-24T21:05:00"
        }
      ],
      [
        {
          "itineraryPart": {
            "@ref": "37"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": -2126321355,
              "brandId": "YL",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 74,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 54.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 128.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 899724392,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": true,
                "negotiatedType": "OTHER"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 80,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 66.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 146.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 2005790741,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 114,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 54.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 168.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 1871019279,
              "brandId": "YF",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 546,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 132.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 678.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 145,
          "departure": "2020-09-25T17:35:00",
          "arrival": "2020-09-25T20:00:00"
        },
        {
          "itineraryPart": {
            "@ref": "45"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": -1601623591,
              "brandId": "YL",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 74,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 54.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 128.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 1424422156,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": true,
                "negotiatedType": "OTHER"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 80,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 66.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 146.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -1764478791,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 114,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 54.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 168.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -1899250253,
              "brandId": "YF",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 546,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 132.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 678.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 145,
          "departure": "2020-09-25T11:25:00",
          "arrival": "2020-09-25T13:50:00"
        },
        {
          "itineraryPart": {
            "@ref": "53"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": 1680272802,
              "brandId": "YL",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 74,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 54.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 128.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 411351253,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": true,
                "negotiatedType": "OTHER"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 80,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 66.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 146.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 1517417602,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 114,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 54.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 168.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 1382646140,
              "brandId": "YF",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 546,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 132.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 678.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 145,
          "departure": "2020-09-25T05:50:00",
          "arrival": "2020-09-25T08:15:00"
        },
        {
          "itineraryPart": {
            "@ref": "61"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": -402735466,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 7,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 132,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 106.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 238.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 1144786088,
              "brandId": "YF",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 7,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 656,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 132.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 788.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 150,
          "departure": "2020-09-25T14:55:00",
          "arrival": "2020-09-25T17:25:00"
        },
        {
          "itineraryPart": {
            "@ref": "65"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": 1255777120,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 7,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 132,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 106.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 238.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -1491668622,
              "brandId": "YF",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 7,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 656,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 132.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 788.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 150,
          "departure": "2020-09-25T07:00:00",
          "arrival": "2020-09-25T09:30:00"
        },
        {
          "itineraryPart": {
            "@ref": "69"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": 187418299,
              "brandId": "YC",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 7,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 132,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 106.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 238.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 1734939853,
              "brandId": "YF",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 7,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 656,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 132.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 788.92,
                      "currency": "EUR"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 150,
          "departure": "2020-09-25T13:40:00",
          "arrival": "2020-09-25T16:10:00"
        }
      ]
    ]
  },
  "resultMapping": {
    "simplifiedRoundTripMapping": {},
    "combinabilityMapping": [
      {
        "from": [
          1018175470,
          -1670316597,
          -2046149637,
          275527802,
          -100305238,
          -35819390,
          -411652430,
          557892313,
          1217411331
        ],
        "to": [
          -1899250253,
          -1601623591,
          1680272802,
          1382646140,
          -1491668622,
          1255777120,
          1871019279,
          -2126321355,
          1144786088,
          -402735466,
          187418299,
          1734939853
        ]
      },
      {
        "from": [
          671257756,
          210974599,
          870493617
        ],
        "to": [
          -1899250253,
          -1601623591,
          -1764478791,
          1680272802,
          1382646140,
          1517417602,
          -1491668622,
          1255777120,
          1871019279,
          2005790741,
          -2126321355,
          1144786088,
          -402735466,
          187418299,
          1734939853
        ]
      },
      {
        "from": [
          -117585749,
          1516911458,
          1828258650
        ],
        "to": [
          -402735466,
          187418299,
          1255777120
        ]
      },
      {
        "from": [
          386864143,
          -1558980256,
          75516951
        ],
        "to": [
          411351253,
          899724392,
          1424422156
        ]
      }
    ]
  },
  "travelPartAdvisories": [
    [],
    []
  ],
  "soldOutDatesOutbound": [],
  "soldOutDatesInbound": [],
  "noneScheduledDatesOutbound": [],
  "noneScheduledDatesInbound": [],
  "warnings": [],
  "currency": "EUR",
  "promocodeValid": false,
  "negotiateFarePresent": true,
  "conversionRatesFound": false
}
{
  "passengers": {
    "ADT": 1,
    "CHD": 1,
    "INF": 0
  },
  "promoCodes": [],
  "metaItineraryParts": [
    {
      "segments": [
        {
          "@type": "Segment",
          "@id": "1",
          "segmentOfferInformation": {
            "flightsMiles": 439,
            "awardFare": false
          },
          "duration": 95,
          "cabinClass": "Economy",
          "equipment": "73H",
          "flight": {
            "flightNumber": 898,
            "airlineCode": "VA",
            "operatingAirlineCode": "VA",
            "stopAirports": [],
            "advisories": [],
            "departureTerminal": "2",
            "arrivalTerminal": "3"
          },
          "origin": "SYD",
          "destination": "MEL",
          "departure": "2020-09-23T22:00:00.000",
          "arrival": "2020-09-23T23:35:00.000",
          "bookingClass": "M",
          "layoverDuration": 0,
          "fareBasis": "MZGW0F",
          "subjectToGovernmentApproval": false
        }
      ],
      "brandId": "GW",
      "marriageGroup": "false"
    }
  ]
}
{
  "flightSelected": true,
  "priceChanged": false,
  "currencyChanged": false
}
{
  "searchResultMetaData": {
    "branded": true,
    "multipleDateResult": true,
    "composedResult": false,
    "interlineRoute": false,
    "contextShopping": false
  },
  "fareFamilies": [
    {
      "brandId": "GW",
      "brandLabel": [
        {
          "programId": "112035",
          "languageId": "en_GB",
          "marketingText": "Getaway",
          "brandLabelUrl": "https://vmxecmappprd01.virginblue.internal:16200/VAUSEN/information/domestic/getaway/index.htm"
        }
      ],
      "marketingTexts": [
        {
          "programId": "112035",
          "languageId": "en_GB",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Flight change more than 30 days to departure* - Fees and/or Conditions Apply</p></font><font><p>Flight change less than 30 days to departure* - Fees and/or Conditions Apply</p></font><font><p>Flight cancellations* - Not available</p></font><font><p>Checked Baggage - 1 piece included (23kg). Additional may be purchased.</p></font><font><p>Food and Beverage - Included, all day Snack and Tea, Coffee, Water and Juice. Happy hour Monday to Friday, 5pm to 7pm - Beer, Wine and Soft Drinks.  Additional food and beverages available for purchase onboard, subject to availability</p></font><font><p>Priority Checkin and boarding - Not available</p></font><font><p>Lounge Access - Available for purchase </p></font><font><p>In-flight entertainment - Included, refer to virginaustralia.com for details.</p></font><font><p>**Digital Experience Use Only - Do not remove - DigitalExperienceRef=2**</p></font></FONT></P>"
        }
      ],
      "brandAncillaries": {
        "flightAncillary": []
      },
      "fareFamilyRemarkRPH": 0
    },
    {
      "brandId": "EV",
      "brandLabel": [
        {
          "programId": "112035",
          "languageId": "en_GB",
          "marketingText": "Elevate",
          "brandLabelUrl": "https://vmxecmappprd01.virginblue.internal:16200/VAUSEN/information/domestic/elevate/index.htm"
        }
      ],
      "marketingTexts": [
        {
          "programId": "112035",
          "languageId": "en_GB",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Flight change more than 30 days to departure* - Included</p></font><font><p>Flight change less than 30 days to departure* - Fees and/or Conditions Apply</p></font><font><p>Flight cancellations* - Fees and/or Conditions Apply</p></font><font><p>Checked Baggage - 1 piece included (23kg). Additional may be purchased.</p></font><font><p>Food and Beverage - Included, all day Snack and Tea, Coffee, Water and Juice. Happy hour Monday to Friday, 5pm to 7pm - Beer, Wine and Soft Drinks.  Additional food and beverages available for purchase onboard, subject to availability</p></font><font><p>Priority Checkin and Boarding - Not available</p></font><font><p>Lounge Access - Available for purchase</p></font><font><p>In-flight Entertainment - Included, refer to virginaustralia.com for details.</p></font></FONT></P>"
        }
      ],
      "brandAncillaries": {
        "flightAncillary": []
      },
      "fareFamilyRemarkRPH": 0
    },
    {
      "brandId": "FD",
      "brandLabel": [
        {
          "programId": "112035",
          "languageId": "en_GB",
          "marketingText": "Freedom",
          "brandLabelUrl": "https://vmxecmappprd01.virginblue.internal:16200/VAUSEN/information/domestic/freedom/index.htm"
        }
      ],
      "marketingTexts": [
        {
          "programId": "112035",
          "languageId": "en_GB",
          "marketingText": "<P ALIGN=\"LEFT\"><FONT FACE=\"VERDANA\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\"><font><p>Flight change more than 30 days to departure* - Included</p></font><font><p>Flight change less than 30 days to departure* - Included</p></font><font><p>Flight cancellations* - Included</p></font><font><p>Checked Baggage - 1 piece included (23kg). Additional may be purchased.</p></font><font><p>Food and Beverage -  Included, all day Snack and Tea, Coffee, Water and Juice. Happy hour Monday to Friday, 5pm to 7pm - Beer, Wine and Soft Drinks.  Additional food and beverages available for purchase onboard, subject to availability</p></font><font><p>Priority Checkin and Boarding - Not available</p></font><font><p>Lounge Access - Available for purchase</p></font><font><p>In-flight Entertainment - Included, refer to virginaustralia.com for details.</p></font></FONT></P>"
        }
      ],
      "brandAncillaries": {
        "flightAncillary": []
      },
      "fareFamilyRemarkRPH": 0
    }
  ],
  "unbundledOffers": [
    [
      {
        "shoppingBasketHashCode": 342336539,
        "brandId": "GW",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "1",
            "segments": [
              {
                "@type": "Segment",
                "@id": "2",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 303,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T06:00:00",
                "arrival": "2020-10-17T08:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -320412354,
        "brandId": "EV",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "3",
            "segments": [
              {
                "@type": "Segment",
                "@id": "4",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 303,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T06:00:00",
                "arrival": "2020-10-17T08:10:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QZEV0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "Q",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 196.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 48.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 245,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1885819011,
        "brandId": "FD",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "5",
            "segments": [
              {
                "@type": "Segment",
                "@id": "6",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 303,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T06:00:00",
                "arrival": "2020-10-17T08:10:00",
                "bookingClass": "L",
                "layoverDuration": 0,
                "fareBasis": "LZFD0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "L",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 427.29,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 71.71,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 499,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1932274705,
        "brandId": "GW",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "7",
            "segments": [
              {
                "@type": "Segment",
                "@id": "8",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 309,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T07:00:00",
                "arrival": "2020-10-17T09:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1699943698,
        "brandId": "EV",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "9",
            "segments": [
              {
                "@type": "Segment",
                "@id": "10",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 309,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T07:00:00",
                "arrival": "2020-10-17T09:10:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QZEV0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "Q",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 196.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 48.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 245,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -388792233,
        "brandId": "FD",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "11",
            "segments": [
              {
                "@type": "Segment",
                "@id": "12",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 309,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T07:00:00",
                "arrival": "2020-10-17T09:10:00",
                "bookingClass": "L",
                "layoverDuration": 0,
                "fareBasis": "LZFD0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "L",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 427.29,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 71.71,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 499,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1173440499,
        "brandId": "GW",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "13",
            "segments": [
              {
                "@type": "Segment",
                "@id": "14",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 313,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T08:00:00",
                "arrival": "2020-10-17T10:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1836189392,
        "brandId": "EV",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "15",
            "segments": [
              {
                "@type": "Segment",
                "@id": "16",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 313,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T08:00:00",
                "arrival": "2020-10-17T10:10:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QZEV0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "Q",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 196.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 48.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 245,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 370041973,
        "brandId": "FD",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "17",
            "segments": [
              {
                "@type": "Segment",
                "@id": "18",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 313,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T08:00:00",
                "arrival": "2020-10-17T10:10:00",
                "bookingClass": "L",
                "layoverDuration": 0,
                "fareBasis": "LZFD0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "L",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 427.29,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 71.71,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 499,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1592642529,
        "brandId": "GW",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "19",
            "segments": [
              {
                "@type": "Segment",
                "@id": "20",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 319,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T09:00:00",
                "arrival": "2020-10-17T11:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 929893636,
        "brandId": "EV",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "21",
            "segments": [
              {
                "@type": "Segment",
                "@id": "22",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 319,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T09:00:00",
                "arrival": "2020-10-17T11:10:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QZEV0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "Q",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 196.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 48.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 245,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1158842295,
        "brandId": "FD",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "23",
            "segments": [
              {
                "@type": "Segment",
                "@id": "24",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 319,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T09:00:00",
                "arrival": "2020-10-17T11:10:00",
                "bookingClass": "L",
                "layoverDuration": 0,
                "fareBasis": "LZFD0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "L",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 427.29,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 71.71,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 499,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -829823901,
        "brandId": "GW",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "25",
            "segments": [
              {
                "@type": "Segment",
                "@id": "26",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 321,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T10:00:00",
                "arrival": "2020-10-17T12:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1492572794,
        "brandId": "EV",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "27",
            "segments": [
              {
                "@type": "Segment",
                "@id": "28",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 321,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T10:00:00",
                "arrival": "2020-10-17T12:10:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QZEV0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "Q",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 196.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 48.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 245,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 713658571,
        "brandId": "FD",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "29",
            "segments": [
              {
                "@type": "Segment",
                "@id": "30",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 321,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T10:00:00",
                "arrival": "2020-10-17T12:10:00",
                "bookingClass": "L",
                "layoverDuration": 0,
                "fareBasis": "LZFD0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "L",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 427.29,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 71.71,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 499,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 475550975,
        "brandId": "GW",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "31",
            "segments": [
              {
                "@type": "Segment",
                "@id": "32",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "aircraftLeaseText": "VIRGIN AUST INTL FOR VIRGIN AUST",
                "flight": {
                  "flightNumber": 323,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T11:00:00",
                "arrival": "2020-10-17T13:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -187197918,
        "brandId": "EV",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "33",
            "segments": [
              {
                "@type": "Segment",
                "@id": "34",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "aircraftLeaseText": "VIRGIN AUST INTL FOR VIRGIN AUST",
                "flight": {
                  "flightNumber": 323,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T11:00:00",
                "arrival": "2020-10-17T13:10:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QZEV0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "Q",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 196.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 48.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 245,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 2019033447,
        "brandId": "FD",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "35",
            "segments": [
              {
                "@type": "Segment",
                "@id": "36",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "aircraftLeaseText": "VIRGIN AUST INTL FOR VIRGIN AUST",
                "flight": {
                  "flightNumber": 323,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T11:00:00",
                "arrival": "2020-10-17T13:10:00",
                "bookingClass": "L",
                "layoverDuration": 0,
                "fareBasis": "LZFD0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "L",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 427.29,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 71.71,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 499,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 701959479,
        "brandId": "GW",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "37",
            "segments": [
              {
                "@type": "Segment",
                "@id": "38",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 327,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T12:00:00",
                "arrival": "2020-10-17T14:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 39210586,
        "brandId": "EV",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "39",
            "segments": [
              {
                "@type": "Segment",
                "@id": "40",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 327,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T12:00:00",
                "arrival": "2020-10-17T14:10:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QZEV0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "Q",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 196.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 48.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 245,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -2049525345,
        "brandId": "FD",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "41",
            "segments": [
              {
                "@type": "Segment",
                "@id": "42",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 327,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T12:00:00",
                "arrival": "2020-10-17T14:10:00",
                "bookingClass": "L",
                "layoverDuration": 0,
                "fareBasis": "LZFD0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "L",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 427.29,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 71.71,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 499,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1639054521,
        "brandId": "GW",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "43",
            "segments": [
              {
                "@type": "Segment",
                "@id": "44",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 341,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T17:00:00",
                "arrival": "2020-10-17T19:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 1993163882,
        "brandId": "EV",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "45",
            "segments": [
              {
                "@type": "Segment",
                "@id": "46",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 341,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T17:00:00",
                "arrival": "2020-10-17T19:10:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QZEV0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "Q",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 196.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 48.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 245,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -95572049,
        "brandId": "FD",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "47",
            "segments": [
              {
                "@type": "Segment",
                "@id": "48",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 341,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T17:00:00",
                "arrival": "2020-10-17T19:10:00",
                "bookingClass": "L",
                "layoverDuration": 0,
                "fareBasis": "LZFD0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "L",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 427.29,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 71.71,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 499,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 463809337,
        "brandId": "GW",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "49",
            "segments": [
              {
                "@type": "Segment",
                "@id": "50",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 351,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T19:00:00",
                "arrival": "2020-10-17T21:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -198939556,
        "brandId": "EV",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "51",
            "segments": [
              {
                "@type": "Segment",
                "@id": "52",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 351,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T19:00:00",
                "arrival": "2020-10-17T21:10:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QZEV0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "Q",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 196.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 48.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 245,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 2007291809,
        "brandId": "FD",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "53",
            "segments": [
              {
                "@type": "Segment",
                "@id": "54",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 351,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T19:00:00",
                "arrival": "2020-10-17T21:10:00",
                "bookingClass": "L",
                "layoverDuration": 0,
                "fareBasis": "LZFD0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "L",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 427.29,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 71.71,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 499,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -677891509,
        "brandId": "GW",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "55",
            "segments": [
              {
                "@type": "Segment",
                "@id": "56",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 333,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T15:00:00",
                "arrival": "2020-10-17T17:10:00",
                "bookingClass": "T",
                "layoverDuration": 0,
                "fareBasis": "TZGW0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "T",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 146.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 43.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 190,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 973220884,
        "brandId": "EV",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "57",
            "segments": [
              {
                "@type": "Segment",
                "@id": "58",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 333,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T15:00:00",
                "arrival": "2020-10-17T17:10:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QZEV0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "Q",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 196.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 48.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 245,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1115515047,
        "brandId": "FD",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "59",
            "segments": [
              {
                "@type": "Segment",
                "@id": "60",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 333,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T15:00:00",
                "arrival": "2020-10-17T17:10:00",
                "bookingClass": "L",
                "layoverDuration": 0,
                "fareBasis": "LZFD0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "L",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 427.29,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 71.71,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 499,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -66075700,
        "brandId": "EV",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 1,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "61",
            "segments": [
              {
                "@type": "Segment",
                "@id": "62",
                "segmentOfferInformation": {
                  "flightsMiles": 905,
                  "awardFare": false
                },
                "duration": 165,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 1742,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [
                    {
                      "airport": "SYD",
                      "arrival": "2020-10-17T17:45:00",
                      "departure": "2020-10-17T18:30:00",
                      "elapsedTime": 90,
                      "duration": 45
                    }
                  ],
                  "advisories": []
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T16:15:00",
                "arrival": "2020-10-17T19:00:00",
                "bookingClass": "V",
                "layoverDuration": 45,
                "fareBasis": "VZEV0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 1,
            "totalDuration": 165,
            "connectionInformations": [],
            "bookingClass": "V",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 245.47,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 53.53,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 299,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": 740629693,
        "brandId": "FD",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "63",
            "segments": [
              {
                "@type": "Segment",
                "@id": "64",
                "segmentOfferInformation": {
                  "flightsMiles": 905,
                  "awardFare": false
                },
                "duration": 165,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 1742,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [
                    {
                      "airport": "SYD",
                      "arrival": "2020-10-17T17:45:00",
                      "departure": "2020-10-17T18:30:00",
                      "elapsedTime": 90,
                      "duration": 45
                    }
                  ],
                  "advisories": []
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T16:15:00",
                "arrival": "2020-10-17T19:00:00",
                "bookingClass": "L",
                "layoverDuration": 45,
                "fareBasis": "LZFD0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 1,
            "totalDuration": 165,
            "connectionInformations": [],
            "bookingClass": "L",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 427.29,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 71.71,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 499,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -233522931,
        "brandId": "FD",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "65",
            "segments": [
              {
                "@type": "Segment",
                "@id": "66",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 276,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 9417,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": []
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T08:00:00",
                "arrival": "2020-10-17T12:36:00",
                "bookingClass": "K",
                "layoverDuration": 0,
                "fareBasis": "KZFD0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 276,
            "connectionInformations": [],
            "bookingClass": "K",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 482.74,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 77.26,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 560,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "shoppingBasketHashCode": -1297606749,
        "brandId": "FD",
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "67",
            "segments": [
              {
                "@type": "Segment",
                "@id": "68",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 175,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 460,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": []
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T09:00:00",
                "arrival": "2020-10-17T11:55:00",
                "bookingClass": "K",
                "layoverDuration": 0,
                "fareBasis": "KZFD0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 175,
            "connectionInformations": [],
            "bookingClass": "K",
            "advisories": []
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": [],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 482.74,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 77.26,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 560,
                "currency": "AUD"
              }
            ]
          ]
        }
      }
    ]
  ],
  "unbundledAlternateDateOffers": [
    [
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "69",
            "segments": [
              {
                "@type": "Segment",
                "@id": "70",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 303,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-14T06:00:00",
                "arrival": "2020-10-14T08:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "status": "AVAILABLE",
        "departureDates": [
          "2020-10-14"
        ],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "71",
            "segments": [
              {
                "@type": "Segment",
                "@id": "72",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 303,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-15T06:00:00",
                "arrival": "2020-10-15T08:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "status": "AVAILABLE",
        "departureDates": [
          "2020-10-15"
        ],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "73",
            "segments": [
              {
                "@type": "Segment",
                "@id": "74",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 321,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-16T10:00:00",
                "arrival": "2020-10-16T12:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "status": "AVAILABLE",
        "departureDates": [
          "2020-10-16"
        ],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "75",
            "segments": [
              {
                "@type": "Segment",
                "@id": "76",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 303,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-17T06:00:00",
                "arrival": "2020-10-17T08:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "status": "AVAILABLE",
        "departureDates": [
          "2020-10-17"
        ],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "77",
            "segments": [
              {
                "@type": "Segment",
                "@id": "78",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 319,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-18T09:00:00",
                "arrival": "2020-10-18T10:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "status": "AVAILABLE",
        "departureDates": [
          "2020-10-18"
        ],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "79",
            "segments": [
              {
                "@type": "Segment",
                "@id": "80",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "flight": {
                  "flightNumber": 347,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-19T18:00:00",
                "arrival": "2020-10-19T19:10:00",
                "bookingClass": "T",
                "layoverDuration": 0,
                "fareBasis": "TZGW0E",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "T"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "status": "AVAILABLE",
        "departureDates": [
          "2020-10-19"
        ],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 146.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 43.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 190,
                "currency": "AUD"
              }
            ]
          ]
        }
      },
      {
        "soldout": false,
        "bundlePrice": {},
        "availableObFees": [],
        "seatsRemaining": {
          "count": 5,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "81",
            "segments": [
              {
                "@type": "Segment",
                "@id": "82",
                "segmentOfferInformation": {
                  "flightsMiles": 857,
                  "awardFare": false
                },
                "duration": 130,
                "cabinClass": "Economy",
                "equipment": "73H",
                "aircraftLeaseText": "VIRGIN AUST INTL FOR VIRGIN AUST",
                "flight": {
                  "flightNumber": 319,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "departureTerminal": "3",
                  "arrivalTerminal": "D"
                },
                "origin": "MEL",
                "destination": "BNE",
                "departure": "2020-10-20T09:00:00",
                "arrival": "2020-10-20T10:10:00",
                "bookingClass": "S",
                "layoverDuration": 0,
                "fareBasis": "SZGW0A28",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 130,
            "connectionInformations": [],
            "bookingClass": "S"
          }
        ],
        "cabinClass": "Economy",
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "status": "AVAILABLE",
        "departureDates": [
          "2020-10-20"
        ],
        "fare": {
          "alternatives": [
            [
              {
                "amount": 136.38,
                "currency": "AUD"
              }
            ]
          ]
        },
        "taxes": {
          "alternatives": [
            [
              {
                "amount": 42.62,
                "currency": "AUD"
              }
            ]
          ]
        },
        "totalMandatoryObFees": {
          "alternatives": []
        },
        "total": {
          "alternatives": [
            [
              {
                "amount": 179,
                "currency": "AUD"
              }
            ]
          ]
        }
      }
    ]
  ],
  "bundledOffers": [],
  "bundledAlternateDateOffers": [],
  "brandedResults": {
    "itineraryPartBrands": [
      [
        {
          "itineraryPart": {
            "@ref": "1"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": 342336539,
              "brandId": "GW",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 136.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 42.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 179,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -320412354,
              "brandId": "EV",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 196.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 48.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 245,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 1885819011,
              "brandId": "FD",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 427.29,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 71.71,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 499,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 130,
          "departure": "2020-10-17T06:00:00",
          "arrival": "2020-10-17T08:10:00"
        },
        {
          "itineraryPart": {
            "@ref": "7"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": -1932274705,
              "brandId": "GW",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 136.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 42.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 179,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 1699943698,
              "brandId": "EV",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 196.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 48.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 245,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -388792233,
              "brandId": "FD",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 427.29,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 71.71,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 499,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 130,
          "departure": "2020-10-17T07:00:00",
          "arrival": "2020-10-17T09:10:00"
        },
        {
          "itineraryPart": {
            "@ref": "13"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": -1173440499,
              "brandId": "GW",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 136.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 42.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 179,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -1836189392,
              "brandId": "EV",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 196.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 48.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 245,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 370041973,
              "brandId": "FD",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 427.29,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 71.71,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 499,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 130,
          "departure": "2020-10-17T08:00:00",
          "arrival": "2020-10-17T10:10:00"
        },
        {
          "itineraryPart": {
            "@ref": "19"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": 1592642529,
              "brandId": "GW",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 136.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 42.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 179,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 929893636,
              "brandId": "EV",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 196.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 48.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 245,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -1158842295,
              "brandId": "FD",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 427.29,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 71.71,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 499,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 130,
          "departure": "2020-10-17T09:00:00",
          "arrival": "2020-10-17T11:10:00"
        },
        {
          "itineraryPart": {
            "@ref": "25"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": -829823901,
              "brandId": "GW",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 136.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 42.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 179,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -1492572794,
              "brandId": "EV",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 196.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 48.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 245,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 713658571,
              "brandId": "FD",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 427.29,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 71.71,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 499,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 130,
          "departure": "2020-10-17T10:00:00",
          "arrival": "2020-10-17T12:10:00"
        },
        {
          "itineraryPart": {
            "@ref": "31"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": 475550975,
              "brandId": "GW",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 136.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 42.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 179,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -187197918,
              "brandId": "EV",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 196.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 48.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 245,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 2019033447,
              "brandId": "FD",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 427.29,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 71.71,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 499,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 130,
          "departure": "2020-10-17T11:00:00",
          "arrival": "2020-10-17T13:10:00"
        },
        {
          "itineraryPart": {
            "@ref": "37"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": 701959479,
              "brandId": "GW",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 136.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 42.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 179,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 39210586,
              "brandId": "EV",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 196.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 48.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 245,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -2049525345,
              "brandId": "FD",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 427.29,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 71.71,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 499,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 130,
          "departure": "2020-10-17T12:00:00",
          "arrival": "2020-10-17T14:10:00"
        },
        {
          "itineraryPart": {
            "@ref": "43"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": -1639054521,
              "brandId": "GW",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 136.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 42.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 179,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 1993163882,
              "brandId": "EV",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 196.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 48.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 245,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -95572049,
              "brandId": "FD",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 427.29,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 71.71,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 499,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 130,
          "departure": "2020-10-17T17:00:00",
          "arrival": "2020-10-17T19:10:00"
        },
        {
          "itineraryPart": {
            "@ref": "49"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": 463809337,
              "brandId": "GW",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 136.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 42.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 179,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -198939556,
              "brandId": "EV",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 196.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 48.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 245,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 2007291809,
              "brandId": "FD",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 427.29,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 71.71,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 499,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 130,
          "departure": "2020-10-17T19:00:00",
          "arrival": "2020-10-17T21:10:00"
        },
        {
          "itineraryPart": {
            "@ref": "55"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": -677891509,
              "brandId": "GW",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 146.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 43.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 190,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 973220884,
              "brandId": "EV",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 196.38,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 48.62,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 245,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": -1115515047,
              "brandId": "FD",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 427.29,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 71.71,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 499,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 130,
          "departure": "2020-10-17T15:00:00",
          "arrival": "2020-10-17T17:10:00"
        },
        {
          "itineraryPart": {
            "@ref": "61"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": -66075700,
              "brandId": "EV",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 1,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 245.47,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 53.53,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 299,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "shoppingBasketHashCode": 740629693,
              "brandId": "FD",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 427.29,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 71.71,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 499,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 165,
          "departure": "2020-10-17T16:15:00",
          "arrival": "2020-10-17T19:00:00"
        },
        {
          "itineraryPart": {
            "@ref": "65"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": -233522931,
              "brandId": "FD",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 482.74,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 77.26,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 560,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 276,
          "departure": "2020-10-17T08:00:00",
          "arrival": "2020-10-17T12:36:00"
        },
        {
          "itineraryPart": {
            "@ref": "67"
          },
          "brandOffers": [
            {
              "shoppingBasketHashCode": -1297606749,
              "brandId": "FD",
              "soldout": false,
              "bundlePrice": {},
              "availableObFees": [],
              "seatsRemaining": {
                "count": 9,
                "lowAvailability": false
              },
              "cabinClass": "Economy",
              "offerInformation": {
                "discounted": false,
                "negotiated": false,
                "negotiatedType": "NONE"
              },
              "advisories": [],
              "fare": {
                "alternatives": [
                  [
                    {
                      "amount": 482.74,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "taxes": {
                "alternatives": [
                  [
                    {
                      "amount": 77.26,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "totalMandatoryObFees": {
                "alternatives": []
              },
              "total": {
                "alternatives": [
                  [
                    {
                      "amount": 560,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ],
          "duration": 175,
          "departure": "2020-10-17T09:00:00",
          "arrival": "2020-10-17T11:55:00"
        }
      ]
    ]
  },
  "travelPartAdvisories": [
    []
  ],
  "soldOutDatesOutbound": [],
  "soldOutDatesInbound": [],
  "noneScheduledDatesOutbound": [],
  "noneScheduledDatesInbound": [],
  "warnings": [],
  "currency": "AUD",
  "promocodeValid": false,
  "negotiateFarePresent": false,
  "conversionRatesFound": false
}

Ancillaries(4 operations)

Query Parameter NameExample
promoSSRsest enim adipisicing dolor Lorem
filterKeyad dolore
awardBookingtrue
{
  "ancillaries": [
    {
      "ancillaryConfiguration": {
        "allowQuantity": true,
        "maxQuantityPerPax": 3
      },
      "ancillarySpecialService": {
        "code": "WCHR",
        "requiredProperties": {
          "propertyDefinitionList": [
            {
              "@type": "KeywordPropertyDefinition",
              "optional": false,
              "propertyName": "WEIGHT",
              "propertyType": "TEXT"
            },
            {
              "@type": "PropertyDefinition",
              "optional": false,
              "propertyName": "HEIGHT",
              "propertyType": "INT"
            },
            {
              "@type": "KeywordPropertyDefinition",
              "optional": false,
              "propertyName": "HEIGHT",
              "propertyType": "ENUM"
            },
            {
              "@type": "PropertyDefinition",
              "optional": true,
              "propertyName": "HEIGHT",
              "propertyType": "TEXT"
            }
          ]
        },
        "type": "NOTALLOWED"
      },
      "bundleItems": [
        {
          "code": "A3q",
          "groupCode": "LR"
        }
      ],
      "code": "hUl",
      "refundable": true,
      "travelPartOffers": [
        {
          "availableInventory": 10,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Ashlee",
                "index": 8,
                "lastName": "Nienow",
                "tierLevel": "Platinum",
                "tierLevelNumber": 0,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3084.1,
                        "currency": "BAM"
                      },
                      {
                        "amount": 4942.42,
                        "currency": "GMD"
                      },
                      {
                        "amount": 1795.57,
                        "currency": "PYG"
                      }
                    ],
                    [
                      {
                        "amount": 4940.56,
                        "currency": "AUD"
                      },
                      {
                        "amount": 3770.12,
                        "currency": "TJS"
                      },
                      {
                        "amount": 3176.04,
                        "currency": "MMK"
                      },
                      {
                        "amount": 3737,
                        "currency": "UAH"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4315.12,
                        "currency": "GNF"
                      },
                      {
                        "amount": 2456.87,
                        "currency": "KES"
                      },
                      {
                        "amount": 3908.18,
                        "currency": "TJS"
                      },
                      {
                        "amount": 1786.04,
                        "currency": "CZK"
                      }
                    ],
                    [
                      {
                        "amount": 633.26,
                        "currency": "AOA"
                      }
                    ],
                    [
                      {
                        "amount": 1222.3,
                        "currency": "SHP"
                      },
                      {
                        "amount": 3142.1,
                        "currency": "HKD"
                      },
                      {
                        "amount": 822.85,
                        "currency": "SHP"
                      },
                      {
                        "amount": 1771.97,
                        "currency": "ILS"
                      },
                      {
                        "amount": 399.29,
                        "currency": "RSD"
                      }
                    ],
                    [
                      {
                        "amount": 1982.52,
                        "currency": "PLN"
                      },
                      {
                        "amount": 390.63,
                        "currency": "HNL"
                      },
                      {
                        "amount": 689.25,
                        "currency": "ALL"
                      },
                      {
                        "amount": 870.91,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 249.5,
                        "currency": "MUR"
                      },
                      {
                        "amount": 1541.35,
                        "currency": "KES"
                      },
                      {
                        "amount": 1137.76,
                        "currency": "INR"
                      },
                      {
                        "amount": 1306.14,
                        "currency": "DKK"
                      },
                      {
                        "amount": 4263.48,
                        "currency": "YER"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "pB",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2663.91,
                            "currency": "BIF"
                          }
                        ],
                        [
                          {
                            "amount": 2480.75,
                            "currency": "LBP"
                          },
                          {
                            "amount": 4537.44,
                            "currency": "AOA"
                          },
                          {
                            "amount": 794.15,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 3380.05,
                            "currency": "NAD"
                          },
                          {
                            "amount": 3820.44,
                            "currency": "LKR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Eh",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4027.81,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4696.43,
                            "currency": "SOS"
                          },
                          {
                            "amount": 2598.37,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1624.66,
                            "currency": "THB"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "JJ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 741.24,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 3539.06,
                            "currency": "LBP"
                          },
                          {
                            "amount": 869.71,
                            "currency": "HNL"
                          },
                          {
                            "amount": 2769.07,
                            "currency": "PAB"
                          },
                          {
                            "amount": 3571.3,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 3225.79,
                            "currency": "BHD"
                          },
                          {
                            "amount": 4470.41,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 1765.54,
                            "currency": "TND"
                          },
                          {
                            "amount": 943.98,
                            "currency": "MVR"
                          },
                          {
                            "amount": 2515.74,
                            "currency": "DZD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "cu",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 398.01,
                            "currency": "CUP"
                          },
                          {
                            "amount": 3724.1,
                            "currency": "XAF"
                          },
                          {
                            "amount": 2996.98,
                            "currency": "TWD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "uH",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2714.32,
                            "currency": "AMD"
                          },
                          {
                            "amount": 4961.22,
                            "currency": "BIF"
                          },
                          {
                            "amount": 1651.98,
                            "currency": "SOS"
                          },
                          {
                            "amount": 497.43,
                            "currency": "KZT"
                          }
                        ],
                        [
                          {
                            "amount": 3766.88,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 3430.72,
                            "currency": "TZS"
                          },
                          {
                            "amount": 382.41,
                            "currency": "UYU"
                          },
                          {
                            "amount": 965.95,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 2345.41,
                            "currency": "BBD"
                          },
                          {
                            "amount": 3515.48,
                            "currency": "XPF"
                          },
                          {
                            "amount": 1642.31,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 3372.18,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1121.6,
                            "currency": "VES"
                          },
                          {
                            "amount": 3997.29,
                            "currency": "CZK"
                          },
                          {
                            "amount": 4579.23,
                            "currency": "CUP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1890.1,
                        "currency": "SBD"
                      },
                      {
                        "amount": 3758.85,
                        "currency": "SDG"
                      },
                      {
                        "amount": 2872.02,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 2646.53,
                        "currency": "DOP"
                      },
                      {
                        "amount": 3838.62,
                        "currency": "KPW"
                      }
                    ],
                    [
                      {
                        "amount": 4304.18,
                        "currency": "BHD"
                      },
                      {
                        "amount": 4887.48,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 2784.43,
                        "currency": "RSD"
                      }
                    ],
                    [
                      {
                        "amount": 3815.35,
                        "currency": "XOF"
                      }
                    ],
                    [
                      {
                        "amount": 4311.65,
                        "currency": "EGP"
                      },
                      {
                        "amount": 4341.9,
                        "currency": "ANG"
                      },
                      {
                        "amount": 3573.97,
                        "currency": "VND"
                      },
                      {
                        "amount": 495.59,
                        "currency": "PYG"
                      },
                      {
                        "amount": 86.24,
                        "currency": "CLP"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2524.24,
                        "currency": "PLN"
                      },
                      {
                        "amount": 3345.39,
                        "currency": "CLP"
                      },
                      {
                        "amount": 1721.04,
                        "currency": "VUV"
                      },
                      {
                        "amount": 231.85,
                        "currency": "TWD"
                      },
                      {
                        "amount": 1966.61,
                        "currency": "SCR"
                      }
                    ],
                    [
                      {
                        "amount": 3395.28,
                        "currency": "THB"
                      },
                      {
                        "amount": 2802.9,
                        "currency": "SCR"
                      }
                    ],
                    [
                      {
                        "amount": 3425.9,
                        "currency": "AZN"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "EB",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3504.01,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3525.02,
                            "currency": "UGX"
                          },
                          {
                            "amount": 2894.62,
                            "currency": "MUR"
                          },
                          {
                            "amount": 2333.57,
                            "currency": "XPF"
                          },
                          {
                            "amount": 1636.93,
                            "currency": "SCR"
                          }
                        ],
                        [
                          {
                            "amount": 2191.1,
                            "currency": "XAF"
                          },
                          {
                            "amount": 3988.31,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 41.81,
                            "currency": "DKK"
                          },
                          {
                            "amount": 4357.75,
                            "currency": "INR"
                          },
                          {
                            "amount": 3405.92,
                            "currency": "KYD"
                          },
                          {
                            "amount": 196.36,
                            "currency": "AED"
                          },
                          {
                            "amount": 4499.86,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 719.08,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 3888.03,
                            "currency": "KRW"
                          },
                          {
                            "amount": 956.22,
                            "currency": "USD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Xr",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2663.41,
                            "currency": "ALL"
                          },
                          {
                            "amount": 4989.81,
                            "currency": "AWG"
                          },
                          {
                            "amount": 310.24,
                            "currency": "KRW"
                          },
                          {
                            "amount": 3935.9,
                            "currency": "AMD"
                          },
                          {
                            "amount": 3959.14,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 1733.53,
                            "currency": "HNL"
                          }
                        ],
                        [
                          {
                            "amount": 3746.18,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 1256.39,
                            "currency": "JMD"
                          },
                          {
                            "amount": 4468.85,
                            "currency": "SDG"
                          },
                          {
                            "amount": 4946.75,
                            "currency": "THB"
                          },
                          {
                            "amount": 4540.81,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 1689.32,
                            "currency": "GHS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "cS",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1747.87,
                            "currency": "GBP"
                          },
                          {
                            "amount": 2960.64,
                            "currency": "QAR"
                          },
                          {
                            "amount": 912.44,
                            "currency": "XAF"
                          },
                          {
                            "amount": 4191.88,
                            "currency": "MWK"
                          },
                          {
                            "amount": 842.08,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 2421.35,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3737.63,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 4721.82,
                            "currency": "TND"
                          },
                          {
                            "amount": 4449.56,
                            "currency": "BAM"
                          },
                          {
                            "amount": 3422.9,
                            "currency": "IRR"
                          },
                          {
                            "amount": 3717.76,
                            "currency": "XAF"
                          },
                          {
                            "amount": 1037.9,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 1483.12,
                            "currency": "HUF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "xm",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 782.7,
                            "currency": "ILS"
                          },
                          {
                            "amount": 217.02,
                            "currency": "CNY"
                          },
                          {
                            "amount": 4722.8,
                            "currency": "RUB"
                          },
                          {
                            "amount": 524.91,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 376.77,
                            "currency": "RON"
                          },
                          {
                            "amount": 3060.42,
                            "currency": "MOP"
                          },
                          {
                            "amount": 1512.52,
                            "currency": "PHP"
                          },
                          {
                            "amount": 4275.37,
                            "currency": "XCD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 98.51,
                        "currency": "GYD"
                      },
                      {
                        "amount": 2690.47,
                        "currency": "QAR"
                      },
                      {
                        "amount": 4997.72,
                        "currency": "VES"
                      }
                    ],
                    [
                      {
                        "amount": 1617.62,
                        "currency": "RUB"
                      },
                      {
                        "amount": 2450.23,
                        "currency": "MWK"
                      },
                      {
                        "amount": 2985.39,
                        "currency": "MMK"
                      },
                      {
                        "amount": 3383.44,
                        "currency": "INR"
                      },
                      {
                        "amount": 4280.9,
                        "currency": "ARS"
                      }
                    ],
                    [
                      {
                        "amount": 1659.11,
                        "currency": "MVR"
                      },
                      {
                        "amount": 3119.31,
                        "currency": "UZS"
                      },
                      {
                        "amount": 2831.66,
                        "currency": "AFN"
                      },
                      {
                        "amount": 3280.65,
                        "currency": "KGS"
                      },
                      {
                        "amount": 3224.43,
                        "currency": "SYP"
                      }
                    ],
                    [
                      {
                        "amount": 1205.32,
                        "currency": "KRW"
                      },
                      {
                        "amount": 1754.32,
                        "currency": "GNF"
                      },
                      {
                        "amount": 660.28,
                        "currency": "RON"
                      },
                      {
                        "amount": 4342.88,
                        "currency": "HKD"
                      },
                      {
                        "amount": 1235.03,
                        "currency": "LBP"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1976.46,
                        "currency": "BTN"
                      },
                      {
                        "amount": 3373.1,
                        "currency": "CLP"
                      },
                      {
                        "amount": 3187.26,
                        "currency": "NAD"
                      },
                      {
                        "amount": 4915.63,
                        "currency": "ETB"
                      },
                      {
                        "amount": 1114.77,
                        "currency": "BHD"
                      }
                    ],
                    [
                      {
                        "amount": 1565.97,
                        "currency": "VND"
                      },
                      {
                        "amount": 471.83,
                        "currency": "CZK"
                      }
                    ],
                    [
                      {
                        "amount": 2179.06,
                        "currency": "AZN"
                      },
                      {
                        "amount": 2825.56,
                        "currency": "VUV"
                      },
                      {
                        "amount": 4337.87,
                        "currency": "AMD"
                      },
                      {
                        "amount": 4782.06,
                        "currency": "TOP"
                      },
                      {
                        "amount": 3070.65,
                        "currency": "PGK"
                      }
                    ],
                    [
                      {
                        "amount": 327.52,
                        "currency": "XAF"
                      },
                      {
                        "amount": 2583.66,
                        "currency": "XOF"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2933.75,
                        "currency": "PYG"
                      },
                      {
                        "amount": 4428.43,
                        "currency": "CZK"
                      },
                      {
                        "amount": 3457.92,
                        "currency": "ETB"
                      }
                    ],
                    [
                      {
                        "amount": 2718.63,
                        "currency": "FKP"
                      },
                      {
                        "amount": 3464.05,
                        "currency": "ALL"
                      },
                      {
                        "amount": 3528.97,
                        "currency": "LKR"
                      },
                      {
                        "amount": 336.44,
                        "currency": "AED"
                      }
                    ],
                    [
                      {
                        "amount": 4541.37,
                        "currency": "DZD"
                      },
                      {
                        "amount": 918.09,
                        "currency": "DZD"
                      },
                      {
                        "amount": 2935.01,
                        "currency": "SBD"
                      },
                      {
                        "amount": 2473.77,
                        "currency": "GMD"
                      }
                    ],
                    [
                      {
                        "amount": 2335.33,
                        "currency": "XPF"
                      },
                      {
                        "amount": 1152.55,
                        "currency": "SEK"
                      },
                      {
                        "amount": 2377.96,
                        "currency": "HTG"
                      },
                      {
                        "amount": 539.44,
                        "currency": "SCR"
                      },
                      {
                        "amount": 3504.33,
                        "currency": "QAR"
                      }
                    ],
                    [
                      {
                        "amount": 1807.06,
                        "currency": "DOP"
                      },
                      {
                        "amount": 3847.35,
                        "currency": "RUB"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "26702502",
                "percentage": 22.8,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 683.81,
                        "currency": "SZL"
                      },
                      {
                        "amount": 3888.75,
                        "currency": "NIO"
                      }
                    ],
                    [
                      {
                        "amount": 2398.74,
                        "currency": "BHD"
                      },
                      {
                        "amount": 3237.61,
                        "currency": "SYP"
                      }
                    ],
                    [
                      {
                        "amount": 2838,
                        "currency": "CDF"
                      },
                      {
                        "amount": 2321.56,
                        "currency": "BSD"
                      },
                      {
                        "amount": 2241.71,
                        "currency": "VUV"
                      },
                      {
                        "amount": 279.08,
                        "currency": "JOD"
                      }
                    ],
                    [
                      {
                        "amount": 3390.08,
                        "currency": "HNL"
                      },
                      {
                        "amount": 4323.42,
                        "currency": "ILS"
                      },
                      {
                        "amount": 3000.45,
                        "currency": "GMD"
                      },
                      {
                        "amount": 3895.76,
                        "currency": "XOF"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 3,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Lorna",
                "index": 1,
                "lastName": "Ernser",
                "tierLevel": "Red",
                "tierLevelNumber": 5,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 131.63,
                        "currency": "MWK"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4497.75,
                        "currency": "BIF"
                      },
                      {
                        "amount": 2801.9,
                        "currency": "BAM"
                      },
                      {
                        "amount": 2370.48,
                        "currency": "CAD"
                      },
                      {
                        "amount": 4448.64,
                        "currency": "XPF"
                      }
                    ],
                    [
                      {
                        "amount": 3225.31,
                        "currency": "AWG"
                      }
                    ],
                    [
                      {
                        "amount": 3675.07,
                        "currency": "AUD"
                      }
                    ],
                    [
                      {
                        "amount": 1488.95,
                        "currency": "ARS"
                      },
                      {
                        "amount": 4769.58,
                        "currency": "KES"
                      },
                      {
                        "amount": 1244.43,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 1726.38,
                        "currency": "TND"
                      },
                      {
                        "amount": 3157.41,
                        "currency": "CDF"
                      },
                      {
                        "amount": 4990.3,
                        "currency": "MMK"
                      },
                      {
                        "amount": 886.64,
                        "currency": "BOB"
                      },
                      {
                        "amount": 3885.64,
                        "currency": "HKD"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "gx",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2195.66,
                            "currency": "AZN"
                          },
                          {
                            "amount": 1152.88,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 2045.53,
                            "currency": "THB"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ES",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4934.2,
                            "currency": "KRW"
                          },
                          {
                            "amount": 306.85,
                            "currency": "NZD"
                          },
                          {
                            "amount": 2959.28,
                            "currency": "SOS"
                          }
                        ],
                        [
                          {
                            "amount": 1471.14,
                            "currency": "PAB"
                          },
                          {
                            "amount": 3772.63,
                            "currency": "LRD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4774.11,
                        "currency": "INR"
                      }
                    ],
                    [
                      {
                        "amount": 1855.19,
                        "currency": "HTG"
                      },
                      {
                        "amount": 3679.05,
                        "currency": "MKD"
                      },
                      {
                        "amount": 4616.14,
                        "currency": "NOK"
                      },
                      {
                        "amount": 1778.46,
                        "currency": "MDL"
                      },
                      {
                        "amount": 2080.31,
                        "currency": "NZD"
                      }
                    ],
                    [
                      {
                        "amount": 3701.67,
                        "currency": "GNF"
                      },
                      {
                        "amount": 1741.48,
                        "currency": "TMT"
                      },
                      {
                        "amount": 3981.39,
                        "currency": "KZT"
                      }
                    ],
                    [
                      {
                        "amount": 1280.76,
                        "currency": "BGN"
                      },
                      {
                        "amount": 3009.74,
                        "currency": "VUV"
                      },
                      {
                        "amount": 441.72,
                        "currency": "ARS"
                      },
                      {
                        "amount": 1635.74,
                        "currency": "KWD"
                      },
                      {
                        "amount": 1849.14,
                        "currency": "SHP"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3738.39,
                        "currency": "CLP"
                      },
                      {
                        "amount": 368.91,
                        "currency": "LSL"
                      },
                      {
                        "amount": 4746.61,
                        "currency": "INR"
                      }
                    ],
                    [
                      {
                        "amount": 3258.65,
                        "currency": "THB"
                      },
                      {
                        "amount": 1430.96,
                        "currency": "UGX"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Ru",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2665.69,
                            "currency": "LSL"
                          },
                          {
                            "amount": 164.35,
                            "currency": "NPR"
                          },
                          {
                            "amount": 4152.12,
                            "currency": "TMT"
                          },
                          {
                            "amount": 2458.31,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 3515.37,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 3893.16,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 895.9,
                            "currency": "DJF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "XI",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4357.46,
                            "currency": "DJF"
                          },
                          {
                            "amount": 2986.11,
                            "currency": "SBD"
                          },
                          {
                            "amount": 3511.34,
                            "currency": "SHP"
                          },
                          {
                            "amount": 2534.6,
                            "currency": "GBP"
                          },
                          {
                            "amount": 3506.7,
                            "currency": "AFN"
                          }
                        ],
                        [
                          {
                            "amount": 2079.62,
                            "currency": "AWG"
                          },
                          {
                            "amount": 4403.34,
                            "currency": "SZL"
                          },
                          {
                            "amount": 4579.35,
                            "currency": "BGN"
                          },
                          {
                            "amount": 4701.76,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 3447.71,
                            "currency": "SSP"
                          },
                          {
                            "amount": 4409.72,
                            "currency": "MKD"
                          },
                          {
                            "amount": 312.35,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2016.82,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 235.38,
                            "currency": "WST"
                          },
                          {
                            "amount": 3454.95,
                            "currency": "DKK"
                          },
                          {
                            "amount": 2992.34,
                            "currency": "PLN"
                          },
                          {
                            "amount": 4036.71,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 2399.86,
                            "currency": "RWF"
                          },
                          {
                            "amount": 4560.43,
                            "currency": "GMD"
                          },
                          {
                            "amount": 2688.5,
                            "currency": "BMD"
                          },
                          {
                            "amount": 3979.42,
                            "currency": "MOP"
                          },
                          {
                            "amount": 3160.51,
                            "currency": "SOS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Eq",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4161.03,
                            "currency": "PYG"
                          },
                          {
                            "amount": 3559.79,
                            "currency": "GIP"
                          },
                          {
                            "amount": 3231.34,
                            "currency": "SAR"
                          },
                          {
                            "amount": 3137.72,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 4691.22,
                            "currency": "BHD"
                          },
                          {
                            "amount": 1540.11,
                            "currency": "BND"
                          },
                          {
                            "amount": 3578.7,
                            "currency": "AWG"
                          },
                          {
                            "amount": 4820.19,
                            "currency": "MZN"
                          }
                        ],
                        [
                          {
                            "amount": 3523.37,
                            "currency": "ETB"
                          },
                          {
                            "amount": 2482.27,
                            "currency": "NIO"
                          },
                          {
                            "amount": 4599,
                            "currency": "FJD"
                          },
                          {
                            "amount": 1248.51,
                            "currency": "AWG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "cK",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4955.54,
                            "currency": "ARS"
                          },
                          {
                            "amount": 4810.12,
                            "currency": "KHR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ee",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 312.02,
                            "currency": "KRW"
                          }
                        ],
                        [
                          {
                            "amount": 992.55,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2927.99,
                            "currency": "TOP"
                          },
                          {
                            "amount": 4223.17,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 4706.63,
                            "currency": "BRL"
                          },
                          {
                            "amount": 4151.82,
                            "currency": "GNF"
                          },
                          {
                            "amount": 2278.94,
                            "currency": "BBD"
                          },
                          {
                            "amount": 3693.42,
                            "currency": "UGX"
                          },
                          {
                            "amount": 1144.01,
                            "currency": "NZD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4960.03,
                        "currency": "CDF"
                      },
                      {
                        "amount": 3831.62,
                        "currency": "SBD"
                      },
                      {
                        "amount": 4643.61,
                        "currency": "XOF"
                      },
                      {
                        "amount": 394.87,
                        "currency": "PLN"
                      }
                    ],
                    [
                      {
                        "amount": 1666.72,
                        "currency": "FKP"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4072.36,
                        "currency": "ALL"
                      },
                      {
                        "amount": 1167.9,
                        "currency": "BOB"
                      },
                      {
                        "amount": 546.37,
                        "currency": "BOB"
                      }
                    ],
                    [
                      {
                        "amount": 1798.73,
                        "currency": "DJF"
                      },
                      {
                        "amount": 1099.21,
                        "currency": "BWP"
                      },
                      {
                        "amount": 363.45,
                        "currency": "WST"
                      },
                      {
                        "amount": 2041.01,
                        "currency": "LRD"
                      }
                    ],
                    [
                      {
                        "amount": 508.28,
                        "currency": "CVE"
                      },
                      {
                        "amount": 1027.75,
                        "currency": "AWG"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1783.37,
                        "currency": "AOA"
                      }
                    ],
                    [
                      {
                        "amount": 4866.24,
                        "currency": "FJD"
                      },
                      {
                        "amount": 894.73,
                        "currency": "TWD"
                      },
                      {
                        "amount": 1625.23,
                        "currency": "KRW"
                      }
                    ],
                    [
                      {
                        "amount": 3864.72,
                        "currency": "SRD"
                      },
                      {
                        "amount": 4596.38,
                        "currency": "BRL"
                      },
                      {
                        "amount": 3676.19,
                        "currency": "VND"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "01379692",
                "percentage": 27.4,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2558.08,
                        "currency": "MDL"
                      },
                      {
                        "amount": 3840.27,
                        "currency": "UZS"
                      },
                      {
                        "amount": 1519.8,
                        "currency": "USD"
                      },
                      {
                        "amount": 1956.47,
                        "currency": "NAD"
                      },
                      {
                        "amount": 4354.16,
                        "currency": "FJD"
                      }
                    ],
                    [
                      {
                        "amount": 838.83,
                        "currency": "TRY"
                      },
                      {
                        "amount": 873.54,
                        "currency": "RON"
                      },
                      {
                        "amount": 268.49,
                        "currency": "LSL"
                      },
                      {
                        "amount": 1458.3,
                        "currency": "BDT"
                      }
                    ],
                    [
                      {
                        "amount": 673.55,
                        "currency": "KPW"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 3,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Trent",
                "index": 8,
                "lastName": "Kerluke-Metz",
                "tierLevel": "Gold",
                "tierLevelNumber": 1,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3460.57,
                        "currency": "IDR"
                      },
                      {
                        "amount": 3442.05,
                        "currency": "TMT"
                      },
                      {
                        "amount": 1911.64,
                        "currency": "MVR"
                      },
                      {
                        "amount": 249.84,
                        "currency": "NAD"
                      },
                      {
                        "amount": 1370,
                        "currency": "ZAR"
                      }
                    ],
                    [
                      {
                        "amount": 1653.66,
                        "currency": "UZS"
                      },
                      {
                        "amount": 1126.51,
                        "currency": "CNY"
                      },
                      {
                        "amount": 496.15,
                        "currency": "WST"
                      },
                      {
                        "amount": 2970.93,
                        "currency": "KRW"
                      }
                    ],
                    [
                      {
                        "amount": 2794.44,
                        "currency": "GEL"
                      }
                    ],
                    [
                      {
                        "amount": 505.98,
                        "currency": "IDR"
                      },
                      {
                        "amount": 3003.23,
                        "currency": "SCR"
                      },
                      {
                        "amount": 2033.73,
                        "currency": "IDR"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4281.6,
                        "currency": "TMT"
                      },
                      {
                        "amount": 1513.94,
                        "currency": "RWF"
                      },
                      {
                        "amount": 2778.38,
                        "currency": "HKD"
                      },
                      {
                        "amount": 2394.43,
                        "currency": "MKD"
                      }
                    ],
                    [
                      {
                        "amount": 790.98,
                        "currency": "FKP"
                      },
                      {
                        "amount": 1427.96,
                        "currency": "KGS"
                      },
                      {
                        "amount": 3291.42,
                        "currency": "SOS"
                      },
                      {
                        "amount": 4471.69,
                        "currency": "ISK"
                      }
                    ],
                    [
                      {
                        "amount": 4875.8,
                        "currency": "SHP"
                      },
                      {
                        "amount": 3163.82,
                        "currency": "PLN"
                      },
                      {
                        "amount": 315.57,
                        "currency": "BOB"
                      },
                      {
                        "amount": 501.92,
                        "currency": "MZN"
                      }
                    ],
                    [
                      {
                        "amount": 2207.33,
                        "currency": "DOP"
                      },
                      {
                        "amount": 3252.25,
                        "currency": "SHP"
                      },
                      {
                        "amount": 1762.43,
                        "currency": "PLN"
                      }
                    ],
                    [
                      {
                        "amount": 4750.16,
                        "currency": "SCR"
                      },
                      {
                        "amount": 1387.59,
                        "currency": "CNY"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "vm",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4517.47,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 2173.12,
                            "currency": "BMD"
                          },
                          {
                            "amount": 4588.31,
                            "currency": "SSP"
                          },
                          {
                            "amount": 3436.05,
                            "currency": "MOP"
                          },
                          {
                            "amount": 2027.54,
                            "currency": "SGD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "pH",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4906.94,
                            "currency": "IDR"
                          },
                          {
                            "amount": 4464.24,
                            "currency": "XOF"
                          }
                        ],
                        [
                          {
                            "amount": 2953.87,
                            "currency": "LAK"
                          },
                          {
                            "amount": 277.73,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 4357.89,
                            "currency": "IRR"
                          },
                          {
                            "amount": 794.09,
                            "currency": "RSD"
                          },
                          {
                            "amount": 3207.26,
                            "currency": "BBD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ju",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2308.12,
                            "currency": "STN"
                          },
                          {
                            "amount": 3995.97,
                            "currency": "MDL"
                          },
                          {
                            "amount": 1723.99,
                            "currency": "HUF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "XJ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 925.48,
                            "currency": "CAD"
                          },
                          {
                            "amount": 207.83,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 3775.98,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3497.87,
                            "currency": "XAF"
                          },
                          {
                            "amount": 376.1,
                            "currency": "SRD"
                          },
                          {
                            "amount": 4127.97,
                            "currency": "BMD"
                          },
                          {
                            "amount": 317.07,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 63.17,
                            "currency": "PGK"
                          },
                          {
                            "amount": 4334.17,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 3078.2,
                            "currency": "XOF"
                          },
                          {
                            "amount": 1665.03,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 4196.42,
                            "currency": "SAR"
                          },
                          {
                            "amount": 1509.55,
                            "currency": "MRU"
                          },
                          {
                            "amount": 542.44,
                            "currency": "HUF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ii",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2948.51,
                            "currency": "BBD"
                          },
                          {
                            "amount": 4845.63,
                            "currency": "NGN"
                          },
                          {
                            "amount": 3227.52,
                            "currency": "BGN"
                          },
                          {
                            "amount": 765.71,
                            "currency": "NIO"
                          },
                          {
                            "amount": 2640.95,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 3576.67,
                            "currency": "PKR"
                          },
                          {
                            "amount": 4221.11,
                            "currency": "CVE"
                          },
                          {
                            "amount": 2628.75,
                            "currency": "THB"
                          },
                          {
                            "amount": 285.3,
                            "currency": "KRW"
                          },
                          {
                            "amount": 606.22,
                            "currency": "SCR"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1665.55,
                        "currency": "NIO"
                      }
                    ],
                    [
                      {
                        "amount": 824.17,
                        "currency": "VND"
                      }
                    ],
                    [
                      {
                        "amount": 1221.33,
                        "currency": "XCD"
                      },
                      {
                        "amount": 2658.43,
                        "currency": "PEN"
                      },
                      {
                        "amount": 538.66,
                        "currency": "MMK"
                      },
                      {
                        "amount": 3475.47,
                        "currency": "CUP"
                      }
                    ],
                    [
                      {
                        "amount": 498.38,
                        "currency": "SEK"
                      },
                      {
                        "amount": 4159.37,
                        "currency": "CRC"
                      }
                    ],
                    [
                      {
                        "amount": 1784.34,
                        "currency": "UGX"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2680.41,
                        "currency": "BDT"
                      },
                      {
                        "amount": 2127.4,
                        "currency": "XPF"
                      },
                      {
                        "amount": 881.6,
                        "currency": "STN"
                      },
                      {
                        "amount": 3616.34,
                        "currency": "BND"
                      }
                    ],
                    [
                      {
                        "amount": 3076.01,
                        "currency": "BRL"
                      },
                      {
                        "amount": 2795.75,
                        "currency": "PLN"
                      },
                      {
                        "amount": 4191.08,
                        "currency": "AFN"
                      },
                      {
                        "amount": 1224.72,
                        "currency": "YER"
                      },
                      {
                        "amount": 3040.45,
                        "currency": "IQD"
                      }
                    ],
                    [
                      {
                        "amount": 3528.85,
                        "currency": "UAH"
                      },
                      {
                        "amount": 4341.09,
                        "currency": "MUR"
                      },
                      {
                        "amount": 1451.02,
                        "currency": "ARS"
                      },
                      {
                        "amount": 4913.36,
                        "currency": "AOA"
                      },
                      {
                        "amount": 289.16,
                        "currency": "GNF"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "hJ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 630.1,
                            "currency": "KGS"
                          },
                          {
                            "amount": 3317.07,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 210.22,
                            "currency": "IQD"
                          },
                          {
                            "amount": 2259.47,
                            "currency": "SBD"
                          },
                          {
                            "amount": 1679.96,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 4041,
                            "currency": "FJD"
                          },
                          {
                            "amount": 3973.03,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2080.82,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2572.32,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 3272.65,
                            "currency": "SCR"
                          },
                          {
                            "amount": 193.45,
                            "currency": "BZD"
                          },
                          {
                            "amount": 148.1,
                            "currency": "BGN"
                          },
                          {
                            "amount": 1325.84,
                            "currency": "SAR"
                          }
                        ],
                        [
                          {
                            "amount": 4286.07,
                            "currency": "MZN"
                          },
                          {
                            "amount": 1695.03,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 2796.59,
                            "currency": "ARS"
                          },
                          {
                            "amount": 485.09,
                            "currency": "ETB"
                          },
                          {
                            "amount": 262.86,
                            "currency": "LBP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "QS",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4344.41,
                            "currency": "GMD"
                          },
                          {
                            "amount": 298.81,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 2676.26,
                            "currency": "HKD"
                          },
                          {
                            "amount": 180.33,
                            "currency": "BMD"
                          }
                        ],
                        [
                          {
                            "amount": 3316.05,
                            "currency": "TMT"
                          },
                          {
                            "amount": 745.37,
                            "currency": "TTD"
                          },
                          {
                            "amount": 436.03,
                            "currency": "LSL"
                          },
                          {
                            "amount": 2554.1,
                            "currency": "ARS"
                          },
                          {
                            "amount": 2479.38,
                            "currency": "GBP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Lc",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 704.3,
                            "currency": "USD"
                          },
                          {
                            "amount": 4918.87,
                            "currency": "STN"
                          },
                          {
                            "amount": 4826.89,
                            "currency": "BYN"
                          },
                          {
                            "amount": 1222.57,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 3398.89,
                            "currency": "LBP"
                          },
                          {
                            "amount": 4718.61,
                            "currency": "STN"
                          },
                          {
                            "amount": 4501.22,
                            "currency": "SDG"
                          }
                        ],
                        [
                          {
                            "amount": 4004.6,
                            "currency": "MDL"
                          },
                          {
                            "amount": 4178.74,
                            "currency": "LKR"
                          },
                          {
                            "amount": 4830.93,
                            "currency": "NGN"
                          },
                          {
                            "amount": 3273.6,
                            "currency": "UGX"
                          },
                          {
                            "amount": 4840.07,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 622.34,
                            "currency": "KRW"
                          },
                          {
                            "amount": 2741.96,
                            "currency": "AED"
                          },
                          {
                            "amount": 754.85,
                            "currency": "DKK"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4224.62,
                        "currency": "JOD"
                      },
                      {
                        "amount": 4919.71,
                        "currency": "AZN"
                      },
                      {
                        "amount": 112.45,
                        "currency": "ANG"
                      },
                      {
                        "amount": 3658.91,
                        "currency": "ISK"
                      }
                    ],
                    [
                      {
                        "amount": 3828.72,
                        "currency": "NOK"
                      },
                      {
                        "amount": 2969.12,
                        "currency": "SSP"
                      }
                    ],
                    [
                      {
                        "amount": 1389.24,
                        "currency": "LAK"
                      },
                      {
                        "amount": 2737.52,
                        "currency": "IRR"
                      },
                      {
                        "amount": 4051.44,
                        "currency": "NAD"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 978.52,
                        "currency": "SZL"
                      },
                      {
                        "amount": 815.6,
                        "currency": "JPY"
                      }
                    ],
                    [
                      {
                        "amount": 1424.58,
                        "currency": "JPY"
                      },
                      {
                        "amount": 3119.37,
                        "currency": "AED"
                      }
                    ],
                    [
                      {
                        "amount": 1447.35,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 945,
                        "currency": "CAD"
                      },
                      {
                        "amount": 4306.8,
                        "currency": "LBP"
                      },
                      {
                        "amount": 3710.67,
                        "currency": "CAD"
                      },
                      {
                        "amount": 1491.54,
                        "currency": "FKP"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4137.22,
                        "currency": "NIO"
                      },
                      {
                        "amount": 2537.02,
                        "currency": "MWK"
                      },
                      {
                        "amount": 2667.34,
                        "currency": "PHP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "86975302",
                "percentage": 24.1,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 281.87,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 2932.4,
                        "currency": "ALL"
                      },
                      {
                        "amount": 3000.97,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 3856,
                        "currency": "AZN"
                      },
                      {
                        "amount": 856.15,
                        "currency": "PGK"
                      },
                      {
                        "amount": 947.55,
                        "currency": "CVE"
                      },
                      {
                        "amount": 862.02,
                        "currency": "ILS"
                      },
                      {
                        "amount": 4666.44,
                        "currency": "PEN"
                      }
                    ],
                    [
                      {
                        "amount": 1492.4,
                        "currency": "MYR"
                      },
                      {
                        "amount": 4479.04,
                        "currency": "EUR"
                      },
                      {
                        "amount": 2250.49,
                        "currency": "ERN"
                      }
                    ],
                    [
                      {
                        "amount": 561.55,
                        "currency": "UYU"
                      },
                      {
                        "amount": 4284.15,
                        "currency": "QAR"
                      },
                      {
                        "amount": 3661.53,
                        "currency": "BOB"
                      },
                      {
                        "amount": 4259.17,
                        "currency": "PEN"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Constantin",
                "index": 1,
                "lastName": "Pacocha",
                "tierLevel": "Silver",
                "tierLevelNumber": 5,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4290.58,
                        "currency": "FKP"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 828.36,
                        "currency": "MUR"
                      }
                    ],
                    [
                      {
                        "amount": 755.43,
                        "currency": "SCR"
                      },
                      {
                        "amount": 1653.04,
                        "currency": "XAF"
                      },
                      {
                        "amount": 4154.82,
                        "currency": "TJS"
                      },
                      {
                        "amount": 3176.39,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 2527.51,
                        "currency": "BIF"
                      }
                    ],
                    [
                      {
                        "amount": 2283.78,
                        "currency": "SYP"
                      },
                      {
                        "amount": 2116.67,
                        "currency": "JPY"
                      },
                      {
                        "amount": 598.61,
                        "currency": "IRR"
                      },
                      {
                        "amount": 143.89,
                        "currency": "ILS"
                      }
                    ],
                    [
                      {
                        "amount": 4685.23,
                        "currency": "NGN"
                      },
                      {
                        "amount": 3419.25,
                        "currency": "KES"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Ew",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 207.47,
                            "currency": "SSP"
                          }
                        ],
                        [
                          {
                            "amount": 1959.81,
                            "currency": "JPY"
                          },
                          {
                            "amount": 2696.93,
                            "currency": "PEN"
                          },
                          {
                            "amount": 3245.41,
                            "currency": "XCD"
                          },
                          {
                            "amount": 1138.81,
                            "currency": "MNT"
                          },
                          {
                            "amount": 1426.08,
                            "currency": "TRY"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "QZ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3665.57,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4192.3,
                            "currency": "BAM"
                          },
                          {
                            "amount": 4248.47,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2049.16,
                            "currency": "ANG"
                          }
                        ],
                        [
                          {
                            "amount": 3448.02,
                            "currency": "CLP"
                          },
                          {
                            "amount": 1029.72,
                            "currency": "INR"
                          }
                        ],
                        [
                          {
                            "amount": 1385.2,
                            "currency": "JMD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "GS",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4582.06,
                            "currency": "BHD"
                          },
                          {
                            "amount": 37.32,
                            "currency": "CNY"
                          },
                          {
                            "amount": 122.66,
                            "currency": "MUR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Gu",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4886.71,
                            "currency": "BHD"
                          },
                          {
                            "amount": 1832.11,
                            "currency": "JMD"
                          },
                          {
                            "amount": 2647.82,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 4165.51,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 844.41,
                            "currency": "BND"
                          },
                          {
                            "amount": 4971.54,
                            "currency": "EUR"
                          },
                          {
                            "amount": 110.75,
                            "currency": "SHP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "EU",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 220.04,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2884.01,
                            "currency": "MKD"
                          },
                          {
                            "amount": 1453.62,
                            "currency": "MZN"
                          },
                          {
                            "amount": 849.22,
                            "currency": "SSP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4635.61,
                        "currency": "SHP"
                      },
                      {
                        "amount": 193.25,
                        "currency": "SBD"
                      },
                      {
                        "amount": 2230.66,
                        "currency": "XAF"
                      }
                    ],
                    [
                      {
                        "amount": 2013.79,
                        "currency": "BYN"
                      },
                      {
                        "amount": 2725.67,
                        "currency": "UYU"
                      }
                    ],
                    [
                      {
                        "amount": 3252.34,
                        "currency": "VUV"
                      },
                      {
                        "amount": 293.34,
                        "currency": "PAB"
                      },
                      {
                        "amount": 350.22,
                        "currency": "TND"
                      },
                      {
                        "amount": 3836.14,
                        "currency": "CNY"
                      }
                    ],
                    [
                      {
                        "amount": 1842.82,
                        "currency": "BMD"
                      },
                      {
                        "amount": 3794.61,
                        "currency": "FKP"
                      },
                      {
                        "amount": 3879.41,
                        "currency": "TRY"
                      },
                      {
                        "amount": 1364.15,
                        "currency": "KMF"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4325.86,
                        "currency": "TTD"
                      }
                    ],
                    [
                      {
                        "amount": 3663.59,
                        "currency": "GEL"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "fh",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4282.88,
                            "currency": "CLP"
                          },
                          {
                            "amount": 237.41,
                            "currency": "YER"
                          },
                          {
                            "amount": 599.4,
                            "currency": "CVE"
                          },
                          {
                            "amount": 360.38,
                            "currency": "HUF"
                          },
                          {
                            "amount": 253.98,
                            "currency": "MOP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4803.23,
                        "currency": "LKR"
                      },
                      {
                        "amount": 852.5,
                        "currency": "STN"
                      },
                      {
                        "amount": 3039.67,
                        "currency": "CLP"
                      },
                      {
                        "amount": 4327.34,
                        "currency": "PEN"
                      },
                      {
                        "amount": 2888.25,
                        "currency": "GNF"
                      }
                    ],
                    [
                      {
                        "amount": 4749.44,
                        "currency": "BSD"
                      },
                      {
                        "amount": 3743.2,
                        "currency": "RON"
                      },
                      {
                        "amount": 2457.34,
                        "currency": "LKR"
                      },
                      {
                        "amount": 899.15,
                        "currency": "IRR"
                      },
                      {
                        "amount": 3183.97,
                        "currency": "MOP"
                      }
                    ],
                    [
                      {
                        "amount": 3625.16,
                        "currency": "SHP"
                      },
                      {
                        "amount": 1282.21,
                        "currency": "ISK"
                      },
                      {
                        "amount": 1498.55,
                        "currency": "SGD"
                      },
                      {
                        "amount": 2937.33,
                        "currency": "ETB"
                      }
                    ],
                    [
                      {
                        "amount": 2811.62,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 4317.66,
                        "currency": "TJS"
                      },
                      {
                        "amount": 458,
                        "currency": "UYU"
                      },
                      {
                        "amount": 1587.18,
                        "currency": "SSP"
                      },
                      {
                        "amount": 4501.07,
                        "currency": "TND"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1256.19,
                        "currency": "MWK"
                      },
                      {
                        "amount": 2788.05,
                        "currency": "MZN"
                      },
                      {
                        "amount": 3733.02,
                        "currency": "XPF"
                      },
                      {
                        "amount": 123.15,
                        "currency": "YER"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3878.9,
                        "currency": "HTG"
                      },
                      {
                        "amount": 4001.4,
                        "currency": "KPW"
                      },
                      {
                        "amount": 1543.44,
                        "currency": "CAD"
                      },
                      {
                        "amount": 2977.91,
                        "currency": "MOP"
                      }
                    ],
                    [
                      {
                        "amount": 3520.98,
                        "currency": "BWP"
                      },
                      {
                        "amount": 384.64,
                        "currency": "SAR"
                      }
                    ],
                    [
                      {
                        "amount": 1013.81,
                        "currency": "SZL"
                      },
                      {
                        "amount": 2128.13,
                        "currency": "KHR"
                      },
                      {
                        "amount": 1000.71,
                        "currency": "NZD"
                      },
                      {
                        "amount": 2709.58,
                        "currency": "YER"
                      }
                    ],
                    [
                      {
                        "amount": 1682.96,
                        "currency": "TMT"
                      },
                      {
                        "amount": 2725.01,
                        "currency": "RWF"
                      },
                      {
                        "amount": 2233.94,
                        "currency": "BIF"
                      },
                      {
                        "amount": 763.75,
                        "currency": "TND"
                      }
                    ],
                    [
                      {
                        "amount": 3864.79,
                        "currency": "CVE"
                      },
                      {
                        "amount": 1439.62,
                        "currency": "HTG"
                      },
                      {
                        "amount": 1043.19,
                        "currency": "RWF"
                      },
                      {
                        "amount": 3879.27,
                        "currency": "BWP"
                      },
                      {
                        "amount": 320.72,
                        "currency": "WST"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "34410342",
                "percentage": 21.8,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3195.04,
                        "currency": "DKK"
                      },
                      {
                        "amount": 198.21,
                        "currency": "TMT"
                      },
                      {
                        "amount": 157.42,
                        "currency": "NGN"
                      }
                    ],
                    [
                      {
                        "amount": 228.1,
                        "currency": "RSD"
                      },
                      {
                        "amount": 4901.06,
                        "currency": "GHS"
                      }
                    ],
                    [
                      {
                        "amount": 3977.98,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 367.37,
                        "currency": "AED"
                      },
                      {
                        "amount": 1331.43,
                        "currency": "UGX"
                      },
                      {
                        "amount": 1100.09,
                        "currency": "SBD"
                      },
                      {
                        "amount": 1232.77,
                        "currency": "RSD"
                      },
                      {
                        "amount": 2972.09,
                        "currency": "FJD"
                      }
                    ],
                    [
                      {
                        "amount": 3765.27,
                        "currency": "XOF"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Outbound"
          }
        },
        {
          "availableInventory": 49,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Dahlia",
                "index": 5,
                "lastName": "Keebler",
                "tierLevel": "Red",
                "tierLevelNumber": 2,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2954.77,
                        "currency": "GMD"
                      },
                      {
                        "amount": 2524.48,
                        "currency": "CHF"
                      },
                      {
                        "amount": 3053.78,
                        "currency": "SSP"
                      },
                      {
                        "amount": 4323.29,
                        "currency": "SEK"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 889.5,
                        "currency": "KES"
                      },
                      {
                        "amount": 4038.73,
                        "currency": "RUB"
                      }
                    ],
                    [
                      {
                        "amount": 2070.11,
                        "currency": "ZWL"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Ah",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4253.3,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1328.48,
                            "currency": "YER"
                          },
                          {
                            "amount": 2920.08,
                            "currency": "JMD"
                          },
                          {
                            "amount": 205.62,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 3729.25,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 3566.29,
                            "currency": "NOK"
                          },
                          {
                            "amount": 2117.1,
                            "currency": "GMD"
                          },
                          {
                            "amount": 917.15,
                            "currency": "ERN"
                          },
                          {
                            "amount": 526.81,
                            "currency": "EGP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ya",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 261.59,
                            "currency": "SEK"
                          },
                          {
                            "amount": 4892.4,
                            "currency": "TWD"
                          },
                          {
                            "amount": 2104.63,
                            "currency": "AZN"
                          },
                          {
                            "amount": 1196.55,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 4409.63,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1403.41,
                            "currency": "MKD"
                          },
                          {
                            "amount": 2995.74,
                            "currency": "BWP"
                          },
                          {
                            "amount": 807.42,
                            "currency": "BDT"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "yz",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3026.43,
                            "currency": "LYD"
                          },
                          {
                            "amount": 4799.48,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2982.19,
                            "currency": "CAD"
                          },
                          {
                            "amount": 2451.59,
                            "currency": "NOK"
                          },
                          {
                            "amount": 4297.97,
                            "currency": "XOF"
                          }
                        ],
                        [
                          {
                            "amount": 427.32,
                            "currency": "AED"
                          },
                          {
                            "amount": 1364.44,
                            "currency": "BSD"
                          },
                          {
                            "amount": 154.14,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2781.64,
                            "currency": "BRL"
                          },
                          {
                            "amount": 601.23,
                            "currency": "BND"
                          }
                        ],
                        [
                          {
                            "amount": 2851.37,
                            "currency": "AMD"
                          },
                          {
                            "amount": 1715.44,
                            "currency": "DOP"
                          },
                          {
                            "amount": 3414.7,
                            "currency": "NPR"
                          },
                          {
                            "amount": 3990.61,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 4850.33,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3824.53,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3717.55,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4548.31,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 28.03,
                            "currency": "SYP"
                          },
                          {
                            "amount": 3855.03,
                            "currency": "TRY"
                          },
                          {
                            "amount": 376.56,
                            "currency": "IQD"
                          },
                          {
                            "amount": 2987.27,
                            "currency": "MZN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ov",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1144.05,
                            "currency": "BHD"
                          },
                          {
                            "amount": 1853.93,
                            "currency": "GYD"
                          },
                          {
                            "amount": 4015.02,
                            "currency": "LSL"
                          },
                          {
                            "amount": 209.31,
                            "currency": "KZT"
                          },
                          {
                            "amount": 1448.55,
                            "currency": "OMR"
                          }
                        ],
                        [
                          {
                            "amount": 4920.22,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 2681.57,
                            "currency": "ARS"
                          },
                          {
                            "amount": 4769.26,
                            "currency": "COP"
                          },
                          {
                            "amount": 3044.88,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 4331.6,
                            "currency": "AWG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "BY",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3974.06,
                            "currency": "VND"
                          },
                          {
                            "amount": 203.12,
                            "currency": "VND"
                          },
                          {
                            "amount": 4814.15,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 1105.78,
                            "currency": "XCD"
                          },
                          {
                            "amount": 1670.12,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 2371.75,
                            "currency": "BND"
                          },
                          {
                            "amount": 2420.97,
                            "currency": "UGX"
                          },
                          {
                            "amount": 4884.81,
                            "currency": "KZT"
                          }
                        ],
                        [
                          {
                            "amount": 3525.86,
                            "currency": "BSD"
                          },
                          {
                            "amount": 564.18,
                            "currency": "ERN"
                          },
                          {
                            "amount": 356.76,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4794.36,
                            "currency": "GIP"
                          },
                          {
                            "amount": 795.11,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 907.83,
                            "currency": "WST"
                          },
                          {
                            "amount": 1689.6,
                            "currency": "SRD"
                          },
                          {
                            "amount": 493.29,
                            "currency": "GYD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3866.08,
                        "currency": "SAR"
                      }
                    ],
                    [
                      {
                        "amount": 592.79,
                        "currency": "INR"
                      },
                      {
                        "amount": 2759.27,
                        "currency": "LRD"
                      }
                    ],
                    [
                      {
                        "amount": 2913.38,
                        "currency": "KRW"
                      },
                      {
                        "amount": 3366.5,
                        "currency": "HKD"
                      }
                    ],
                    [
                      {
                        "amount": 257.29,
                        "currency": "CRC"
                      },
                      {
                        "amount": 2655.63,
                        "currency": "AUD"
                      },
                      {
                        "amount": 958.22,
                        "currency": "ISK"
                      }
                    ],
                    [
                      {
                        "amount": 3699.31,
                        "currency": "IQD"
                      },
                      {
                        "amount": 4710.32,
                        "currency": "AOA"
                      },
                      {
                        "amount": 4792.99,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 668.86,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 789,
                        "currency": "BWP"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3012.69,
                        "currency": "KGS"
                      },
                      {
                        "amount": 3445.45,
                        "currency": "RON"
                      }
                    ],
                    [
                      {
                        "amount": 2207.27,
                        "currency": "MKD"
                      },
                      {
                        "amount": 1663.65,
                        "currency": "GIP"
                      },
                      {
                        "amount": 1441.4,
                        "currency": "CVE"
                      },
                      {
                        "amount": 3681.44,
                        "currency": "MNT"
                      }
                    ],
                    [
                      {
                        "amount": 1586.59,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 2900.25,
                        "currency": "LRD"
                      },
                      {
                        "amount": 3537.24,
                        "currency": "TND"
                      }
                    ],
                    [
                      {
                        "amount": 3376.72,
                        "currency": "CNY"
                      },
                      {
                        "amount": 4445.63,
                        "currency": "MMK"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "LN",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1335.65,
                            "currency": "DKK"
                          },
                          {
                            "amount": 1583.03,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1187.63,
                            "currency": "NPR"
                          },
                          {
                            "amount": 3129.51,
                            "currency": "DOP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "QN",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4991.16,
                            "currency": "KHR"
                          },
                          {
                            "amount": 2681.59,
                            "currency": "INR"
                          },
                          {
                            "amount": 2717.4,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 534.86,
                            "currency": "XCD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "sK",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2947.17,
                            "currency": "BAM"
                          },
                          {
                            "amount": 2993.89,
                            "currency": "XOF"
                          },
                          {
                            "amount": 1635,
                            "currency": "PLN"
                          },
                          {
                            "amount": 3126.84,
                            "currency": "BYN"
                          },
                          {
                            "amount": 2525.06,
                            "currency": "MGA"
                          }
                        ],
                        [
                          {
                            "amount": 526.23,
                            "currency": "ETB"
                          },
                          {
                            "amount": 3626.75,
                            "currency": "DOP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2936.86,
                        "currency": "AOA"
                      },
                      {
                        "amount": 4919.68,
                        "currency": "MVR"
                      }
                    ],
                    [
                      {
                        "amount": 1457.23,
                        "currency": "NZD"
                      },
                      {
                        "amount": 2641.83,
                        "currency": "BGN"
                      },
                      {
                        "amount": 1585.49,
                        "currency": "VND"
                      },
                      {
                        "amount": 1015.34,
                        "currency": "ERN"
                      },
                      {
                        "amount": 1054.7,
                        "currency": "BHD"
                      }
                    ],
                    [
                      {
                        "amount": 455.9,
                        "currency": "EUR"
                      },
                      {
                        "amount": 529.6,
                        "currency": "KYD"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2417.45,
                        "currency": "VND"
                      }
                    ],
                    [
                      {
                        "amount": 3076.37,
                        "currency": "PGK"
                      }
                    ],
                    [
                      {
                        "amount": 224.91,
                        "currency": "UZS"
                      }
                    ],
                    [
                      {
                        "amount": 3683.35,
                        "currency": "SYP"
                      },
                      {
                        "amount": 4276.73,
                        "currency": "INR"
                      },
                      {
                        "amount": 4493.29,
                        "currency": "SEK"
                      },
                      {
                        "amount": 2091.69,
                        "currency": "PYG"
                      }
                    ],
                    [
                      {
                        "amount": 2537.3,
                        "currency": "NZD"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2066.91,
                        "currency": "BMD"
                      },
                      {
                        "amount": 4513,
                        "currency": "RSD"
                      }
                    ],
                    [
                      {
                        "amount": 2230.16,
                        "currency": "XPF"
                      },
                      {
                        "amount": 2463.3,
                        "currency": "PHP"
                      },
                      {
                        "amount": 4479.28,
                        "currency": "AOA"
                      }
                    ],
                    [
                      {
                        "amount": 3489.72,
                        "currency": "LSL"
                      },
                      {
                        "amount": 1067.51,
                        "currency": "KMF"
                      },
                      {
                        "amount": 3419.28,
                        "currency": "NOK"
                      },
                      {
                        "amount": 3476.24,
                        "currency": "VND"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "49167827",
                "percentage": 20.1,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 1571.57,
                        "currency": "ANG"
                      },
                      {
                        "amount": 4421.86,
                        "currency": "BRL"
                      }
                    ],
                    [
                      {
                        "amount": 766.62,
                        "currency": "MKD"
                      },
                      {
                        "amount": 2589.93,
                        "currency": "LKR"
                      },
                      {
                        "amount": 1869.35,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 2677.98,
                        "currency": "KPW"
                      },
                      {
                        "amount": 2074.41,
                        "currency": "SGD"
                      }
                    ],
                    [
                      {
                        "amount": 3612.77,
                        "currency": "QAR"
                      }
                    ],
                    [
                      {
                        "amount": 1565.82,
                        "currency": "DKK"
                      },
                      {
                        "amount": 1096.87,
                        "currency": "CDF"
                      },
                      {
                        "amount": 71.72,
                        "currency": "ALL"
                      },
                      {
                        "amount": 791.81,
                        "currency": "CHF"
                      },
                      {
                        "amount": 3727.02,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 207.28,
                        "currency": "RON"
                      },
                      {
                        "amount": 789.86,
                        "currency": "CAD"
                      },
                      {
                        "amount": 1529.22,
                        "currency": "CDF"
                      },
                      {
                        "amount": 1834.66,
                        "currency": "GMD"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Kelvin",
                "index": 3,
                "lastName": "Emard",
                "tierLevel": "Silver",
                "tierLevelNumber": 1,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4546.7,
                        "currency": "BND"
                      },
                      {
                        "amount": 1841.02,
                        "currency": "CUP"
                      },
                      {
                        "amount": 1548.06,
                        "currency": "UGX"
                      }
                    ],
                    [
                      {
                        "amount": 3428,
                        "currency": "LRD"
                      },
                      {
                        "amount": 2307.32,
                        "currency": "NPR"
                      },
                      {
                        "amount": 4484.69,
                        "currency": "RSD"
                      }
                    ],
                    [
                      {
                        "amount": 3332.16,
                        "currency": "CZK"
                      },
                      {
                        "amount": 286.21,
                        "currency": "GMD"
                      }
                    ],
                    [
                      {
                        "amount": 3446.97,
                        "currency": "RUB"
                      },
                      {
                        "amount": 989.66,
                        "currency": "MGA"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4783.33,
                        "currency": "KHR"
                      }
                    ],
                    [
                      {
                        "amount": 485.75,
                        "currency": "XPF"
                      },
                      {
                        "amount": 4363.72,
                        "currency": "MZN"
                      }
                    ],
                    [
                      {
                        "amount": 2565.56,
                        "currency": "GYD"
                      },
                      {
                        "amount": 1312.35,
                        "currency": "BBD"
                      },
                      {
                        "amount": 3346.1,
                        "currency": "FKP"
                      },
                      {
                        "amount": 984.35,
                        "currency": "AOA"
                      }
                    ],
                    [
                      {
                        "amount": 137.2,
                        "currency": "TZS"
                      },
                      {
                        "amount": 3124.49,
                        "currency": "AFN"
                      },
                      {
                        "amount": 2648.29,
                        "currency": "IDR"
                      },
                      {
                        "amount": 1812.38,
                        "currency": "NGN"
                      },
                      {
                        "amount": 2719.49,
                        "currency": "ZMW"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "tD",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 818.39,
                            "currency": "TOP"
                          },
                          {
                            "amount": 3860.32,
                            "currency": "BRL"
                          },
                          {
                            "amount": 3033.69,
                            "currency": "AZN"
                          },
                          {
                            "amount": 3416.27,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 2461.02,
                            "currency": "THB"
                          }
                        ],
                        [
                          {
                            "amount": 4385.6,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 1444.24,
                            "currency": "RWF"
                          },
                          {
                            "amount": 4219.06,
                            "currency": "BMD"
                          },
                          {
                            "amount": 2511.25,
                            "currency": "BAM"
                          },
                          {
                            "amount": 1527.65,
                            "currency": "VND"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "TM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1014.11,
                            "currency": "TTD"
                          },
                          {
                            "amount": 1786.51,
                            "currency": "PGK"
                          },
                          {
                            "amount": 3625.14,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 1422.68,
                            "currency": "LKR"
                          },
                          {
                            "amount": 3079.44,
                            "currency": "MAD"
                          },
                          {
                            "amount": 3895.84,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 1124.57,
                            "currency": "FJD"
                          },
                          {
                            "amount": 1933.4,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 2604.83,
                            "currency": "GNF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ym",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1141.76,
                            "currency": "BND"
                          },
                          {
                            "amount": 1401.55,
                            "currency": "BMD"
                          },
                          {
                            "amount": 2848.86,
                            "currency": "LBP"
                          },
                          {
                            "amount": 4144.83,
                            "currency": "VUV"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "rD",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1382.61,
                            "currency": "CHF"
                          },
                          {
                            "amount": 2090.58,
                            "currency": "FJD"
                          },
                          {
                            "amount": 2778.59,
                            "currency": "EUR"
                          },
                          {
                            "amount": 4699.38,
                            "currency": "MYR"
                          },
                          {
                            "amount": 3464.57,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 559.73,
                            "currency": "SHP"
                          },
                          {
                            "amount": 2579.43,
                            "currency": "ERN"
                          },
                          {
                            "amount": 4494.67,
                            "currency": "PYG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "LV",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2169.06,
                            "currency": "SEK"
                          },
                          {
                            "amount": 4730.65,
                            "currency": "RSD"
                          },
                          {
                            "amount": 2792.93,
                            "currency": "MGA"
                          },
                          {
                            "amount": 1894.78,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 1163.88,
                            "currency": "JOD"
                          },
                          {
                            "amount": 2346.23,
                            "currency": "FJD"
                          },
                          {
                            "amount": 2446.54,
                            "currency": "PLN"
                          },
                          {
                            "amount": 895.4,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 294.89,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 4119.39,
                            "currency": "GMD"
                          },
                          {
                            "amount": 2578.07,
                            "currency": "LAK"
                          },
                          {
                            "amount": 189.34,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2957.12,
                            "currency": "MNT"
                          },
                          {
                            "amount": 3581.81,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 80.83,
                            "currency": "TOP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3914.33,
                        "currency": "RSD"
                      },
                      {
                        "amount": 2905.13,
                        "currency": "THB"
                      },
                      {
                        "amount": 484.78,
                        "currency": "MVR"
                      }
                    ],
                    [
                      {
                        "amount": 997.04,
                        "currency": "MYR"
                      },
                      {
                        "amount": 2734.65,
                        "currency": "VUV"
                      },
                      {
                        "amount": 1821.27,
                        "currency": "TRY"
                      },
                      {
                        "amount": 1795.58,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 2363.82,
                        "currency": "PAB"
                      },
                      {
                        "amount": 786.97,
                        "currency": "CAD"
                      },
                      {
                        "amount": 1058.65,
                        "currency": "TOP"
                      },
                      {
                        "amount": 1722.19,
                        "currency": "VES"
                      }
                    ],
                    [
                      {
                        "amount": 1983.56,
                        "currency": "TND"
                      },
                      {
                        "amount": 2466.73,
                        "currency": "DKK"
                      },
                      {
                        "amount": 3764.07,
                        "currency": "GBP"
                      },
                      {
                        "amount": 1424.41,
                        "currency": "CHF"
                      },
                      {
                        "amount": 1007.54,
                        "currency": "SLE"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1665.93,
                        "currency": "GNF"
                      }
                    ],
                    [
                      {
                        "amount": 4288.64,
                        "currency": "VES"
                      },
                      {
                        "amount": 922.46,
                        "currency": "SGD"
                      }
                    ],
                    [
                      {
                        "amount": 1334.43,
                        "currency": "BZD"
                      },
                      {
                        "amount": 22,
                        "currency": "PGK"
                      },
                      {
                        "amount": 4609.89,
                        "currency": "SEK"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "rR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 347.82,
                            "currency": "EGP"
                          },
                          {
                            "amount": 4493.4,
                            "currency": "BDT"
                          },
                          {
                            "amount": 727.16,
                            "currency": "TMT"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "cZ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2207.34,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 620.93,
                            "currency": "KHR"
                          },
                          {
                            "amount": 202.14,
                            "currency": "CLP"
                          },
                          {
                            "amount": 3881.58,
                            "currency": "BHD"
                          },
                          {
                            "amount": 766.88,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 3437.26,
                            "currency": "SEK"
                          },
                          {
                            "amount": 4139.8,
                            "currency": "BTN"
                          },
                          {
                            "amount": 484.12,
                            "currency": "CVE"
                          },
                          {
                            "amount": 603.81,
                            "currency": "SDG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "aW",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 374.42,
                            "currency": "HKD"
                          },
                          {
                            "amount": 786.36,
                            "currency": "PGK"
                          },
                          {
                            "amount": 4066.92,
                            "currency": "CAD"
                          },
                          {
                            "amount": 807.12,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 3790.96,
                            "currency": "MXN"
                          },
                          {
                            "amount": 943.58,
                            "currency": "GHS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "LR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2361.55,
                            "currency": "BWP"
                          },
                          {
                            "amount": 365.93,
                            "currency": "CAD"
                          },
                          {
                            "amount": 1817.79,
                            "currency": "EUR"
                          },
                          {
                            "amount": 2054.9,
                            "currency": "MAD"
                          },
                          {
                            "amount": 1633.65,
                            "currency": "SHP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ma",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4133.39,
                            "currency": "BBD"
                          },
                          {
                            "amount": 411.56,
                            "currency": "BWP"
                          },
                          {
                            "amount": 3679.91,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 961.86,
                            "currency": "BHD"
                          },
                          {
                            "amount": 2298.3,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2731.87,
                            "currency": "ILS"
                          },
                          {
                            "amount": 1915.49,
                            "currency": "ARS"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3492.91,
                        "currency": "LAK"
                      },
                      {
                        "amount": 4852.27,
                        "currency": "KYD"
                      },
                      {
                        "amount": 1840.6,
                        "currency": "USD"
                      },
                      {
                        "amount": 2577.93,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 3311.56,
                        "currency": "KES"
                      }
                    ],
                    [
                      {
                        "amount": 2659.92,
                        "currency": "BOB"
                      },
                      {
                        "amount": 4618.99,
                        "currency": "BWP"
                      },
                      {
                        "amount": 3747.63,
                        "currency": "FJD"
                      },
                      {
                        "amount": 818.22,
                        "currency": "SDG"
                      },
                      {
                        "amount": 255.48,
                        "currency": "AMD"
                      }
                    ],
                    [
                      {
                        "amount": 3201.28,
                        "currency": "INR"
                      },
                      {
                        "amount": 1287.6,
                        "currency": "SHP"
                      },
                      {
                        "amount": 1210.91,
                        "currency": "NGN"
                      }
                    ],
                    [
                      {
                        "amount": 984.37,
                        "currency": "BMD"
                      },
                      {
                        "amount": 3823.68,
                        "currency": "MZN"
                      },
                      {
                        "amount": 18.21,
                        "currency": "VUV"
                      },
                      {
                        "amount": 3245.74,
                        "currency": "MVR"
                      },
                      {
                        "amount": 1493.26,
                        "currency": "LSL"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4587.18,
                        "currency": "GMD"
                      },
                      {
                        "amount": 790.67,
                        "currency": "KRW"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1325.16,
                        "currency": "CRC"
                      }
                    ],
                    [
                      {
                        "amount": 1202.75,
                        "currency": "SAR"
                      },
                      {
                        "amount": 4478.69,
                        "currency": "BBD"
                      },
                      {
                        "amount": 2594.52,
                        "currency": "KYD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "75166038",
                "percentage": 8.3,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3670.78,
                        "currency": "OMR"
                      }
                    ],
                    [
                      {
                        "amount": 2548,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 2432.53,
                        "currency": "CDF"
                      },
                      {
                        "amount": 1666.66,
                        "currency": "BYN"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 3,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Outbound"
          }
        }
      ]
    },
    {
      "ancillaryConfiguration": {
        "allowQuantity": true,
        "maxQuantityPerPax": 5
      },
      "ancillarySpecialService": {
        "code": "PETC",
        "requiredProperties": {
          "propertyDefinitionList": [
            {
              "@type": "KeywordPropertyDefinition",
              "optional": false,
              "propertyName": "HEIGHT",
              "propertyType": "TEXT"
            },
            {
              "@type": "PropertyDefinition",
              "optional": false,
              "propertyName": "WEIGHT",
              "propertyType": "DECIMAL"
            },
            {
              "@type": "KeywordPropertyDefinition",
              "optional": true,
              "propertyName": "WIDTH",
              "propertyType": "INT"
            }
          ]
        },
        "type": "REQUIRED"
      },
      "bundleItems": [
        {
          "code": "Xyr",
          "groupCode": "uZ"
        },
        {
          "code": "67b",
          "groupCode": "us"
        },
        {
          "code": "vCV",
          "groupCode": "vh"
        },
        {
          "code": "ptH",
          "groupCode": "Tk"
        },
        {
          "code": "9sX",
          "groupCode": "tj"
        }
      ],
      "code": "Dc5",
      "refundable": false,
      "travelPartOffers": [
        {
          "availableInventory": 2,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Johnathon",
                "index": 8,
                "lastName": "Thompson",
                "tierLevel": "Platinum",
                "tierLevelNumber": 4,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4722.53,
                        "currency": "BWP"
                      },
                      {
                        "amount": 506.22,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 3751.42,
                        "currency": "SLE"
                      },
                      {
                        "amount": 140.75,
                        "currency": "MZN"
                      }
                    ],
                    [
                      {
                        "amount": 1156.64,
                        "currency": "HKD"
                      }
                    ],
                    [
                      {
                        "amount": 1718.15,
                        "currency": "XOF"
                      },
                      {
                        "amount": 3904.95,
                        "currency": "ALL"
                      },
                      {
                        "amount": 572.4,
                        "currency": "GHS"
                      },
                      {
                        "amount": 3436.95,
                        "currency": "ILS"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4224.66,
                        "currency": "TZS"
                      },
                      {
                        "amount": 2743.85,
                        "currency": "CRC"
                      },
                      {
                        "amount": 1530.14,
                        "currency": "BDT"
                      },
                      {
                        "amount": 4256.21,
                        "currency": "THB"
                      }
                    ],
                    [
                      {
                        "amount": 4664.88,
                        "currency": "VND"
                      },
                      {
                        "amount": 3506.05,
                        "currency": "OMR"
                      }
                    ],
                    [
                      {
                        "amount": 97.74,
                        "currency": "KES"
                      }
                    ],
                    [
                      {
                        "amount": 1396.83,
                        "currency": "STN"
                      },
                      {
                        "amount": 3276.35,
                        "currency": "BYN"
                      },
                      {
                        "amount": 1402.8,
                        "currency": "ERN"
                      },
                      {
                        "amount": 3543.38,
                        "currency": "KRW"
                      }
                    ],
                    [
                      {
                        "amount": 1023.39,
                        "currency": "NIO"
                      },
                      {
                        "amount": 2455.41,
                        "currency": "TND"
                      },
                      {
                        "amount": 3874.25,
                        "currency": "HKD"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Sb",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 449.69,
                            "currency": "THB"
                          },
                          {
                            "amount": 4503.93,
                            "currency": "SGD"
                          },
                          {
                            "amount": 2441.07,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 3486.19,
                            "currency": "TND"
                          },
                          {
                            "amount": 4896.68,
                            "currency": "BYN"
                          },
                          {
                            "amount": 3300.87,
                            "currency": "OMR"
                          },
                          {
                            "amount": 939.99,
                            "currency": "NIO"
                          },
                          {
                            "amount": 3913.37,
                            "currency": "NZD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Lr",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2473.33,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2346.49,
                            "currency": "CZK"
                          },
                          {
                            "amount": 4089.5,
                            "currency": "MDL"
                          },
                          {
                            "amount": 4771.73,
                            "currency": "BHD"
                          },
                          {
                            "amount": 1255.33,
                            "currency": "SCR"
                          }
                        ],
                        [
                          {
                            "amount": 2290.38,
                            "currency": "ISK"
                          },
                          {
                            "amount": 1478.15,
                            "currency": "HNL"
                          },
                          {
                            "amount": 457.49,
                            "currency": "UZS"
                          },
                          {
                            "amount": 2632.63,
                            "currency": "OMR"
                          }
                        ],
                        [
                          {
                            "amount": 3440.16,
                            "currency": "AZN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Th",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1243.87,
                            "currency": "KYD"
                          },
                          {
                            "amount": 2574.94,
                            "currency": "BWP"
                          },
                          {
                            "amount": 3692.16,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 1952.91,
                            "currency": "USD"
                          },
                          {
                            "amount": 1931.14,
                            "currency": "UZS"
                          },
                          {
                            "amount": 1137.1,
                            "currency": "MAD"
                          },
                          {
                            "amount": 4478.34,
                            "currency": "ARS"
                          },
                          {
                            "amount": 1054.59,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 1259.26,
                            "currency": "PAB"
                          },
                          {
                            "amount": 4252.84,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 3469.15,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 4657.34,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3061.04,
                            "currency": "XPF"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3817.3,
                        "currency": "TND"
                      },
                      {
                        "amount": 4111.71,
                        "currency": "SAR"
                      },
                      {
                        "amount": 3642.8,
                        "currency": "QAR"
                      },
                      {
                        "amount": 4934.66,
                        "currency": "MUR"
                      },
                      {
                        "amount": 4996.87,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 3361.46,
                        "currency": "TZS"
                      },
                      {
                        "amount": 4707.68,
                        "currency": "XCD"
                      },
                      {
                        "amount": 224.69,
                        "currency": "LYD"
                      },
                      {
                        "amount": 3054.1,
                        "currency": "ZAR"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1880.13,
                        "currency": "XCD"
                      },
                      {
                        "amount": 3803.91,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 4256,
                        "currency": "LBP"
                      },
                      {
                        "amount": 1538.58,
                        "currency": "BIF"
                      }
                    ],
                    [
                      {
                        "amount": 1741.28,
                        "currency": "CHF"
                      },
                      {
                        "amount": 1718.5,
                        "currency": "BOB"
                      },
                      {
                        "amount": 1862.15,
                        "currency": "SCR"
                      },
                      {
                        "amount": 1763.89,
                        "currency": "PKR"
                      },
                      {
                        "amount": 1419.32,
                        "currency": "DJF"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Ex",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2804.71,
                            "currency": "KHR"
                          },
                          {
                            "amount": 1560.13,
                            "currency": "VUV"
                          },
                          {
                            "amount": 1415.46,
                            "currency": "SHP"
                          },
                          {
                            "amount": 1461.82,
                            "currency": "SDG"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4329.29,
                        "currency": "XOF"
                      },
                      {
                        "amount": 468.52,
                        "currency": "GTQ"
                      }
                    ],
                    [
                      {
                        "amount": 2406.62,
                        "currency": "TOP"
                      },
                      {
                        "amount": 1828.6,
                        "currency": "TJS"
                      },
                      {
                        "amount": 1307.65,
                        "currency": "SAR"
                      },
                      {
                        "amount": 142.56,
                        "currency": "KWD"
                      }
                    ],
                    [
                      {
                        "amount": 207.9,
                        "currency": "BIF"
                      },
                      {
                        "amount": 158.06,
                        "currency": "DJF"
                      },
                      {
                        "amount": 1917.82,
                        "currency": "QAR"
                      },
                      {
                        "amount": 2338.65,
                        "currency": "SCR"
                      }
                    ],
                    [
                      {
                        "amount": 595.08,
                        "currency": "LYD"
                      },
                      {
                        "amount": 3926.65,
                        "currency": "USD"
                      },
                      {
                        "amount": 974.24,
                        "currency": "PHP"
                      },
                      {
                        "amount": 4316.46,
                        "currency": "MKD"
                      }
                    ],
                    [
                      {
                        "amount": 2467.23,
                        "currency": "DKK"
                      },
                      {
                        "amount": 2165.32,
                        "currency": "MVR"
                      },
                      {
                        "amount": 1191.78,
                        "currency": "UAH"
                      },
                      {
                        "amount": 2154.8,
                        "currency": "BYN"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4467.09,
                        "currency": "YER"
                      },
                      {
                        "amount": 1918.11,
                        "currency": "ZAR"
                      }
                    ],
                    [
                      {
                        "amount": 1235.38,
                        "currency": "THB"
                      },
                      {
                        "amount": 3937.76,
                        "currency": "HKD"
                      },
                      {
                        "amount": 2388.85,
                        "currency": "LKR"
                      },
                      {
                        "amount": 1624.8,
                        "currency": "BGN"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2436.93,
                        "currency": "NIO"
                      },
                      {
                        "amount": 4010.78,
                        "currency": "DJF"
                      },
                      {
                        "amount": 202.32,
                        "currency": "CVE"
                      }
                    ],
                    [
                      {
                        "amount": 4310.46,
                        "currency": "CLP"
                      },
                      {
                        "amount": 3083.03,
                        "currency": "UGX"
                      },
                      {
                        "amount": 2102.56,
                        "currency": "IDR"
                      }
                    ],
                    [
                      {
                        "amount": 3969.08,
                        "currency": "MAD"
                      },
                      {
                        "amount": 3517.43,
                        "currency": "PEN"
                      }
                    ],
                    [
                      {
                        "amount": 4371.96,
                        "currency": "EUR"
                      },
                      {
                        "amount": 2536.05,
                        "currency": "KMF"
                      },
                      {
                        "amount": 923.17,
                        "currency": "STN"
                      },
                      {
                        "amount": 2357.11,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 4451.63,
                        "currency": "JPY"
                      },
                      {
                        "amount": 4323.22,
                        "currency": "SEK"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "16046576",
                "percentage": 17.6,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 1027.07,
                        "currency": "BZD"
                      },
                      {
                        "amount": 266.49,
                        "currency": "LYD"
                      },
                      {
                        "amount": 655.21,
                        "currency": "XPF"
                      },
                      {
                        "amount": 468.05,
                        "currency": "AED"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 3,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Modesto",
                "index": 8,
                "lastName": "Hauck",
                "tierLevel": "Gold",
                "tierLevelNumber": 5,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2352.08,
                        "currency": "BWP"
                      },
                      {
                        "amount": 1197.04,
                        "currency": "BOB"
                      },
                      {
                        "amount": 3559.47,
                        "currency": "LSL"
                      },
                      {
                        "amount": 2531.83,
                        "currency": "SRD"
                      },
                      {
                        "amount": 1657.05,
                        "currency": "KRW"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 834.87,
                        "currency": "PAB"
                      },
                      {
                        "amount": 4880.38,
                        "currency": "AOA"
                      },
                      {
                        "amount": 1413.75,
                        "currency": "HUF"
                      },
                      {
                        "amount": 4123.05,
                        "currency": "CHF"
                      }
                    ],
                    [
                      {
                        "amount": 1725.89,
                        "currency": "GIP"
                      },
                      {
                        "amount": 330.77,
                        "currency": "JMD"
                      },
                      {
                        "amount": 907.98,
                        "currency": "XAF"
                      },
                      {
                        "amount": 3387.72,
                        "currency": "RON"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "th",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2719.7,
                            "currency": "BAM"
                          },
                          {
                            "amount": 255.25,
                            "currency": "QAR"
                          },
                          {
                            "amount": 4287.54,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 2349.19,
                            "currency": "BMD"
                          }
                        ],
                        [
                          {
                            "amount": 4809.53,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 4045.39,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 3415.31,
                            "currency": "PGK"
                          },
                          {
                            "amount": 1877.26,
                            "currency": "KES"
                          },
                          {
                            "amount": 204.44,
                            "currency": "QAR"
                          },
                          {
                            "amount": 2492.62,
                            "currency": "XAF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "st",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1589.12,
                            "currency": "BND"
                          },
                          {
                            "amount": 4578.02,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3155.4,
                            "currency": "NZD"
                          },
                          {
                            "amount": 471.91,
                            "currency": "MKD"
                          },
                          {
                            "amount": 3130.48,
                            "currency": "SGD"
                          }
                        ],
                        [
                          {
                            "amount": 3198.48,
                            "currency": "FKP"
                          },
                          {
                            "amount": 2249.08,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3973.66,
                            "currency": "MOP"
                          },
                          {
                            "amount": 4846.55,
                            "currency": "MXN"
                          },
                          {
                            "amount": 2490.69,
                            "currency": "NOK"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3110.34,
                        "currency": "IQD"
                      },
                      {
                        "amount": 796.17,
                        "currency": "SAR"
                      },
                      {
                        "amount": 812.6,
                        "currency": "AUD"
                      },
                      {
                        "amount": 890.73,
                        "currency": "GNF"
                      }
                    ],
                    [
                      {
                        "amount": 4914.62,
                        "currency": "CNY"
                      },
                      {
                        "amount": 4688.91,
                        "currency": "BMD"
                      }
                    ],
                    [
                      {
                        "amount": 2536.18,
                        "currency": "TOP"
                      },
                      {
                        "amount": 4436.39,
                        "currency": "RUB"
                      },
                      {
                        "amount": 414.61,
                        "currency": "GEL"
                      },
                      {
                        "amount": 740.56,
                        "currency": "XCD"
                      }
                    ],
                    [
                      {
                        "amount": 4337.8,
                        "currency": "DOP"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4255.38,
                        "currency": "CVE"
                      }
                    ],
                    [
                      {
                        "amount": 2350.47,
                        "currency": "BOB"
                      },
                      {
                        "amount": 2196.2,
                        "currency": "BYN"
                      },
                      {
                        "amount": 4643.32,
                        "currency": "NPR"
                      },
                      {
                        "amount": 541.4,
                        "currency": "RUB"
                      }
                    ],
                    [
                      {
                        "amount": 128.02,
                        "currency": "IRR"
                      },
                      {
                        "amount": 4678.78,
                        "currency": "CLP"
                      },
                      {
                        "amount": 1079.62,
                        "currency": "VES"
                      }
                    ],
                    [
                      {
                        "amount": 709.36,
                        "currency": "SRD"
                      },
                      {
                        "amount": 1781.4,
                        "currency": "BDT"
                      },
                      {
                        "amount": 513.22,
                        "currency": "SHP"
                      },
                      {
                        "amount": 1704.51,
                        "currency": "XCD"
                      },
                      {
                        "amount": 1142.41,
                        "currency": "UYU"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "QE",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3236.1,
                            "currency": "CZK"
                          },
                          {
                            "amount": 3302.61,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 4106.17,
                            "currency": "COP"
                          },
                          {
                            "amount": 1699.62,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 2894.4,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 4261.39,
                            "currency": "SCR"
                          },
                          {
                            "amount": 3333.61,
                            "currency": "BDT"
                          },
                          {
                            "amount": 3459.52,
                            "currency": "AED"
                          },
                          {
                            "amount": 1254.82,
                            "currency": "KGS"
                          },
                          {
                            "amount": 2476.28,
                            "currency": "SOS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "MO",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3875.09,
                            "currency": "CHF"
                          },
                          {
                            "amount": 3697.16,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2080.96,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1008.73,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 4408.62,
                            "currency": "BTN"
                          },
                          {
                            "amount": 806.11,
                            "currency": "ALL"
                          },
                          {
                            "amount": 704.67,
                            "currency": "KRW"
                          },
                          {
                            "amount": 3962.91,
                            "currency": "BIF"
                          }
                        ],
                        [
                          {
                            "amount": 4358.73,
                            "currency": "FKP"
                          },
                          {
                            "amount": 4009.99,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 2113.72,
                            "currency": "BND"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ba",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2638.55,
                            "currency": "KES"
                          },
                          {
                            "amount": 1501.42,
                            "currency": "SAR"
                          },
                          {
                            "amount": 2671.92,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2848.89,
                            "currency": "RSD"
                          },
                          {
                            "amount": 1123.25,
                            "currency": "SLE"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "bt",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2934.51,
                            "currency": "LYD"
                          },
                          {
                            "amount": 3120.13,
                            "currency": "KMF"
                          },
                          {
                            "amount": 1894.58,
                            "currency": "FKP"
                          },
                          {
                            "amount": 2287.23,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 1963.27,
                            "currency": "GMD"
                          },
                          {
                            "amount": 3462.08,
                            "currency": "BAM"
                          },
                          {
                            "amount": 57.45,
                            "currency": "ZMW"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1216.95,
                        "currency": "CVE"
                      },
                      {
                        "amount": 852.5,
                        "currency": "MDL"
                      },
                      {
                        "amount": 1414.72,
                        "currency": "RSD"
                      },
                      {
                        "amount": 3381.43,
                        "currency": "DKK"
                      },
                      {
                        "amount": 4210.74,
                        "currency": "JOD"
                      }
                    ],
                    [
                      {
                        "amount": 1474.24,
                        "currency": "JOD"
                      },
                      {
                        "amount": 2785.44,
                        "currency": "RWF"
                      },
                      {
                        "amount": 2159.29,
                        "currency": "KPW"
                      }
                    ],
                    [
                      {
                        "amount": 4783.94,
                        "currency": "AZN"
                      },
                      {
                        "amount": 1790.83,
                        "currency": "SCR"
                      },
                      {
                        "amount": 3105.85,
                        "currency": "MNT"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4868.03,
                        "currency": "BDT"
                      },
                      {
                        "amount": 3575.52,
                        "currency": "AZN"
                      },
                      {
                        "amount": 1696.61,
                        "currency": "IQD"
                      },
                      {
                        "amount": 4875.4,
                        "currency": "HNL"
                      },
                      {
                        "amount": 71.49,
                        "currency": "NAD"
                      }
                    ],
                    [
                      {
                        "amount": 4217.46,
                        "currency": "PAB"
                      },
                      {
                        "amount": 2171.28,
                        "currency": "ISK"
                      }
                    ],
                    [
                      {
                        "amount": 4451.18,
                        "currency": "COP"
                      },
                      {
                        "amount": 965.71,
                        "currency": "XCD"
                      },
                      {
                        "amount": 2303.96,
                        "currency": "LKR"
                      },
                      {
                        "amount": 1819.63,
                        "currency": "SLE"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1675.95,
                        "currency": "MOP"
                      },
                      {
                        "amount": 3824.91,
                        "currency": "CHF"
                      },
                      {
                        "amount": 646.57,
                        "currency": "MUR"
                      },
                      {
                        "amount": 681.21,
                        "currency": "MMK"
                      }
                    ],
                    [
                      {
                        "amount": 739.58,
                        "currency": "TMT"
                      }
                    ],
                    [
                      {
                        "amount": 40.24,
                        "currency": "UZS"
                      },
                      {
                        "amount": 1973.98,
                        "currency": "ETB"
                      },
                      {
                        "amount": 3365.58,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 3458.54,
                        "currency": "CAD"
                      },
                      {
                        "amount": 2776.91,
                        "currency": "PEN"
                      }
                    ],
                    [
                      {
                        "amount": 4358.01,
                        "currency": "CRC"
                      },
                      {
                        "amount": 2691.88,
                        "currency": "NZD"
                      },
                      {
                        "amount": 1441.92,
                        "currency": "UYU"
                      },
                      {
                        "amount": 249.66,
                        "currency": "MXN"
                      },
                      {
                        "amount": 931.01,
                        "currency": "SSP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "16310322",
                "percentage": 21.9,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 1818.36,
                        "currency": "SZL"
                      },
                      {
                        "amount": 1385.97,
                        "currency": "MMK"
                      }
                    ],
                    [
                      {
                        "amount": 2760.51,
                        "currency": "BRL"
                      }
                    ],
                    [
                      {
                        "amount": 175.13,
                        "currency": "SEK"
                      },
                      {
                        "amount": 2435.35,
                        "currency": "CUP"
                      },
                      {
                        "amount": 2592.21,
                        "currency": "USD"
                      },
                      {
                        "amount": 210,
                        "currency": "BMD"
                      },
                      {
                        "amount": 1214.07,
                        "currency": "ETB"
                      }
                    ],
                    [
                      {
                        "amount": 1964.98,
                        "currency": "EGP"
                      },
                      {
                        "amount": 4480.18,
                        "currency": "GHS"
                      },
                      {
                        "amount": 2941.11,
                        "currency": "MXN"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Kayleigh",
                "index": 2,
                "lastName": "Ratke",
                "tierLevel": "Platinum",
                "tierLevelNumber": 3,
                "type": "CHD"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4358.26,
                        "currency": "SDG"
                      },
                      {
                        "amount": 4732.38,
                        "currency": "HKD"
                      },
                      {
                        "amount": 3834.34,
                        "currency": "MXN"
                      }
                    ],
                    [
                      {
                        "amount": 1488.53,
                        "currency": "FJD"
                      },
                      {
                        "amount": 2565.82,
                        "currency": "SGD"
                      },
                      {
                        "amount": 2086.48,
                        "currency": "MNT"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 449.75,
                        "currency": "ETB"
                      },
                      {
                        "amount": 3779.62,
                        "currency": "RUB"
                      }
                    ],
                    [
                      {
                        "amount": 3408.04,
                        "currency": "UYU"
                      },
                      {
                        "amount": 4326.94,
                        "currency": "BWP"
                      }
                    ],
                    [
                      {
                        "amount": 1127.38,
                        "currency": "ILS"
                      },
                      {
                        "amount": 696.05,
                        "currency": "TMT"
                      }
                    ],
                    [
                      {
                        "amount": 996.25,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 670.7,
                        "currency": "BDT"
                      },
                      {
                        "amount": 4806.77,
                        "currency": "TZS"
                      },
                      {
                        "amount": 396.89,
                        "currency": "SSP"
                      },
                      {
                        "amount": 4968.44,
                        "currency": "ZAR"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "HV",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2204.03,
                            "currency": "XOF"
                          }
                        ],
                        [
                          {
                            "amount": 360.55,
                            "currency": "SDG"
                          },
                          {
                            "amount": 813.37,
                            "currency": "CDF"
                          },
                          {
                            "amount": 1716.77,
                            "currency": "EGP"
                          }
                        ],
                        [
                          {
                            "amount": 2877.68,
                            "currency": "DZD"
                          },
                          {
                            "amount": 2093.43,
                            "currency": "BMD"
                          },
                          {
                            "amount": 3739.97,
                            "currency": "MGA"
                          }
                        ],
                        [
                          {
                            "amount": 3910.9,
                            "currency": "TWD"
                          }
                        ],
                        [
                          {
                            "amount": 1260.25,
                            "currency": "GHS"
                          },
                          {
                            "amount": 4950.31,
                            "currency": "KWD"
                          },
                          {
                            "amount": 2193.62,
                            "currency": "SEK"
                          },
                          {
                            "amount": 3916.65,
                            "currency": "AFN"
                          },
                          {
                            "amount": 3696.89,
                            "currency": "NIO"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4617.62,
                        "currency": "HTG"
                      },
                      {
                        "amount": 4166.37,
                        "currency": "BYN"
                      },
                      {
                        "amount": 567.58,
                        "currency": "AWG"
                      }
                    ],
                    [
                      {
                        "amount": 3341.27,
                        "currency": "RUB"
                      },
                      {
                        "amount": 111.68,
                        "currency": "PAB"
                      },
                      {
                        "amount": 1590.65,
                        "currency": "HKD"
                      }
                    ],
                    [
                      {
                        "amount": 2107.73,
                        "currency": "UAH"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 185.04,
                        "currency": "XPF"
                      }
                    ],
                    [
                      {
                        "amount": 1373.26,
                        "currency": "CAD"
                      },
                      {
                        "amount": 2678.32,
                        "currency": "TMT"
                      },
                      {
                        "amount": 4460.06,
                        "currency": "CUP"
                      },
                      {
                        "amount": 624.69,
                        "currency": "GHS"
                      },
                      {
                        "amount": 313.58,
                        "currency": "VES"
                      }
                    ],
                    [
                      {
                        "amount": 706.34,
                        "currency": "MGA"
                      }
                    ],
                    [
                      {
                        "amount": 1358.65,
                        "currency": "RUB"
                      },
                      {
                        "amount": 4079.26,
                        "currency": "TRY"
                      },
                      {
                        "amount": 967.96,
                        "currency": "AED"
                      },
                      {
                        "amount": 2111.36,
                        "currency": "SYP"
                      },
                      {
                        "amount": 4049.25,
                        "currency": "ISK"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "ul",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1424.1,
                            "currency": "HKD"
                          },
                          {
                            "amount": 97.53,
                            "currency": "JPY"
                          },
                          {
                            "amount": 4592.9,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 4540.06,
                            "currency": "KHR"
                          },
                          {
                            "amount": 3103.21,
                            "currency": "GMD"
                          },
                          {
                            "amount": 860.11,
                            "currency": "XAF"
                          },
                          {
                            "amount": 395.82,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 3224.2,
                            "currency": "JMD"
                          },
                          {
                            "amount": 1137.1,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1856.79,
                            "currency": "XAF"
                          },
                          {
                            "amount": 682.95,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 1526.36,
                            "currency": "BAM"
                          },
                          {
                            "amount": 246.59,
                            "currency": "XAF"
                          },
                          {
                            "amount": 2803.63,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 4688.58,
                            "currency": "CZK"
                          },
                          {
                            "amount": 3305.28,
                            "currency": "COP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Na",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3293.03,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1047.82,
                            "currency": "UAH"
                          },
                          {
                            "amount": 1330.55,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1123.8,
                            "currency": "PHP"
                          },
                          {
                            "amount": 2360.12,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 4525.19,
                            "currency": "KPW"
                          },
                          {
                            "amount": 745.22,
                            "currency": "MZN"
                          },
                          {
                            "amount": 1264.68,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 3800.11,
                            "currency": "HKD"
                          },
                          {
                            "amount": 4786.3,
                            "currency": "SOS"
                          },
                          {
                            "amount": 3070.69,
                            "currency": "SAR"
                          },
                          {
                            "amount": 281.89,
                            "currency": "AOA"
                          },
                          {
                            "amount": 2633.06,
                            "currency": "COP"
                          }
                        ],
                        [
                          {
                            "amount": 2656.66,
                            "currency": "MZN"
                          },
                          {
                            "amount": 1110.85,
                            "currency": "MYR"
                          },
                          {
                            "amount": 2019.47,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1661.06,
                            "currency": "VES"
                          }
                        ],
                        [
                          {
                            "amount": 4708.52,
                            "currency": "JPY"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 623.54,
                        "currency": "MNT"
                      },
                      {
                        "amount": 2296.55,
                        "currency": "XCD"
                      },
                      {
                        "amount": 360.06,
                        "currency": "LKR"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2231.61,
                        "currency": "MYR"
                      },
                      {
                        "amount": 4440.92,
                        "currency": "CLP"
                      }
                    ],
                    [
                      {
                        "amount": 4194.2,
                        "currency": "FJD"
                      },
                      {
                        "amount": 4749.71,
                        "currency": "GMD"
                      }
                    ],
                    [
                      {
                        "amount": 52.48,
                        "currency": "LAK"
                      },
                      {
                        "amount": 2849.08,
                        "currency": "KPW"
                      }
                    ],
                    [
                      {
                        "amount": 866.19,
                        "currency": "GYD"
                      },
                      {
                        "amount": 2452.51,
                        "currency": "GHS"
                      },
                      {
                        "amount": 2361.92,
                        "currency": "VES"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2301.76,
                        "currency": "SGD"
                      }
                    ],
                    [
                      {
                        "amount": 1228.41,
                        "currency": "CUP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "53107233",
                "percentage": 23.7,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 145.19,
                        "currency": "CHF"
                      },
                      {
                        "amount": 3867.89,
                        "currency": "HNL"
                      },
                      {
                        "amount": 660.97,
                        "currency": "GMD"
                      }
                    ],
                    [
                      {
                        "amount": 3523.48,
                        "currency": "NZD"
                      },
                      {
                        "amount": 2596.48,
                        "currency": "XPF"
                      },
                      {
                        "amount": 4573.47,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 4447.95,
                        "currency": "OMR"
                      },
                      {
                        "amount": 2863.45,
                        "currency": "BND"
                      },
                      {
                        "amount": 1764.05,
                        "currency": "JPY"
                      },
                      {
                        "amount": 994.13,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 3361.36,
                        "currency": "WST"
                      },
                      {
                        "amount": 4535.47,
                        "currency": "BYN"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Alphonso",
                "index": 8,
                "lastName": "Abbott",
                "tierLevel": "Silver",
                "tierLevelNumber": 3,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 837.88,
                        "currency": "TTD"
                      },
                      {
                        "amount": 3953.51,
                        "currency": "MMK"
                      },
                      {
                        "amount": 4323.76,
                        "currency": "OMR"
                      },
                      {
                        "amount": 1695.79,
                        "currency": "STN"
                      }
                    ],
                    [
                      {
                        "amount": 1654,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 2563.52,
                        "currency": "SYP"
                      },
                      {
                        "amount": 1141.05,
                        "currency": "KWD"
                      },
                      {
                        "amount": 4115.16,
                        "currency": "BIF"
                      },
                      {
                        "amount": 2815.67,
                        "currency": "GNF"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3305.32,
                        "currency": "PKR"
                      },
                      {
                        "amount": 3324.63,
                        "currency": "MGA"
                      },
                      {
                        "amount": 2524.44,
                        "currency": "MVR"
                      },
                      {
                        "amount": 4060.87,
                        "currency": "ALL"
                      }
                    ],
                    [
                      {
                        "amount": 3541.05,
                        "currency": "KZT"
                      },
                      {
                        "amount": 732.36,
                        "currency": "BBD"
                      },
                      {
                        "amount": 4905.89,
                        "currency": "BWP"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "rM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4646.3,
                            "currency": "HUF"
                          },
                          {
                            "amount": 3032.47,
                            "currency": "SEK"
                          },
                          {
                            "amount": 4691.73,
                            "currency": "CZK"
                          },
                          {
                            "amount": 240.88,
                            "currency": "BMD"
                          },
                          {
                            "amount": 840.69,
                            "currency": "GEL"
                          }
                        ],
                        [
                          {
                            "amount": 1078.32,
                            "currency": "HUF"
                          },
                          {
                            "amount": 4756.52,
                            "currency": "UZS"
                          },
                          {
                            "amount": 303.24,
                            "currency": "SHP"
                          },
                          {
                            "amount": 1054.94,
                            "currency": "CZK"
                          },
                          {
                            "amount": 1535.36,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 1914.06,
                            "currency": "KRW"
                          },
                          {
                            "amount": 2496.4,
                            "currency": "ALL"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "vk",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 903.02,
                            "currency": "CUP"
                          },
                          {
                            "amount": 2161.22,
                            "currency": "LSL"
                          },
                          {
                            "amount": 416.44,
                            "currency": "BOB"
                          },
                          {
                            "amount": 665.98,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 525.1,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 2734.9,
                            "currency": "PEN"
                          },
                          {
                            "amount": 3200.33,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4547.66,
                            "currency": "ALL"
                          },
                          {
                            "amount": 1774.06,
                            "currency": "BZD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "PH",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3487.69,
                            "currency": "CHF"
                          },
                          {
                            "amount": 2471.7,
                            "currency": "SCR"
                          },
                          {
                            "amount": 2719.67,
                            "currency": "USD"
                          },
                          {
                            "amount": 53.54,
                            "currency": "DJF"
                          }
                        ],
                        [
                          {
                            "amount": 2459.81,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 3768.97,
                            "currency": "MWK"
                          }
                        ],
                        [
                          {
                            "amount": 4084.9,
                            "currency": "NAD"
                          },
                          {
                            "amount": 1326.35,
                            "currency": "RON"
                          },
                          {
                            "amount": 4578.48,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4639.28,
                        "currency": "LBP"
                      },
                      {
                        "amount": 3967.33,
                        "currency": "SYP"
                      },
                      {
                        "amount": 1635.73,
                        "currency": "GIP"
                      },
                      {
                        "amount": 3240.38,
                        "currency": "FKP"
                      }
                    ],
                    [
                      {
                        "amount": 4803.54,
                        "currency": "KGS"
                      },
                      {
                        "amount": 4435.55,
                        "currency": "PYG"
                      }
                    ],
                    [
                      {
                        "amount": 631.41,
                        "currency": "UAH"
                      },
                      {
                        "amount": 2103.77,
                        "currency": "ALL"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 179.87,
                        "currency": "FJD"
                      }
                    ],
                    [
                      {
                        "amount": 456.66,
                        "currency": "SSP"
                      },
                      {
                        "amount": 831.89,
                        "currency": "RWF"
                      },
                      {
                        "amount": 4192.64,
                        "currency": "BDT"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "oR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3095.08,
                            "currency": "BIF"
                          },
                          {
                            "amount": 2133.03,
                            "currency": "ETB"
                          },
                          {
                            "amount": 4194.41,
                            "currency": "CUP"
                          },
                          {
                            "amount": 4214.77,
                            "currency": "TMT"
                          },
                          {
                            "amount": 3916.62,
                            "currency": "MGA"
                          }
                        ],
                        [
                          {
                            "amount": 1351.79,
                            "currency": "NIO"
                          },
                          {
                            "amount": 2226.51,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1897.6,
                            "currency": "JPY"
                          },
                          {
                            "amount": 4023.63,
                            "currency": "TJS"
                          },
                          {
                            "amount": 1620.64,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 4163.65,
                            "currency": "NPR"
                          },
                          {
                            "amount": 2173.88,
                            "currency": "AMD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ve",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2320.67,
                            "currency": "VUV"
                          },
                          {
                            "amount": 34.09,
                            "currency": "CUP"
                          },
                          {
                            "amount": 2500.4,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4455.89,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 1860.19,
                            "currency": "AMD"
                          },
                          {
                            "amount": 1051.19,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 3202.77,
                            "currency": "BWP"
                          },
                          {
                            "amount": 1564.2,
                            "currency": "MWK"
                          }
                        ],
                        [
                          {
                            "amount": 907.63,
                            "currency": "GYD"
                          },
                          {
                            "amount": 836.76,
                            "currency": "BGN"
                          }
                        ],
                        [
                          {
                            "amount": 593.26,
                            "currency": "UYU"
                          },
                          {
                            "amount": 1789.6,
                            "currency": "CUP"
                          },
                          {
                            "amount": 2980.56,
                            "currency": "SOS"
                          },
                          {
                            "amount": 3045.5,
                            "currency": "UYU"
                          },
                          {
                            "amount": 2373.75,
                            "currency": "ANG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "gg",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4102.93,
                            "currency": "GEL"
                          }
                        ],
                        [
                          {
                            "amount": 3681.38,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1057.17,
                            "currency": "KPW"
                          },
                          {
                            "amount": 2358.53,
                            "currency": "PKR"
                          },
                          {
                            "amount": 800.25,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 480.81,
                            "currency": "SEK"
                          },
                          {
                            "amount": 3273.8,
                            "currency": "SDG"
                          },
                          {
                            "amount": 4265.46,
                            "currency": "YER"
                          },
                          {
                            "amount": 2070.88,
                            "currency": "EGP"
                          },
                          {
                            "amount": 3326.85,
                            "currency": "AFN"
                          }
                        ],
                        [
                          {
                            "amount": 2001.56,
                            "currency": "AWG"
                          },
                          {
                            "amount": 211.94,
                            "currency": "DJF"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1349.3,
                        "currency": "LAK"
                      }
                    ],
                    [
                      {
                        "amount": 812.9,
                        "currency": "XPF"
                      },
                      {
                        "amount": 2451.19,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 1877.38,
                        "currency": "CHF"
                      }
                    ],
                    [
                      {
                        "amount": 4057.59,
                        "currency": "KES"
                      },
                      {
                        "amount": 1420.25,
                        "currency": "NIO"
                      },
                      {
                        "amount": 4845.18,
                        "currency": "PYG"
                      },
                      {
                        "amount": 1008.41,
                        "currency": "BND"
                      },
                      {
                        "amount": 1383.04,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 3602.04,
                        "currency": "BZD"
                      },
                      {
                        "amount": 3358.67,
                        "currency": "MXN"
                      },
                      {
                        "amount": 413.06,
                        "currency": "AOA"
                      },
                      {
                        "amount": 1238.76,
                        "currency": "UAH"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3724.66,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 4048.35,
                        "currency": "KMF"
                      }
                    ],
                    [
                      {
                        "amount": 1257.72,
                        "currency": "HKD"
                      },
                      {
                        "amount": 3371.84,
                        "currency": "RWF"
                      },
                      {
                        "amount": 283.99,
                        "currency": "BBD"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4028.65,
                        "currency": "THB"
                      },
                      {
                        "amount": 1435.71,
                        "currency": "PLN"
                      }
                    ],
                    [
                      {
                        "amount": 2661.64,
                        "currency": "TOP"
                      },
                      {
                        "amount": 3122.66,
                        "currency": "AMD"
                      },
                      {
                        "amount": 3496.74,
                        "currency": "LRD"
                      },
                      {
                        "amount": 4181.76,
                        "currency": "SEK"
                      },
                      {
                        "amount": 4148.82,
                        "currency": "PYG"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "18687225",
                "percentage": 20.8,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3261.38,
                        "currency": "VUV"
                      },
                      {
                        "amount": 4434.99,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 4677.15,
                        "currency": "VND"
                      },
                      {
                        "amount": 2567.12,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 4151.31,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1704.85,
                        "currency": "CZK"
                      },
                      {
                        "amount": 801.17,
                        "currency": "UGX"
                      },
                      {
                        "amount": 1013.63,
                        "currency": "UAH"
                      }
                    ],
                    [
                      {
                        "amount": 3998.15,
                        "currency": "BTN"
                      },
                      {
                        "amount": 2008.83,
                        "currency": "BIF"
                      }
                    ],
                    [
                      {
                        "amount": 2568.71,
                        "currency": "SYP"
                      },
                      {
                        "amount": 1534.27,
                        "currency": "BGN"
                      },
                      {
                        "amount": 3442,
                        "currency": "PKR"
                      },
                      {
                        "amount": 3524.94,
                        "currency": "GHS"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Connection"
          }
        },
        {
          "availableInventory": 50,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Frederik",
                "index": 2,
                "lastName": "Boyle",
                "tierLevel": "Red",
                "tierLevelNumber": 4,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 277.81,
                        "currency": "TTD"
                      },
                      {
                        "amount": 3588.81,
                        "currency": "CAD"
                      },
                      {
                        "amount": 2622.7,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 4219.72,
                        "currency": "MUR"
                      },
                      {
                        "amount": 4942.04,
                        "currency": "PYG"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4875.64,
                        "currency": "VND"
                      },
                      {
                        "amount": 3026.81,
                        "currency": "KGS"
                      },
                      {
                        "amount": 667.73,
                        "currency": "AED"
                      },
                      {
                        "amount": 3504.17,
                        "currency": "KYD"
                      }
                    ],
                    [
                      {
                        "amount": 2942.16,
                        "currency": "AWG"
                      },
                      {
                        "amount": 3430.24,
                        "currency": "SHP"
                      },
                      {
                        "amount": 4269.36,
                        "currency": "YER"
                      }
                    ],
                    [
                      {
                        "amount": 1451.77,
                        "currency": "MYR"
                      },
                      {
                        "amount": 1275.47,
                        "currency": "ETB"
                      },
                      {
                        "amount": 1118.69,
                        "currency": "KES"
                      },
                      {
                        "amount": 1029.2,
                        "currency": "TRY"
                      },
                      {
                        "amount": 2371.54,
                        "currency": "LSL"
                      }
                    ],
                    [
                      {
                        "amount": 4350.82,
                        "currency": "SZL"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "vA",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4108.04,
                            "currency": "SHP"
                          },
                          {
                            "amount": 1152.57,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 2883.62,
                            "currency": "TWD"
                          }
                        ],
                        [
                          {
                            "amount": 4931.31,
                            "currency": "SZL"
                          },
                          {
                            "amount": 3547.16,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 4426.36,
                            "currency": "XCD"
                          },
                          {
                            "amount": 917.88,
                            "currency": "NIO"
                          },
                          {
                            "amount": 175.49,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 1464.45,
                            "currency": "MUR"
                          },
                          {
                            "amount": 3501.11,
                            "currency": "PHP"
                          },
                          {
                            "amount": 98.92,
                            "currency": "GMD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Hb",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 271.17,
                            "currency": "NAD"
                          },
                          {
                            "amount": 1040.84,
                            "currency": "MMK"
                          },
                          {
                            "amount": 3749.7,
                            "currency": "UYU"
                          },
                          {
                            "amount": 3964.73,
                            "currency": "ANG"
                          },
                          {
                            "amount": 712.65,
                            "currency": "VND"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 10.66,
                        "currency": "PYG"
                      },
                      {
                        "amount": 1680.23,
                        "currency": "IDR"
                      },
                      {
                        "amount": 4004.56,
                        "currency": "LRD"
                      },
                      {
                        "amount": 2633.35,
                        "currency": "ZAR"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3785.65,
                        "currency": "SSP"
                      },
                      {
                        "amount": 35.18,
                        "currency": "UGX"
                      }
                    ],
                    [
                      {
                        "amount": 3847.76,
                        "currency": "KRW"
                      },
                      {
                        "amount": 2733.73,
                        "currency": "AUD"
                      },
                      {
                        "amount": 2149.45,
                        "currency": "AWG"
                      },
                      {
                        "amount": 1176.69,
                        "currency": "BRL"
                      },
                      {
                        "amount": 4466.68,
                        "currency": "UGX"
                      }
                    ],
                    [
                      {
                        "amount": 4058.05,
                        "currency": "BZD"
                      },
                      {
                        "amount": 2231.82,
                        "currency": "CNY"
                      },
                      {
                        "amount": 793.1,
                        "currency": "NZD"
                      },
                      {
                        "amount": 1871.07,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 758.73,
                        "currency": "TTD"
                      },
                      {
                        "amount": 3316.27,
                        "currency": "QAR"
                      },
                      {
                        "amount": 3116.79,
                        "currency": "KRW"
                      },
                      {
                        "amount": 4695.77,
                        "currency": "PKR"
                      },
                      {
                        "amount": 498.32,
                        "currency": "RSD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "ob",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4632.42,
                            "currency": "LKR"
                          },
                          {
                            "amount": 4239.59,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 2230.49,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 3263.04,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 1388.15,
                            "currency": "SSP"
                          },
                          {
                            "amount": 2131.87,
                            "currency": "TWD"
                          },
                          {
                            "amount": 450.38,
                            "currency": "BYN"
                          },
                          {
                            "amount": 2447.04,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 3567.68,
                            "currency": "KZT"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "wo",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4414.19,
                            "currency": "CZK"
                          },
                          {
                            "amount": 962.6,
                            "currency": "BOB"
                          },
                          {
                            "amount": 988.19,
                            "currency": "RON"
                          }
                        ],
                        [
                          {
                            "amount": 3671.42,
                            "currency": "MKD"
                          },
                          {
                            "amount": 2445.61,
                            "currency": "SZL"
                          },
                          {
                            "amount": 3091.89,
                            "currency": "ETB"
                          },
                          {
                            "amount": 961.64,
                            "currency": "AZN"
                          }
                        ],
                        [
                          {
                            "amount": 1910.91,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 2370,
                            "currency": "ARS"
                          },
                          {
                            "amount": 2982.35,
                            "currency": "CUP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Po",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2263.29,
                            "currency": "PYG"
                          },
                          {
                            "amount": 2075.42,
                            "currency": "SHP"
                          },
                          {
                            "amount": 578.12,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 2058.81,
                            "currency": "KWD"
                          },
                          {
                            "amount": 2853.93,
                            "currency": "NZD"
                          },
                          {
                            "amount": 444.16,
                            "currency": "TND"
                          },
                          {
                            "amount": 1719.14,
                            "currency": "KZT"
                          },
                          {
                            "amount": 3524,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 4447.65,
                            "currency": "WST"
                          },
                          {
                            "amount": 2086.37,
                            "currency": "DZD"
                          },
                          {
                            "amount": 3774.79,
                            "currency": "SRD"
                          },
                          {
                            "amount": 3272.48,
                            "currency": "QAR"
                          }
                        ],
                        [
                          {
                            "amount": 4599.43,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4270.1,
                            "currency": "GMD"
                          },
                          {
                            "amount": 2339.63,
                            "currency": "PLN"
                          },
                          {
                            "amount": 1083.42,
                            "currency": "BMD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "jq",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1105.37,
                            "currency": "PYG"
                          },
                          {
                            "amount": 3698.17,
                            "currency": "AWG"
                          },
                          {
                            "amount": 116.21,
                            "currency": "PKR"
                          },
                          {
                            "amount": 401.32,
                            "currency": "SEK"
                          },
                          {
                            "amount": 883.96,
                            "currency": "GEL"
                          }
                        ],
                        [
                          {
                            "amount": 745.59,
                            "currency": "KES"
                          },
                          {
                            "amount": 2677.68,
                            "currency": "ILS"
                          },
                          {
                            "amount": 4200.8,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 4073.48,
                            "currency": "NPR"
                          },
                          {
                            "amount": 3618.59,
                            "currency": "MNT"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1519.89,
                        "currency": "AUD"
                      },
                      {
                        "amount": 3913.9,
                        "currency": "PEN"
                      },
                      {
                        "amount": 2149.97,
                        "currency": "SYP"
                      },
                      {
                        "amount": 3912.69,
                        "currency": "DJF"
                      },
                      {
                        "amount": 3146.64,
                        "currency": "UZS"
                      }
                    ],
                    [
                      {
                        "amount": 1685.72,
                        "currency": "MYR"
                      },
                      {
                        "amount": 2466.17,
                        "currency": "ISK"
                      },
                      {
                        "amount": 1184.19,
                        "currency": "MOP"
                      },
                      {
                        "amount": 2527.51,
                        "currency": "ZMW"
                      }
                    ],
                    [
                      {
                        "amount": 3025.01,
                        "currency": "KYD"
                      }
                    ],
                    [
                      {
                        "amount": 3482.13,
                        "currency": "IQD"
                      },
                      {
                        "amount": 1214.11,
                        "currency": "NPR"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4817.96,
                        "currency": "AFN"
                      },
                      {
                        "amount": 3377.77,
                        "currency": "TRY"
                      },
                      {
                        "amount": 4974.07,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 3934.5,
                        "currency": "SOS"
                      },
                      {
                        "amount": 1702.89,
                        "currency": "HKD"
                      }
                    ],
                    [
                      {
                        "amount": 4964.4,
                        "currency": "UYU"
                      },
                      {
                        "amount": 891.47,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 2626.45,
                        "currency": "TTD"
                      },
                      {
                        "amount": 2883.78,
                        "currency": "TTD"
                      }
                    ],
                    [
                      {
                        "amount": 1146.43,
                        "currency": "DKK"
                      },
                      {
                        "amount": 2971.39,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 3517.15,
                        "currency": "CHF"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2049.91,
                        "currency": "RSD"
                      },
                      {
                        "amount": 3556.93,
                        "currency": "VES"
                      },
                      {
                        "amount": 4377.88,
                        "currency": "LSL"
                      }
                    ],
                    [
                      {
                        "amount": 506.8,
                        "currency": "PAB"
                      },
                      {
                        "amount": 1180.65,
                        "currency": "CZK"
                      },
                      {
                        "amount": 1126.89,
                        "currency": "KES"
                      },
                      {
                        "amount": 4813.41,
                        "currency": "GMD"
                      },
                      {
                        "amount": 3963.61,
                        "currency": "PHP"
                      }
                    ],
                    [
                      {
                        "amount": 2561.93,
                        "currency": "TJS"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "77440723",
                "percentage": 17.1,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3063.21,
                        "currency": "FJD"
                      },
                      {
                        "amount": 3387.83,
                        "currency": "BHD"
                      },
                      {
                        "amount": 1965.39,
                        "currency": "ARS"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 3,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Marielle",
                "index": 4,
                "lastName": "Dibbert",
                "tierLevel": "Red",
                "tierLevelNumber": 3,
                "type": "CHD"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2162.85,
                        "currency": "MMK"
                      },
                      {
                        "amount": 2521.34,
                        "currency": "PHP"
                      },
                      {
                        "amount": 4914.37,
                        "currency": "CDF"
                      },
                      {
                        "amount": 669.14,
                        "currency": "ALL"
                      },
                      {
                        "amount": 3754.98,
                        "currency": "BIF"
                      }
                    ],
                    [
                      {
                        "amount": 1808.12,
                        "currency": "NZD"
                      },
                      {
                        "amount": 2456.84,
                        "currency": "INR"
                      }
                    ],
                    [
                      {
                        "amount": 4153.15,
                        "currency": "PGK"
                      },
                      {
                        "amount": 1163.08,
                        "currency": "MKD"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4805.11,
                        "currency": "BND"
                      },
                      {
                        "amount": 4674.86,
                        "currency": "SHP"
                      },
                      {
                        "amount": 4927.31,
                        "currency": "BND"
                      },
                      {
                        "amount": 4442.46,
                        "currency": "TTD"
                      },
                      {
                        "amount": 3745.92,
                        "currency": "GIP"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "HC",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2653.7,
                            "currency": "AUD"
                          },
                          {
                            "amount": 1013.33,
                            "currency": "ALL"
                          },
                          {
                            "amount": 3688.74,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 4633.13,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 3292.92,
                            "currency": "CAD"
                          },
                          {
                            "amount": 4347.09,
                            "currency": "ERN"
                          },
                          {
                            "amount": 1646.05,
                            "currency": "ALL"
                          },
                          {
                            "amount": 828.65,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 1760.79,
                            "currency": "DZD"
                          },
                          {
                            "amount": 3512.74,
                            "currency": "CDF"
                          },
                          {
                            "amount": 3849.04,
                            "currency": "SGD"
                          },
                          {
                            "amount": 3768.24,
                            "currency": "CUP"
                          },
                          {
                            "amount": 3130.26,
                            "currency": "MMK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ma",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4053.71,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 1145.01,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 3147.46,
                            "currency": "NGN"
                          },
                          {
                            "amount": 1357.17,
                            "currency": "XCD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Av",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4866.67,
                            "currency": "KPW"
                          },
                          {
                            "amount": 2761.99,
                            "currency": "BWP"
                          },
                          {
                            "amount": 2735.61,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1883.17,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 2456.93,
                            "currency": "KRW"
                          },
                          {
                            "amount": 3564.95,
                            "currency": "VES"
                          },
                          {
                            "amount": 1985.01,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 1505.74,
                            "currency": "TMT"
                          },
                          {
                            "amount": 2236.44,
                            "currency": "NAD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "UD",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1289.13,
                            "currency": "XAF"
                          },
                          {
                            "amount": 1761.49,
                            "currency": "KPW"
                          },
                          {
                            "amount": 4621.54,
                            "currency": "NGN"
                          },
                          {
                            "amount": 700.26,
                            "currency": "BZD"
                          },
                          {
                            "amount": 1129.42,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 3780.67,
                            "currency": "AMD"
                          },
                          {
                            "amount": 1935.63,
                            "currency": "ANG"
                          },
                          {
                            "amount": 3759.46,
                            "currency": "MAD"
                          },
                          {
                            "amount": 2955.47,
                            "currency": "PEN"
                          },
                          {
                            "amount": 4633.06,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 3095.27,
                            "currency": "BGN"
                          },
                          {
                            "amount": 491.72,
                            "currency": "BRL"
                          },
                          {
                            "amount": 223.31,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 3791.1,
                            "currency": "TZS"
                          },
                          {
                            "amount": 4729.65,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 1390.53,
                            "currency": "THB"
                          },
                          {
                            "amount": 2304.4,
                            "currency": "BIF"
                          },
                          {
                            "amount": 475.04,
                            "currency": "MYR"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1341.97,
                        "currency": "BOB"
                      },
                      {
                        "amount": 4295.3,
                        "currency": "BRL"
                      },
                      {
                        "amount": 2254.71,
                        "currency": "DJF"
                      },
                      {
                        "amount": 2386.23,
                        "currency": "NIO"
                      }
                    ],
                    [
                      {
                        "amount": 2154.44,
                        "currency": "DOP"
                      }
                    ],
                    [
                      {
                        "amount": 1992.68,
                        "currency": "NPR"
                      },
                      {
                        "amount": 4891.17,
                        "currency": "JMD"
                      },
                      {
                        "amount": 3390.94,
                        "currency": "TMT"
                      }
                    ],
                    [
                      {
                        "amount": 4484.19,
                        "currency": "PAB"
                      },
                      {
                        "amount": 4427.47,
                        "currency": "QAR"
                      },
                      {
                        "amount": 3053.05,
                        "currency": "MUR"
                      },
                      {
                        "amount": 4036.7,
                        "currency": "VND"
                      },
                      {
                        "amount": 2830.8,
                        "currency": "KGS"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 860.91,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 2663.89,
                        "currency": "HNL"
                      },
                      {
                        "amount": 760.51,
                        "currency": "ILS"
                      }
                    ],
                    [
                      {
                        "amount": 511.6,
                        "currency": "VES"
                      },
                      {
                        "amount": 2779.66,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 1968.06,
                        "currency": "LRD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "rE",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4842.43,
                            "currency": "MUR"
                          },
                          {
                            "amount": 2529.42,
                            "currency": "TJS"
                          },
                          {
                            "amount": 250.88,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 2026.64,
                            "currency": "NIO"
                          },
                          {
                            "amount": 383.74,
                            "currency": "XOF"
                          },
                          {
                            "amount": 29.35,
                            "currency": "KZT"
                          },
                          {
                            "amount": 2852.62,
                            "currency": "NOK"
                          },
                          {
                            "amount": 1281.71,
                            "currency": "CNY"
                          }
                        ],
                        [
                          {
                            "amount": 2884.82,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 3307.41,
                            "currency": "PKR"
                          },
                          {
                            "amount": 1769.51,
                            "currency": "FKP"
                          },
                          {
                            "amount": 1208.32,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3367.95,
                            "currency": "DKK"
                          },
                          {
                            "amount": 362.67,
                            "currency": "GEL"
                          }
                        ],
                        [
                          {
                            "amount": 558.38,
                            "currency": "KPW"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "du",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 447.53,
                            "currency": "ISK"
                          },
                          {
                            "amount": 1776.93,
                            "currency": "USD"
                          },
                          {
                            "amount": 577.71,
                            "currency": "TJS"
                          },
                          {
                            "amount": 4789.41,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 4969.97,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 2531.36,
                            "currency": "USD"
                          },
                          {
                            "amount": 4443.59,
                            "currency": "SHP"
                          },
                          {
                            "amount": 2502.32,
                            "currency": "AZN"
                          },
                          {
                            "amount": 228.76,
                            "currency": "RON"
                          },
                          {
                            "amount": 2507.91,
                            "currency": "MWK"
                          }
                        ],
                        [
                          {
                            "amount": 3760.07,
                            "currency": "WST"
                          },
                          {
                            "amount": 4756.78,
                            "currency": "SDG"
                          },
                          {
                            "amount": 3535.52,
                            "currency": "DOP"
                          },
                          {
                            "amount": 2289.16,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 3509.77,
                            "currency": "SCR"
                          },
                          {
                            "amount": 4294,
                            "currency": "SOS"
                          },
                          {
                            "amount": 588.39,
                            "currency": "XOF"
                          },
                          {
                            "amount": 2106.7,
                            "currency": "XPF"
                          },
                          {
                            "amount": 4874.49,
                            "currency": "AFN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "sm",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2205.55,
                            "currency": "EGP"
                          }
                        ],
                        [
                          {
                            "amount": 166.98,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 3989.41,
                            "currency": "BDT"
                          },
                          {
                            "amount": 4436.12,
                            "currency": "XOF"
                          },
                          {
                            "amount": 2978.49,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 4838.34,
                            "currency": "WST"
                          },
                          {
                            "amount": 3243.09,
                            "currency": "MXN"
                          },
                          {
                            "amount": 2940.16,
                            "currency": "BGN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ed",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4524.13,
                            "currency": "GHS"
                          },
                          {
                            "amount": 3011.25,
                            "currency": "AFN"
                          },
                          {
                            "amount": 2539.34,
                            "currency": "XPF"
                          },
                          {
                            "amount": 1687.9,
                            "currency": "MDL"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 717.79,
                        "currency": "SOS"
                      },
                      {
                        "amount": 225.61,
                        "currency": "ALL"
                      }
                    ],
                    [
                      {
                        "amount": 3685.01,
                        "currency": "VES"
                      },
                      {
                        "amount": 3361.01,
                        "currency": "MNT"
                      },
                      {
                        "amount": 3530.7,
                        "currency": "SHP"
                      },
                      {
                        "amount": 2161.44,
                        "currency": "BIF"
                      },
                      {
                        "amount": 4465.77,
                        "currency": "UYU"
                      }
                    ],
                    [
                      {
                        "amount": 3060.46,
                        "currency": "AOA"
                      },
                      {
                        "amount": 3022.02,
                        "currency": "TTD"
                      },
                      {
                        "amount": 183.78,
                        "currency": "TZS"
                      },
                      {
                        "amount": 1027.16,
                        "currency": "XAF"
                      }
                    ],
                    [
                      {
                        "amount": 2906.5,
                        "currency": "UYU"
                      },
                      {
                        "amount": 4761.37,
                        "currency": "PHP"
                      }
                    ],
                    [
                      {
                        "amount": 865.03,
                        "currency": "MMK"
                      },
                      {
                        "amount": 306.96,
                        "currency": "GMD"
                      },
                      {
                        "amount": 4544.07,
                        "currency": "NOK"
                      },
                      {
                        "amount": 4371.35,
                        "currency": "GYD"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3348.91,
                        "currency": "LAK"
                      },
                      {
                        "amount": 638.67,
                        "currency": "ERN"
                      }
                    ],
                    [
                      {
                        "amount": 1544.67,
                        "currency": "EGP"
                      },
                      {
                        "amount": 2024.45,
                        "currency": "UAH"
                      },
                      {
                        "amount": 2358.86,
                        "currency": "KRW"
                      },
                      {
                        "amount": 569.23,
                        "currency": "ARS"
                      },
                      {
                        "amount": 3315.89,
                        "currency": "XPF"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3147.79,
                        "currency": "TMT"
                      },
                      {
                        "amount": 4104.25,
                        "currency": "CDF"
                      },
                      {
                        "amount": 4326.12,
                        "currency": "BRL"
                      },
                      {
                        "amount": 4514.69,
                        "currency": "RSD"
                      },
                      {
                        "amount": 2672.18,
                        "currency": "XPF"
                      }
                    ],
                    [
                      {
                        "amount": 2777.81,
                        "currency": "MOP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "91214213",
                "percentage": 25.2,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3969.46,
                        "currency": "EUR"
                      },
                      {
                        "amount": 1025.23,
                        "currency": "GHS"
                      },
                      {
                        "amount": 162.79,
                        "currency": "ALL"
                      }
                    ],
                    [
                      {
                        "amount": 2965.84,
                        "currency": "PGK"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Cheyanne",
                "index": 3,
                "lastName": "Kohler",
                "tierLevel": "Gold",
                "tierLevelNumber": 1,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 99.01,
                        "currency": "TND"
                      },
                      {
                        "amount": 2212.29,
                        "currency": "PLN"
                      },
                      {
                        "amount": 3185.07,
                        "currency": "MDL"
                      },
                      {
                        "amount": 1902.63,
                        "currency": "MKD"
                      }
                    ],
                    [
                      {
                        "amount": 2791.41,
                        "currency": "MNT"
                      },
                      {
                        "amount": 1938.4,
                        "currency": "MMK"
                      }
                    ],
                    [
                      {
                        "amount": 2359.17,
                        "currency": "LAK"
                      },
                      {
                        "amount": 2209.06,
                        "currency": "NPR"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4559.16,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 535.65,
                        "currency": "KHR"
                      },
                      {
                        "amount": 1358.37,
                        "currency": "QAR"
                      },
                      {
                        "amount": 1567.91,
                        "currency": "MKD"
                      },
                      {
                        "amount": 500.45,
                        "currency": "KHR"
                      }
                    ],
                    [
                      {
                        "amount": 3883.93,
                        "currency": "MZN"
                      },
                      {
                        "amount": 1979.75,
                        "currency": "JPY"
                      }
                    ],
                    [
                      {
                        "amount": 1252.99,
                        "currency": "BOB"
                      },
                      {
                        "amount": 2959.85,
                        "currency": "CNY"
                      },
                      {
                        "amount": 3272.28,
                        "currency": "BWP"
                      }
                    ],
                    [
                      {
                        "amount": 2541,
                        "currency": "IRR"
                      },
                      {
                        "amount": 2234.61,
                        "currency": "BOB"
                      },
                      {
                        "amount": 2526.47,
                        "currency": "CAD"
                      },
                      {
                        "amount": 1111.66,
                        "currency": "BYN"
                      },
                      {
                        "amount": 3846.59,
                        "currency": "ZWL"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "VE",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 116.69,
                            "currency": "HTG"
                          },
                          {
                            "amount": 1384.1,
                            "currency": "SRD"
                          },
                          {
                            "amount": 3015.87,
                            "currency": "STN"
                          },
                          {
                            "amount": 3118.86,
                            "currency": "MMK"
                          },
                          {
                            "amount": 2842.32,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 2276.65,
                            "currency": "SYP"
                          },
                          {
                            "amount": 305.79,
                            "currency": "BMD"
                          },
                          {
                            "amount": 3810,
                            "currency": "IRR"
                          },
                          {
                            "amount": 1602.37,
                            "currency": "TWD"
                          },
                          {
                            "amount": 1762.89,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 1076.22,
                            "currency": "CLP"
                          },
                          {
                            "amount": 1742.83,
                            "currency": "BOB"
                          },
                          {
                            "amount": 3598.22,
                            "currency": "USD"
                          },
                          {
                            "amount": 3388.15,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 4205.99,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4822.87,
                            "currency": "TMT"
                          },
                          {
                            "amount": 3484.82,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 1807.76,
                            "currency": "GBP"
                          },
                          {
                            "amount": 2728.09,
                            "currency": "JPY"
                          },
                          {
                            "amount": 2151.84,
                            "currency": "XPF"
                          },
                          {
                            "amount": 3151.28,
                            "currency": "SCR"
                          },
                          {
                            "amount": 3751.35,
                            "currency": "MAD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "wl",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2074.42,
                            "currency": "SRD"
                          },
                          {
                            "amount": 1463.79,
                            "currency": "NPR"
                          },
                          {
                            "amount": 2733.85,
                            "currency": "NZD"
                          },
                          {
                            "amount": 3218.85,
                            "currency": "SEK"
                          },
                          {
                            "amount": 1483.65,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 1343.05,
                            "currency": "BND"
                          },
                          {
                            "amount": 4676.12,
                            "currency": "BGN"
                          },
                          {
                            "amount": 1605.44,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 1848.77,
                            "currency": "RON"
                          },
                          {
                            "amount": 3216.83,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 3879.82,
                            "currency": "RSD"
                          },
                          {
                            "amount": 4818.65,
                            "currency": "CUP"
                          },
                          {
                            "amount": 1110.35,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 844.94,
                            "currency": "LAK"
                          },
                          {
                            "amount": 2788.56,
                            "currency": "NIO"
                          },
                          {
                            "amount": 3042.78,
                            "currency": "VND"
                          },
                          {
                            "amount": 2653.88,
                            "currency": "CRC"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Dd",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2265.12,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 106.7,
                            "currency": "JPY"
                          },
                          {
                            "amount": 3770.74,
                            "currency": "AFN"
                          }
                        ],
                        [
                          {
                            "amount": 1794.59,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 2021.62,
                            "currency": "GMD"
                          },
                          {
                            "amount": 3048.76,
                            "currency": "GIP"
                          },
                          {
                            "amount": 925.65,
                            "currency": "GIP"
                          },
                          {
                            "amount": 695.04,
                            "currency": "AUD"
                          },
                          {
                            "amount": 3075.54,
                            "currency": "FKP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1614.25,
                        "currency": "IDR"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 342.74,
                        "currency": "SAR"
                      }
                    ],
                    [
                      {
                        "amount": 3171.5,
                        "currency": "SZL"
                      },
                      {
                        "amount": 374.06,
                        "currency": "KES"
                      },
                      {
                        "amount": 957.16,
                        "currency": "TTD"
                      },
                      {
                        "amount": 2619.6,
                        "currency": "PEN"
                      }
                    ],
                    [
                      {
                        "amount": 2921.24,
                        "currency": "GIP"
                      },
                      {
                        "amount": 1232.12,
                        "currency": "NAD"
                      },
                      {
                        "amount": 4700.24,
                        "currency": "PLN"
                      },
                      {
                        "amount": 912.89,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 783.29,
                        "currency": "LYD"
                      },
                      {
                        "amount": 3349.07,
                        "currency": "GIP"
                      },
                      {
                        "amount": 336.02,
                        "currency": "MKD"
                      },
                      {
                        "amount": 4758.15,
                        "currency": "MOP"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Xi",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2559.2,
                            "currency": "HNL"
                          },
                          {
                            "amount": 3519.29,
                            "currency": "NOK"
                          },
                          {
                            "amount": 4291.2,
                            "currency": "MRU"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "nf",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4274.06,
                            "currency": "CUP"
                          },
                          {
                            "amount": 2926.71,
                            "currency": "UYU"
                          },
                          {
                            "amount": 2259.15,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 2555.28,
                            "currency": "RUB"
                          },
                          {
                            "amount": 1772.88,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2137.06,
                            "currency": "SOS"
                          },
                          {
                            "amount": 961.47,
                            "currency": "ERN"
                          },
                          {
                            "amount": 3939.78,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 4815.87,
                            "currency": "LBP"
                          },
                          {
                            "amount": 508.15,
                            "currency": "EGP"
                          },
                          {
                            "amount": 3575.3,
                            "currency": "SSP"
                          }
                        ],
                        [
                          {
                            "amount": 1934.15,
                            "currency": "KMF"
                          },
                          {
                            "amount": 746.9,
                            "currency": "EGP"
                          },
                          {
                            "amount": 4697.33,
                            "currency": "BYN"
                          },
                          {
                            "amount": 3568.32,
                            "currency": "PEN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "dr",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 951.23,
                            "currency": "XPF"
                          },
                          {
                            "amount": 4711.74,
                            "currency": "BSD"
                          },
                          {
                            "amount": 986.67,
                            "currency": "UAH"
                          },
                          {
                            "amount": 3085.69,
                            "currency": "MWK"
                          },
                          {
                            "amount": 3549.33,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 4480.58,
                            "currency": "LKR"
                          },
                          {
                            "amount": 1687.16,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 1861.4,
                            "currency": "SSP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Gx",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4312.73,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2332.3,
                            "currency": "THB"
                          }
                        ],
                        [
                          {
                            "amount": 991.59,
                            "currency": "XOF"
                          },
                          {
                            "amount": 459.24,
                            "currency": "KMF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Jg",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3140.85,
                            "currency": "KES"
                          },
                          {
                            "amount": 2527.41,
                            "currency": "WST"
                          }
                        ],
                        [
                          {
                            "amount": 588.48,
                            "currency": "CUP"
                          },
                          {
                            "amount": 3545.31,
                            "currency": "UYU"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3079.06,
                        "currency": "MZN"
                      },
                      {
                        "amount": 2346.7,
                        "currency": "SRD"
                      },
                      {
                        "amount": 4769.08,
                        "currency": "SBD"
                      }
                    ],
                    [
                      {
                        "amount": 3026.1,
                        "currency": "PLN"
                      },
                      {
                        "amount": 2856.9,
                        "currency": "UGX"
                      },
                      {
                        "amount": 2808.15,
                        "currency": "KWD"
                      }
                    ],
                    [
                      {
                        "amount": 2352.77,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 1988.75,
                        "currency": "MAD"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4882.16,
                        "currency": "PKR"
                      },
                      {
                        "amount": 2404.54,
                        "currency": "SRD"
                      },
                      {
                        "amount": 4980.14,
                        "currency": "USD"
                      }
                    ],
                    [
                      {
                        "amount": 529.73,
                        "currency": "BZD"
                      }
                    ],
                    [
                      {
                        "amount": 746.45,
                        "currency": "LYD"
                      },
                      {
                        "amount": 2709.29,
                        "currency": "VES"
                      }
                    ],
                    [
                      {
                        "amount": 718.19,
                        "currency": "HUF"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3021.48,
                        "currency": "ALL"
                      },
                      {
                        "amount": 3074,
                        "currency": "BRL"
                      },
                      {
                        "amount": 4476.86,
                        "currency": "GYD"
                      }
                    ],
                    [
                      {
                        "amount": 2505.16,
                        "currency": "TND"
                      },
                      {
                        "amount": 2463.63,
                        "currency": "CUP"
                      },
                      {
                        "amount": 208.06,
                        "currency": "CVE"
                      },
                      {
                        "amount": 398.39,
                        "currency": "KGS"
                      },
                      {
                        "amount": 4713.25,
                        "currency": "FKP"
                      }
                    ],
                    [
                      {
                        "amount": 4784.23,
                        "currency": "ETB"
                      }
                    ],
                    [
                      {
                        "amount": 453.53,
                        "currency": "VES"
                      },
                      {
                        "amount": 926.26,
                        "currency": "GBP"
                      }
                    ],
                    [
                      {
                        "amount": 2489.59,
                        "currency": "BAM"
                      },
                      {
                        "amount": 4289.5,
                        "currency": "TWD"
                      },
                      {
                        "amount": 3757.91,
                        "currency": "WST"
                      },
                      {
                        "amount": 1691.37,
                        "currency": "ERN"
                      },
                      {
                        "amount": 4406.88,
                        "currency": "CUP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "30767103",
                "percentage": 17.8,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3377.43,
                        "currency": "WST"
                      },
                      {
                        "amount": 11.18,
                        "currency": "VUV"
                      },
                      {
                        "amount": 1893.57,
                        "currency": "SAR"
                      }
                    ],
                    [
                      {
                        "amount": 2790.03,
                        "currency": "HKD"
                      },
                      {
                        "amount": 1036.79,
                        "currency": "MZN"
                      }
                    ],
                    [
                      {
                        "amount": 3687.06,
                        "currency": "WST"
                      },
                      {
                        "amount": 4157.91,
                        "currency": "LAK"
                      },
                      {
                        "amount": 3514.49,
                        "currency": "SBD"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Inbound"
          }
        }
      ]
    },
    {
      "ancillaryConfiguration": {
        "allowQuantity": false,
        "maxQuantityPerPax": 2
      },
      "ancillarySpecialService": {
        "code": "OTHER",
        "requiredProperties": {
          "propertyDefinitionList": [
            {
              "@type": "PropertyDefinition",
              "optional": false,
              "propertyName": "LENGTH",
              "propertyType": "TEXT"
            },
            {
              "@type": "KeywordPropertyDefinition",
              "optional": true,
              "propertyName": "WEIGHT",
              "propertyType": "INT"
            },
            {
              "@type": "PropertyDefinition",
              "optional": false,
              "propertyName": "WIDTH",
              "propertyType": "INT"
            },
            {
              "@type": "PropertyDefinition",
              "optional": false,
              "propertyName": "WIDTH",
              "propertyType": "INT"
            }
          ]
        },
        "type": "NOTALLOWED"
      },
      "bundleItems": [
        {
          "code": "BQG",
          "groupCode": "uU"
        },
        {
          "code": "p8m",
          "groupCode": "yo"
        },
        {
          "code": "iyJ",
          "groupCode": "WZ"
        },
        {
          "code": "S7J",
          "groupCode": "VY"
        }
      ],
      "code": "th2",
      "refundable": true,
      "travelPartOffers": [
        {
          "availableInventory": 15,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Philip",
                "index": 9,
                "lastName": "Wuckert",
                "tierLevel": "Gold",
                "tierLevelNumber": 2,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4231.04,
                        "currency": "COP"
                      },
                      {
                        "amount": 3807.28,
                        "currency": "CVE"
                      },
                      {
                        "amount": 3368.32,
                        "currency": "BSD"
                      },
                      {
                        "amount": 717.3,
                        "currency": "DKK"
                      },
                      {
                        "amount": 1091.73,
                        "currency": "DKK"
                      }
                    ],
                    [
                      {
                        "amount": 2790.85,
                        "currency": "BRL"
                      },
                      {
                        "amount": 2991.32,
                        "currency": "CAD"
                      },
                      {
                        "amount": 2561.92,
                        "currency": "GMD"
                      }
                    ],
                    [
                      {
                        "amount": 1014.8,
                        "currency": "XAF"
                      },
                      {
                        "amount": 1856.54,
                        "currency": "IRR"
                      },
                      {
                        "amount": 4695.54,
                        "currency": "IQD"
                      }
                    ],
                    [
                      {
                        "amount": 4794.41,
                        "currency": "KRW"
                      },
                      {
                        "amount": 4889.3,
                        "currency": "GTQ"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1138.39,
                        "currency": "SBD"
                      },
                      {
                        "amount": 1817.94,
                        "currency": "HTG"
                      },
                      {
                        "amount": 4607.4,
                        "currency": "NGN"
                      },
                      {
                        "amount": 4821.87,
                        "currency": "MWK"
                      }
                    ],
                    [
                      {
                        "amount": 975.23,
                        "currency": "CZK"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Yc",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1744.26,
                            "currency": "DZD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ip",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 527.46,
                            "currency": "TMT"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3758.97,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 4177.88,
                        "currency": "RON"
                      },
                      {
                        "amount": 2871.43,
                        "currency": "LAK"
                      },
                      {
                        "amount": 3389.59,
                        "currency": "LYD"
                      },
                      {
                        "amount": 2073.43,
                        "currency": "PEN"
                      },
                      {
                        "amount": 4477.82,
                        "currency": "HNL"
                      }
                    ],
                    [
                      {
                        "amount": 3086.35,
                        "currency": "UAH"
                      },
                      {
                        "amount": 1954.04,
                        "currency": "STN"
                      },
                      {
                        "amount": 772.42,
                        "currency": "HKD"
                      },
                      {
                        "amount": 3032.23,
                        "currency": "SLE"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 550.22,
                        "currency": "ANG"
                      },
                      {
                        "amount": 4836.84,
                        "currency": "MYR"
                      },
                      {
                        "amount": 610.83,
                        "currency": "MMK"
                      },
                      {
                        "amount": 68.14,
                        "currency": "MZN"
                      },
                      {
                        "amount": 1987.64,
                        "currency": "NIO"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "gS",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4524.83,
                            "currency": "BDT"
                          },
                          {
                            "amount": 4761.06,
                            "currency": "YER"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "lF",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2102.22,
                            "currency": "MDL"
                          },
                          {
                            "amount": 357.49,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 4282.57,
                            "currency": "DZD"
                          },
                          {
                            "amount": 228.12,
                            "currency": "WST"
                          },
                          {
                            "amount": 2489.34,
                            "currency": "CVE"
                          },
                          {
                            "amount": 4050.85,
                            "currency": "FKP"
                          },
                          {
                            "amount": 2458.94,
                            "currency": "PEN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ic",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1590.55,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 4698.98,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1322.57,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 274.23,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 2396.09,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 647.66,
                            "currency": "TMT"
                          },
                          {
                            "amount": 3367.64,
                            "currency": "CHF"
                          }
                        ],
                        [
                          {
                            "amount": 3257.11,
                            "currency": "TRY"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4208.17,
                        "currency": "MUR"
                      },
                      {
                        "amount": 3577.39,
                        "currency": "AED"
                      }
                    ],
                    [
                      {
                        "amount": 498.03,
                        "currency": "MDL"
                      },
                      {
                        "amount": 4492.18,
                        "currency": "TTD"
                      },
                      {
                        "amount": 381.97,
                        "currency": "DZD"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2892.57,
                        "currency": "UYU"
                      },
                      {
                        "amount": 3578.22,
                        "currency": "SZL"
                      },
                      {
                        "amount": 3192.85,
                        "currency": "SBD"
                      },
                      {
                        "amount": 1100.33,
                        "currency": "SDG"
                      }
                    ],
                    [
                      {
                        "amount": 3952.41,
                        "currency": "RON"
                      }
                    ],
                    [
                      {
                        "amount": 3619.49,
                        "currency": "IQD"
                      },
                      {
                        "amount": 3804.23,
                        "currency": "KWD"
                      },
                      {
                        "amount": 21.6,
                        "currency": "ETB"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4447.35,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 581.45,
                        "currency": "PAB"
                      },
                      {
                        "amount": 3085.43,
                        "currency": "IQD"
                      },
                      {
                        "amount": 3962.92,
                        "currency": "PHP"
                      },
                      {
                        "amount": 828.97,
                        "currency": "THB"
                      }
                    ],
                    [
                      {
                        "amount": 3945.33,
                        "currency": "AOA"
                      },
                      {
                        "amount": 1328.34,
                        "currency": "RWF"
                      },
                      {
                        "amount": 3855.26,
                        "currency": "UAH"
                      },
                      {
                        "amount": 2144.06,
                        "currency": "BGN"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "77922684",
                "percentage": 8,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2219.4,
                        "currency": "KZT"
                      },
                      {
                        "amount": 370.82,
                        "currency": "DKK"
                      },
                      {
                        "amount": 4707.82,
                        "currency": "SOS"
                      }
                    ],
                    [
                      {
                        "amount": 1663.34,
                        "currency": "XCD"
                      },
                      {
                        "amount": 3901.64,
                        "currency": "FKP"
                      },
                      {
                        "amount": 2360.52,
                        "currency": "CUP"
                      },
                      {
                        "amount": 4233.54,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 1266.17,
                        "currency": "JPY"
                      }
                    ],
                    [
                      {
                        "amount": 2368.88,
                        "currency": "VUV"
                      },
                      {
                        "amount": 3071.08,
                        "currency": "WST"
                      },
                      {
                        "amount": 2011.71,
                        "currency": "ZMW"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Nikko",
                "index": 8,
                "lastName": "Kshlerin",
                "tierLevel": "Platinum",
                "tierLevelNumber": 1,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1711.95,
                        "currency": "BHD"
                      }
                    ],
                    [
                      {
                        "amount": 1319.57,
                        "currency": "AED"
                      }
                    ],
                    [
                      {
                        "amount": 4668.48,
                        "currency": "KPW"
                      },
                      {
                        "amount": 1794.47,
                        "currency": "PEN"
                      },
                      {
                        "amount": 1393.03,
                        "currency": "XCD"
                      },
                      {
                        "amount": 3595.98,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 354.12,
                        "currency": "EGP"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3481.29,
                        "currency": "BSD"
                      },
                      {
                        "amount": 2080.16,
                        "currency": "SSP"
                      },
                      {
                        "amount": 4266.56,
                        "currency": "STN"
                      }
                    ],
                    [
                      {
                        "amount": 2457.92,
                        "currency": "PAB"
                      },
                      {
                        "amount": 607.34,
                        "currency": "PYG"
                      },
                      {
                        "amount": 857.1,
                        "currency": "HTG"
                      },
                      {
                        "amount": 3278.17,
                        "currency": "CDF"
                      },
                      {
                        "amount": 481.76,
                        "currency": "IRR"
                      }
                    ],
                    [
                      {
                        "amount": 4037.24,
                        "currency": "MMK"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "AF",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 314.76,
                            "currency": "BIF"
                          },
                          {
                            "amount": 91.78,
                            "currency": "LBP"
                          },
                          {
                            "amount": 2310.51,
                            "currency": "PLN"
                          },
                          {
                            "amount": 4591.91,
                            "currency": "EUR"
                          },
                          {
                            "amount": 4500.85,
                            "currency": "KMF"
                          }
                        ],
                        [
                          {
                            "amount": 1756.54,
                            "currency": "SCR"
                          },
                          {
                            "amount": 2814.37,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 1156.63,
                            "currency": "CHF"
                          },
                          {
                            "amount": 2069.55,
                            "currency": "LRD"
                          },
                          {
                            "amount": 793.03,
                            "currency": "BDT"
                          },
                          {
                            "amount": 751.71,
                            "currency": "SAR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "sT",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4189.81,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 714.96,
                            "currency": "CRC"
                          },
                          {
                            "amount": 4036.09,
                            "currency": "CLP"
                          },
                          {
                            "amount": 1937.11,
                            "currency": "XOF"
                          },
                          {
                            "amount": 2146.94,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 3877.16,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 645.6,
                            "currency": "SZL"
                          },
                          {
                            "amount": 3479.36,
                            "currency": "BYN"
                          },
                          {
                            "amount": 1287.55,
                            "currency": "VES"
                          },
                          {
                            "amount": 2540.58,
                            "currency": "MWK"
                          }
                        ],
                        [
                          {
                            "amount": 4017.32,
                            "currency": "BBD"
                          },
                          {
                            "amount": 1590.22,
                            "currency": "FKP"
                          },
                          {
                            "amount": 1748.55,
                            "currency": "MYR"
                          },
                          {
                            "amount": 1820.92,
                            "currency": "DJF"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2352.52,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 266.37,
                        "currency": "CUP"
                      },
                      {
                        "amount": 2565.62,
                        "currency": "SCR"
                      }
                    ],
                    [
                      {
                        "amount": 122.66,
                        "currency": "HTG"
                      },
                      {
                        "amount": 4846.6,
                        "currency": "OMR"
                      },
                      {
                        "amount": 674.12,
                        "currency": "KWD"
                      },
                      {
                        "amount": 521.25,
                        "currency": "CZK"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3664.5,
                        "currency": "MYR"
                      },
                      {
                        "amount": 4466.21,
                        "currency": "STN"
                      }
                    ],
                    [
                      {
                        "amount": 2448.83,
                        "currency": "PGK"
                      }
                    ],
                    [
                      {
                        "amount": 2266.85,
                        "currency": "AED"
                      },
                      {
                        "amount": 2874.63,
                        "currency": "AMD"
                      },
                      {
                        "amount": 1617.27,
                        "currency": "AOA"
                      },
                      {
                        "amount": 396.38,
                        "currency": "NIO"
                      },
                      {
                        "amount": 3189.88,
                        "currency": "RWF"
                      }
                    ],
                    [
                      {
                        "amount": 1129.68,
                        "currency": "LBP"
                      },
                      {
                        "amount": 2504.31,
                        "currency": "IQD"
                      },
                      {
                        "amount": 2130.69,
                        "currency": "MYR"
                      },
                      {
                        "amount": 4216.31,
                        "currency": "BWP"
                      },
                      {
                        "amount": 3408.34,
                        "currency": "KPW"
                      }
                    ],
                    [
                      {
                        "amount": 1448.43,
                        "currency": "CVE"
                      },
                      {
                        "amount": 56.94,
                        "currency": "JOD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "os",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 961.4,
                            "currency": "SOS"
                          },
                          {
                            "amount": 137.14,
                            "currency": "JPY"
                          },
                          {
                            "amount": 2716.08,
                            "currency": "JOD"
                          },
                          {
                            "amount": 4017.82,
                            "currency": "EUR"
                          },
                          {
                            "amount": 81.4,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 2978.1,
                            "currency": "MVR"
                          },
                          {
                            "amount": 869.23,
                            "currency": "UZS"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2798.88,
                        "currency": "AFN"
                      },
                      {
                        "amount": 4041.32,
                        "currency": "XOF"
                      }
                    ],
                    [
                      {
                        "amount": 1924.55,
                        "currency": "PYG"
                      }
                    ],
                    [
                      {
                        "amount": 2943.36,
                        "currency": "BDT"
                      },
                      {
                        "amount": 1808.42,
                        "currency": "AED"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 353.65,
                        "currency": "ETB"
                      },
                      {
                        "amount": 2831.33,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 3878.9,
                        "currency": "IRR"
                      },
                      {
                        "amount": 4103.83,
                        "currency": "XOF"
                      }
                    ],
                    [
                      {
                        "amount": 4184.55,
                        "currency": "ALL"
                      },
                      {
                        "amount": 1794.94,
                        "currency": "RUB"
                      },
                      {
                        "amount": 2643.41,
                        "currency": "SSP"
                      },
                      {
                        "amount": 2162.72,
                        "currency": "FKP"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3022.24,
                        "currency": "GBP"
                      },
                      {
                        "amount": 2299.37,
                        "currency": "WST"
                      }
                    ],
                    [
                      {
                        "amount": 4828.49,
                        "currency": "ISK"
                      },
                      {
                        "amount": 2842.17,
                        "currency": "MXN"
                      }
                    ],
                    [
                      {
                        "amount": 3011.96,
                        "currency": "NAD"
                      },
                      {
                        "amount": 1176.13,
                        "currency": "BMD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "24972403",
                "percentage": 10.9,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3404.85,
                        "currency": "KES"
                      },
                      {
                        "amount": 293.91,
                        "currency": "PHP"
                      },
                      {
                        "amount": 1945.49,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 4417.14,
                        "currency": "AFN"
                      }
                    ],
                    [
                      {
                        "amount": 1136.62,
                        "currency": "PEN"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Palma",
                "index": 1,
                "lastName": "Bartoletti",
                "tierLevel": "Red",
                "tierLevelNumber": 3,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1149.95,
                        "currency": "MDL"
                      },
                      {
                        "amount": 3100.25,
                        "currency": "FJD"
                      },
                      {
                        "amount": 3036.48,
                        "currency": "RSD"
                      },
                      {
                        "amount": 3100.19,
                        "currency": "SOS"
                      },
                      {
                        "amount": 2544.83,
                        "currency": "VND"
                      }
                    ],
                    [
                      {
                        "amount": 1558.82,
                        "currency": "VUV"
                      },
                      {
                        "amount": 844.54,
                        "currency": "HUF"
                      },
                      {
                        "amount": 3765.94,
                        "currency": "ETB"
                      },
                      {
                        "amount": 2963.37,
                        "currency": "MUR"
                      }
                    ],
                    [
                      {
                        "amount": 2625.69,
                        "currency": "PLN"
                      },
                      {
                        "amount": 2549.35,
                        "currency": "NZD"
                      },
                      {
                        "amount": 2656.72,
                        "currency": "JPY"
                      }
                    ],
                    [
                      {
                        "amount": 91.07,
                        "currency": "ARS"
                      },
                      {
                        "amount": 520.31,
                        "currency": "YER"
                      },
                      {
                        "amount": 232.1,
                        "currency": "LSL"
                      },
                      {
                        "amount": 906.29,
                        "currency": "ARS"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3019.51,
                        "currency": "LYD"
                      },
                      {
                        "amount": 873.36,
                        "currency": "NGN"
                      },
                      {
                        "amount": 4111.06,
                        "currency": "PHP"
                      },
                      {
                        "amount": 659.66,
                        "currency": "AED"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Up",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2471.11,
                            "currency": "DJF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "oF",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3739.62,
                            "currency": "MZN"
                          },
                          {
                            "amount": 1594.18,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4022.21,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 3106.32,
                            "currency": "SOS"
                          },
                          {
                            "amount": 884.33,
                            "currency": "BDT"
                          },
                          {
                            "amount": 2826.35,
                            "currency": "LAK"
                          },
                          {
                            "amount": 4435.79,
                            "currency": "BZD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "pB",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4307.52,
                            "currency": "MNT"
                          },
                          {
                            "amount": 1841.28,
                            "currency": "QAR"
                          },
                          {
                            "amount": 2376.87,
                            "currency": "NGN"
                          },
                          {
                            "amount": 1076.19,
                            "currency": "MVR"
                          },
                          {
                            "amount": 2005.62,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 1208.61,
                            "currency": "GMD"
                          },
                          {
                            "amount": 1762.8,
                            "currency": "JMD"
                          },
                          {
                            "amount": 536.62,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 3990.84,
                            "currency": "SCR"
                          },
                          {
                            "amount": 4312.91,
                            "currency": "XAF"
                          },
                          {
                            "amount": 4837.54,
                            "currency": "MGA"
                          },
                          {
                            "amount": 546.11,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 4228.89,
                            "currency": "LRD"
                          },
                          {
                            "amount": 3148.39,
                            "currency": "ANG"
                          },
                          {
                            "amount": 3066.36,
                            "currency": "IRR"
                          },
                          {
                            "amount": 521.11,
                            "currency": "XOF"
                          },
                          {
                            "amount": 4308.59,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 1105.01,
                            "currency": "KES"
                          },
                          {
                            "amount": 3144.46,
                            "currency": "TTD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1753.23,
                        "currency": "AMD"
                      },
                      {
                        "amount": 2147.9,
                        "currency": "PYG"
                      }
                    ],
                    [
                      {
                        "amount": 2339.14,
                        "currency": "BGN"
                      },
                      {
                        "amount": 2301.71,
                        "currency": "XPF"
                      },
                      {
                        "amount": 2083.14,
                        "currency": "KYD"
                      }
                    ],
                    [
                      {
                        "amount": 617.3,
                        "currency": "CAD"
                      },
                      {
                        "amount": 1516.66,
                        "currency": "KZT"
                      },
                      {
                        "amount": 666.56,
                        "currency": "KPW"
                      },
                      {
                        "amount": 2556.18,
                        "currency": "HTG"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3458.3,
                        "currency": "PAB"
                      },
                      {
                        "amount": 654.11,
                        "currency": "SZL"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "cq",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 782.88,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 2858.34,
                            "currency": "PAB"
                          },
                          {
                            "amount": 364.78,
                            "currency": "ALL"
                          },
                          {
                            "amount": 1299.53,
                            "currency": "MUR"
                          },
                          {
                            "amount": 348.23,
                            "currency": "MZN"
                          },
                          {
                            "amount": 2912.87,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 4672.85,
                            "currency": "NAD"
                          },
                          {
                            "amount": 482.74,
                            "currency": "ETB"
                          },
                          {
                            "amount": 1593.73,
                            "currency": "BMD"
                          },
                          {
                            "amount": 987.55,
                            "currency": "PHP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "UL",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 465.67,
                            "currency": "IRR"
                          },
                          {
                            "amount": 3561.09,
                            "currency": "MXN"
                          },
                          {
                            "amount": 2426.57,
                            "currency": "BND"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3072.1,
                        "currency": "LBP"
                      },
                      {
                        "amount": 2033.74,
                        "currency": "KRW"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1857.64,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 1270.4,
                        "currency": "ETB"
                      },
                      {
                        "amount": 3521.89,
                        "currency": "XPF"
                      }
                    ],
                    [
                      {
                        "amount": 1688.67,
                        "currency": "XPF"
                      },
                      {
                        "amount": 1828.59,
                        "currency": "NGN"
                      },
                      {
                        "amount": 3539.8,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 3531.22,
                        "currency": "GBP"
                      },
                      {
                        "amount": 1009.31,
                        "currency": "BHD"
                      }
                    ],
                    [
                      {
                        "amount": 4532.75,
                        "currency": "USD"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 307.37,
                        "currency": "GYD"
                      },
                      {
                        "amount": 3149.92,
                        "currency": "BYN"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "10936630",
                "percentage": 15,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2154.83,
                        "currency": "MDL"
                      },
                      {
                        "amount": 4616.37,
                        "currency": "EUR"
                      },
                      {
                        "amount": 2650.55,
                        "currency": "CLP"
                      },
                      {
                        "amount": 4270.14,
                        "currency": "BOB"
                      }
                    ],
                    [
                      {
                        "amount": 852.57,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 3805.74,
                        "currency": "MWK"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Inbound"
          }
        },
        {
          "availableInventory": 36,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Alysa",
                "index": 2,
                "lastName": "Lockman",
                "tierLevel": "Silver",
                "tierLevelNumber": 2,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 134.19,
                        "currency": "BTN"
                      },
                      {
                        "amount": 1618.57,
                        "currency": "BDT"
                      },
                      {
                        "amount": 2336.6,
                        "currency": "NZD"
                      }
                    ],
                    [
                      {
                        "amount": 1432.02,
                        "currency": "CDF"
                      },
                      {
                        "amount": 1036.95,
                        "currency": "AWG"
                      }
                    ],
                    [
                      {
                        "amount": 1290.14,
                        "currency": "OMR"
                      },
                      {
                        "amount": 1707.07,
                        "currency": "KPW"
                      },
                      {
                        "amount": 3227.47,
                        "currency": "XAF"
                      },
                      {
                        "amount": 4804.13,
                        "currency": "GMD"
                      }
                    ],
                    [
                      {
                        "amount": 3075.59,
                        "currency": "SGD"
                      },
                      {
                        "amount": 4430.19,
                        "currency": "MOP"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 696.3,
                        "currency": "CNY"
                      },
                      {
                        "amount": 606.57,
                        "currency": "BGN"
                      }
                    ],
                    [
                      {
                        "amount": 1621.08,
                        "currency": "VUV"
                      },
                      {
                        "amount": 1176.29,
                        "currency": "TZS"
                      },
                      {
                        "amount": 2103.62,
                        "currency": "GYD"
                      },
                      {
                        "amount": 608.84,
                        "currency": "FJD"
                      }
                    ],
                    [
                      {
                        "amount": 2831.07,
                        "currency": "SGD"
                      },
                      {
                        "amount": 4425.44,
                        "currency": "MKD"
                      },
                      {
                        "amount": 932.58,
                        "currency": "MWK"
                      },
                      {
                        "amount": 975.41,
                        "currency": "GIP"
                      }
                    ],
                    [
                      {
                        "amount": 3827.75,
                        "currency": "MNT"
                      },
                      {
                        "amount": 4458.26,
                        "currency": "TJS"
                      },
                      {
                        "amount": 2799.74,
                        "currency": "CUP"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "wg",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 23.29,
                            "currency": "SCR"
                          },
                          {
                            "amount": 2711.44,
                            "currency": "SSP"
                          },
                          {
                            "amount": 2063.64,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 4906,
                            "currency": "HTG"
                          },
                          {
                            "amount": 4829.92,
                            "currency": "VND"
                          },
                          {
                            "amount": 1629.16,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1305.6,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 118.33,
                            "currency": "INR"
                          },
                          {
                            "amount": 1662.25,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 1656.67,
                            "currency": "PGK"
                          },
                          {
                            "amount": 1039.18,
                            "currency": "FKP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "aK",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4600.25,
                            "currency": "BSD"
                          },
                          {
                            "amount": 753.33,
                            "currency": "LBP"
                          },
                          {
                            "amount": 1959.17,
                            "currency": "WST"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "zR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2811.23,
                            "currency": "TZS"
                          },
                          {
                            "amount": 2108.66,
                            "currency": "TWD"
                          },
                          {
                            "amount": 3240.2,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 2530.98,
                            "currency": "NPR"
                          },
                          {
                            "amount": 4321.15,
                            "currency": "VES"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "CD",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4010.5,
                            "currency": "IQD"
                          },
                          {
                            "amount": 2130.82,
                            "currency": "MAD"
                          },
                          {
                            "amount": 2538.59,
                            "currency": "ISK"
                          },
                          {
                            "amount": 394.85,
                            "currency": "KGS"
                          },
                          {
                            "amount": 2924.47,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 2660.28,
                            "currency": "FKP"
                          },
                          {
                            "amount": 2397.66,
                            "currency": "XPF"
                          },
                          {
                            "amount": 2212.61,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2789.91,
                            "currency": "KZT"
                          },
                          {
                            "amount": 1646.34,
                            "currency": "DKK"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 906.88,
                        "currency": "KPW"
                      },
                      {
                        "amount": 4168.83,
                        "currency": "MUR"
                      },
                      {
                        "amount": 3406.23,
                        "currency": "SDG"
                      },
                      {
                        "amount": 3032.16,
                        "currency": "ERN"
                      },
                      {
                        "amount": 2855.63,
                        "currency": "DJF"
                      }
                    ],
                    [
                      {
                        "amount": 1745.48,
                        "currency": "CLP"
                      },
                      {
                        "amount": 2577.66,
                        "currency": "NOK"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3374.74,
                        "currency": "SEK"
                      },
                      {
                        "amount": 4401.91,
                        "currency": "CUP"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "yK",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1570.75,
                            "currency": "AZN"
                          },
                          {
                            "amount": 1981.49,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3807.15,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 3571.56,
                            "currency": "PAB"
                          },
                          {
                            "amount": 1423.32,
                            "currency": "IQD"
                          },
                          {
                            "amount": 1749.54,
                            "currency": "KPW"
                          },
                          {
                            "amount": 4480.37,
                            "currency": "QAR"
                          },
                          {
                            "amount": 3853.71,
                            "currency": "XPF"
                          }
                        ],
                        [
                          {
                            "amount": 235.83,
                            "currency": "VND"
                          },
                          {
                            "amount": 76.31,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 87.36,
                            "currency": "ANG"
                          },
                          {
                            "amount": 1083.79,
                            "currency": "TTD"
                          },
                          {
                            "amount": 1648.45,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 1141.79,
                            "currency": "GEL"
                          },
                          {
                            "amount": 3205.55,
                            "currency": "DZD"
                          },
                          {
                            "amount": 1713.02,
                            "currency": "KRW"
                          },
                          {
                            "amount": 1109.79,
                            "currency": "TJS"
                          },
                          {
                            "amount": 2743.92,
                            "currency": "LKR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "aX",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3783.68,
                            "currency": "GBP"
                          },
                          {
                            "amount": 3002.19,
                            "currency": "KWD"
                          },
                          {
                            "amount": 147.6,
                            "currency": "TRY"
                          },
                          {
                            "amount": 1411.94,
                            "currency": "BMD"
                          },
                          {
                            "amount": 2374.67,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 3159.15,
                            "currency": "MUR"
                          },
                          {
                            "amount": 3919.9,
                            "currency": "MAD"
                          },
                          {
                            "amount": 1092.74,
                            "currency": "TZS"
                          },
                          {
                            "amount": 894.24,
                            "currency": "THB"
                          },
                          {
                            "amount": 715.85,
                            "currency": "ANG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "yU",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3975.64,
                            "currency": "GHS"
                          },
                          {
                            "amount": 3341.08,
                            "currency": "HUF"
                          },
                          {
                            "amount": 4039.35,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 447.08,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 877.76,
                            "currency": "CUP"
                          },
                          {
                            "amount": 4779.19,
                            "currency": "CLP"
                          }
                        ],
                        [
                          {
                            "amount": 2899.9,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 3743.49,
                            "currency": "XAF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "cQ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4658.86,
                            "currency": "ALL"
                          },
                          {
                            "amount": 1518.71,
                            "currency": "ETB"
                          }
                        ],
                        [
                          {
                            "amount": 3990.83,
                            "currency": "CUP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ul",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1817.19,
                            "currency": "IQD"
                          },
                          {
                            "amount": 372.45,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 3077.45,
                            "currency": "JOD"
                          },
                          {
                            "amount": 3402.56,
                            "currency": "CZK"
                          },
                          {
                            "amount": 2068.98,
                            "currency": "CDF"
                          },
                          {
                            "amount": 1693.68,
                            "currency": "TZS"
                          },
                          {
                            "amount": 77.66,
                            "currency": "KES"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4918.62,
                        "currency": "MMK"
                      },
                      {
                        "amount": 1739.66,
                        "currency": "STN"
                      },
                      {
                        "amount": 516.61,
                        "currency": "ANG"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4783.96,
                        "currency": "DKK"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1207.85,
                        "currency": "KZT"
                      }
                    ],
                    [
                      {
                        "amount": 252.16,
                        "currency": "DJF"
                      },
                      {
                        "amount": 4369.96,
                        "currency": "BRL"
                      },
                      {
                        "amount": 842.18,
                        "currency": "UAH"
                      },
                      {
                        "amount": 3510.15,
                        "currency": "CRC"
                      }
                    ],
                    [
                      {
                        "amount": 3023.96,
                        "currency": "XCD"
                      },
                      {
                        "amount": 3129.22,
                        "currency": "TWD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "73397405",
                "percentage": 23.3,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 797.19,
                        "currency": "TWD"
                      },
                      {
                        "amount": 2201.26,
                        "currency": "LBP"
                      },
                      {
                        "amount": 542.55,
                        "currency": "CRC"
                      }
                    ],
                    [
                      {
                        "amount": 4806.16,
                        "currency": "SLE"
                      },
                      {
                        "amount": 1243.96,
                        "currency": "UGX"
                      },
                      {
                        "amount": 4771.63,
                        "currency": "QAR"
                      },
                      {
                        "amount": 4405.54,
                        "currency": "ERN"
                      },
                      {
                        "amount": 3932.86,
                        "currency": "JOD"
                      }
                    ],
                    [
                      {
                        "amount": 3850.24,
                        "currency": "PKR"
                      }
                    ],
                    [
                      {
                        "amount": 2028.14,
                        "currency": "BHD"
                      },
                      {
                        "amount": 4212.1,
                        "currency": "BTN"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Eino",
                "index": 9,
                "lastName": "Bergstrom",
                "tierLevel": "Gold",
                "tierLevelNumber": 5,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 822.8,
                        "currency": "TND"
                      },
                      {
                        "amount": 1337.07,
                        "currency": "IRR"
                      },
                      {
                        "amount": 1268.34,
                        "currency": "BND"
                      },
                      {
                        "amount": 3408.29,
                        "currency": "AED"
                      }
                    ],
                    [
                      {
                        "amount": 3543.19,
                        "currency": "BBD"
                      }
                    ],
                    [
                      {
                        "amount": 1273.88,
                        "currency": "PAB"
                      },
                      {
                        "amount": 4299.32,
                        "currency": "USD"
                      },
                      {
                        "amount": 3576.09,
                        "currency": "ALL"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1385.17,
                        "currency": "BWP"
                      }
                    ],
                    [
                      {
                        "amount": 2216.25,
                        "currency": "CNY"
                      },
                      {
                        "amount": 1696.25,
                        "currency": "SSP"
                      },
                      {
                        "amount": 3380.66,
                        "currency": "BDT"
                      },
                      {
                        "amount": 834.14,
                        "currency": "LSL"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "qp",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3552.08,
                            "currency": "SBD"
                          },
                          {
                            "amount": 2193.87,
                            "currency": "XPF"
                          },
                          {
                            "amount": 1465.27,
                            "currency": "LAK"
                          },
                          {
                            "amount": 244.81,
                            "currency": "VES"
                          },
                          {
                            "amount": 2712.42,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 237.48,
                            "currency": "BWP"
                          },
                          {
                            "amount": 3293.42,
                            "currency": "COP"
                          }
                        ],
                        [
                          {
                            "amount": 1964.88,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 3188.28,
                            "currency": "JOD"
                          },
                          {
                            "amount": 4226.94,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 1119.75,
                            "currency": "DOP"
                          },
                          {
                            "amount": 83.6,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4749.81,
                            "currency": "UAH"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "lA",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4844.84,
                            "currency": "UYU"
                          },
                          {
                            "amount": 1634.93,
                            "currency": "SRD"
                          },
                          {
                            "amount": 546.61,
                            "currency": "KPW"
                          },
                          {
                            "amount": 3240.93,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 3260.73,
                            "currency": "AUD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "is",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4496.51,
                            "currency": "SAR"
                          },
                          {
                            "amount": 3784.2,
                            "currency": "CAD"
                          },
                          {
                            "amount": 3265.03,
                            "currency": "TOP"
                          },
                          {
                            "amount": 3513.67,
                            "currency": "XAF"
                          },
                          {
                            "amount": 363.23,
                            "currency": "ETB"
                          }
                        ],
                        [
                          {
                            "amount": 3451.39,
                            "currency": "USD"
                          },
                          {
                            "amount": 3567,
                            "currency": "BAM"
                          },
                          {
                            "amount": 2556.91,
                            "currency": "NPR"
                          },
                          {
                            "amount": 645.42,
                            "currency": "INR"
                          },
                          {
                            "amount": 4082.75,
                            "currency": "VUV"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "sa",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 255.44,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 2933.46,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 4514.11,
                            "currency": "VUV"
                          },
                          {
                            "amount": 1268.19,
                            "currency": "SDG"
                          }
                        ],
                        [
                          {
                            "amount": 2548.67,
                            "currency": "MWK"
                          },
                          {
                            "amount": 1503.11,
                            "currency": "CDF"
                          },
                          {
                            "amount": 96.09,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 3668.68,
                            "currency": "KZT"
                          },
                          {
                            "amount": 2300.43,
                            "currency": "KGS"
                          },
                          {
                            "amount": 3002.73,
                            "currency": "MXN"
                          },
                          {
                            "amount": 2420.45,
                            "currency": "QAR"
                          },
                          {
                            "amount": 994.56,
                            "currency": "BWP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1266.48,
                        "currency": "ETB"
                      },
                      {
                        "amount": 649.68,
                        "currency": "BIF"
                      },
                      {
                        "amount": 4085.74,
                        "currency": "NIO"
                      }
                    ],
                    [
                      {
                        "amount": 1365.42,
                        "currency": "MMK"
                      },
                      {
                        "amount": 524.29,
                        "currency": "IDR"
                      },
                      {
                        "amount": 1124.58,
                        "currency": "EGP"
                      },
                      {
                        "amount": 1672.85,
                        "currency": "VES"
                      },
                      {
                        "amount": 1353.24,
                        "currency": "STN"
                      }
                    ],
                    [
                      {
                        "amount": 518,
                        "currency": "MWK"
                      },
                      {
                        "amount": 4238.47,
                        "currency": "BND"
                      }
                    ],
                    [
                      {
                        "amount": 1168.53,
                        "currency": "PEN"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2593.1,
                        "currency": "KGS"
                      },
                      {
                        "amount": 4792.44,
                        "currency": "MGA"
                      },
                      {
                        "amount": 2201.19,
                        "currency": "JOD"
                      },
                      {
                        "amount": 2969.44,
                        "currency": "SOS"
                      },
                      {
                        "amount": 3088.37,
                        "currency": "TJS"
                      }
                    ],
                    [
                      {
                        "amount": 3070.03,
                        "currency": "SOS"
                      },
                      {
                        "amount": 3399.76,
                        "currency": "XAF"
                      }
                    ],
                    [
                      {
                        "amount": 1503.71,
                        "currency": "BGN"
                      },
                      {
                        "amount": 1142.4,
                        "currency": "SZL"
                      }
                    ],
                    [
                      {
                        "amount": 1909.6,
                        "currency": "KES"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "ix",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4975.53,
                            "currency": "OMR"
                          },
                          {
                            "amount": 4919.85,
                            "currency": "GNF"
                          },
                          {
                            "amount": 1466.1,
                            "currency": "NGN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "tu",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 24.3,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 3157.08,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 4081.93,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 2236.17,
                            "currency": "KES"
                          },
                          {
                            "amount": 1951.21,
                            "currency": "EGP"
                          },
                          {
                            "amount": 3191.24,
                            "currency": "BRL"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4197.18,
                        "currency": "SYP"
                      },
                      {
                        "amount": 589.73,
                        "currency": "ILS"
                      },
                      {
                        "amount": 853.6,
                        "currency": "MWK"
                      },
                      {
                        "amount": 2986.88,
                        "currency": "MKD"
                      }
                    ],
                    [
                      {
                        "amount": 2931.82,
                        "currency": "TTD"
                      },
                      {
                        "amount": 1138.04,
                        "currency": "ZAR"
                      }
                    ],
                    [
                      {
                        "amount": 455.44,
                        "currency": "QAR"
                      },
                      {
                        "amount": 4847.2,
                        "currency": "AED"
                      },
                      {
                        "amount": 4068.06,
                        "currency": "MWK"
                      }
                    ],
                    [
                      {
                        "amount": 3004.28,
                        "currency": "AWG"
                      }
                    ],
                    [
                      {
                        "amount": 423.65,
                        "currency": "CUP"
                      },
                      {
                        "amount": 3437.77,
                        "currency": "AUD"
                      },
                      {
                        "amount": 2773.38,
                        "currency": "CNY"
                      },
                      {
                        "amount": 3365.55,
                        "currency": "KRW"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1080.15,
                        "currency": "MWK"
                      }
                    ],
                    [
                      {
                        "amount": 4021.42,
                        "currency": "RWF"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1816.04,
                        "currency": "LAK"
                      },
                      {
                        "amount": 4794.41,
                        "currency": "GHS"
                      },
                      {
                        "amount": 3925.4,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 4626.39,
                        "currency": "RUB"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "28950710",
                "percentage": 15.6,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2375.92,
                        "currency": "MUR"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Vern",
                "index": 8,
                "lastName": "Lindgren",
                "tierLevel": "Platinum",
                "tierLevelNumber": 3,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3312.91,
                        "currency": "PGK"
                      },
                      {
                        "amount": 1479.74,
                        "currency": "CLP"
                      }
                    ],
                    [
                      {
                        "amount": 470.03,
                        "currency": "ALL"
                      }
                    ],
                    [
                      {
                        "amount": 1835.96,
                        "currency": "KMF"
                      },
                      {
                        "amount": 2355.05,
                        "currency": "DKK"
                      }
                    ],
                    [
                      {
                        "amount": 3045.37,
                        "currency": "RWF"
                      },
                      {
                        "amount": 45.62,
                        "currency": "BRL"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 984.83,
                        "currency": "NPR"
                      }
                    ],
                    [
                      {
                        "amount": 2111.26,
                        "currency": "TJS"
                      },
                      {
                        "amount": 257.55,
                        "currency": "BTN"
                      },
                      {
                        "amount": 1564.46,
                        "currency": "NAD"
                      }
                    ],
                    [
                      {
                        "amount": 137.14,
                        "currency": "CRC"
                      },
                      {
                        "amount": 1290.55,
                        "currency": "SDG"
                      },
                      {
                        "amount": 4955.62,
                        "currency": "ANG"
                      },
                      {
                        "amount": 664.27,
                        "currency": "SGD"
                      },
                      {
                        "amount": 4988.57,
                        "currency": "IRR"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "NG",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1138.06,
                            "currency": "NZD"
                          },
                          {
                            "amount": 3820.35,
                            "currency": "TJS"
                          },
                          {
                            "amount": 3253.84,
                            "currency": "XOF"
                          },
                          {
                            "amount": 2351.32,
                            "currency": "SSP"
                          },
                          {
                            "amount": 2950.74,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 574.17,
                            "currency": "OMR"
                          },
                          {
                            "amount": 4519.72,
                            "currency": "AMD"
                          }
                        ],
                        [
                          {
                            "amount": 1223.39,
                            "currency": "KWD"
                          },
                          {
                            "amount": 2112.16,
                            "currency": "ETB"
                          },
                          {
                            "amount": 3357.5,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1359.65,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 1066.57,
                            "currency": "BHD"
                          },
                          {
                            "amount": 4229.28,
                            "currency": "KYD"
                          },
                          {
                            "amount": 286.82,
                            "currency": "STN"
                          },
                          {
                            "amount": 2022.38,
                            "currency": "AOA"
                          },
                          {
                            "amount": 1038.8,
                            "currency": "INR"
                          }
                        ],
                        [
                          {
                            "amount": 3012.78,
                            "currency": "AFN"
                          },
                          {
                            "amount": 3399.38,
                            "currency": "SAR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Hp",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2949.85,
                            "currency": "SHP"
                          },
                          {
                            "amount": 1359.39,
                            "currency": "EGP"
                          },
                          {
                            "amount": 2397.24,
                            "currency": "MAD"
                          },
                          {
                            "amount": 2518.18,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 375.03,
                            "currency": "IQD"
                          },
                          {
                            "amount": 2979.48,
                            "currency": "MYR"
                          },
                          {
                            "amount": 3154.75,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 3507.24,
                            "currency": "GEL"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "gJ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3055.46,
                            "currency": "SBD"
                          },
                          {
                            "amount": 1528.64,
                            "currency": "BAM"
                          },
                          {
                            "amount": 4706.24,
                            "currency": "MDL"
                          }
                        ],
                        [
                          {
                            "amount": 4441.5,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 3376.69,
                            "currency": "NIO"
                          },
                          {
                            "amount": 543.61,
                            "currency": "GHS"
                          },
                          {
                            "amount": 1558.47,
                            "currency": "TJS"
                          },
                          {
                            "amount": 966.6,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 3476.38,
                            "currency": "EGP"
                          },
                          {
                            "amount": 159.9,
                            "currency": "TOP"
                          },
                          {
                            "amount": 454.44,
                            "currency": "BIF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Oj",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 249.27,
                            "currency": "DZD"
                          },
                          {
                            "amount": 957.06,
                            "currency": "YER"
                          },
                          {
                            "amount": 4891.17,
                            "currency": "BZD"
                          },
                          {
                            "amount": 3385.03,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 311.76,
                            "currency": "MXN"
                          },
                          {
                            "amount": 4491.75,
                            "currency": "SLE"
                          },
                          {
                            "amount": 2286.73,
                            "currency": "PLN"
                          },
                          {
                            "amount": 2399.08,
                            "currency": "CNY"
                          }
                        ],
                        [
                          {
                            "amount": 2777.9,
                            "currency": "AMD"
                          },
                          {
                            "amount": 1614.49,
                            "currency": "BSD"
                          },
                          {
                            "amount": 3190.85,
                            "currency": "TJS"
                          },
                          {
                            "amount": 887.82,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 1041.56,
                            "currency": "UZS"
                          },
                          {
                            "amount": 3751.32,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 1095.68,
                            "currency": "BSD"
                          },
                          {
                            "amount": 723.99,
                            "currency": "DZD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3324.42,
                        "currency": "NPR"
                      },
                      {
                        "amount": 4441.39,
                        "currency": "ERN"
                      },
                      {
                        "amount": 383.57,
                        "currency": "SLE"
                      }
                    ],
                    [
                      {
                        "amount": 86.47,
                        "currency": "MVR"
                      },
                      {
                        "amount": 858.03,
                        "currency": "SZL"
                      },
                      {
                        "amount": 4023.07,
                        "currency": "KHR"
                      }
                    ],
                    [
                      {
                        "amount": 887.72,
                        "currency": "BOB"
                      }
                    ],
                    [
                      {
                        "amount": 3794.06,
                        "currency": "FKP"
                      },
                      {
                        "amount": 95.24,
                        "currency": "PLN"
                      }
                    ],
                    [
                      {
                        "amount": 2284.47,
                        "currency": "AFN"
                      },
                      {
                        "amount": 1016.86,
                        "currency": "BAM"
                      },
                      {
                        "amount": 3872.53,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 3739.06,
                        "currency": "TJS"
                      },
                      {
                        "amount": 2443.04,
                        "currency": "KHR"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2129.88,
                        "currency": "RWF"
                      },
                      {
                        "amount": 3826.91,
                        "currency": "GMD"
                      },
                      {
                        "amount": 859.01,
                        "currency": "WST"
                      },
                      {
                        "amount": 2282.84,
                        "currency": "INR"
                      }
                    ],
                    [
                      {
                        "amount": 1082.68,
                        "currency": "KES"
                      },
                      {
                        "amount": 2620.2,
                        "currency": "CDF"
                      },
                      {
                        "amount": 1290.39,
                        "currency": "RWF"
                      },
                      {
                        "amount": 3267.01,
                        "currency": "XCD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Zx",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2959.05,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2039.11,
                            "currency": "ETB"
                          },
                          {
                            "amount": 1613.19,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 3102.16,
                            "currency": "KYD"
                          },
                          {
                            "amount": 3740.77,
                            "currency": "LYD"
                          },
                          {
                            "amount": 760.77,
                            "currency": "MRU"
                          },
                          {
                            "amount": 2493.26,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4972.04,
                            "currency": "NIO"
                          }
                        ],
                        [
                          {
                            "amount": 4890.07,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 3755.62,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 2149.64,
                            "currency": "MUR"
                          },
                          {
                            "amount": 2866.27,
                            "currency": "TZS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "eR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 913.11,
                            "currency": "PLN"
                          },
                          {
                            "amount": 554.41,
                            "currency": "IDR"
                          },
                          {
                            "amount": 423.34,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 1897.61,
                            "currency": "STN"
                          },
                          {
                            "amount": 102.3,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 1849.31,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 4199.07,
                            "currency": "XPF"
                          },
                          {
                            "amount": 2907.1,
                            "currency": "KES"
                          },
                          {
                            "amount": 943.02,
                            "currency": "AMD"
                          },
                          {
                            "amount": 2413.33,
                            "currency": "NIO"
                          },
                          {
                            "amount": 4695.13,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 4119.84,
                            "currency": "NOK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "eh",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2330.64,
                            "currency": "ARS"
                          },
                          {
                            "amount": 3634.31,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 3796.98,
                            "currency": "TTD"
                          },
                          {
                            "amount": 2656.44,
                            "currency": "DOP"
                          },
                          {
                            "amount": 2860.19,
                            "currency": "BBD"
                          },
                          {
                            "amount": 2760.27,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 3053.37,
                            "currency": "UZS"
                          },
                          {
                            "amount": 1304.04,
                            "currency": "OMR"
                          },
                          {
                            "amount": 1847.37,
                            "currency": "WST"
                          },
                          {
                            "amount": 1521.73,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3569.26,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 4028.93,
                            "currency": "ANG"
                          },
                          {
                            "amount": 2676.22,
                            "currency": "ERN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "mQ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3856.32,
                            "currency": "KZT"
                          },
                          {
                            "amount": 2220.4,
                            "currency": "SOS"
                          },
                          {
                            "amount": 3792.36,
                            "currency": "KES"
                          },
                          {
                            "amount": 4561.96,
                            "currency": "PLN"
                          }
                        ],
                        [
                          {
                            "amount": 2755.32,
                            "currency": "BHD"
                          },
                          {
                            "amount": 1991.48,
                            "currency": "SYP"
                          },
                          {
                            "amount": 578.13,
                            "currency": "NAD"
                          },
                          {
                            "amount": 631.65,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 4079.29,
                            "currency": "BAM"
                          },
                          {
                            "amount": 280.38,
                            "currency": "SGD"
                          },
                          {
                            "amount": 2612.53,
                            "currency": "GHS"
                          },
                          {
                            "amount": 2966.55,
                            "currency": "MXN"
                          },
                          {
                            "amount": 1541.87,
                            "currency": "OMR"
                          }
                        ],
                        [
                          {
                            "amount": 3135.24,
                            "currency": "SGD"
                          },
                          {
                            "amount": 672.83,
                            "currency": "MKD"
                          },
                          {
                            "amount": 2121.18,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 2715.37,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 171.8,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4475.43,
                            "currency": "TTD"
                          },
                          {
                            "amount": 1921.24,
                            "currency": "LRD"
                          },
                          {
                            "amount": 2366.76,
                            "currency": "HTG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "lz",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4975.99,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1799.1,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 1714.9,
                            "currency": "SEK"
                          },
                          {
                            "amount": 2537.36,
                            "currency": "PHP"
                          },
                          {
                            "amount": 1121.39,
                            "currency": "CAD"
                          },
                          {
                            "amount": 1477.69,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 174.07,
                            "currency": "MGA"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3719.99,
                        "currency": "TND"
                      }
                    ],
                    [
                      {
                        "amount": 1899.09,
                        "currency": "BOB"
                      },
                      {
                        "amount": 4958.32,
                        "currency": "LAK"
                      },
                      {
                        "amount": 4079.22,
                        "currency": "UAH"
                      },
                      {
                        "amount": 4685.02,
                        "currency": "MOP"
                      },
                      {
                        "amount": 4163.76,
                        "currency": "PYG"
                      }
                    ],
                    [
                      {
                        "amount": 3149.85,
                        "currency": "HTG"
                      },
                      {
                        "amount": 4941.2,
                        "currency": "ISK"
                      },
                      {
                        "amount": 3229.05,
                        "currency": "AWG"
                      },
                      {
                        "amount": 4117.37,
                        "currency": "ISK"
                      },
                      {
                        "amount": 3865.96,
                        "currency": "CUP"
                      }
                    ],
                    [
                      {
                        "amount": 4625.31,
                        "currency": "AFN"
                      },
                      {
                        "amount": 3569.3,
                        "currency": "ERN"
                      },
                      {
                        "amount": 380.68,
                        "currency": "DKK"
                      },
                      {
                        "amount": 2745.15,
                        "currency": "BZD"
                      }
                    ],
                    [
                      {
                        "amount": 1912.22,
                        "currency": "NOK"
                      },
                      {
                        "amount": 4286.24,
                        "currency": "JPY"
                      },
                      {
                        "amount": 876.44,
                        "currency": "IQD"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2639.94,
                        "currency": "PAB"
                      },
                      {
                        "amount": 2858.2,
                        "currency": "MXN"
                      },
                      {
                        "amount": 3045.19,
                        "currency": "SLE"
                      }
                    ],
                    [
                      {
                        "amount": 3909.43,
                        "currency": "INR"
                      },
                      {
                        "amount": 2404.98,
                        "currency": "KGS"
                      },
                      {
                        "amount": 4702.66,
                        "currency": "THB"
                      },
                      {
                        "amount": 4185.17,
                        "currency": "ISK"
                      }
                    ],
                    [
                      {
                        "amount": 4215.2,
                        "currency": "MYR"
                      },
                      {
                        "amount": 837.37,
                        "currency": "CAD"
                      }
                    ],
                    [
                      {
                        "amount": 446.65,
                        "currency": "LSL"
                      },
                      {
                        "amount": 3262.31,
                        "currency": "MDL"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3940.38,
                        "currency": "TWD"
                      },
                      {
                        "amount": 715.84,
                        "currency": "BRL"
                      },
                      {
                        "amount": 2641.67,
                        "currency": "HNL"
                      },
                      {
                        "amount": 509.12,
                        "currency": "OMR"
                      }
                    ],
                    [
                      {
                        "amount": 1497.24,
                        "currency": "ANG"
                      },
                      {
                        "amount": 3991.56,
                        "currency": "PYG"
                      }
                    ],
                    [
                      {
                        "amount": 4382.94,
                        "currency": "MRU"
                      },
                      {
                        "amount": 1977.64,
                        "currency": "ILS"
                      }
                    ],
                    [
                      {
                        "amount": 4092.51,
                        "currency": "SGD"
                      },
                      {
                        "amount": 377.23,
                        "currency": "KMF"
                      },
                      {
                        "amount": 4788.78,
                        "currency": "CRC"
                      },
                      {
                        "amount": 3280.52,
                        "currency": "RON"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "25522452",
                "percentage": 21.1,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 1899.87,
                        "currency": "MAD"
                      }
                    ],
                    [
                      {
                        "amount": 1489.61,
                        "currency": "QAR"
                      },
                      {
                        "amount": 582.93,
                        "currency": "BWP"
                      },
                      {
                        "amount": 4092.46,
                        "currency": "ALL"
                      },
                      {
                        "amount": 3114.08,
                        "currency": "UZS"
                      },
                      {
                        "amount": 3147.06,
                        "currency": "USD"
                      }
                    ],
                    [
                      {
                        "amount": 4537.47,
                        "currency": "BND"
                      },
                      {
                        "amount": 4097.14,
                        "currency": "KPW"
                      },
                      {
                        "amount": 4408.61,
                        "currency": "EGP"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Outbound"
          }
        },
        {
          "availableInventory": 50,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Jake",
                "index": 4,
                "lastName": "Schmeler",
                "tierLevel": "Gold",
                "tierLevelNumber": 3,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4026.65,
                        "currency": "VND"
                      },
                      {
                        "amount": 3001.94,
                        "currency": "MOP"
                      },
                      {
                        "amount": 3934.66,
                        "currency": "UYU"
                      },
                      {
                        "amount": 591.22,
                        "currency": "NAD"
                      },
                      {
                        "amount": 4751.17,
                        "currency": "CDF"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1661.82,
                        "currency": "BDT"
                      },
                      {
                        "amount": 4786.5,
                        "currency": "NZD"
                      }
                    ],
                    [
                      {
                        "amount": 4067.19,
                        "currency": "EUR"
                      }
                    ],
                    [
                      {
                        "amount": 2685.38,
                        "currency": "EGP"
                      },
                      {
                        "amount": 1233.46,
                        "currency": "BRL"
                      },
                      {
                        "amount": 1818.53,
                        "currency": "TTD"
                      },
                      {
                        "amount": 1519.05,
                        "currency": "TTD"
                      },
                      {
                        "amount": 2388.04,
                        "currency": "IRR"
                      }
                    ],
                    [
                      {
                        "amount": 4958.27,
                        "currency": "TJS"
                      },
                      {
                        "amount": 382.14,
                        "currency": "UAH"
                      },
                      {
                        "amount": 4107.75,
                        "currency": "PKR"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "fI",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 379.96,
                            "currency": "BDT"
                          },
                          {
                            "amount": 3628.38,
                            "currency": "SGD"
                          },
                          {
                            "amount": 3331.81,
                            "currency": "BOB"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "EO",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1522.88,
                            "currency": "HUF"
                          },
                          {
                            "amount": 141.71,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 3236.62,
                            "currency": "RUB"
                          },
                          {
                            "amount": 922.09,
                            "currency": "SEK"
                          }
                        ],
                        [
                          {
                            "amount": 3789.17,
                            "currency": "VES"
                          },
                          {
                            "amount": 2614.01,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2442.4,
                            "currency": "PHP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ch",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2692.46,
                            "currency": "NGN"
                          },
                          {
                            "amount": 1589.69,
                            "currency": "KZT"
                          }
                        ],
                        [
                          {
                            "amount": 3107.08,
                            "currency": "UYU"
                          },
                          {
                            "amount": 789.05,
                            "currency": "ERN"
                          },
                          {
                            "amount": 1182.56,
                            "currency": "MXN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Zj",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 717.98,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 931.63,
                            "currency": "BIF"
                          },
                          {
                            "amount": 3469.8,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2269.65,
                            "currency": "BOB"
                          },
                          {
                            "amount": 3303.13,
                            "currency": "MAD"
                          },
                          {
                            "amount": 3354.25,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 782.03,
                            "currency": "PEN"
                          },
                          {
                            "amount": 1422.41,
                            "currency": "MXN"
                          },
                          {
                            "amount": 2567.75,
                            "currency": "KHR"
                          },
                          {
                            "amount": 737.73,
                            "currency": "VND"
                          }
                        ],
                        [
                          {
                            "amount": 4288.37,
                            "currency": "WST"
                          },
                          {
                            "amount": 909.52,
                            "currency": "UYU"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1670.59,
                        "currency": "DZD"
                      },
                      {
                        "amount": 369.69,
                        "currency": "AOA"
                      }
                    ],
                    [
                      {
                        "amount": 3491.9,
                        "currency": "CAD"
                      },
                      {
                        "amount": 2165.96,
                        "currency": "FJD"
                      },
                      {
                        "amount": 4729.29,
                        "currency": "HUF"
                      },
                      {
                        "amount": 1314.45,
                        "currency": "UYU"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 255.41,
                        "currency": "SSP"
                      },
                      {
                        "amount": 3409.37,
                        "currency": "RUB"
                      },
                      {
                        "amount": 3912.22,
                        "currency": "SEK"
                      }
                    ],
                    [
                      {
                        "amount": 1385.61,
                        "currency": "AWG"
                      },
                      {
                        "amount": 1413.05,
                        "currency": "UAH"
                      }
                    ],
                    [
                      {
                        "amount": 4950.32,
                        "currency": "KWD"
                      },
                      {
                        "amount": 4883.93,
                        "currency": "MOP"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "PC",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 479.28,
                            "currency": "IDR"
                          }
                        ],
                        [
                          {
                            "amount": 2065,
                            "currency": "UGX"
                          },
                          {
                            "amount": 1711.99,
                            "currency": "SRD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1755.18,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 775.92,
                        "currency": "MXN"
                      },
                      {
                        "amount": 1310.26,
                        "currency": "PGK"
                      },
                      {
                        "amount": 1376.69,
                        "currency": "PLN"
                      },
                      {
                        "amount": 568.47,
                        "currency": "ISK"
                      },
                      {
                        "amount": 4630.54,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 1178.21,
                        "currency": "GBP"
                      },
                      {
                        "amount": 4055.93,
                        "currency": "YER"
                      },
                      {
                        "amount": 3600.47,
                        "currency": "VUV"
                      },
                      {
                        "amount": 2869,
                        "currency": "GNF"
                      },
                      {
                        "amount": 1400.63,
                        "currency": "BGN"
                      }
                    ],
                    [
                      {
                        "amount": 3358.17,
                        "currency": "MKD"
                      },
                      {
                        "amount": 1162.46,
                        "currency": "USD"
                      },
                      {
                        "amount": 4131.08,
                        "currency": "GBP"
                      },
                      {
                        "amount": 2394.83,
                        "currency": "LSL"
                      },
                      {
                        "amount": 4443.97,
                        "currency": "STN"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1981.56,
                        "currency": "NGN"
                      },
                      {
                        "amount": 3845.01,
                        "currency": "HTG"
                      },
                      {
                        "amount": 1064.35,
                        "currency": "BND"
                      },
                      {
                        "amount": 4168.89,
                        "currency": "BRL"
                      },
                      {
                        "amount": 1311.4,
                        "currency": "MYR"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3938.64,
                        "currency": "BBD"
                      },
                      {
                        "amount": 4059.81,
                        "currency": "MOP"
                      },
                      {
                        "amount": 3178.55,
                        "currency": "LSL"
                      },
                      {
                        "amount": 4561.09,
                        "currency": "LAK"
                      }
                    ],
                    [
                      {
                        "amount": 339.82,
                        "currency": "IDR"
                      },
                      {
                        "amount": 3329.57,
                        "currency": "MYR"
                      },
                      {
                        "amount": 2804.28,
                        "currency": "UAH"
                      },
                      {
                        "amount": 1140.26,
                        "currency": "GBP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "54737526",
                "percentage": 22.8,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3478.5,
                        "currency": "ILS"
                      },
                      {
                        "amount": 399.44,
                        "currency": "MXN"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 2,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Inbound"
          }
        },
        {
          "availableInventory": 16,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Maddison",
                "index": 6,
                "lastName": "Walter",
                "tierLevel": "Gold",
                "tierLevelNumber": 1,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3502.37,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 2508.21,
                        "currency": "TWD"
                      }
                    ],
                    [
                      {
                        "amount": 2900.37,
                        "currency": "KPW"
                      },
                      {
                        "amount": 4367.7,
                        "currency": "MZN"
                      },
                      {
                        "amount": 1441.76,
                        "currency": "GHS"
                      },
                      {
                        "amount": 483.02,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 4910.38,
                        "currency": "GIP"
                      },
                      {
                        "amount": 344.51,
                        "currency": "DJF"
                      },
                      {
                        "amount": 1787.35,
                        "currency": "MWK"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3442.42,
                        "currency": "USD"
                      }
                    ],
                    [
                      {
                        "amount": 4627.74,
                        "currency": "WST"
                      },
                      {
                        "amount": 2577.65,
                        "currency": "BHD"
                      },
                      {
                        "amount": 193.32,
                        "currency": "AMD"
                      },
                      {
                        "amount": 2625.81,
                        "currency": "EGP"
                      },
                      {
                        "amount": 3253.36,
                        "currency": "MRU"
                      }
                    ],
                    [
                      {
                        "amount": 3079.31,
                        "currency": "NAD"
                      },
                      {
                        "amount": 1043.75,
                        "currency": "UGX"
                      },
                      {
                        "amount": 1586.58,
                        "currency": "CDF"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "hr",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 518.38,
                            "currency": "MDL"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Bl",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2569.64,
                            "currency": "SDG"
                          },
                          {
                            "amount": 2651.54,
                            "currency": "SCR"
                          },
                          {
                            "amount": 360.93,
                            "currency": "SYP"
                          },
                          {
                            "amount": 3319.78,
                            "currency": "SZL"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "xs",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1897.2,
                            "currency": "GNF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ky",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3360.77,
                            "currency": "CNY"
                          },
                          {
                            "amount": 654.08,
                            "currency": "SBD"
                          },
                          {
                            "amount": 2316.43,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ID",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 141.21,
                            "currency": "BBD"
                          },
                          {
                            "amount": 66.5,
                            "currency": "DKK"
                          },
                          {
                            "amount": 3752.43,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 428.09,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 648.89,
                        "currency": "OMR"
                      },
                      {
                        "amount": 229.5,
                        "currency": "NPR"
                      }
                    ],
                    [
                      {
                        "amount": 2250.09,
                        "currency": "BTN"
                      },
                      {
                        "amount": 2558.86,
                        "currency": "MGA"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2916.36,
                        "currency": "ERN"
                      },
                      {
                        "amount": 4484.69,
                        "currency": "GIP"
                      },
                      {
                        "amount": 4539.75,
                        "currency": "DJF"
                      },
                      {
                        "amount": 1711.93,
                        "currency": "ARS"
                      },
                      {
                        "amount": 3248.52,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 4383.18,
                        "currency": "PEN"
                      },
                      {
                        "amount": 4404.07,
                        "currency": "AWG"
                      },
                      {
                        "amount": 3125.01,
                        "currency": "SDG"
                      },
                      {
                        "amount": 1160.9,
                        "currency": "ALL"
                      }
                    ],
                    [
                      {
                        "amount": 2461.74,
                        "currency": "ANG"
                      }
                    ],
                    [
                      {
                        "amount": 1590.72,
                        "currency": "BOB"
                      },
                      {
                        "amount": 4944.23,
                        "currency": "PYG"
                      }
                    ],
                    [
                      {
                        "amount": 1522.44,
                        "currency": "TOP"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "XM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2563.26,
                            "currency": "QAR"
                          },
                          {
                            "amount": 3734.76,
                            "currency": "MOP"
                          },
                          {
                            "amount": 1155.91,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 3970.95,
                            "currency": "HTG"
                          },
                          {
                            "amount": 4855.28,
                            "currency": "MDL"
                          },
                          {
                            "amount": 553.38,
                            "currency": "BSD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "bX",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1689.28,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1577.75,
                            "currency": "SZL"
                          },
                          {
                            "amount": 3658.87,
                            "currency": "KMF"
                          },
                          {
                            "amount": 659.11,
                            "currency": "HKD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3378.08,
                        "currency": "BAM"
                      },
                      {
                        "amount": 3786,
                        "currency": "BDT"
                      },
                      {
                        "amount": 287.84,
                        "currency": "NZD"
                      }
                    ],
                    [
                      {
                        "amount": 2856.71,
                        "currency": "UAH"
                      },
                      {
                        "amount": 35.59,
                        "currency": "SOS"
                      },
                      {
                        "amount": 2401.77,
                        "currency": "KWD"
                      },
                      {
                        "amount": 3042.04,
                        "currency": "JOD"
                      }
                    ],
                    [
                      {
                        "amount": 2375.75,
                        "currency": "UAH"
                      },
                      {
                        "amount": 1957.75,
                        "currency": "SBD"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3974.39,
                        "currency": "MRU"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2135.39,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 4153.04,
                        "currency": "PAB"
                      },
                      {
                        "amount": 3706.01,
                        "currency": "AWG"
                      },
                      {
                        "amount": 3957.86,
                        "currency": "ISK"
                      },
                      {
                        "amount": 3912.36,
                        "currency": "SLE"
                      }
                    ],
                    [
                      {
                        "amount": 2596.06,
                        "currency": "FJD"
                      },
                      {
                        "amount": 2289.24,
                        "currency": "UAH"
                      },
                      {
                        "amount": 2074.61,
                        "currency": "TZS"
                      },
                      {
                        "amount": 1444.25,
                        "currency": "XAF"
                      },
                      {
                        "amount": 1613.89,
                        "currency": "LAK"
                      }
                    ],
                    [
                      {
                        "amount": 2699.15,
                        "currency": "PAB"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "89552394",
                "percentage": 7.2,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 4040.42,
                        "currency": "TMT"
                      },
                      {
                        "amount": 1258.2,
                        "currency": "NPR"
                      },
                      {
                        "amount": 346.39,
                        "currency": "MOP"
                      },
                      {
                        "amount": 1514.03,
                        "currency": "YER"
                      }
                    ],
                    [
                      {
                        "amount": 628.75,
                        "currency": "CUP"
                      }
                    ],
                    [
                      {
                        "amount": 806.51,
                        "currency": "LAK"
                      },
                      {
                        "amount": 1840.17,
                        "currency": "USD"
                      },
                      {
                        "amount": 3876.92,
                        "currency": "BMD"
                      },
                      {
                        "amount": 317.61,
                        "currency": "CVE"
                      },
                      {
                        "amount": 3998.65,
                        "currency": "BBD"
                      }
                    ],
                    [
                      {
                        "amount": 1595.88,
                        "currency": "CZK"
                      },
                      {
                        "amount": 62.84,
                        "currency": "LBP"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Connection"
          }
        },
        {
          "availableInventory": 8,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Kristina",
                "index": 1,
                "lastName": "Goldner",
                "tierLevel": "Silver",
                "tierLevelNumber": 3,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2484.6,
                        "currency": "MUR"
                      },
                      {
                        "amount": 907.55,
                        "currency": "VND"
                      }
                    ],
                    [
                      {
                        "amount": 4162.65,
                        "currency": "KWD"
                      },
                      {
                        "amount": 1666.14,
                        "currency": "CLP"
                      }
                    ],
                    [
                      {
                        "amount": 2458.32,
                        "currency": "RSD"
                      },
                      {
                        "amount": 4655.78,
                        "currency": "GEL"
                      },
                      {
                        "amount": 1322.64,
                        "currency": "HUF"
                      },
                      {
                        "amount": 4379.96,
                        "currency": "LRD"
                      }
                    ],
                    [
                      {
                        "amount": 4365.45,
                        "currency": "VES"
                      },
                      {
                        "amount": 4805.62,
                        "currency": "SZL"
                      },
                      {
                        "amount": 3970.48,
                        "currency": "DZD"
                      }
                    ],
                    [
                      {
                        "amount": 712.46,
                        "currency": "BBD"
                      },
                      {
                        "amount": 4592.41,
                        "currency": "KYD"
                      },
                      {
                        "amount": 2321.02,
                        "currency": "VND"
                      },
                      {
                        "amount": 3065.74,
                        "currency": "DKK"
                      },
                      {
                        "amount": 1532.7,
                        "currency": "BYN"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3331.19,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 414.8,
                        "currency": "STN"
                      },
                      {
                        "amount": 3573.67,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 4030.55,
                        "currency": "CAD"
                      },
                      {
                        "amount": 3865.88,
                        "currency": "SOS"
                      },
                      {
                        "amount": 4339.98,
                        "currency": "OMR"
                      },
                      {
                        "amount": 779.24,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 873.22,
                        "currency": "THB"
                      }
                    ],
                    [
                      {
                        "amount": 1433.26,
                        "currency": "TMT"
                      },
                      {
                        "amount": 245.52,
                        "currency": "BHD"
                      },
                      {
                        "amount": 3162.06,
                        "currency": "JMD"
                      },
                      {
                        "amount": 50.52,
                        "currency": "KRW"
                      }
                    ],
                    [
                      {
                        "amount": 4832.74,
                        "currency": "RON"
                      },
                      {
                        "amount": 3410.16,
                        "currency": "AED"
                      },
                      {
                        "amount": 174.8,
                        "currency": "ETB"
                      },
                      {
                        "amount": 4082.49,
                        "currency": "TMT"
                      },
                      {
                        "amount": 42.16,
                        "currency": "GMD"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "SD",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3049.25,
                            "currency": "AZN"
                          },
                          {
                            "amount": 360.69,
                            "currency": "SGD"
                          }
                        ],
                        [
                          {
                            "amount": 789.78,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1200.54,
                            "currency": "ETB"
                          },
                          {
                            "amount": 2941.42,
                            "currency": "BRL"
                          },
                          {
                            "amount": 4412.84,
                            "currency": "KRW"
                          },
                          {
                            "amount": 4999.67,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 4899.1,
                            "currency": "ERN"
                          },
                          {
                            "amount": 209.04,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 2933.31,
                            "currency": "MZN"
                          },
                          {
                            "amount": 1012.26,
                            "currency": "LYD"
                          },
                          {
                            "amount": 3599.28,
                            "currency": "HTG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "LA",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2995.03,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2353.74,
                            "currency": "LBP"
                          },
                          {
                            "amount": 4467.16,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 4995.06,
                            "currency": "LAK"
                          },
                          {
                            "amount": 4873.19,
                            "currency": "XOF"
                          },
                          {
                            "amount": 2679.92,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 3458.17,
                            "currency": "MYR"
                          },
                          {
                            "amount": 2327.61,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 3799,
                            "currency": "GBP"
                          },
                          {
                            "amount": 4377.38,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 3631.38,
                            "currency": "ERN"
                          },
                          {
                            "amount": 3855.55,
                            "currency": "SLE"
                          },
                          {
                            "amount": 959.83,
                            "currency": "MUR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "XZ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2637.72,
                            "currency": "IDR"
                          },
                          {
                            "amount": 600.96,
                            "currency": "CLP"
                          }
                        ],
                        [
                          {
                            "amount": 372.21,
                            "currency": "ETB"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4918.17,
                        "currency": "VES"
                      },
                      {
                        "amount": 1224.17,
                        "currency": "DJF"
                      },
                      {
                        "amount": 3448.76,
                        "currency": "ZMW"
                      }
                    ],
                    [
                      {
                        "amount": 3125.42,
                        "currency": "LAK"
                      }
                    ],
                    [
                      {
                        "amount": 3543.38,
                        "currency": "SDG"
                      },
                      {
                        "amount": 3765.21,
                        "currency": "USD"
                      }
                    ],
                    [
                      {
                        "amount": 3788.6,
                        "currency": "GHS"
                      },
                      {
                        "amount": 3466.78,
                        "currency": "MAD"
                      },
                      {
                        "amount": 1354.6,
                        "currency": "TTD"
                      },
                      {
                        "amount": 2088.77,
                        "currency": "SHP"
                      },
                      {
                        "amount": 3159.8,
                        "currency": "LAK"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 579.92,
                        "currency": "SHP"
                      },
                      {
                        "amount": 1875.61,
                        "currency": "BYN"
                      }
                    ],
                    [
                      {
                        "amount": 158.47,
                        "currency": "CDF"
                      }
                    ],
                    [
                      {
                        "amount": 1734.67,
                        "currency": "MKD"
                      },
                      {
                        "amount": 2703.23,
                        "currency": "AUD"
                      },
                      {
                        "amount": 3744.37,
                        "currency": "XAF"
                      },
                      {
                        "amount": 4283.05,
                        "currency": "BOB"
                      }
                    ],
                    [
                      {
                        "amount": 1807.31,
                        "currency": "AWG"
                      },
                      {
                        "amount": 487.66,
                        "currency": "RSD"
                      },
                      {
                        "amount": 4329.01,
                        "currency": "CHF"
                      },
                      {
                        "amount": 3581.91,
                        "currency": "BGN"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "DN",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 447.37,
                            "currency": "CLP"
                          },
                          {
                            "amount": 1006.27,
                            "currency": "IDR"
                          },
                          {
                            "amount": 4002.18,
                            "currency": "QAR"
                          },
                          {
                            "amount": 4475.17,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 2830.57,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 1150.07,
                            "currency": "MMK"
                          },
                          {
                            "amount": 298.5,
                            "currency": "BND"
                          },
                          {
                            "amount": 1304.03,
                            "currency": "AMD"
                          },
                          {
                            "amount": 439.61,
                            "currency": "MWK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "FB",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4827.78,
                            "currency": "VUV"
                          },
                          {
                            "amount": 3105.47,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 66.45,
                            "currency": "HTG"
                          },
                          {
                            "amount": 906.3,
                            "currency": "MWK"
                          },
                          {
                            "amount": 3453.29,
                            "currency": "CHF"
                          },
                          {
                            "amount": 763.09,
                            "currency": "ISK"
                          },
                          {
                            "amount": 3581.52,
                            "currency": "MKD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "vA",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3888.32,
                            "currency": "SYP"
                          },
                          {
                            "amount": 4279.46,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 983.96,
                            "currency": "KES"
                          },
                          {
                            "amount": 4682.97,
                            "currency": "VES"
                          },
                          {
                            "amount": 1393.76,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2062.86,
                            "currency": "XOF"
                          }
                        ],
                        [
                          {
                            "amount": 1693.27,
                            "currency": "PYG"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 394.52,
                        "currency": "ARS"
                      }
                    ],
                    [
                      {
                        "amount": 2694.3,
                        "currency": "PEN"
                      },
                      {
                        "amount": 1859.49,
                        "currency": "UGX"
                      },
                      {
                        "amount": 2870.01,
                        "currency": "CAD"
                      },
                      {
                        "amount": 4477.79,
                        "currency": "CRC"
                      }
                    ],
                    [
                      {
                        "amount": 3791.35,
                        "currency": "QAR"
                      },
                      {
                        "amount": 295.58,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 3257.21,
                        "currency": "BGN"
                      }
                    ],
                    [
                      {
                        "amount": 2206.94,
                        "currency": "ANG"
                      },
                      {
                        "amount": 1085.42,
                        "currency": "NZD"
                      }
                    ],
                    [
                      {
                        "amount": 2747.71,
                        "currency": "GEL"
                      },
                      {
                        "amount": 881.28,
                        "currency": "LBP"
                      },
                      {
                        "amount": 186.92,
                        "currency": "LSL"
                      },
                      {
                        "amount": 1947.71,
                        "currency": "CZK"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2504.93,
                        "currency": "AZN"
                      },
                      {
                        "amount": 2388.27,
                        "currency": "SYP"
                      },
                      {
                        "amount": 4352.12,
                        "currency": "AED"
                      },
                      {
                        "amount": 812.64,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1454.42,
                        "currency": "USD"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4223.53,
                        "currency": "AFN"
                      }
                    ],
                    [
                      {
                        "amount": 3477.24,
                        "currency": "IRR"
                      },
                      {
                        "amount": 2027.79,
                        "currency": "NPR"
                      },
                      {
                        "amount": 1390.4,
                        "currency": "MMK"
                      },
                      {
                        "amount": 4380.44,
                        "currency": "MVR"
                      },
                      {
                        "amount": 2908.6,
                        "currency": "AFN"
                      }
                    ],
                    [
                      {
                        "amount": 1983.3,
                        "currency": "CZK"
                      }
                    ],
                    [
                      {
                        "amount": 3190,
                        "currency": "DKK"
                      },
                      {
                        "amount": 4743.75,
                        "currency": "TZS"
                      },
                      {
                        "amount": 3570.11,
                        "currency": "AOA"
                      }
                    ],
                    [
                      {
                        "amount": 3550.16,
                        "currency": "JPY"
                      },
                      {
                        "amount": 1836.02,
                        "currency": "LKR"
                      },
                      {
                        "amount": 2904.91,
                        "currency": "CHF"
                      },
                      {
                        "amount": 266.54,
                        "currency": "KYD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "91282257",
                "percentage": 10.6,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3250.37,
                        "currency": "CNY"
                      },
                      {
                        "amount": 2671.26,
                        "currency": "WST"
                      }
                    ],
                    [
                      {
                        "amount": 1795.96,
                        "currency": "PEN"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Friedrich",
                "index": 5,
                "lastName": "Littel",
                "tierLevel": "Gold",
                "tierLevelNumber": 4,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4697.39,
                        "currency": "TTD"
                      },
                      {
                        "amount": 2083.13,
                        "currency": "BBD"
                      },
                      {
                        "amount": 3971.34,
                        "currency": "RUB"
                      },
                      {
                        "amount": 3767.56,
                        "currency": "UYU"
                      }
                    ],
                    [
                      {
                        "amount": 180.56,
                        "currency": "SDG"
                      },
                      {
                        "amount": 536.71,
                        "currency": "NZD"
                      },
                      {
                        "amount": 2321.34,
                        "currency": "MWK"
                      },
                      {
                        "amount": 1545.3,
                        "currency": "MNT"
                      },
                      {
                        "amount": 1221.49,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 1914.05,
                        "currency": "BBD"
                      },
                      {
                        "amount": 3091.51,
                        "currency": "JMD"
                      },
                      {
                        "amount": 4667.47,
                        "currency": "BAM"
                      }
                    ],
                    [
                      {
                        "amount": 2016.51,
                        "currency": "PEN"
                      }
                    ],
                    [
                      {
                        "amount": 2430.6,
                        "currency": "RUB"
                      },
                      {
                        "amount": 4735.53,
                        "currency": "MMK"
                      },
                      {
                        "amount": 4849.87,
                        "currency": "CUP"
                      },
                      {
                        "amount": 4094.78,
                        "currency": "RUB"
                      },
                      {
                        "amount": 4357.63,
                        "currency": "TJS"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2706.71,
                        "currency": "MZN"
                      },
                      {
                        "amount": 4005.84,
                        "currency": "KES"
                      },
                      {
                        "amount": 2246.34,
                        "currency": "BIF"
                      },
                      {
                        "amount": 2832.43,
                        "currency": "UGX"
                      },
                      {
                        "amount": 3029.38,
                        "currency": "NAD"
                      }
                    ],
                    [
                      {
                        "amount": 262.46,
                        "currency": "BYN"
                      },
                      {
                        "amount": 2272.69,
                        "currency": "SDG"
                      },
                      {
                        "amount": 300.57,
                        "currency": "FKP"
                      },
                      {
                        "amount": 642.98,
                        "currency": "CLP"
                      },
                      {
                        "amount": 2043.21,
                        "currency": "HNL"
                      }
                    ],
                    [
                      {
                        "amount": 4706.5,
                        "currency": "NAD"
                      },
                      {
                        "amount": 3607.41,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 3730.88,
                        "currency": "SAR"
                      }
                    ],
                    [
                      {
                        "amount": 4719.37,
                        "currency": "MNT"
                      }
                    ],
                    [
                      {
                        "amount": 113.45,
                        "currency": "MDL"
                      },
                      {
                        "amount": 1726.41,
                        "currency": "BIF"
                      },
                      {
                        "amount": 2755.95,
                        "currency": "MWK"
                      },
                      {
                        "amount": 4478.72,
                        "currency": "IDR"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "wY",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1263.79,
                            "currency": "YER"
                          },
                          {
                            "amount": 250.35,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 2203.8,
                            "currency": "CZK"
                          },
                          {
                            "amount": 4294.09,
                            "currency": "CLP"
                          },
                          {
                            "amount": 4971.25,
                            "currency": "KYD"
                          },
                          {
                            "amount": 2340.65,
                            "currency": "NOK"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 678.04,
                        "currency": "TMT"
                      }
                    ],
                    [
                      {
                        "amount": 3712.05,
                        "currency": "GHS"
                      },
                      {
                        "amount": 4293.03,
                        "currency": "SHP"
                      },
                      {
                        "amount": 2067.59,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 4824.29,
                        "currency": "MYR"
                      },
                      {
                        "amount": 3136.92,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 3628.33,
                        "currency": "INR"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3715.35,
                        "currency": "RUB"
                      },
                      {
                        "amount": 3283.34,
                        "currency": "INR"
                      },
                      {
                        "amount": 485.72,
                        "currency": "UAH"
                      },
                      {
                        "amount": 4114.47,
                        "currency": "CLP"
                      }
                    ],
                    [
                      {
                        "amount": 4367.39,
                        "currency": "NPR"
                      },
                      {
                        "amount": 3864.06,
                        "currency": "CAD"
                      },
                      {
                        "amount": 2058.36,
                        "currency": "KES"
                      },
                      {
                        "amount": 2489.02,
                        "currency": "MYR"
                      },
                      {
                        "amount": 3105.98,
                        "currency": "IQD"
                      }
                    ],
                    [
                      {
                        "amount": 4074.88,
                        "currency": "TOP"
                      },
                      {
                        "amount": 2673.6,
                        "currency": "PAB"
                      },
                      {
                        "amount": 1267.07,
                        "currency": "MWK"
                      }
                    ],
                    [
                      {
                        "amount": 2681.34,
                        "currency": "GHS"
                      },
                      {
                        "amount": 3994.35,
                        "currency": "MAD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "VE",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3681.75,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 1568.01,
                            "currency": "SRD"
                          },
                          {
                            "amount": 2681.86,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 2296.63,
                            "currency": "CZK"
                          },
                          {
                            "amount": 3458.02,
                            "currency": "NIO"
                          },
                          {
                            "amount": 2775.89,
                            "currency": "WST"
                          }
                        ],
                        [
                          {
                            "amount": 244.16,
                            "currency": "MYR"
                          },
                          {
                            "amount": 1163.23,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3788.28,
                            "currency": "OMR"
                          },
                          {
                            "amount": 1391.01,
                            "currency": "NOK"
                          },
                          {
                            "amount": 2864.77,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 830.92,
                            "currency": "CDF"
                          },
                          {
                            "amount": 4223.82,
                            "currency": "LRD"
                          },
                          {
                            "amount": 4973.51,
                            "currency": "DOP"
                          },
                          {
                            "amount": 1052.13,
                            "currency": "TRY"
                          },
                          {
                            "amount": 88.03,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 4358.15,
                            "currency": "TTD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "UJ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 81.18,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 206.79,
                            "currency": "ISK"
                          },
                          {
                            "amount": 3020.13,
                            "currency": "TOP"
                          }
                        ],
                        [
                          {
                            "amount": 1029.99,
                            "currency": "BSD"
                          },
                          {
                            "amount": 1005.78,
                            "currency": "SLE"
                          },
                          {
                            "amount": 176.4,
                            "currency": "BRL"
                          },
                          {
                            "amount": 3246.15,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 4299.09,
                            "currency": "HNL"
                          },
                          {
                            "amount": 3054.04,
                            "currency": "TJS"
                          },
                          {
                            "amount": 1755.96,
                            "currency": "ERN"
                          },
                          {
                            "amount": 1868.32,
                            "currency": "HNL"
                          },
                          {
                            "amount": 1734.89,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 4992.7,
                            "currency": "SGD"
                          },
                          {
                            "amount": 1287.85,
                            "currency": "DKK"
                          },
                          {
                            "amount": 3890.71,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 1463.52,
                            "currency": "LRD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "rd",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 587.8,
                            "currency": "MDL"
                          },
                          {
                            "amount": 719.03,
                            "currency": "ERN"
                          },
                          {
                            "amount": 651.78,
                            "currency": "MNT"
                          },
                          {
                            "amount": 1584.29,
                            "currency": "ISK"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3772.03,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 2077.3,
                        "currency": "PAB"
                      },
                      {
                        "amount": 681.99,
                        "currency": "KMF"
                      },
                      {
                        "amount": 175.91,
                        "currency": "HTG"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 102.74,
                        "currency": "LRD"
                      },
                      {
                        "amount": 624.49,
                        "currency": "NZD"
                      }
                    ],
                    [
                      {
                        "amount": 2561.62,
                        "currency": "TOP"
                      },
                      {
                        "amount": 38.75,
                        "currency": "TND"
                      },
                      {
                        "amount": 3975.99,
                        "currency": "SRD"
                      },
                      {
                        "amount": 4301.15,
                        "currency": "PEN"
                      },
                      {
                        "amount": 507.8,
                        "currency": "SZL"
                      }
                    ],
                    [
                      {
                        "amount": 3012.25,
                        "currency": "XOF"
                      },
                      {
                        "amount": 758.45,
                        "currency": "JPY"
                      },
                      {
                        "amount": 406.96,
                        "currency": "BZD"
                      },
                      {
                        "amount": 2910.21,
                        "currency": "LKR"
                      },
                      {
                        "amount": 2707.57,
                        "currency": "BAM"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3856.97,
                        "currency": "INR"
                      },
                      {
                        "amount": 4463.08,
                        "currency": "XOF"
                      },
                      {
                        "amount": 3544.96,
                        "currency": "SEK"
                      },
                      {
                        "amount": 1054.4,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 299.16,
                        "currency": "SDG"
                      },
                      {
                        "amount": 1749.97,
                        "currency": "GBP"
                      },
                      {
                        "amount": 3708.21,
                        "currency": "IQD"
                      },
                      {
                        "amount": 2170.75,
                        "currency": "GMD"
                      }
                    ],
                    [
                      {
                        "amount": 3018.03,
                        "currency": "GEL"
                      },
                      {
                        "amount": 423.88,
                        "currency": "NGN"
                      },
                      {
                        "amount": 3080.69,
                        "currency": "MAD"
                      },
                      {
                        "amount": 1766.13,
                        "currency": "LKR"
                      }
                    ],
                    [
                      {
                        "amount": 85.77,
                        "currency": "PGK"
                      },
                      {
                        "amount": 2640.32,
                        "currency": "MYR"
                      },
                      {
                        "amount": 2592.02,
                        "currency": "SRD"
                      },
                      {
                        "amount": 1222.07,
                        "currency": "DZD"
                      },
                      {
                        "amount": 2206.05,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 4093.4,
                        "currency": "SYP"
                      },
                      {
                        "amount": 4791.88,
                        "currency": "UGX"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "22912306",
                "percentage": 14.6,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 287.64,
                        "currency": "MYR"
                      },
                      {
                        "amount": 4452.34,
                        "currency": "ERN"
                      }
                    ],
                    [
                      {
                        "amount": 4984.65,
                        "currency": "CVE"
                      },
                      {
                        "amount": 932.82,
                        "currency": "MZN"
                      },
                      {
                        "amount": 2351.18,
                        "currency": "CNY"
                      }
                    ],
                    [
                      {
                        "amount": 925.3,
                        "currency": "LSL"
                      },
                      {
                        "amount": 2336.78,
                        "currency": "TJS"
                      },
                      {
                        "amount": 1947.63,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 618.9,
                        "currency": "JMD"
                      },
                      {
                        "amount": 1353.82,
                        "currency": "UAH"
                      }
                    ],
                    [
                      {
                        "amount": 1007.68,
                        "currency": "TOP"
                      },
                      {
                        "amount": 2538.75,
                        "currency": "KES"
                      },
                      {
                        "amount": 451.31,
                        "currency": "SHP"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 3,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Callie",
                "index": 5,
                "lastName": "O'Connell",
                "tierLevel": "Silver",
                "tierLevelNumber": 2,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4542.91,
                        "currency": "TTD"
                      },
                      {
                        "amount": 3088.32,
                        "currency": "SRD"
                      },
                      {
                        "amount": 1010.57,
                        "currency": "SZL"
                      },
                      {
                        "amount": 3158.15,
                        "currency": "RON"
                      },
                      {
                        "amount": 4347.2,
                        "currency": "SSP"
                      }
                    ],
                    [
                      {
                        "amount": 1910.5,
                        "currency": "AUD"
                      },
                      {
                        "amount": 1307.71,
                        "currency": "THB"
                      }
                    ],
                    [
                      {
                        "amount": 4992.2,
                        "currency": "MYR"
                      },
                      {
                        "amount": 1904.79,
                        "currency": "UAH"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2143.7,
                        "currency": "SCR"
                      },
                      {
                        "amount": 814.4,
                        "currency": "ETB"
                      },
                      {
                        "amount": 256.99,
                        "currency": "MWK"
                      }
                    ],
                    [
                      {
                        "amount": 3942.49,
                        "currency": "TJS"
                      },
                      {
                        "amount": 3110.7,
                        "currency": "NIO"
                      },
                      {
                        "amount": 742.31,
                        "currency": "MNT"
                      },
                      {
                        "amount": 412.7,
                        "currency": "KPW"
                      }
                    ],
                    [
                      {
                        "amount": 3456.63,
                        "currency": "BWP"
                      },
                      {
                        "amount": 2320.76,
                        "currency": "SSP"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Mf",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1398.31,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 2178.35,
                            "currency": "MKD"
                          },
                          {
                            "amount": 394.24,
                            "currency": "GIP"
                          },
                          {
                            "amount": 4307.19,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 1849.63,
                            "currency": "RUB"
                          },
                          {
                            "amount": 1355.65,
                            "currency": "UYU"
                          },
                          {
                            "amount": 4633.87,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 1824.84,
                            "currency": "UYU"
                          },
                          {
                            "amount": 1350.55,
                            "currency": "AMD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "UL",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2586.58,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1552.51,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 3454.66,
                            "currency": "JMD"
                          },
                          {
                            "amount": 522.63,
                            "currency": "SGD"
                          },
                          {
                            "amount": 297.09,
                            "currency": "MRU"
                          },
                          {
                            "amount": 305.2,
                            "currency": "PLN"
                          },
                          {
                            "amount": 4256.14,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "jF",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1351.13,
                            "currency": "GIP"
                          },
                          {
                            "amount": 1320.17,
                            "currency": "LBP"
                          },
                          {
                            "amount": 4392.66,
                            "currency": "AWG"
                          },
                          {
                            "amount": 1228.96,
                            "currency": "RWF"
                          },
                          {
                            "amount": 87.11,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 929.88,
                            "currency": "CNY"
                          },
                          {
                            "amount": 2095.06,
                            "currency": "CNY"
                          }
                        ],
                        [
                          {
                            "amount": 4005.32,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 4456.12,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4201.86,
                            "currency": "ZWL"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3317.81,
                        "currency": "CDF"
                      },
                      {
                        "amount": 810.74,
                        "currency": "VUV"
                      },
                      {
                        "amount": 2728,
                        "currency": "MVR"
                      },
                      {
                        "amount": 3781.94,
                        "currency": "PEN"
                      },
                      {
                        "amount": 2113.33,
                        "currency": "CDF"
                      }
                    ],
                    [
                      {
                        "amount": 1178.73,
                        "currency": "ISK"
                      },
                      {
                        "amount": 30.34,
                        "currency": "OMR"
                      }
                    ],
                    [
                      {
                        "amount": 4311.87,
                        "currency": "GMD"
                      },
                      {
                        "amount": 1949.8,
                        "currency": "MGA"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1813.68,
                        "currency": "TJS"
                      },
                      {
                        "amount": 4513.08,
                        "currency": "MYR"
                      }
                    ],
                    [
                      {
                        "amount": 1492.42,
                        "currency": "TRY"
                      },
                      {
                        "amount": 947.11,
                        "currency": "LAK"
                      },
                      {
                        "amount": 3360.84,
                        "currency": "KES"
                      },
                      {
                        "amount": 3326.54,
                        "currency": "CUP"
                      }
                    ],
                    [
                      {
                        "amount": 1813.18,
                        "currency": "MDL"
                      },
                      {
                        "amount": 3202.06,
                        "currency": "THB"
                      },
                      {
                        "amount": 557.79,
                        "currency": "RUB"
                      },
                      {
                        "amount": 1854.2,
                        "currency": "BTN"
                      },
                      {
                        "amount": 1487.46,
                        "currency": "KRW"
                      }
                    ],
                    [
                      {
                        "amount": 4618.15,
                        "currency": "GIP"
                      },
                      {
                        "amount": 4186.85,
                        "currency": "GYD"
                      }
                    ],
                    [
                      {
                        "amount": 126.59,
                        "currency": "SBD"
                      },
                      {
                        "amount": 3559.47,
                        "currency": "GIP"
                      },
                      {
                        "amount": 2541.07,
                        "currency": "SHP"
                      },
                      {
                        "amount": 340.72,
                        "currency": "XPF"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "kV",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1872.23,
                            "currency": "FJD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "EB",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 769.8,
                            "currency": "EGP"
                          },
                          {
                            "amount": 252,
                            "currency": "XOF"
                          },
                          {
                            "amount": 466.64,
                            "currency": "DJF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "dn",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4040.4,
                            "currency": "CLP"
                          },
                          {
                            "amount": 4178.15,
                            "currency": "QAR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "kD",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2780.14,
                            "currency": "AED"
                          },
                          {
                            "amount": 2355.8,
                            "currency": "GHS"
                          },
                          {
                            "amount": 2852.37,
                            "currency": "AZN"
                          },
                          {
                            "amount": 1107.85,
                            "currency": "ALL"
                          },
                          {
                            "amount": 464.09,
                            "currency": "RON"
                          }
                        ],
                        [
                          {
                            "amount": 800.21,
                            "currency": "FJD"
                          },
                          {
                            "amount": 364.56,
                            "currency": "BAM"
                          },
                          {
                            "amount": 4341.81,
                            "currency": "THB"
                          },
                          {
                            "amount": 3047.48,
                            "currency": "CAD"
                          },
                          {
                            "amount": 2096.96,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 1932.91,
                            "currency": "CDF"
                          },
                          {
                            "amount": 3730.42,
                            "currency": "NZD"
                          },
                          {
                            "amount": 3284.55,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 2330.97,
                            "currency": "SEK"
                          },
                          {
                            "amount": 2900.1,
                            "currency": "PKR"
                          },
                          {
                            "amount": 1535.19,
                            "currency": "ILS"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3988.61,
                        "currency": "NAD"
                      },
                      {
                        "amount": 2140.48,
                        "currency": "NZD"
                      },
                      {
                        "amount": 3387.13,
                        "currency": "NAD"
                      },
                      {
                        "amount": 769.91,
                        "currency": "BIF"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3213.06,
                        "currency": "AMD"
                      },
                      {
                        "amount": 83.23,
                        "currency": "SSP"
                      },
                      {
                        "amount": 67.56,
                        "currency": "DKK"
                      },
                      {
                        "amount": 1566.09,
                        "currency": "KZT"
                      },
                      {
                        "amount": 1255.89,
                        "currency": "HTG"
                      }
                    ],
                    [
                      {
                        "amount": 1313.87,
                        "currency": "MUR"
                      },
                      {
                        "amount": 2286.9,
                        "currency": "XCD"
                      },
                      {
                        "amount": 3933.35,
                        "currency": "TND"
                      }
                    ],
                    [
                      {
                        "amount": 2531.65,
                        "currency": "MRU"
                      },
                      {
                        "amount": 2363.06,
                        "currency": "INR"
                      },
                      {
                        "amount": 2807.53,
                        "currency": "RON"
                      },
                      {
                        "amount": 989.19,
                        "currency": "PAB"
                      },
                      {
                        "amount": 4603.59,
                        "currency": "DJF"
                      }
                    ],
                    [
                      {
                        "amount": 2509.01,
                        "currency": "NIO"
                      },
                      {
                        "amount": 4566.08,
                        "currency": "GBP"
                      },
                      {
                        "amount": 4367.79,
                        "currency": "SEK"
                      },
                      {
                        "amount": 3881.93,
                        "currency": "MOP"
                      },
                      {
                        "amount": 4572.04,
                        "currency": "AZN"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1355.67,
                        "currency": "CRC"
                      },
                      {
                        "amount": 1331.82,
                        "currency": "BRL"
                      },
                      {
                        "amount": 4860.5,
                        "currency": "TMT"
                      },
                      {
                        "amount": 4796.81,
                        "currency": "BIF"
                      },
                      {
                        "amount": 3459.8,
                        "currency": "XAF"
                      }
                    ],
                    [
                      {
                        "amount": 2088.66,
                        "currency": "KPW"
                      },
                      {
                        "amount": 4928.8,
                        "currency": "BOB"
                      },
                      {
                        "amount": 4759.26,
                        "currency": "IRR"
                      }
                    ],
                    [
                      {
                        "amount": 316.52,
                        "currency": "GYD"
                      },
                      {
                        "amount": 1433.72,
                        "currency": "BGN"
                      },
                      {
                        "amount": 918.68,
                        "currency": "EGP"
                      }
                    ],
                    [
                      {
                        "amount": 883.09,
                        "currency": "OMR"
                      },
                      {
                        "amount": 3097.51,
                        "currency": "BDT"
                      },
                      {
                        "amount": 2612.19,
                        "currency": "OMR"
                      },
                      {
                        "amount": 3299.41,
                        "currency": "RWF"
                      },
                      {
                        "amount": 3708.14,
                        "currency": "MYR"
                      }
                    ],
                    [
                      {
                        "amount": 1981.71,
                        "currency": "MXN"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "91801423",
                "percentage": 21.9,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 234.43,
                        "currency": "PGK"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 2,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Alda",
                "index": 3,
                "lastName": "Stehr",
                "tierLevel": "Silver",
                "tierLevelNumber": 2,
                "type": "CHD"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4346.45,
                        "currency": "TOP"
                      },
                      {
                        "amount": 3499.24,
                        "currency": "MZN"
                      }
                    ],
                    [
                      {
                        "amount": 4136.48,
                        "currency": "UZS"
                      },
                      {
                        "amount": 819.87,
                        "currency": "QAR"
                      },
                      {
                        "amount": 1147.72,
                        "currency": "STN"
                      },
                      {
                        "amount": 1296.04,
                        "currency": "XCD"
                      },
                      {
                        "amount": 1955.05,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 2957.95,
                        "currency": "KRW"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4551.5,
                        "currency": "DJF"
                      },
                      {
                        "amount": 2062.35,
                        "currency": "MZN"
                      },
                      {
                        "amount": 3325.52,
                        "currency": "AWG"
                      },
                      {
                        "amount": 4954.32,
                        "currency": "KWD"
                      }
                    ],
                    [
                      {
                        "amount": 1965.22,
                        "currency": "KZT"
                      },
                      {
                        "amount": 2580.8,
                        "currency": "BMD"
                      },
                      {
                        "amount": 1201.24,
                        "currency": "COP"
                      },
                      {
                        "amount": 249.14,
                        "currency": "BOB"
                      }
                    ],
                    [
                      {
                        "amount": 1260.41,
                        "currency": "RWF"
                      },
                      {
                        "amount": 3073.23,
                        "currency": "MYR"
                      },
                      {
                        "amount": 1340.45,
                        "currency": "UAH"
                      }
                    ],
                    [
                      {
                        "amount": 3351.95,
                        "currency": "AWG"
                      }
                    ],
                    [
                      {
                        "amount": 2341.71,
                        "currency": "LBP"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Wb",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2687.29,
                            "currency": "GMD"
                          },
                          {
                            "amount": 1302.29,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 2982.04,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2643.57,
                            "currency": "KPW"
                          },
                          {
                            "amount": 1424.86,
                            "currency": "PGK"
                          },
                          {
                            "amount": 1967.69,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2319.08,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 1241.51,
                            "currency": "UGX"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "nn",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 636.61,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 3093.66,
                            "currency": "LAK"
                          },
                          {
                            "amount": 2676.91,
                            "currency": "PGK"
                          },
                          {
                            "amount": 4233.53,
                            "currency": "ALL"
                          },
                          {
                            "amount": 3407.56,
                            "currency": "TND"
                          },
                          {
                            "amount": 1987.28,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 4686.71,
                            "currency": "PGK"
                          },
                          {
                            "amount": 1870.42,
                            "currency": "SAR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "DE",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 243.51,
                            "currency": "IDR"
                          },
                          {
                            "amount": 2852.29,
                            "currency": "AMD"
                          },
                          {
                            "amount": 2256.14,
                            "currency": "JPY"
                          },
                          {
                            "amount": 4999.56,
                            "currency": "NGN"
                          },
                          {
                            "amount": 1628.79,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 3393.13,
                            "currency": "COP"
                          },
                          {
                            "amount": 2118,
                            "currency": "ISK"
                          },
                          {
                            "amount": 2129.64,
                            "currency": "RUB"
                          },
                          {
                            "amount": 2196.73,
                            "currency": "ILS"
                          },
                          {
                            "amount": 2542.48,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 3370.54,
                            "currency": "INR"
                          },
                          {
                            "amount": 4800.09,
                            "currency": "AWG"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1286.09,
                        "currency": "BWP"
                      }
                    ],
                    [
                      {
                        "amount": 4442.78,
                        "currency": "TMT"
                      },
                      {
                        "amount": 1704.05,
                        "currency": "LYD"
                      },
                      {
                        "amount": 377.71,
                        "currency": "AMD"
                      },
                      {
                        "amount": 2989.27,
                        "currency": "BHD"
                      }
                    ],
                    [
                      {
                        "amount": 288.15,
                        "currency": "CZK"
                      },
                      {
                        "amount": 683.09,
                        "currency": "VND"
                      },
                      {
                        "amount": 224.98,
                        "currency": "DZD"
                      },
                      {
                        "amount": 4736.74,
                        "currency": "TWD"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3344.43,
                        "currency": "VND"
                      },
                      {
                        "amount": 917.26,
                        "currency": "UYU"
                      },
                      {
                        "amount": 308.08,
                        "currency": "AFN"
                      },
                      {
                        "amount": 4182.75,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 3611.27,
                        "currency": "ILS"
                      }
                    ],
                    [
                      {
                        "amount": 1516.6,
                        "currency": "PYG"
                      },
                      {
                        "amount": 3713.49,
                        "currency": "BIF"
                      },
                      {
                        "amount": 236.28,
                        "currency": "MNT"
                      },
                      {
                        "amount": 661.7,
                        "currency": "LAK"
                      },
                      {
                        "amount": 306.97,
                        "currency": "SOS"
                      }
                    ],
                    [
                      {
                        "amount": 1818.21,
                        "currency": "MOP"
                      }
                    ],
                    [
                      {
                        "amount": 778.29,
                        "currency": "RWF"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "re",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3501.65,
                            "currency": "WST"
                          },
                          {
                            "amount": 4171.42,
                            "currency": "TZS"
                          },
                          {
                            "amount": 4222.45,
                            "currency": "ISK"
                          },
                          {
                            "amount": 4934.05,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 1574.01,
                            "currency": "MWK"
                          },
                          {
                            "amount": 946.39,
                            "currency": "KGS"
                          },
                          {
                            "amount": 4063.96,
                            "currency": "SYP"
                          },
                          {
                            "amount": 2107.23,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3369.65,
                            "currency": "XPF"
                          }
                        ],
                        [
                          {
                            "amount": 513.83,
                            "currency": "LYD"
                          },
                          {
                            "amount": 3156.94,
                            "currency": "JOD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "GK",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3934.69,
                            "currency": "GMD"
                          },
                          {
                            "amount": 3485.85,
                            "currency": "GHS"
                          },
                          {
                            "amount": 3243.09,
                            "currency": "TND"
                          },
                          {
                            "amount": 4774.06,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 3610.75,
                            "currency": "KPW"
                          },
                          {
                            "amount": 2758.97,
                            "currency": "PKR"
                          },
                          {
                            "amount": 4404.19,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2712.99,
                            "currency": "ARS"
                          },
                          {
                            "amount": 821.23,
                            "currency": "PLN"
                          }
                        ],
                        [
                          {
                            "amount": 3117.42,
                            "currency": "BHD"
                          },
                          {
                            "amount": 4698.72,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 4710.26,
                            "currency": "ERN"
                          },
                          {
                            "amount": 2344.2,
                            "currency": "MUR"
                          },
                          {
                            "amount": 1393.71,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2445.32,
                            "currency": "ISK"
                          },
                          {
                            "amount": 3555.88,
                            "currency": "NPR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "zH",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1613.13,
                            "currency": "TZS"
                          },
                          {
                            "amount": 215.45,
                            "currency": "MWK"
                          },
                          {
                            "amount": 1620.95,
                            "currency": "BDT"
                          },
                          {
                            "amount": 1031.89,
                            "currency": "AMD"
                          }
                        ],
                        [
                          {
                            "amount": 2262.04,
                            "currency": "LAK"
                          },
                          {
                            "amount": 3417.16,
                            "currency": "UAH"
                          },
                          {
                            "amount": 179.96,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 2042.66,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2650,
                            "currency": "KES"
                          },
                          {
                            "amount": 1518.09,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 1213.36,
                            "currency": "PEN"
                          },
                          {
                            "amount": 4528.09,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 2193.81,
                            "currency": "MZN"
                          },
                          {
                            "amount": 3010.4,
                            "currency": "ALL"
                          },
                          {
                            "amount": 1341.56,
                            "currency": "RWF"
                          },
                          {
                            "amount": 4641.18,
                            "currency": "KZT"
                          },
                          {
                            "amount": 4571.08,
                            "currency": "BZD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1654.29,
                        "currency": "BSD"
                      }
                    ],
                    [
                      {
                        "amount": 1354.01,
                        "currency": "KRW"
                      }
                    ],
                    [
                      {
                        "amount": 3625.24,
                        "currency": "IQD"
                      },
                      {
                        "amount": 4666.75,
                        "currency": "MVR"
                      },
                      {
                        "amount": 1855.09,
                        "currency": "UAH"
                      },
                      {
                        "amount": 419.85,
                        "currency": "XAF"
                      }
                    ],
                    [
                      {
                        "amount": 3315.34,
                        "currency": "ARS"
                      },
                      {
                        "amount": 621.78,
                        "currency": "AWG"
                      },
                      {
                        "amount": 3277.46,
                        "currency": "MAD"
                      },
                      {
                        "amount": 4867.47,
                        "currency": "ARS"
                      },
                      {
                        "amount": 289.73,
                        "currency": "EUR"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3714.82,
                        "currency": "JMD"
                      },
                      {
                        "amount": 4566.46,
                        "currency": "CLP"
                      }
                    ],
                    [
                      {
                        "amount": 2670.06,
                        "currency": "DJF"
                      },
                      {
                        "amount": 4897.24,
                        "currency": "XCD"
                      },
                      {
                        "amount": 156.25,
                        "currency": "COP"
                      },
                      {
                        "amount": 4366.81,
                        "currency": "ZMW"
                      }
                    ],
                    [
                      {
                        "amount": 4542.76,
                        "currency": "UZS"
                      }
                    ],
                    [
                      {
                        "amount": 3523.78,
                        "currency": "SBD"
                      },
                      {
                        "amount": 1325.47,
                        "currency": "AUD"
                      },
                      {
                        "amount": 4482.77,
                        "currency": "TJS"
                      },
                      {
                        "amount": 4643.54,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 2232.21,
                        "currency": "LSL"
                      },
                      {
                        "amount": 3155.58,
                        "currency": "XPF"
                      },
                      {
                        "amount": 2485.06,
                        "currency": "OMR"
                      },
                      {
                        "amount": 1025.08,
                        "currency": "NIO"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2555.43,
                        "currency": "MOP"
                      },
                      {
                        "amount": 3543.29,
                        "currency": "TTD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "35538876",
                "percentage": 28.5,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2714.19,
                        "currency": "USD"
                      },
                      {
                        "amount": 578.37,
                        "currency": "QAR"
                      },
                      {
                        "amount": 2885.34,
                        "currency": "GEL"
                      },
                      {
                        "amount": 2933.68,
                        "currency": "TZS"
                      }
                    ],
                    [
                      {
                        "amount": 3091.58,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 4616.86,
                        "currency": "PAB"
                      },
                      {
                        "amount": 1114.84,
                        "currency": "IRR"
                      }
                    ],
                    [
                      {
                        "amount": 3451.2,
                        "currency": "MMK"
                      },
                      {
                        "amount": 2430.24,
                        "currency": "TMT"
                      },
                      {
                        "amount": 468.42,
                        "currency": "UAH"
                      },
                      {
                        "amount": 4677.89,
                        "currency": "MRU"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 1,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Outbound"
          }
        }
      ]
    },
    {
      "ancillaryConfiguration": {
        "allowQuantity": false,
        "maxQuantityPerPax": 1
      },
      "ancillarySpecialService": {
        "code": "WCHR",
        "requiredProperties": {
          "propertyDefinitionList": [
            {
              "@type": "KeywordPropertyDefinition",
              "optional": false,
              "propertyName": "WIDTH",
              "propertyType": "ENUM"
            }
          ]
        },
        "type": "NOTALLOWED"
      },
      "bundleItems": [
        {
          "code": "CFn",
          "groupCode": "bi"
        },
        {
          "code": "Fh9",
          "groupCode": "Ui"
        },
        {
          "code": "rI6",
          "groupCode": "wD"
        }
      ],
      "code": "WQZ",
      "refundable": true,
      "travelPartOffers": [
        {
          "availableInventory": 47,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Vern",
                "index": 9,
                "lastName": "Corkery",
                "tierLevel": "Red",
                "tierLevelNumber": 2,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1412.18,
                        "currency": "YER"
                      },
                      {
                        "amount": 2652.3,
                        "currency": "MVR"
                      },
                      {
                        "amount": 2085.91,
                        "currency": "DJF"
                      },
                      {
                        "amount": 1636.26,
                        "currency": "IDR"
                      },
                      {
                        "amount": 2142.63,
                        "currency": "TND"
                      }
                    ],
                    [
                      {
                        "amount": 2061.24,
                        "currency": "SCR"
                      },
                      {
                        "amount": 831.53,
                        "currency": "SCR"
                      },
                      {
                        "amount": 1163.85,
                        "currency": "KYD"
                      },
                      {
                        "amount": 2775.24,
                        "currency": "BTN"
                      },
                      {
                        "amount": 4563.81,
                        "currency": "CUP"
                      }
                    ],
                    [
                      {
                        "amount": 1113.38,
                        "currency": "PLN"
                      },
                      {
                        "amount": 3187.04,
                        "currency": "RWF"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3901.16,
                        "currency": "BHD"
                      }
                    ],
                    [
                      {
                        "amount": 1385.73,
                        "currency": "MWK"
                      },
                      {
                        "amount": 1798.72,
                        "currency": "BWP"
                      }
                    ],
                    [
                      {
                        "amount": 978.8,
                        "currency": "GBP"
                      }
                    ],
                    [
                      {
                        "amount": 1112.91,
                        "currency": "THB"
                      },
                      {
                        "amount": 2128.59,
                        "currency": "BRL"
                      },
                      {
                        "amount": 4114.09,
                        "currency": "PYG"
                      },
                      {
                        "amount": 290.89,
                        "currency": "BSD"
                      }
                    ],
                    [
                      {
                        "amount": 3771.18,
                        "currency": "DOP"
                      },
                      {
                        "amount": 2890.95,
                        "currency": "MKD"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "ob",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 199.07,
                            "currency": "GYD"
                          },
                          {
                            "amount": 3104.24,
                            "currency": "TMT"
                          },
                          {
                            "amount": 4707.96,
                            "currency": "OMR"
                          },
                          {
                            "amount": 2127.09,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 460.64,
                            "currency": "DZD"
                          },
                          {
                            "amount": 1901.43,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 1360.96,
                            "currency": "PGK"
                          },
                          {
                            "amount": 4382.05,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 3462.56,
                            "currency": "RUB"
                          },
                          {
                            "amount": 166.64,
                            "currency": "BTN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "YL",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3891.32,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4880.91,
                            "currency": "EGP"
                          },
                          {
                            "amount": 3253.11,
                            "currency": "ANG"
                          },
                          {
                            "amount": 2051.6,
                            "currency": "CVE"
                          },
                          {
                            "amount": 772.73,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 1093.17,
                            "currency": "SEK"
                          },
                          {
                            "amount": 571.01,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 3007.36,
                            "currency": "LBP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Gf",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4618.8,
                            "currency": "MKD"
                          },
                          {
                            "amount": 4599.35,
                            "currency": "BMD"
                          },
                          {
                            "amount": 3759.91,
                            "currency": "SLE"
                          },
                          {
                            "amount": 4946.25,
                            "currency": "ISK"
                          },
                          {
                            "amount": 4814.34,
                            "currency": "SGD"
                          }
                        ],
                        [
                          {
                            "amount": 4363.01,
                            "currency": "MWK"
                          },
                          {
                            "amount": 4152.43,
                            "currency": "VUV"
                          },
                          {
                            "amount": 3419.41,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 4886.08,
                            "currency": "KRW"
                          }
                        ],
                        [
                          {
                            "amount": 193.96,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 4408.92,
                            "currency": "MNT"
                          },
                          {
                            "amount": 249.01,
                            "currency": "CDF"
                          },
                          {
                            "amount": 1272.38,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 4845.71,
                            "currency": "ALL"
                          },
                          {
                            "amount": 2453.95,
                            "currency": "DJF"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2396.35,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 4833.35,
                        "currency": "DOP"
                      },
                      {
                        "amount": 3909.5,
                        "currency": "BSD"
                      }
                    ],
                    [
                      {
                        "amount": 2530.78,
                        "currency": "USD"
                      },
                      {
                        "amount": 3488.63,
                        "currency": "BHD"
                      },
                      {
                        "amount": 1216.36,
                        "currency": "LRD"
                      }
                    ],
                    [
                      {
                        "amount": 3353.37,
                        "currency": "UYU"
                      },
                      {
                        "amount": 4874.93,
                        "currency": "SBD"
                      },
                      {
                        "amount": 2226.72,
                        "currency": "STN"
                      },
                      {
                        "amount": 2594.96,
                        "currency": "DOP"
                      },
                      {
                        "amount": 1219.03,
                        "currency": "BND"
                      }
                    ],
                    [
                      {
                        "amount": 1389.35,
                        "currency": "KGS"
                      }
                    ],
                    [
                      {
                        "amount": 3785.61,
                        "currency": "TND"
                      },
                      {
                        "amount": 415.05,
                        "currency": "MMK"
                      },
                      {
                        "amount": 4159.05,
                        "currency": "INR"
                      },
                      {
                        "amount": 2563.19,
                        "currency": "LAK"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4065.5,
                        "currency": "AMD"
                      },
                      {
                        "amount": 2903.16,
                        "currency": "RUB"
                      },
                      {
                        "amount": 643.92,
                        "currency": "MNT"
                      },
                      {
                        "amount": 2989.69,
                        "currency": "MWK"
                      }
                    ],
                    [
                      {
                        "amount": 4562.65,
                        "currency": "HKD"
                      },
                      {
                        "amount": 3388.78,
                        "currency": "RSD"
                      },
                      {
                        "amount": 4758.29,
                        "currency": "JMD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "ss",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4035.1,
                            "currency": "BIF"
                          },
                          {
                            "amount": 3965.77,
                            "currency": "JOD"
                          },
                          {
                            "amount": 1319.74,
                            "currency": "PKR"
                          },
                          {
                            "amount": 1698.66,
                            "currency": "RON"
                          },
                          {
                            "amount": 701.07,
                            "currency": "DJF"
                          }
                        ],
                        [
                          {
                            "amount": 2553.74,
                            "currency": "XOF"
                          },
                          {
                            "amount": 4854.65,
                            "currency": "STN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "yj",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1290.19,
                            "currency": "PLN"
                          },
                          {
                            "amount": 464.18,
                            "currency": "THB"
                          },
                          {
                            "amount": 2302.3,
                            "currency": "AED"
                          },
                          {
                            "amount": 2146.28,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 1167.51,
                            "currency": "DZD"
                          },
                          {
                            "amount": 1016.99,
                            "currency": "XAF"
                          },
                          {
                            "amount": 2926.01,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "nJ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2699.39,
                            "currency": "CVE"
                          },
                          {
                            "amount": 4634.46,
                            "currency": "VES"
                          },
                          {
                            "amount": 1995.31,
                            "currency": "KYD"
                          },
                          {
                            "amount": 2523.11,
                            "currency": "CAD"
                          },
                          {
                            "amount": 2287.86,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 1928.28,
                            "currency": "KRW"
                          },
                          {
                            "amount": 3163.06,
                            "currency": "MVR"
                          },
                          {
                            "amount": 2402.84,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 190.78,
                            "currency": "HTG"
                          },
                          {
                            "amount": 1175.92,
                            "currency": "ETB"
                          },
                          {
                            "amount": 4324.74,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 828.54,
                            "currency": "PYG"
                          },
                          {
                            "amount": 2157.37,
                            "currency": "BIF"
                          },
                          {
                            "amount": 4175.08,
                            "currency": "AMD"
                          },
                          {
                            "amount": 4002.4,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 2143.67,
                            "currency": "USD"
                          },
                          {
                            "amount": 3714.5,
                            "currency": "JOD"
                          },
                          {
                            "amount": 2048.71,
                            "currency": "ERN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "WO",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 426.95,
                            "currency": "LKR"
                          },
                          {
                            "amount": 974.07,
                            "currency": "BGN"
                          },
                          {
                            "amount": 1731.91,
                            "currency": "VND"
                          },
                          {
                            "amount": 1623.29,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 11.57,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 4490.29,
                            "currency": "SRD"
                          },
                          {
                            "amount": 368.91,
                            "currency": "FKP"
                          },
                          {
                            "amount": 1844.29,
                            "currency": "VUV"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3724.87,
                        "currency": "TMT"
                      }
                    ],
                    [
                      {
                        "amount": 674.59,
                        "currency": "AED"
                      },
                      {
                        "amount": 1001.29,
                        "currency": "VUV"
                      },
                      {
                        "amount": 460.97,
                        "currency": "EGP"
                      }
                    ],
                    [
                      {
                        "amount": 2829.63,
                        "currency": "MVR"
                      },
                      {
                        "amount": 378.5,
                        "currency": "TJS"
                      },
                      {
                        "amount": 2116.79,
                        "currency": "BSD"
                      }
                    ],
                    [
                      {
                        "amount": 544.41,
                        "currency": "IRR"
                      }
                    ],
                    [
                      {
                        "amount": 584.44,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 28.18,
                        "currency": "STN"
                      },
                      {
                        "amount": 415.86,
                        "currency": "VUV"
                      },
                      {
                        "amount": 224.53,
                        "currency": "IDR"
                      },
                      {
                        "amount": 4676.8,
                        "currency": "INR"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2920.58,
                        "currency": "JOD"
                      },
                      {
                        "amount": 4892.58,
                        "currency": "STN"
                      },
                      {
                        "amount": 3139.19,
                        "currency": "BHD"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3878.59,
                        "currency": "CZK"
                      }
                    ],
                    [
                      {
                        "amount": 3686.6,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 3450.11,
                        "currency": "SCR"
                      },
                      {
                        "amount": 1357.11,
                        "currency": "ANG"
                      }
                    ],
                    [
                      {
                        "amount": 96.91,
                        "currency": "TTD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "33411857",
                "percentage": 9,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 1595.26,
                        "currency": "UAH"
                      },
                      {
                        "amount": 1479.95,
                        "currency": "BSD"
                      },
                      {
                        "amount": 1110.23,
                        "currency": "CUP"
                      }
                    ],
                    [
                      {
                        "amount": 2588.62,
                        "currency": "AMD"
                      }
                    ],
                    [
                      {
                        "amount": 670.29,
                        "currency": "BGN"
                      },
                      {
                        "amount": 4987.53,
                        "currency": "XAF"
                      },
                      {
                        "amount": 1033.56,
                        "currency": "UYU"
                      },
                      {
                        "amount": 1564.85,
                        "currency": "MKD"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Inbound"
          }
        },
        {
          "availableInventory": 40,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Kane",
                "index": 5,
                "lastName": "Jacobs",
                "tierLevel": "Gold",
                "tierLevelNumber": 0,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2827.38,
                        "currency": "AZN"
                      },
                      {
                        "amount": 2088.11,
                        "currency": "KZT"
                      }
                    ],
                    [
                      {
                        "amount": 1490.44,
                        "currency": "TND"
                      },
                      {
                        "amount": 2338.46,
                        "currency": "MYR"
                      },
                      {
                        "amount": 3172.09,
                        "currency": "OMR"
                      },
                      {
                        "amount": 2572,
                        "currency": "BZD"
                      },
                      {
                        "amount": 3053.03,
                        "currency": "CAD"
                      }
                    ],
                    [
                      {
                        "amount": 2717.61,
                        "currency": "MUR"
                      },
                      {
                        "amount": 2502.57,
                        "currency": "TMT"
                      }
                    ],
                    [
                      {
                        "amount": 3462.47,
                        "currency": "HNL"
                      },
                      {
                        "amount": 1486.28,
                        "currency": "MZN"
                      },
                      {
                        "amount": 2834.8,
                        "currency": "UZS"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2851.71,
                        "currency": "CHF"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "as",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1284.85,
                            "currency": "RSD"
                          },
                          {
                            "amount": 3133.96,
                            "currency": "HUF"
                          }
                        ],
                        [
                          {
                            "amount": 4932.11,
                            "currency": "SOS"
                          }
                        ],
                        [
                          {
                            "amount": 1841.92,
                            "currency": "CDF"
                          },
                          {
                            "amount": 4384.22,
                            "currency": "CHF"
                          }
                        ],
                        [
                          {
                            "amount": 2442.15,
                            "currency": "LYD"
                          },
                          {
                            "amount": 2866.19,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 419.75,
                            "currency": "TWD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ju",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2840.71,
                            "currency": "JPY"
                          },
                          {
                            "amount": 4198.76,
                            "currency": "TRY"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "RI",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4609.55,
                            "currency": "PKR"
                          },
                          {
                            "amount": 2097.14,
                            "currency": "BDT"
                          },
                          {
                            "amount": 2635.6,
                            "currency": "CVE"
                          },
                          {
                            "amount": 1098.83,
                            "currency": "PKR"
                          },
                          {
                            "amount": 3875.34,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 4613.8,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 1054.3,
                            "currency": "YER"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "uM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4376.32,
                            "currency": "VND"
                          },
                          {
                            "amount": 3285.39,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 2956.38,
                            "currency": "HTG"
                          },
                          {
                            "amount": 3085.11,
                            "currency": "CHF"
                          },
                          {
                            "amount": 3731.39,
                            "currency": "TRY"
                          },
                          {
                            "amount": 980.86,
                            "currency": "TWD"
                          }
                        ],
                        [
                          {
                            "amount": 211.55,
                            "currency": "MRU"
                          },
                          {
                            "amount": 2361.97,
                            "currency": "XAF"
                          },
                          {
                            "amount": 258.44,
                            "currency": "SLE"
                          },
                          {
                            "amount": 4238.65,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 1441.67,
                            "currency": "SRD"
                          },
                          {
                            "amount": 3206.21,
                            "currency": "MUR"
                          },
                          {
                            "amount": 2683.6,
                            "currency": "GHS"
                          },
                          {
                            "amount": 254.93,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 1039.2,
                            "currency": "NZD"
                          },
                          {
                            "amount": 2959.9,
                            "currency": "VND"
                          },
                          {
                            "amount": 3851.88,
                            "currency": "KZT"
                          },
                          {
                            "amount": 1083.83,
                            "currency": "ARS"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1259.53,
                        "currency": "CLP"
                      },
                      {
                        "amount": 1803.35,
                        "currency": "BRL"
                      },
                      {
                        "amount": 3249.06,
                        "currency": "WST"
                      }
                    ],
                    [
                      {
                        "amount": 1443.34,
                        "currency": "PKR"
                      }
                    ],
                    [
                      {
                        "amount": 327.73,
                        "currency": "BZD"
                      },
                      {
                        "amount": 3854.76,
                        "currency": "CNY"
                      },
                      {
                        "amount": 1854.97,
                        "currency": "GIP"
                      },
                      {
                        "amount": 4179.65,
                        "currency": "RUB"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4276.67,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 4105.33,
                        "currency": "GTQ"
                      }
                    ],
                    [
                      {
                        "amount": 3267.94,
                        "currency": "GIP"
                      },
                      {
                        "amount": 1132.08,
                        "currency": "DKK"
                      },
                      {
                        "amount": 4971.37,
                        "currency": "MAD"
                      },
                      {
                        "amount": 4898.43,
                        "currency": "GIP"
                      },
                      {
                        "amount": 1726.79,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 3833.72,
                        "currency": "ERN"
                      },
                      {
                        "amount": 3918.64,
                        "currency": "SDG"
                      },
                      {
                        "amount": 1674.95,
                        "currency": "CAD"
                      },
                      {
                        "amount": 4923.59,
                        "currency": "PEN"
                      },
                      {
                        "amount": 397.88,
                        "currency": "UYU"
                      }
                    ],
                    [
                      {
                        "amount": 2708.88,
                        "currency": "HKD"
                      }
                    ],
                    [
                      {
                        "amount": 2074.04,
                        "currency": "BOB"
                      },
                      {
                        "amount": 526.44,
                        "currency": "TND"
                      },
                      {
                        "amount": 1227.61,
                        "currency": "SAR"
                      },
                      {
                        "amount": 615.73,
                        "currency": "FJD"
                      },
                      {
                        "amount": 470.82,
                        "currency": "TRY"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "KA",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2109.69,
                            "currency": "ETB"
                          },
                          {
                            "amount": 4585.28,
                            "currency": "TWD"
                          },
                          {
                            "amount": 4658.83,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 515.02,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 231.52,
                            "currency": "AUD"
                          },
                          {
                            "amount": 2967.01,
                            "currency": "KES"
                          },
                          {
                            "amount": 2947.86,
                            "currency": "INR"
                          },
                          {
                            "amount": 4863.1,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 400.79,
                            "currency": "SEK"
                          },
                          {
                            "amount": 3608.14,
                            "currency": "SEK"
                          },
                          {
                            "amount": 1139.38,
                            "currency": "XOF"
                          },
                          {
                            "amount": 1297.46,
                            "currency": "MKD"
                          },
                          {
                            "amount": 558.75,
                            "currency": "SLE"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "PR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4517,
                            "currency": "KGS"
                          },
                          {
                            "amount": 594.71,
                            "currency": "ARS"
                          },
                          {
                            "amount": 4216.62,
                            "currency": "BYN"
                          },
                          {
                            "amount": 3250.14,
                            "currency": "RUB"
                          },
                          {
                            "amount": 3745.02,
                            "currency": "THB"
                          }
                        ],
                        [
                          {
                            "amount": 1779.11,
                            "currency": "SEK"
                          }
                        ],
                        [
                          {
                            "amount": 417.37,
                            "currency": "CAD"
                          },
                          {
                            "amount": 4558.12,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1989.73,
                            "currency": "XPF"
                          },
                          {
                            "amount": 2066.73,
                            "currency": "OMR"
                          }
                        ],
                        [
                          {
                            "amount": 2497.59,
                            "currency": "SHP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "uM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3473.52,
                            "currency": "JPY"
                          },
                          {
                            "amount": 3615.49,
                            "currency": "EUR"
                          },
                          {
                            "amount": 4758.72,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 3308.25,
                            "currency": "FJD"
                          },
                          {
                            "amount": 4649.7,
                            "currency": "JMD"
                          },
                          {
                            "amount": 3805.66,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 2746.14,
                            "currency": "ETB"
                          },
                          {
                            "amount": 4657.84,
                            "currency": "PKR"
                          },
                          {
                            "amount": 2194.75,
                            "currency": "EGP"
                          }
                        ],
                        [
                          {
                            "amount": 1119.25,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 194.48,
                            "currency": "GNF"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3244.15,
                        "currency": "AUD"
                      }
                    ],
                    [
                      {
                        "amount": 3245.9,
                        "currency": "KRW"
                      },
                      {
                        "amount": 509.9,
                        "currency": "VND"
                      },
                      {
                        "amount": 426.8,
                        "currency": "WST"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2913,
                        "currency": "CNY"
                      },
                      {
                        "amount": 2463.76,
                        "currency": "RSD"
                      },
                      {
                        "amount": 4829.4,
                        "currency": "VND"
                      },
                      {
                        "amount": 2015.72,
                        "currency": "NGN"
                      },
                      {
                        "amount": 384.29,
                        "currency": "IRR"
                      }
                    ],
                    [
                      {
                        "amount": 433.04,
                        "currency": "CNY"
                      },
                      {
                        "amount": 3185.1,
                        "currency": "LRD"
                      },
                      {
                        "amount": 4713.1,
                        "currency": "TMT"
                      },
                      {
                        "amount": 2951.92,
                        "currency": "MRU"
                      }
                    ],
                    [
                      {
                        "amount": 3981.17,
                        "currency": "CHF"
                      },
                      {
                        "amount": 4805.09,
                        "currency": "ISK"
                      },
                      {
                        "amount": 475.52,
                        "currency": "BZD"
                      },
                      {
                        "amount": 4744.87,
                        "currency": "BTN"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4666.91,
                        "currency": "RWF"
                      },
                      {
                        "amount": 3560.12,
                        "currency": "KES"
                      },
                      {
                        "amount": 406.35,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 1683.97,
                        "currency": "TRY"
                      },
                      {
                        "amount": 4410.01,
                        "currency": "LAK"
                      }
                    ],
                    [
                      {
                        "amount": 769.67,
                        "currency": "KES"
                      },
                      {
                        "amount": 1301.73,
                        "currency": "TND"
                      },
                      {
                        "amount": 2949.34,
                        "currency": "GEL"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "46644209",
                "percentage": 6.4,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3628.65,
                        "currency": "CNY"
                      },
                      {
                        "amount": 4291.29,
                        "currency": "INR"
                      },
                      {
                        "amount": 3295.1,
                        "currency": "MDL"
                      },
                      {
                        "amount": 1364.4,
                        "currency": "STN"
                      }
                    ],
                    [
                      {
                        "amount": 684.89,
                        "currency": "BAM"
                      },
                      {
                        "amount": 3066.02,
                        "currency": "HUF"
                      },
                      {
                        "amount": 4741.65,
                        "currency": "DJF"
                      }
                    ],
                    [
                      {
                        "amount": 4689.11,
                        "currency": "MZN"
                      },
                      {
                        "amount": 3369.04,
                        "currency": "SHP"
                      },
                      {
                        "amount": 2556.66,
                        "currency": "NOK"
                      },
                      {
                        "amount": 1261.38,
                        "currency": "IDR"
                      },
                      {
                        "amount": 3699.68,
                        "currency": "ZAR"
                      }
                    ],
                    [
                      {
                        "amount": 3279.32,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1840.96,
                        "currency": "BSD"
                      },
                      {
                        "amount": 2543.98,
                        "currency": "LKR"
                      },
                      {
                        "amount": 2470.05,
                        "currency": "USD"
                      }
                    ],
                    [
                      {
                        "amount": 3269.77,
                        "currency": "IQD"
                      },
                      {
                        "amount": 313.78,
                        "currency": "MMK"
                      },
                      {
                        "amount": 190.1,
                        "currency": "LYD"
                      },
                      {
                        "amount": 466.4,
                        "currency": "MKD"
                      },
                      {
                        "amount": 1897.68,
                        "currency": "MYR"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 3,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Hal",
                "index": 9,
                "lastName": "Altenwerth",
                "tierLevel": "Red",
                "tierLevelNumber": 5,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3087.04,
                        "currency": "MMK"
                      },
                      {
                        "amount": 1353.42,
                        "currency": "VND"
                      },
                      {
                        "amount": 1977.12,
                        "currency": "ISK"
                      }
                    ],
                    [
                      {
                        "amount": 98.1,
                        "currency": "MKD"
                      }
                    ],
                    [
                      {
                        "amount": 448.64,
                        "currency": "IRR"
                      }
                    ],
                    [
                      {
                        "amount": 2196.28,
                        "currency": "TJS"
                      },
                      {
                        "amount": 416.58,
                        "currency": "IRR"
                      },
                      {
                        "amount": 1648.31,
                        "currency": "AOA"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2217.54,
                        "currency": "KMF"
                      },
                      {
                        "amount": 287.12,
                        "currency": "PKR"
                      },
                      {
                        "amount": 4843.97,
                        "currency": "XOF"
                      },
                      {
                        "amount": 327.7,
                        "currency": "BND"
                      },
                      {
                        "amount": 3237.37,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 3500.25,
                        "currency": "LAK"
                      },
                      {
                        "amount": 1135.89,
                        "currency": "HTG"
                      }
                    ],
                    [
                      {
                        "amount": 315.58,
                        "currency": "AMD"
                      },
                      {
                        "amount": 1017.06,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1938.07,
                        "currency": "PHP"
                      },
                      {
                        "amount": 2539.87,
                        "currency": "VUV"
                      },
                      {
                        "amount": 977.63,
                        "currency": "YER"
                      }
                    ],
                    [
                      {
                        "amount": 4540.96,
                        "currency": "PEN"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "xo",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1480.98,
                            "currency": "DJF"
                          },
                          {
                            "amount": 906.71,
                            "currency": "IQD"
                          },
                          {
                            "amount": 2928.61,
                            "currency": "KHR"
                          },
                          {
                            "amount": 3864.54,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 262.76,
                            "currency": "QAR"
                          }
                        ],
                        [
                          {
                            "amount": 2429.51,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 1548.11,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 318.17,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 4300.26,
                            "currency": "GNF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "qh",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1041.28,
                            "currency": "ILS"
                          },
                          {
                            "amount": 1505.7,
                            "currency": "BND"
                          },
                          {
                            "amount": 2028.04,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3157.7,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 1005.53,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1001.14,
                            "currency": "LBP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "du",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 598.2,
                            "currency": "SLE"
                          },
                          {
                            "amount": 1134.57,
                            "currency": "AFN"
                          },
                          {
                            "amount": 3938.43,
                            "currency": "FJD"
                          },
                          {
                            "amount": 1184.28,
                            "currency": "CHF"
                          },
                          {
                            "amount": 1857.72,
                            "currency": "ISK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "IZ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 377.61,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 1862.15,
                            "currency": "CDF"
                          },
                          {
                            "amount": 1139.54,
                            "currency": "PLN"
                          },
                          {
                            "amount": 358.07,
                            "currency": "CZK"
                          },
                          {
                            "amount": 2388.42,
                            "currency": "TJS"
                          },
                          {
                            "amount": 4410.88,
                            "currency": "GIP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1049.02,
                        "currency": "SBD"
                      },
                      {
                        "amount": 2735.23,
                        "currency": "CNY"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1914.53,
                        "currency": "PKR"
                      }
                    ],
                    [
                      {
                        "amount": 774.55,
                        "currency": "MDL"
                      },
                      {
                        "amount": 762.42,
                        "currency": "CZK"
                      },
                      {
                        "amount": 2020.68,
                        "currency": "MUR"
                      }
                    ],
                    [
                      {
                        "amount": 3622.38,
                        "currency": "GNF"
                      },
                      {
                        "amount": 3611.39,
                        "currency": "XPF"
                      },
                      {
                        "amount": 1935.15,
                        "currency": "BND"
                      },
                      {
                        "amount": 1734.58,
                        "currency": "OMR"
                      },
                      {
                        "amount": 2603.59,
                        "currency": "MWK"
                      }
                    ],
                    [
                      {
                        "amount": 996.91,
                        "currency": "LKR"
                      },
                      {
                        "amount": 4628.29,
                        "currency": "BMD"
                      },
                      {
                        "amount": 1177.01,
                        "currency": "IDR"
                      },
                      {
                        "amount": 1852.67,
                        "currency": "IDR"
                      },
                      {
                        "amount": 3608.33,
                        "currency": "MKD"
                      }
                    ],
                    [
                      {
                        "amount": 3758.03,
                        "currency": "HUF"
                      },
                      {
                        "amount": 436.94,
                        "currency": "IQD"
                      },
                      {
                        "amount": 4363.64,
                        "currency": "MVR"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Ju",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3102.18,
                            "currency": "KGS"
                          }
                        ],
                        [
                          {
                            "amount": 2888.52,
                            "currency": "ALL"
                          },
                          {
                            "amount": 896.56,
                            "currency": "COP"
                          }
                        ],
                        [
                          {
                            "amount": 4536.41,
                            "currency": "TOP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "PM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 219.91,
                            "currency": "ALL"
                          },
                          {
                            "amount": 2723.52,
                            "currency": "PLN"
                          },
                          {
                            "amount": 3901.69,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 1701.59,
                            "currency": "NOK"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2409.34,
                        "currency": "BWP"
                      },
                      {
                        "amount": 4286.09,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 1632.12,
                        "currency": "SHP"
                      }
                    ],
                    [
                      {
                        "amount": 4914.13,
                        "currency": "DOP"
                      },
                      {
                        "amount": 4812.94,
                        "currency": "HTG"
                      }
                    ],
                    [
                      {
                        "amount": 3375.31,
                        "currency": "ANG"
                      },
                      {
                        "amount": 395.89,
                        "currency": "AWG"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4029.87,
                        "currency": "AFN"
                      }
                    ],
                    [
                      {
                        "amount": 2150.42,
                        "currency": "SCR"
                      },
                      {
                        "amount": 1242.16,
                        "currency": "HKD"
                      },
                      {
                        "amount": 4157.96,
                        "currency": "VES"
                      },
                      {
                        "amount": 1626.57,
                        "currency": "MRU"
                      },
                      {
                        "amount": 1679.47,
                        "currency": "UAH"
                      }
                    ],
                    [
                      {
                        "amount": 1354.63,
                        "currency": "HUF"
                      },
                      {
                        "amount": 2920.85,
                        "currency": "USD"
                      },
                      {
                        "amount": 1002.57,
                        "currency": "FJD"
                      }
                    ],
                    [
                      {
                        "amount": 645.67,
                        "currency": "CRC"
                      },
                      {
                        "amount": 1391.15,
                        "currency": "FKP"
                      },
                      {
                        "amount": 1323.22,
                        "currency": "CHF"
                      },
                      {
                        "amount": 4719.85,
                        "currency": "PHP"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2020.15,
                        "currency": "MXN"
                      },
                      {
                        "amount": 1999.16,
                        "currency": "SAR"
                      }
                    ],
                    [
                      {
                        "amount": 843.67,
                        "currency": "LRD"
                      },
                      {
                        "amount": 1810,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 70.62,
                        "currency": "SSP"
                      }
                    ],
                    [
                      {
                        "amount": 2678.18,
                        "currency": "MAD"
                      },
                      {
                        "amount": 1236.79,
                        "currency": "NGN"
                      },
                      {
                        "amount": 3023.86,
                        "currency": "VUV"
                      },
                      {
                        "amount": 3432.62,
                        "currency": "LAK"
                      },
                      {
                        "amount": 2756.42,
                        "currency": "GEL"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "40846258",
                "percentage": 21.5,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 355.55,
                        "currency": "AED"
                      },
                      {
                        "amount": 1992.76,
                        "currency": "HNL"
                      },
                      {
                        "amount": 2686.67,
                        "currency": "BRL"
                      }
                    ],
                    [
                      {
                        "amount": 4011.98,
                        "currency": "THB"
                      },
                      {
                        "amount": 4469.96,
                        "currency": "MNT"
                      },
                      {
                        "amount": 4122.67,
                        "currency": "VND"
                      },
                      {
                        "amount": 3790,
                        "currency": "JOD"
                      }
                    ],
                    [
                      {
                        "amount": 3094.04,
                        "currency": "BOB"
                      },
                      {
                        "amount": 2152.71,
                        "currency": "VUV"
                      },
                      {
                        "amount": 1939.51,
                        "currency": "STN"
                      },
                      {
                        "amount": 1853.98,
                        "currency": "UGX"
                      },
                      {
                        "amount": 1339.65,
                        "currency": "HKD"
                      }
                    ],
                    [
                      {
                        "amount": 1148.97,
                        "currency": "GIP"
                      },
                      {
                        "amount": 4807.8,
                        "currency": "GMD"
                      },
                      {
                        "amount": 3313.51,
                        "currency": "INR"
                      }
                    ],
                    [
                      {
                        "amount": 2384.85,
                        "currency": "IDR"
                      },
                      {
                        "amount": 2861.22,
                        "currency": "GBP"
                      },
                      {
                        "amount": 4440.83,
                        "currency": "EUR"
                      },
                      {
                        "amount": 1349.96,
                        "currency": "RUB"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Connection"
          }
        },
        {
          "availableInventory": 23,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Elroy",
                "index": 3,
                "lastName": "Kris-Williamson",
                "tierLevel": "Platinum",
                "tierLevelNumber": 3,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1072.03,
                        "currency": "AOA"
                      },
                      {
                        "amount": 4712.01,
                        "currency": "AWG"
                      },
                      {
                        "amount": 4194.03,
                        "currency": "BTN"
                      },
                      {
                        "amount": 3645.97,
                        "currency": "ANG"
                      },
                      {
                        "amount": 155.64,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 3355.46,
                        "currency": "WST"
                      },
                      {
                        "amount": 81.14,
                        "currency": "VND"
                      }
                    ],
                    [
                      {
                        "amount": 4127.83,
                        "currency": "AOA"
                      },
                      {
                        "amount": 4451.87,
                        "currency": "NZD"
                      },
                      {
                        "amount": 514.26,
                        "currency": "GYD"
                      },
                      {
                        "amount": 2867.17,
                        "currency": "FKP"
                      }
                    ],
                    [
                      {
                        "amount": 1368.66,
                        "currency": "PKR"
                      }
                    ],
                    [
                      {
                        "amount": 744.08,
                        "currency": "SHP"
                      },
                      {
                        "amount": 99.4,
                        "currency": "MAD"
                      },
                      {
                        "amount": 1033.54,
                        "currency": "KES"
                      },
                      {
                        "amount": 942.7,
                        "currency": "MNT"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3420.57,
                        "currency": "FJD"
                      },
                      {
                        "amount": 1025.52,
                        "currency": "NZD"
                      },
                      {
                        "amount": 4539.74,
                        "currency": "PYG"
                      },
                      {
                        "amount": 3476.72,
                        "currency": "KES"
                      },
                      {
                        "amount": 610.58,
                        "currency": "STN"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "TJ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2115.96,
                            "currency": "KRW"
                          }
                        ],
                        [
                          {
                            "amount": 1008.82,
                            "currency": "SCR"
                          },
                          {
                            "amount": 3292.24,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1499.78,
                            "currency": "PLN"
                          }
                        ],
                        [
                          {
                            "amount": 2679.69,
                            "currency": "DKK"
                          },
                          {
                            "amount": 1253.92,
                            "currency": "TJS"
                          },
                          {
                            "amount": 3812.8,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 4559.14,
                            "currency": "XPF"
                          },
                          {
                            "amount": 74.4,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 2014.91,
                            "currency": "RWF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "YM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4804.94,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 2081.89,
                            "currency": "MYR"
                          },
                          {
                            "amount": 736.05,
                            "currency": "KRW"
                          }
                        ],
                        [
                          {
                            "amount": 302.36,
                            "currency": "NOK"
                          },
                          {
                            "amount": 2336.01,
                            "currency": "SHP"
                          },
                          {
                            "amount": 2519.01,
                            "currency": "CNY"
                          },
                          {
                            "amount": 2731.15,
                            "currency": "SDG"
                          }
                        ],
                        [
                          {
                            "amount": 198.3,
                            "currency": "SEK"
                          },
                          {
                            "amount": 3440.87,
                            "currency": "MVR"
                          },
                          {
                            "amount": 469.66,
                            "currency": "DZD"
                          },
                          {
                            "amount": 622.44,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1323.93,
                            "currency": "BTN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ei",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3144.94,
                            "currency": "COP"
                          },
                          {
                            "amount": 215.18,
                            "currency": "XPF"
                          },
                          {
                            "amount": 1022.7,
                            "currency": "SBD"
                          },
                          {
                            "amount": 384.84,
                            "currency": "MWK"
                          },
                          {
                            "amount": 801.38,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 3320.13,
                            "currency": "GNF"
                          },
                          {
                            "amount": 4546.18,
                            "currency": "GHS"
                          },
                          {
                            "amount": 355.14,
                            "currency": "MDL"
                          },
                          {
                            "amount": 998.54,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 578.25,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 2751.42,
                            "currency": "STN"
                          },
                          {
                            "amount": 1899.28,
                            "currency": "AUD"
                          },
                          {
                            "amount": 4377.86,
                            "currency": "SAR"
                          },
                          {
                            "amount": 2442.42,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 3032.75,
                            "currency": "UYU"
                          },
                          {
                            "amount": 1294.77,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1625.4,
                            "currency": "LRD"
                          },
                          {
                            "amount": 2922.26,
                            "currency": "KGS"
                          },
                          {
                            "amount": 96.08,
                            "currency": "CZK"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3492.49,
                        "currency": "USD"
                      },
                      {
                        "amount": 4654.9,
                        "currency": "XOF"
                      },
                      {
                        "amount": 1279.56,
                        "currency": "CDF"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 340.2,
                        "currency": "MVR"
                      },
                      {
                        "amount": 4605.12,
                        "currency": "TZS"
                      },
                      {
                        "amount": 638.35,
                        "currency": "NGN"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "su",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4290.57,
                            "currency": "UAH"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "pl",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 963.72,
                            "currency": "AZN"
                          },
                          {
                            "amount": 2927.34,
                            "currency": "GIP"
                          },
                          {
                            "amount": 190.07,
                            "currency": "XPF"
                          },
                          {
                            "amount": 2913.58,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 3587.13,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1277.28,
                            "currency": "SHP"
                          },
                          {
                            "amount": 3760.97,
                            "currency": "KGS"
                          },
                          {
                            "amount": 98.04,
                            "currency": "VES"
                          },
                          {
                            "amount": 4414.72,
                            "currency": "VND"
                          }
                        ],
                        [
                          {
                            "amount": 625.19,
                            "currency": "BOB"
                          },
                          {
                            "amount": 2563.73,
                            "currency": "JPY"
                          },
                          {
                            "amount": 800.51,
                            "currency": "KHR"
                          },
                          {
                            "amount": 22.68,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 1398.92,
                            "currency": "TND"
                          },
                          {
                            "amount": 210.34,
                            "currency": "SRD"
                          },
                          {
                            "amount": 3063.75,
                            "currency": "SHP"
                          },
                          {
                            "amount": 2454.72,
                            "currency": "SLE"
                          },
                          {
                            "amount": 4855.63,
                            "currency": "MZN"
                          }
                        ],
                        [
                          {
                            "amount": 1512.58,
                            "currency": "MKD"
                          },
                          {
                            "amount": 231.36,
                            "currency": "DZD"
                          },
                          {
                            "amount": 3342.28,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1415,
                            "currency": "NZD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 699.41,
                        "currency": "GYD"
                      },
                      {
                        "amount": 1502.33,
                        "currency": "MXN"
                      }
                    ],
                    [
                      {
                        "amount": 1702.76,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1185.74,
                        "currency": "PEN"
                      },
                      {
                        "amount": 216.16,
                        "currency": "AFN"
                      },
                      {
                        "amount": 2999.79,
                        "currency": "ALL"
                      },
                      {
                        "amount": 3396.34,
                        "currency": "FKP"
                      }
                    ],
                    [
                      {
                        "amount": 2219.07,
                        "currency": "SSP"
                      },
                      {
                        "amount": 983.13,
                        "currency": "CNY"
                      }
                    ],
                    [
                      {
                        "amount": 3832.64,
                        "currency": "NOK"
                      },
                      {
                        "amount": 2524.46,
                        "currency": "CHF"
                      },
                      {
                        "amount": 4203.15,
                        "currency": "RUB"
                      },
                      {
                        "amount": 4192.39,
                        "currency": "ETB"
                      },
                      {
                        "amount": 496.87,
                        "currency": "PKR"
                      }
                    ],
                    [
                      {
                        "amount": 1842.21,
                        "currency": "LKR"
                      },
                      {
                        "amount": 4001.34,
                        "currency": "COP"
                      },
                      {
                        "amount": 2935.91,
                        "currency": "OMR"
                      },
                      {
                        "amount": 930.4,
                        "currency": "CLP"
                      },
                      {
                        "amount": 651.1,
                        "currency": "TWD"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3453.7,
                        "currency": "BND"
                      },
                      {
                        "amount": 3511.18,
                        "currency": "XAF"
                      },
                      {
                        "amount": 3299.42,
                        "currency": "SSP"
                      },
                      {
                        "amount": 3269.73,
                        "currency": "MXN"
                      }
                    ],
                    [
                      {
                        "amount": 4889.79,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 1099.16,
                        "currency": "WST"
                      }
                    ],
                    [
                      {
                        "amount": 4488.47,
                        "currency": "MRU"
                      }
                    ],
                    [
                      {
                        "amount": 3024.46,
                        "currency": "XCD"
                      },
                      {
                        "amount": 1142.96,
                        "currency": "ALL"
                      },
                      {
                        "amount": 82.01,
                        "currency": "TND"
                      },
                      {
                        "amount": 1388.37,
                        "currency": "JMD"
                      },
                      {
                        "amount": 487.67,
                        "currency": "IRR"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2566.27,
                        "currency": "ARS"
                      },
                      {
                        "amount": 1713.09,
                        "currency": "GNF"
                      },
                      {
                        "amount": 2989.06,
                        "currency": "TWD"
                      },
                      {
                        "amount": 4515.24,
                        "currency": "TOP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "75512720",
                "percentage": 9.5,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 900.22,
                        "currency": "SGD"
                      },
                      {
                        "amount": 2265.09,
                        "currency": "AOA"
                      },
                      {
                        "amount": 1551.82,
                        "currency": "SYP"
                      },
                      {
                        "amount": 2945.34,
                        "currency": "XAF"
                      },
                      {
                        "amount": 4662.69,
                        "currency": "RUB"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 2,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Outbound"
          }
        },
        {
          "availableInventory": 40,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Wilma",
                "index": 6,
                "lastName": "Stokes",
                "tierLevel": "Silver",
                "tierLevelNumber": 5,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3372.22,
                        "currency": "TWD"
                      },
                      {
                        "amount": 4679.1,
                        "currency": "TZS"
                      },
                      {
                        "amount": 1875.74,
                        "currency": "KPW"
                      }
                    ],
                    [
                      {
                        "amount": 3778.01,
                        "currency": "GYD"
                      },
                      {
                        "amount": 2788.84,
                        "currency": "PHP"
                      },
                      {
                        "amount": 4639.55,
                        "currency": "MDL"
                      }
                    ],
                    [
                      {
                        "amount": 3853.79,
                        "currency": "BMD"
                      }
                    ],
                    [
                      {
                        "amount": 3610.4,
                        "currency": "HNL"
                      },
                      {
                        "amount": 1471.09,
                        "currency": "UAH"
                      },
                      {
                        "amount": 959.88,
                        "currency": "RSD"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2883.61,
                        "currency": "BND"
                      }
                    ],
                    [
                      {
                        "amount": 711.21,
                        "currency": "FKP"
                      },
                      {
                        "amount": 3123.7,
                        "currency": "KRW"
                      },
                      {
                        "amount": 2942.99,
                        "currency": "MDL"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "xO",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2034.2,
                            "currency": "AFN"
                          },
                          {
                            "amount": 935.42,
                            "currency": "TTD"
                          },
                          {
                            "amount": 2102.88,
                            "currency": "MRU"
                          },
                          {
                            "amount": 1682.45,
                            "currency": "MAD"
                          },
                          {
                            "amount": 2278.74,
                            "currency": "BWP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "jI",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1052.95,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 4287.67,
                            "currency": "BAM"
                          },
                          {
                            "amount": 990.08,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 594.32,
                            "currency": "AED"
                          },
                          {
                            "amount": 3836.41,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 1665.92,
                            "currency": "DZD"
                          },
                          {
                            "amount": 2418.29,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2540.18,
                            "currency": "SDG"
                          },
                          {
                            "amount": 1139.22,
                            "currency": "SDG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "xi",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3461.27,
                            "currency": "KZT"
                          },
                          {
                            "amount": 4868.78,
                            "currency": "KMF"
                          },
                          {
                            "amount": 4795.82,
                            "currency": "RUB"
                          },
                          {
                            "amount": 1053.94,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 1105.64,
                            "currency": "HKD"
                          },
                          {
                            "amount": 1485.73,
                            "currency": "KPW"
                          },
                          {
                            "amount": 4965.17,
                            "currency": "KRW"
                          }
                        ],
                        [
                          {
                            "amount": 2351.21,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1465.45,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 59.87,
                            "currency": "ANG"
                          },
                          {
                            "amount": 1060.44,
                            "currency": "TWD"
                          },
                          {
                            "amount": 1341.23,
                            "currency": "SDG"
                          },
                          {
                            "amount": 568.51,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 4519.97,
                            "currency": "ALL"
                          },
                          {
                            "amount": 1123.23,
                            "currency": "SHP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "CY",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2166.24,
                            "currency": "XAF"
                          },
                          {
                            "amount": 4525.01,
                            "currency": "SYP"
                          },
                          {
                            "amount": 136.86,
                            "currency": "IDR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "uo",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1849.11,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 994.47,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 2021.91,
                            "currency": "NOK"
                          },
                          {
                            "amount": 4081.26,
                            "currency": "DJF"
                          },
                          {
                            "amount": 3602.77,
                            "currency": "JOD"
                          },
                          {
                            "amount": 3882.43,
                            "currency": "RON"
                          },
                          {
                            "amount": 3221.53,
                            "currency": "MXN"
                          }
                        ],
                        [
                          {
                            "amount": 228.56,
                            "currency": "BBD"
                          },
                          {
                            "amount": 2290.56,
                            "currency": "QAR"
                          },
                          {
                            "amount": 3975.55,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 1612.18,
                            "currency": "SSP"
                          },
                          {
                            "amount": 2413.16,
                            "currency": "OMR"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2996.8,
                        "currency": "IQD"
                      },
                      {
                        "amount": 4362.73,
                        "currency": "MDL"
                      },
                      {
                        "amount": 1399.87,
                        "currency": "RUB"
                      },
                      {
                        "amount": 3828.04,
                        "currency": "DKK"
                      },
                      {
                        "amount": 2254.33,
                        "currency": "BSD"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1575.66,
                        "currency": "TWD"
                      },
                      {
                        "amount": 508.33,
                        "currency": "LBP"
                      },
                      {
                        "amount": 4044.49,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 2426.08,
                        "currency": "BHD"
                      },
                      {
                        "amount": 3816.95,
                        "currency": "EGP"
                      },
                      {
                        "amount": 4551.73,
                        "currency": "JMD"
                      },
                      {
                        "amount": 943.19,
                        "currency": "PEN"
                      },
                      {
                        "amount": 4774.02,
                        "currency": "INR"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "XF",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1982.97,
                            "currency": "KHR"
                          },
                          {
                            "amount": 4234.11,
                            "currency": "ILS"
                          },
                          {
                            "amount": 2937.39,
                            "currency": "FJD"
                          },
                          {
                            "amount": 1093.47,
                            "currency": "TJS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "sp",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4683.28,
                            "currency": "LBP"
                          },
                          {
                            "amount": 2709.34,
                            "currency": "TJS"
                          },
                          {
                            "amount": 2787.68,
                            "currency": "OMR"
                          },
                          {
                            "amount": 974,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 484.26,
                            "currency": "JOD"
                          },
                          {
                            "amount": 879.92,
                            "currency": "GNF"
                          },
                          {
                            "amount": 2770.09,
                            "currency": "SSP"
                          },
                          {
                            "amount": 586.13,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1239.25,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 1220.59,
                            "currency": "QAR"
                          },
                          {
                            "amount": 2617.36,
                            "currency": "TWD"
                          },
                          {
                            "amount": 96.03,
                            "currency": "USD"
                          },
                          {
                            "amount": 1158.11,
                            "currency": "DJF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ff",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4971.92,
                            "currency": "GNF"
                          },
                          {
                            "amount": 95.45,
                            "currency": "BGN"
                          },
                          {
                            "amount": 4854.15,
                            "currency": "ETB"
                          },
                          {
                            "amount": 3510.07,
                            "currency": "BZD"
                          },
                          {
                            "amount": 319.24,
                            "currency": "TWD"
                          }
                        ],
                        [
                          {
                            "amount": 3717.98,
                            "currency": "CRC"
                          },
                          {
                            "amount": 4070.73,
                            "currency": "GMD"
                          },
                          {
                            "amount": 1652.5,
                            "currency": "LRD"
                          },
                          {
                            "amount": 4420.47,
                            "currency": "COP"
                          },
                          {
                            "amount": 3511.1,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 4233.62,
                            "currency": "KES"
                          },
                          {
                            "amount": 2798.21,
                            "currency": "BOB"
                          },
                          {
                            "amount": 1374.01,
                            "currency": "DKK"
                          },
                          {
                            "amount": 1284.46,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 514.46,
                            "currency": "HTG"
                          },
                          {
                            "amount": 789.03,
                            "currency": "ETB"
                          },
                          {
                            "amount": 3338.35,
                            "currency": "SOS"
                          }
                        ],
                        [
                          {
                            "amount": 4388.76,
                            "currency": "UAH"
                          },
                          {
                            "amount": 3173.3,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3622.05,
                        "currency": "MWK"
                      },
                      {
                        "amount": 2612.29,
                        "currency": "BRL"
                      },
                      {
                        "amount": 2782.26,
                        "currency": "PGK"
                      },
                      {
                        "amount": 1037.57,
                        "currency": "SOS"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 731.53,
                        "currency": "SYP"
                      },
                      {
                        "amount": 2751.5,
                        "currency": "AED"
                      },
                      {
                        "amount": 2462.62,
                        "currency": "TTD"
                      }
                    ],
                    [
                      {
                        "amount": 301.57,
                        "currency": "CNY"
                      },
                      {
                        "amount": 4897.72,
                        "currency": "CUP"
                      },
                      {
                        "amount": 3651.03,
                        "currency": "AUD"
                      },
                      {
                        "amount": 4977.08,
                        "currency": "KZT"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4053.65,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 4057.8,
                        "currency": "BHD"
                      },
                      {
                        "amount": 4097.53,
                        "currency": "PYG"
                      }
                    ],
                    [
                      {
                        "amount": 3879.69,
                        "currency": "KES"
                      },
                      {
                        "amount": 545.12,
                        "currency": "CHF"
                      },
                      {
                        "amount": 2404.14,
                        "currency": "BRL"
                      },
                      {
                        "amount": 4739.77,
                        "currency": "DJF"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "68939181",
                "percentage": 28.4,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 1627.91,
                        "currency": "SBD"
                      }
                    ],
                    [
                      {
                        "amount": 2305.85,
                        "currency": "BMD"
                      },
                      {
                        "amount": 343.26,
                        "currency": "BGN"
                      },
                      {
                        "amount": 3903.79,
                        "currency": "TTD"
                      },
                      {
                        "amount": 12.08,
                        "currency": "OMR"
                      },
                      {
                        "amount": 90.91,
                        "currency": "AUD"
                      }
                    ],
                    [
                      {
                        "amount": 626.32,
                        "currency": "SYP"
                      },
                      {
                        "amount": 4534.05,
                        "currency": "DKK"
                      },
                      {
                        "amount": 1815.1,
                        "currency": "NAD"
                      },
                      {
                        "amount": 1739.83,
                        "currency": "HUF"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Connection"
          }
        },
        {
          "availableInventory": 8,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Alvera",
                "index": 3,
                "lastName": "Howe",
                "tierLevel": "Red",
                "tierLevelNumber": 4,
                "type": "CHD"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2395.37,
                        "currency": "WST"
                      },
                      {
                        "amount": 507.14,
                        "currency": "BRL"
                      }
                    ],
                    [
                      {
                        "amount": 4108.27,
                        "currency": "KMF"
                      },
                      {
                        "amount": 1522.51,
                        "currency": "DOP"
                      }
                    ],
                    [
                      {
                        "amount": 4453.14,
                        "currency": "BZD"
                      },
                      {
                        "amount": 756.55,
                        "currency": "FKP"
                      }
                    ],
                    [
                      {
                        "amount": 2985.57,
                        "currency": "CZK"
                      },
                      {
                        "amount": 2275.83,
                        "currency": "BGN"
                      },
                      {
                        "amount": 2770.85,
                        "currency": "LBP"
                      },
                      {
                        "amount": 263.76,
                        "currency": "ZMW"
                      }
                    ],
                    [
                      {
                        "amount": 1392.87,
                        "currency": "BIF"
                      },
                      {
                        "amount": 2058.69,
                        "currency": "STN"
                      },
                      {
                        "amount": 1660.7,
                        "currency": "CZK"
                      },
                      {
                        "amount": 2829.16,
                        "currency": "MWK"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2834.53,
                        "currency": "KHR"
                      },
                      {
                        "amount": 2373.91,
                        "currency": "LKR"
                      },
                      {
                        "amount": 3920.46,
                        "currency": "WST"
                      },
                      {
                        "amount": 3187.74,
                        "currency": "LRD"
                      },
                      {
                        "amount": 4050.43,
                        "currency": "CLP"
                      }
                    ],
                    [
                      {
                        "amount": 2721.76,
                        "currency": "THB"
                      }
                    ],
                    [
                      {
                        "amount": 2617.06,
                        "currency": "ALL"
                      },
                      {
                        "amount": 2860.56,
                        "currency": "SSP"
                      },
                      {
                        "amount": 1583.2,
                        "currency": "HTG"
                      },
                      {
                        "amount": 617.28,
                        "currency": "MWK"
                      }
                    ],
                    [
                      {
                        "amount": 1233.95,
                        "currency": "SHP"
                      },
                      {
                        "amount": 52.4,
                        "currency": "FJD"
                      },
                      {
                        "amount": 4865.3,
                        "currency": "PHP"
                      },
                      {
                        "amount": 282.22,
                        "currency": "MYR"
                      }
                    ],
                    [
                      {
                        "amount": 3483.44,
                        "currency": "BAM"
                      },
                      {
                        "amount": 3929.13,
                        "currency": "SBD"
                      },
                      {
                        "amount": 3836.93,
                        "currency": "GHS"
                      },
                      {
                        "amount": 352.44,
                        "currency": "NPR"
                      },
                      {
                        "amount": 1334.74,
                        "currency": "MDL"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "cW",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3884.48,
                            "currency": "GBP"
                          },
                          {
                            "amount": 3115.17,
                            "currency": "NIO"
                          },
                          {
                            "amount": 2762.62,
                            "currency": "GBP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1245.37,
                        "currency": "ANG"
                      },
                      {
                        "amount": 3702.27,
                        "currency": "MZN"
                      },
                      {
                        "amount": 4205.37,
                        "currency": "LRD"
                      },
                      {
                        "amount": 284.13,
                        "currency": "SOS"
                      },
                      {
                        "amount": 3194.34,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 1802.7,
                        "currency": "DJF"
                      }
                    ],
                    [
                      {
                        "amount": 4636.7,
                        "currency": "VUV"
                      },
                      {
                        "amount": 1069.21,
                        "currency": "JOD"
                      }
                    ],
                    [
                      {
                        "amount": 2990.62,
                        "currency": "ETB"
                      },
                      {
                        "amount": 4163.86,
                        "currency": "MYR"
                      }
                    ],
                    [
                      {
                        "amount": 2816.41,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 2407.76,
                        "currency": "KYD"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2280.64,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 2767.05,
                        "currency": "MRU"
                      }
                    ],
                    [
                      {
                        "amount": 4858.11,
                        "currency": "BND"
                      },
                      {
                        "amount": 1179.88,
                        "currency": "MUR"
                      }
                    ],
                    [
                      {
                        "amount": 1060.21,
                        "currency": "PLN"
                      },
                      {
                        "amount": 4784.34,
                        "currency": "BBD"
                      }
                    ],
                    [
                      {
                        "amount": 3267.84,
                        "currency": "GMD"
                      },
                      {
                        "amount": 2925.76,
                        "currency": "CAD"
                      },
                      {
                        "amount": 3770.02,
                        "currency": "MYR"
                      },
                      {
                        "amount": 1967.29,
                        "currency": "RSD"
                      },
                      {
                        "amount": 2429.09,
                        "currency": "USD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "kZ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4153.97,
                            "currency": "UYU"
                          },
                          {
                            "amount": 1525.37,
                            "currency": "MOP"
                          },
                          {
                            "amount": 216.97,
                            "currency": "ANG"
                          },
                          {
                            "amount": 1077.93,
                            "currency": "JOD"
                          },
                          {
                            "amount": 4771.1,
                            "currency": "SCR"
                          }
                        ],
                        [
                          {
                            "amount": 2419.39,
                            "currency": "EGP"
                          },
                          {
                            "amount": 2290.35,
                            "currency": "FJD"
                          },
                          {
                            "amount": 1293.35,
                            "currency": "HTG"
                          },
                          {
                            "amount": 1171.18,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 1951.12,
                            "currency": "BIF"
                          },
                          {
                            "amount": 3745.82,
                            "currency": "KHR"
                          },
                          {
                            "amount": 2935.97,
                            "currency": "BYN"
                          },
                          {
                            "amount": 2486.29,
                            "currency": "LKR"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3037.57,
                        "currency": "KGS"
                      },
                      {
                        "amount": 143.5,
                        "currency": "STN"
                      },
                      {
                        "amount": 2418.34,
                        "currency": "GHS"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3336.87,
                        "currency": "NPR"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4670.52,
                        "currency": "DKK"
                      }
                    ],
                    [
                      {
                        "amount": 113.02,
                        "currency": "ANG"
                      },
                      {
                        "amount": 4528.79,
                        "currency": "LBP"
                      },
                      {
                        "amount": 2965.91,
                        "currency": "MOP"
                      }
                    ],
                    [
                      {
                        "amount": 4582.81,
                        "currency": "AFN"
                      },
                      {
                        "amount": 3716.07,
                        "currency": "CNY"
                      }
                    ],
                    [
                      {
                        "amount": 1033.9,
                        "currency": "MUR"
                      },
                      {
                        "amount": 783.37,
                        "currency": "MAD"
                      },
                      {
                        "amount": 335.72,
                        "currency": "GHS"
                      }
                    ],
                    [
                      {
                        "amount": 4670.56,
                        "currency": "NOK"
                      },
                      {
                        "amount": 121.47,
                        "currency": "SBD"
                      },
                      {
                        "amount": 2205.71,
                        "currency": "PYG"
                      },
                      {
                        "amount": 99.75,
                        "currency": "DJF"
                      },
                      {
                        "amount": 3789.65,
                        "currency": "NGN"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "43497791",
                "percentage": 20,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 1519.16,
                        "currency": "GHS"
                      },
                      {
                        "amount": 2156.58,
                        "currency": "JPY"
                      }
                    ],
                    [
                      {
                        "amount": 4429.68,
                        "currency": "SYP"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Macy",
                "index": 3,
                "lastName": "Tillman",
                "tierLevel": "Silver",
                "tierLevelNumber": 3,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1937.3,
                        "currency": "JOD"
                      }
                    ],
                    [
                      {
                        "amount": 4648.8,
                        "currency": "MRU"
                      },
                      {
                        "amount": 1769.1,
                        "currency": "BMD"
                      },
                      {
                        "amount": 1183.94,
                        "currency": "SOS"
                      },
                      {
                        "amount": 3104.82,
                        "currency": "THB"
                      },
                      {
                        "amount": 1909.86,
                        "currency": "BBD"
                      }
                    ],
                    [
                      {
                        "amount": 3779.35,
                        "currency": "BMD"
                      },
                      {
                        "amount": 2572.76,
                        "currency": "TJS"
                      },
                      {
                        "amount": 2220.76,
                        "currency": "BTN"
                      },
                      {
                        "amount": 4487.74,
                        "currency": "USD"
                      },
                      {
                        "amount": 3170.98,
                        "currency": "ETB"
                      }
                    ],
                    [
                      {
                        "amount": 2544.39,
                        "currency": "LBP"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1563.4,
                        "currency": "COP"
                      },
                      {
                        "amount": 2083.63,
                        "currency": "LSL"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Yf",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3029.42,
                            "currency": "UZS"
                          },
                          {
                            "amount": 3382.79,
                            "currency": "SYP"
                          },
                          {
                            "amount": 1510.58,
                            "currency": "GEL"
                          }
                        ],
                        [
                          {
                            "amount": 3181.66,
                            "currency": "SBD"
                          },
                          {
                            "amount": 2953.49,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1647.49,
                            "currency": "SEK"
                          },
                          {
                            "amount": 3747.91,
                            "currency": "MRU"
                          },
                          {
                            "amount": 4181.22,
                            "currency": "MUR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "rC",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4609.33,
                            "currency": "UZS"
                          },
                          {
                            "amount": 2108.56,
                            "currency": "TRY"
                          },
                          {
                            "amount": 686.86,
                            "currency": "BND"
                          }
                        ],
                        [
                          {
                            "amount": 2915.03,
                            "currency": "PLN"
                          }
                        ],
                        [
                          {
                            "amount": 1620.17,
                            "currency": "AUD"
                          },
                          {
                            "amount": 4220.02,
                            "currency": "GIP"
                          },
                          {
                            "amount": 1818.33,
                            "currency": "FKP"
                          },
                          {
                            "amount": 2150.25,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 1651.21,
                            "currency": "DZD"
                          },
                          {
                            "amount": 1727.94,
                            "currency": "MMK"
                          },
                          {
                            "amount": 441.57,
                            "currency": "MZN"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1861.9,
                        "currency": "KWD"
                      },
                      {
                        "amount": 3464.32,
                        "currency": "VND"
                      },
                      {
                        "amount": 1007.07,
                        "currency": "CDF"
                      },
                      {
                        "amount": 78.08,
                        "currency": "BND"
                      },
                      {
                        "amount": 3473.58,
                        "currency": "LSL"
                      }
                    ],
                    [
                      {
                        "amount": 857.41,
                        "currency": "XPF"
                      },
                      {
                        "amount": 2595.21,
                        "currency": "ANG"
                      },
                      {
                        "amount": 2186.24,
                        "currency": "TTD"
                      }
                    ],
                    [
                      {
                        "amount": 2604.62,
                        "currency": "OMR"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3832.13,
                        "currency": "BRL"
                      }
                    ],
                    [
                      {
                        "amount": 798.78,
                        "currency": "QAR"
                      },
                      {
                        "amount": 1093.93,
                        "currency": "SAR"
                      }
                    ],
                    [
                      {
                        "amount": 3838.19,
                        "currency": "CDF"
                      },
                      {
                        "amount": 3058.36,
                        "currency": "SOS"
                      },
                      {
                        "amount": 4917.28,
                        "currency": "MZN"
                      }
                    ],
                    [
                      {
                        "amount": 4211.97,
                        "currency": "XAF"
                      },
                      {
                        "amount": 1423.72,
                        "currency": "GEL"
                      },
                      {
                        "amount": 776.53,
                        "currency": "UZS"
                      },
                      {
                        "amount": 4402.2,
                        "currency": "JMD"
                      },
                      {
                        "amount": 4627.29,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 4623.77,
                        "currency": "MVR"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "YE",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4016.19,
                            "currency": "WST"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Rv",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1518.84,
                            "currency": "GHS"
                          },
                          {
                            "amount": 1340.96,
                            "currency": "AFN"
                          },
                          {
                            "amount": 1082.28,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 2947.3,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 413.77,
                            "currency": "BWP"
                          },
                          {
                            "amount": 696.9,
                            "currency": "DJF"
                          },
                          {
                            "amount": 3653.12,
                            "currency": "DJF"
                          },
                          {
                            "amount": 356.8,
                            "currency": "CNY"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "wj",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 908.08,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 1393.32,
                            "currency": "JPY"
                          },
                          {
                            "amount": 4008.76,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 3069.83,
                            "currency": "HTG"
                          },
                          {
                            "amount": 1165.4,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 2532.74,
                            "currency": "UZS"
                          },
                          {
                            "amount": 1502.56,
                            "currency": "BGN"
                          },
                          {
                            "amount": 1587.56,
                            "currency": "RSD"
                          },
                          {
                            "amount": 1580.53,
                            "currency": "BDT"
                          },
                          {
                            "amount": 389.75,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 2735.23,
                            "currency": "ISK"
                          },
                          {
                            "amount": 4586.01,
                            "currency": "TTD"
                          },
                          {
                            "amount": 1454.77,
                            "currency": "MWK"
                          }
                        ],
                        [
                          {
                            "amount": 1960.34,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3036.57,
                            "currency": "MZN"
                          },
                          {
                            "amount": 3648.49,
                            "currency": "CVE"
                          },
                          {
                            "amount": 1813.43,
                            "currency": "KGS"
                          },
                          {
                            "amount": 3879.76,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 812.61,
                            "currency": "CAD"
                          },
                          {
                            "amount": 2472.52,
                            "currency": "TMT"
                          },
                          {
                            "amount": 3313.22,
                            "currency": "MVR"
                          },
                          {
                            "amount": 4361.08,
                            "currency": "MOP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4631.37,
                        "currency": "JOD"
                      },
                      {
                        "amount": 3574.13,
                        "currency": "IQD"
                      },
                      {
                        "amount": 2480.39,
                        "currency": "SEK"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 630.29,
                        "currency": "PHP"
                      },
                      {
                        "amount": 4557.48,
                        "currency": "UGX"
                      },
                      {
                        "amount": 4035.63,
                        "currency": "XCD"
                      }
                    ],
                    [
                      {
                        "amount": 1817.88,
                        "currency": "PKR"
                      },
                      {
                        "amount": 1416.02,
                        "currency": "BGN"
                      },
                      {
                        "amount": 980.25,
                        "currency": "WST"
                      },
                      {
                        "amount": 212.69,
                        "currency": "KZT"
                      },
                      {
                        "amount": 3036.59,
                        "currency": "KGS"
                      }
                    ],
                    [
                      {
                        "amount": 933.35,
                        "currency": "UYU"
                      },
                      {
                        "amount": 2537.97,
                        "currency": "CZK"
                      },
                      {
                        "amount": 1340.67,
                        "currency": "PHP"
                      },
                      {
                        "amount": 179.09,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 1787.74,
                        "currency": "INR"
                      },
                      {
                        "amount": 1194.36,
                        "currency": "KWD"
                      },
                      {
                        "amount": 4754.44,
                        "currency": "IQD"
                      },
                      {
                        "amount": 538.37,
                        "currency": "MXN"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4688.54,
                        "currency": "CVE"
                      },
                      {
                        "amount": 2891.69,
                        "currency": "BDT"
                      },
                      {
                        "amount": 1573.62,
                        "currency": "AWG"
                      },
                      {
                        "amount": 1685.11,
                        "currency": "TJS"
                      }
                    ],
                    [
                      {
                        "amount": 1698.11,
                        "currency": "SCR"
                      },
                      {
                        "amount": 3979.36,
                        "currency": "PEN"
                      }
                    ],
                    [
                      {
                        "amount": 2867.99,
                        "currency": "GMD"
                      },
                      {
                        "amount": 2914.76,
                        "currency": "TRY"
                      },
                      {
                        "amount": 4520.08,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 2231.73,
                        "currency": "UAH"
                      }
                    ],
                    [
                      {
                        "amount": 867.6,
                        "currency": "CZK"
                      },
                      {
                        "amount": 1710.27,
                        "currency": "HTG"
                      },
                      {
                        "amount": 3992.33,
                        "currency": "GMD"
                      },
                      {
                        "amount": 649.55,
                        "currency": "ALL"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "60707315",
                "percentage": 26.5,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2526.55,
                        "currency": "KMF"
                      },
                      {
                        "amount": 4816.38,
                        "currency": "AOA"
                      },
                      {
                        "amount": 3655.29,
                        "currency": "SHP"
                      },
                      {
                        "amount": 1624.58,
                        "currency": "KMF"
                      }
                    ],
                    [
                      {
                        "amount": 3461.83,
                        "currency": "DZD"
                      }
                    ],
                    [
                      {
                        "amount": 4157.24,
                        "currency": "GIP"
                      },
                      {
                        "amount": 2810.24,
                        "currency": "AED"
                      },
                      {
                        "amount": 1211.31,
                        "currency": "GMD"
                      },
                      {
                        "amount": 3302.07,
                        "currency": "QAR"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 3,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Delpha",
                "index": 3,
                "lastName": "Runolfsson",
                "tierLevel": "Platinum",
                "tierLevelNumber": 5,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3512.71,
                        "currency": "KHR"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1803.27,
                        "currency": "TOP"
                      },
                      {
                        "amount": 4974.06,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 2292.83,
                        "currency": "SGD"
                      },
                      {
                        "amount": 2950.46,
                        "currency": "PHP"
                      },
                      {
                        "amount": 786.15,
                        "currency": "THB"
                      },
                      {
                        "amount": 4819.88,
                        "currency": "MAD"
                      },
                      {
                        "amount": 2997.92,
                        "currency": "DZD"
                      }
                    ],
                    [
                      {
                        "amount": 3232.32,
                        "currency": "JMD"
                      }
                    ],
                    [
                      {
                        "amount": 3286.4,
                        "currency": "RWF"
                      },
                      {
                        "amount": 4338.66,
                        "currency": "ALL"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "jf",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3199.99,
                            "currency": "MOP"
                          },
                          {
                            "amount": 2220.01,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 1444.36,
                            "currency": "SDG"
                          },
                          {
                            "amount": 4722.01,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 2789.31,
                            "currency": "CNY"
                          },
                          {
                            "amount": 2683.47,
                            "currency": "AED"
                          },
                          {
                            "amount": 2175.35,
                            "currency": "VND"
                          },
                          {
                            "amount": 1861.54,
                            "currency": "NPR"
                          },
                          {
                            "amount": 2782.15,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 4423.62,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 3393.04,
                            "currency": "BIF"
                          },
                          {
                            "amount": 936.5,
                            "currency": "GYD"
                          },
                          {
                            "amount": 3751.85,
                            "currency": "SDG"
                          },
                          {
                            "amount": 895.51,
                            "currency": "JMD"
                          },
                          {
                            "amount": 195.05,
                            "currency": "LBP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "uF",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 579.23,
                            "currency": "VES"
                          },
                          {
                            "amount": 3567.27,
                            "currency": "MYR"
                          },
                          {
                            "amount": 1588.15,
                            "currency": "BIF"
                          },
                          {
                            "amount": 1933.13,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 161.12,
                            "currency": "TOP"
                          },
                          {
                            "amount": 678.98,
                            "currency": "SEK"
                          },
                          {
                            "amount": 4129.48,
                            "currency": "TMT"
                          },
                          {
                            "amount": 1430.6,
                            "currency": "SBD"
                          },
                          {
                            "amount": 188.12,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 608.7,
                            "currency": "BBD"
                          },
                          {
                            "amount": 4863.3,
                            "currency": "ETB"
                          }
                        ],
                        [
                          {
                            "amount": 3092.93,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 3865.29,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1068.98,
                            "currency": "TZS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "sn",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2281.12,
                            "currency": "BTN"
                          },
                          {
                            "amount": 128.23,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 2515.96,
                            "currency": "BMD"
                          },
                          {
                            "amount": 4968.07,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2206.19,
                            "currency": "FJD"
                          },
                          {
                            "amount": 1212.27,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 1251.36,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2855.6,
                            "currency": "PKR"
                          },
                          {
                            "amount": 2741.19,
                            "currency": "COP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1353.33,
                        "currency": "MAD"
                      },
                      {
                        "amount": 2531.69,
                        "currency": "KHR"
                      }
                    ],
                    [
                      {
                        "amount": 286.93,
                        "currency": "TRY"
                      },
                      {
                        "amount": 4418.35,
                        "currency": "LKR"
                      },
                      {
                        "amount": 3660.18,
                        "currency": "SCR"
                      },
                      {
                        "amount": 1955.34,
                        "currency": "SRD"
                      }
                    ],
                    [
                      {
                        "amount": 1577.61,
                        "currency": "SGD"
                      },
                      {
                        "amount": 2985.31,
                        "currency": "JPY"
                      }
                    ],
                    [
                      {
                        "amount": 3828.78,
                        "currency": "SCR"
                      },
                      {
                        "amount": 482.49,
                        "currency": "VES"
                      },
                      {
                        "amount": 3231.15,
                        "currency": "LKR"
                      },
                      {
                        "amount": 4927.98,
                        "currency": "KWD"
                      },
                      {
                        "amount": 3530.72,
                        "currency": "BBD"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2037.15,
                        "currency": "VND"
                      },
                      {
                        "amount": 3578.95,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 4752.03,
                        "currency": "ISK"
                      },
                      {
                        "amount": 2464.25,
                        "currency": "BAM"
                      },
                      {
                        "amount": 2233.07,
                        "currency": "JMD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "rW",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3132.92,
                            "currency": "KWD"
                          },
                          {
                            "amount": 237.71,
                            "currency": "BBD"
                          },
                          {
                            "amount": 2000.96,
                            "currency": "VND"
                          },
                          {
                            "amount": 4708.88,
                            "currency": "KMF"
                          },
                          {
                            "amount": 4358.91,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 2746.8,
                            "currency": "BND"
                          }
                        ],
                        [
                          {
                            "amount": 4246.64,
                            "currency": "ETB"
                          },
                          {
                            "amount": 512.13,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3713.65,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4510.22,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 325.74,
                            "currency": "UZS"
                          },
                          {
                            "amount": 3191.81,
                            "currency": "LSL"
                          },
                          {
                            "amount": 2377.58,
                            "currency": "THB"
                          },
                          {
                            "amount": 1257.15,
                            "currency": "MGA"
                          },
                          {
                            "amount": 3063.01,
                            "currency": "LRD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "MI",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4501.81,
                            "currency": "NZD"
                          },
                          {
                            "amount": 2287.73,
                            "currency": "SGD"
                          },
                          {
                            "amount": 2153,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1665.72,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 4892.74,
                            "currency": "ALL"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "df",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1206.37,
                            "currency": "LYD"
                          },
                          {
                            "amount": 4865.8,
                            "currency": "ILS"
                          },
                          {
                            "amount": 3706.68,
                            "currency": "AED"
                          },
                          {
                            "amount": 1026.46,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 939.23,
                            "currency": "OMR"
                          },
                          {
                            "amount": 4105.84,
                            "currency": "MXN"
                          },
                          {
                            "amount": 4903.15,
                            "currency": "GYD"
                          },
                          {
                            "amount": 1557.91,
                            "currency": "CDF"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2510.46,
                        "currency": "KHR"
                      },
                      {
                        "amount": 3877.22,
                        "currency": "SHP"
                      },
                      {
                        "amount": 1798.02,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 1230.05,
                        "currency": "SHP"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3735.78,
                        "currency": "BBD"
                      },
                      {
                        "amount": 4773.88,
                        "currency": "DOP"
                      },
                      {
                        "amount": 2268.17,
                        "currency": "WST"
                      },
                      {
                        "amount": 2177.12,
                        "currency": "BDT"
                      },
                      {
                        "amount": 2292.32,
                        "currency": "CUP"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 820.13,
                        "currency": "TRY"
                      },
                      {
                        "amount": 3970.94,
                        "currency": "CRC"
                      },
                      {
                        "amount": 795.41,
                        "currency": "RWF"
                      }
                    ],
                    [
                      {
                        "amount": 1080.92,
                        "currency": "EGP"
                      },
                      {
                        "amount": 4518.32,
                        "currency": "ANG"
                      },
                      {
                        "amount": 2482.04,
                        "currency": "KMF"
                      }
                    ],
                    [
                      {
                        "amount": 3756.92,
                        "currency": "CZK"
                      }
                    ],
                    [
                      {
                        "amount": 4356.49,
                        "currency": "SGD"
                      }
                    ],
                    [
                      {
                        "amount": 1382.05,
                        "currency": "ANG"
                      },
                      {
                        "amount": 1436.87,
                        "currency": "SGD"
                      },
                      {
                        "amount": 4065.24,
                        "currency": "CLP"
                      },
                      {
                        "amount": 3007.78,
                        "currency": "LRD"
                      },
                      {
                        "amount": 4021.71,
                        "currency": "CVE"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "48767036",
                "percentage": 13.2,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 4209.34,
                        "currency": "AUD"
                      },
                      {
                        "amount": 2137.79,
                        "currency": "TZS"
                      }
                    ],
                    [
                      {
                        "amount": 3065.61,
                        "currency": "XPF"
                      },
                      {
                        "amount": 2017.6,
                        "currency": "MZN"
                      },
                      {
                        "amount": 620.55,
                        "currency": "DZD"
                      },
                      {
                        "amount": 3059.57,
                        "currency": "MNT"
                      },
                      {
                        "amount": 2751,
                        "currency": "DKK"
                      }
                    ],
                    [
                      {
                        "amount": 4420.8,
                        "currency": "CLP"
                      }
                    ],
                    [
                      {
                        "amount": 1638.65,
                        "currency": "BZD"
                      },
                      {
                        "amount": 1456.05,
                        "currency": "CZK"
                      },
                      {
                        "amount": 2750.73,
                        "currency": "OMR"
                      },
                      {
                        "amount": 3109.38,
                        "currency": "BIF"
                      },
                      {
                        "amount": 3519.73,
                        "currency": "XAF"
                      }
                    ],
                    [
                      {
                        "amount": 1288.83,
                        "currency": "DJF"
                      },
                      {
                        "amount": 319.31,
                        "currency": "AZN"
                      },
                      {
                        "amount": 101.31,
                        "currency": "BGN"
                      },
                      {
                        "amount": 2925.82,
                        "currency": "BWP"
                      },
                      {
                        "amount": 3389.89,
                        "currency": "BDT"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 1,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Inbound"
          }
        }
      ]
    }
  ],
  "ancillaryGroups": [
    {
      "ancillaries": [
        {
          "ancillaryConfiguration": {
            "allowQuantity": false,
            "maxQuantityPerPax": 5
          },
          "ancillarySpecialService": {
            "code": "WCHR",
            "requiredProperties": {
              "propertyDefinitionList": [
                {
                  "@type": "PropertyDefinition",
                  "optional": true,
                  "propertyName": "WIDTH",
                  "propertyType": "DECIMAL"
                }
              ]
            },
            "type": "NOTALLOWED"
          },
          "bundleItems": [
            {
              "code": "Jeu",
              "groupCode": "mH"
            },
            {
              "code": "3nV",
              "groupCode": "XY"
            },
            {
              "code": "bOd",
              "groupCode": "My"
            },
            {
              "code": "lWH",
              "groupCode": "Sr"
            }
          ],
          "code": "OC2",
          "refundable": false,
          "travelPartOffers": [
            {
              "availableInventory": 8,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Alf",
                    "index": 3,
                    "lastName": "Hickle",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 2,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2782.04,
                            "currency": "BSD"
                          },
                          {
                            "amount": 1668.59,
                            "currency": "ANG"
                          },
                          {
                            "amount": 3751.18,
                            "currency": "TRY"
                          },
                          {
                            "amount": 271.61,
                            "currency": "DKK"
                          },
                          {
                            "amount": 3603.73,
                            "currency": "CLP"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4064.96,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1590.62,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 2777.48,
                            "currency": "SAR"
                          },
                          {
                            "amount": 3000.99,
                            "currency": "AED"
                          },
                          {
                            "amount": 4094.66,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "vS",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2858.69,
                                "currency": "LAK"
                              },
                              {
                                "amount": 1457.67,
                                "currency": "MZN"
                              },
                              {
                                "amount": 723.89,
                                "currency": "BIF"
                              },
                              {
                                "amount": 608.91,
                                "currency": "HNL"
                              }
                            ],
                            [
                              {
                                "amount": 2300.82,
                                "currency": "UAH"
                              },
                              {
                                "amount": 4809.68,
                                "currency": "YER"
                              }
                            ],
                            [
                              {
                                "amount": 3036.55,
                                "currency": "TJS"
                              },
                              {
                                "amount": 691.33,
                                "currency": "MXN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Mu",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3714.33,
                                "currency": "DKK"
                              },
                              {
                                "amount": 4879.3,
                                "currency": "LYD"
                              },
                              {
                                "amount": 1567.87,
                                "currency": "LAK"
                              },
                              {
                                "amount": 2607.69,
                                "currency": "SOS"
                              },
                              {
                                "amount": 2548.38,
                                "currency": "BMD"
                              }
                            ],
                            [
                              {
                                "amount": 4565.78,
                                "currency": "INR"
                              },
                              {
                                "amount": 2716.59,
                                "currency": "TND"
                              },
                              {
                                "amount": 4952.34,
                                "currency": "FJD"
                              }
                            ],
                            [
                              {
                                "amount": 200.16,
                                "currency": "ZAR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4582.88,
                            "currency": "BWP"
                          },
                          {
                            "amount": 3330.53,
                            "currency": "CHF"
                          },
                          {
                            "amount": 2615.29,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 2245.83,
                            "currency": "AOA"
                          },
                          {
                            "amount": 1776.65,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 885.18,
                            "currency": "AMD"
                          }
                        ],
                        [
                          {
                            "amount": 2873.93,
                            "currency": "BAM"
                          },
                          {
                            "amount": 839.4,
                            "currency": "NIO"
                          },
                          {
                            "amount": 1035.89,
                            "currency": "ZAR"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3418.95,
                            "currency": "VUV"
                          },
                          {
                            "amount": 677.58,
                            "currency": "SBD"
                          },
                          {
                            "amount": 2085.49,
                            "currency": "TWD"
                          }
                        ],
                        [
                          {
                            "amount": 907.5,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 3721.92,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 2138.97,
                            "currency": "SSP"
                          },
                          {
                            "amount": 3537.36,
                            "currency": "SLE"
                          },
                          {
                            "amount": 406.97,
                            "currency": "NIO"
                          }
                        ],
                        [
                          {
                            "amount": 378.4,
                            "currency": "UZS"
                          },
                          {
                            "amount": 637.96,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 2595.45,
                            "currency": "CAD"
                          },
                          {
                            "amount": 1610.05,
                            "currency": "LAK"
                          },
                          {
                            "amount": 119.67,
                            "currency": "DOP"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "hj",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 343.08,
                                "currency": "BYN"
                              }
                            ],
                            [
                              {
                                "amount": 3556.58,
                                "currency": "UZS"
                              },
                              {
                                "amount": 3242.1,
                                "currency": "PAB"
                              },
                              {
                                "amount": 4195.39,
                                "currency": "OMR"
                              },
                              {
                                "amount": 767.59,
                                "currency": "MOP"
                              },
                              {
                                "amount": 4541.33,
                                "currency": "MXN"
                              }
                            ],
                            [
                              {
                                "amount": 3437.21,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 2517.85,
                                "currency": "MRU"
                              },
                              {
                                "amount": 1403.66,
                                "currency": "ALL"
                              },
                              {
                                "amount": 3583.84,
                                "currency": "RON"
                              }
                            ],
                            [
                              {
                                "amount": 1800.61,
                                "currency": "PAB"
                              },
                              {
                                "amount": 2803.25,
                                "currency": "KMF"
                              },
                              {
                                "amount": 1467.77,
                                "currency": "KES"
                              },
                              {
                                "amount": 3396.06,
                                "currency": "DKK"
                              }
                            ],
                            [
                              {
                                "amount": 1663.59,
                                "currency": "KYD"
                              },
                              {
                                "amount": 1710.81,
                                "currency": "HKD"
                              },
                              {
                                "amount": 4596.55,
                                "currency": "KHR"
                              },
                              {
                                "amount": 2401.58,
                                "currency": "TZS"
                              },
                              {
                                "amount": 3987.97,
                                "currency": "NIO"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Dp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2037.89,
                                "currency": "LYD"
                              },
                              {
                                "amount": 4554.6,
                                "currency": "AWG"
                              }
                            ],
                            [
                              {
                                "amount": 4680.62,
                                "currency": "DZD"
                              },
                              {
                                "amount": 3798.78,
                                "currency": "KMF"
                              }
                            ],
                            [
                              {
                                "amount": 1066.42,
                                "currency": "INR"
                              },
                              {
                                "amount": 1675.96,
                                "currency": "LYD"
                              }
                            ],
                            [
                              {
                                "amount": 1253.79,
                                "currency": "KPW"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "aB",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1317.29,
                                "currency": "PKR"
                              },
                              {
                                "amount": 1937.8,
                                "currency": "KGS"
                              },
                              {
                                "amount": 3702.75,
                                "currency": "DKK"
                              },
                              {
                                "amount": 3315.68,
                                "currency": "SYP"
                              }
                            ],
                            [
                              {
                                "amount": 2747.78,
                                "currency": "IRR"
                              }
                            ],
                            [
                              {
                                "amount": 4611.1,
                                "currency": "GBP"
                              }
                            ],
                            [
                              {
                                "amount": 335.03,
                                "currency": "MUR"
                              }
                            ],
                            [
                              {
                                "amount": 915.51,
                                "currency": "PLN"
                              },
                              {
                                "amount": 3093.96,
                                "currency": "CDF"
                              },
                              {
                                "amount": 3870.8,
                                "currency": "CNY"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "sX",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1159.8,
                                "currency": "PGK"
                              },
                              {
                                "amount": 883.39,
                                "currency": "DKK"
                              }
                            ],
                            [
                              {
                                "amount": 2436.86,
                                "currency": "RSD"
                              },
                              {
                                "amount": 973.64,
                                "currency": "TTD"
                              }
                            ],
                            [
                              {
                                "amount": 4865.26,
                                "currency": "NIO"
                              },
                              {
                                "amount": 3267.62,
                                "currency": "PAB"
                              },
                              {
                                "amount": 609.56,
                                "currency": "SYP"
                              }
                            ],
                            [
                              {
                                "amount": 962.27,
                                "currency": "XCD"
                              },
                              {
                                "amount": 2798.84,
                                "currency": "AZN"
                              },
                              {
                                "amount": 2769.6,
                                "currency": "CNY"
                              }
                            ],
                            [
                              {
                                "amount": 2936.95,
                                "currency": "SSP"
                              },
                              {
                                "amount": 159.23,
                                "currency": "YER"
                              },
                              {
                                "amount": 1845.76,
                                "currency": "NIO"
                              },
                              {
                                "amount": 3740.4,
                                "currency": "LKR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1772.27,
                            "currency": "AED"
                          },
                          {
                            "amount": 80.67,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 3202.8,
                            "currency": "GBP"
                          },
                          {
                            "amount": 3082.65,
                            "currency": "DOP"
                          },
                          {
                            "amount": 1104.88,
                            "currency": "DOP"
                          },
                          {
                            "amount": 3054.11,
                            "currency": "EGP"
                          }
                        ],
                        [
                          {
                            "amount": 4846.87,
                            "currency": "BOB"
                          },
                          {
                            "amount": 1978.81,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2886.55,
                            "currency": "MOP"
                          },
                          {
                            "amount": 2932.8,
                            "currency": "XPF"
                          },
                          {
                            "amount": 140.66,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 3243.01,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4412.35,
                            "currency": "XCD"
                          },
                          {
                            "amount": 4212.07,
                            "currency": "ERN"
                          },
                          {
                            "amount": 3678.03,
                            "currency": "JPY"
                          },
                          {
                            "amount": 3908.09,
                            "currency": "VES"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 911.48,
                            "currency": "GNF"
                          },
                          {
                            "amount": 1690.29,
                            "currency": "DZD"
                          },
                          {
                            "amount": 916.99,
                            "currency": "BRL"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2245.01,
                            "currency": "VES"
                          },
                          {
                            "amount": 1833.36,
                            "currency": "MAD"
                          },
                          {
                            "amount": 2296.12,
                            "currency": "ZWL"
                          }
                        ],
                        [
                          {
                            "amount": 1600.55,
                            "currency": "JMD"
                          },
                          {
                            "amount": 2555.88,
                            "currency": "CDF"
                          },
                          {
                            "amount": 3679.29,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 2389.8,
                            "currency": "KMF"
                          },
                          {
                            "amount": 3036.18,
                            "currency": "PYG"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "37530337",
                    "percentage": 10.3,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1858.38,
                            "currency": "MWK"
                          },
                          {
                            "amount": 336.95,
                            "currency": "UYU"
                          },
                          {
                            "amount": 734.02,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 4910.71,
                            "currency": "TOP"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Valentina",
                    "index": 8,
                    "lastName": "Sporer",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 3,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 38.3,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 868.4,
                            "currency": "THB"
                          },
                          {
                            "amount": 1875.75,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 3122.93,
                            "currency": "PLN"
                          },
                          {
                            "amount": 1755.07,
                            "currency": "SAR"
                          },
                          {
                            "amount": 3789.41,
                            "currency": "BWP"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4857.24,
                            "currency": "RWF"
                          },
                          {
                            "amount": 1483.13,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3038,
                            "currency": "GNF"
                          },
                          {
                            "amount": 1804.17,
                            "currency": "SEK"
                          }
                        ],
                        [
                          {
                            "amount": 2337.1,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 2296.78,
                            "currency": "HTG"
                          },
                          {
                            "amount": 1833.86,
                            "currency": "SRD"
                          },
                          {
                            "amount": 4372.46,
                            "currency": "RUB"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "UK",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2688.18,
                                "currency": "ILS"
                              },
                              {
                                "amount": 2571.53,
                                "currency": "XAF"
                              },
                              {
                                "amount": 938.33,
                                "currency": "BAM"
                              }
                            ],
                            [
                              {
                                "amount": 3725.71,
                                "currency": "BIF"
                              },
                              {
                                "amount": 3780.87,
                                "currency": "JMD"
                              },
                              {
                                "amount": 3079.18,
                                "currency": "CRC"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "sG",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 51.3,
                                "currency": "GMD"
                              },
                              {
                                "amount": 1563.43,
                                "currency": "CLP"
                              },
                              {
                                "amount": 816.54,
                                "currency": "AED"
                              }
                            ],
                            [
                              {
                                "amount": 917.26,
                                "currency": "MYR"
                              },
                              {
                                "amount": 4657.8,
                                "currency": "BND"
                              }
                            ],
                            [
                              {
                                "amount": 3651.46,
                                "currency": "BND"
                              }
                            ],
                            [
                              {
                                "amount": 1693.22,
                                "currency": "HUF"
                              },
                              {
                                "amount": 1567.19,
                                "currency": "NOK"
                              }
                            ],
                            [
                              {
                                "amount": 1219,
                                "currency": "UAH"
                              },
                              {
                                "amount": 2056.94,
                                "currency": "KRW"
                              },
                              {
                                "amount": 3101.15,
                                "currency": "MVR"
                              },
                              {
                                "amount": 1671.73,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 1032.78,
                                "currency": "HNL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Tj",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3126.6,
                                "currency": "LRD"
                              },
                              {
                                "amount": 292.09,
                                "currency": "MXN"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 662.94,
                            "currency": "RSD"
                          },
                          {
                            "amount": 769.86,
                            "currency": "BRL"
                          },
                          {
                            "amount": 2501.15,
                            "currency": "BIF"
                          },
                          {
                            "amount": 1498.7,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 3706.75,
                            "currency": "SRD"
                          },
                          {
                            "amount": 2929.41,
                            "currency": "NAD"
                          },
                          {
                            "amount": 4454.36,
                            "currency": "VES"
                          },
                          {
                            "amount": 4983.46,
                            "currency": "GMD"
                          },
                          {
                            "amount": 1109.4,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 4704.34,
                            "currency": "MGA"
                          }
                        ],
                        [
                          {
                            "amount": 1070.11,
                            "currency": "JMD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2790.89,
                            "currency": "PKR"
                          },
                          {
                            "amount": 1708.47,
                            "currency": "KWD"
                          },
                          {
                            "amount": 4818.35,
                            "currency": "ALL"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "rM",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1337.87,
                                "currency": "DOP"
                              },
                              {
                                "amount": 2872.38,
                                "currency": "XCD"
                              },
                              {
                                "amount": 4854.15,
                                "currency": "KZT"
                              },
                              {
                                "amount": 3249.68,
                                "currency": "ZAR"
                              }
                            ],
                            [
                              {
                                "amount": 3011.72,
                                "currency": "SBD"
                              },
                              {
                                "amount": 1752.89,
                                "currency": "SEK"
                              },
                              {
                                "amount": 3823.02,
                                "currency": "TJS"
                              },
                              {
                                "amount": 4709.56,
                                "currency": "NOK"
                              }
                            ],
                            [
                              {
                                "amount": 1594.2,
                                "currency": "SOS"
                              }
                            ],
                            [
                              {
                                "amount": 3679.55,
                                "currency": "GBP"
                              }
                            ],
                            [
                              {
                                "amount": 917.56,
                                "currency": "XCD"
                              },
                              {
                                "amount": 1039.97,
                                "currency": "RUB"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "IA",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3778.39,
                                "currency": "ANG"
                              },
                              {
                                "amount": 410.88,
                                "currency": "UYU"
                              }
                            ],
                            [
                              {
                                "amount": 2581.17,
                                "currency": "BDT"
                              },
                              {
                                "amount": 1253.15,
                                "currency": "FKP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "MO",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2377.82,
                                "currency": "AOA"
                              },
                              {
                                "amount": 1818.26,
                                "currency": "SSP"
                              },
                              {
                                "amount": 2372.32,
                                "currency": "KYD"
                              }
                            ],
                            [
                              {
                                "amount": 3039.8,
                                "currency": "XOF"
                              }
                            ],
                            [
                              {
                                "amount": 1147.13,
                                "currency": "RUB"
                              },
                              {
                                "amount": 1950.27,
                                "currency": "LBP"
                              },
                              {
                                "amount": 707.56,
                                "currency": "OMR"
                              },
                              {
                                "amount": 921.24,
                                "currency": "MZN"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3246.58,
                            "currency": "PHP"
                          },
                          {
                            "amount": 3197.51,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3091.42,
                            "currency": "ILS"
                          },
                          {
                            "amount": 2939.65,
                            "currency": "BGN"
                          }
                        ],
                        [
                          {
                            "amount": 2356,
                            "currency": "FKP"
                          },
                          {
                            "amount": 4659.09,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 1021.34,
                            "currency": "MXN"
                          },
                          {
                            "amount": 2061.73,
                            "currency": "TRY"
                          },
                          {
                            "amount": 1967.01,
                            "currency": "GNF"
                          },
                          {
                            "amount": 2725.93,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 840.16,
                            "currency": "BHD"
                          },
                          {
                            "amount": 1156.47,
                            "currency": "UAH"
                          },
                          {
                            "amount": 4472.45,
                            "currency": "KES"
                          },
                          {
                            "amount": 4345.15,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 1612.93,
                            "currency": "NPR"
                          },
                          {
                            "amount": 4378.45,
                            "currency": "XPF"
                          },
                          {
                            "amount": 1647.88,
                            "currency": "XOF"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3174.37,
                            "currency": "YER"
                          },
                          {
                            "amount": 1327,
                            "currency": "MYR"
                          },
                          {
                            "amount": 1873.45,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 2824.89,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 4465.9,
                            "currency": "VES"
                          },
                          {
                            "amount": 484.53,
                            "currency": "ETB"
                          },
                          {
                            "amount": 2703.27,
                            "currency": "MNT"
                          },
                          {
                            "amount": 3180.24,
                            "currency": "FKP"
                          },
                          {
                            "amount": 1836.98,
                            "currency": "LBP"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1626.89,
                            "currency": "CLP"
                          },
                          {
                            "amount": 3483.65,
                            "currency": "RON"
                          }
                        ],
                        [
                          {
                            "amount": 4642.18,
                            "currency": "LBP"
                          },
                          {
                            "amount": 1253.11,
                            "currency": "XCD"
                          },
                          {
                            "amount": 2616.31,
                            "currency": "TND"
                          },
                          {
                            "amount": 4341.62,
                            "currency": "RUB"
                          }
                        ],
                        [
                          {
                            "amount": 1039.48,
                            "currency": "ISK"
                          },
                          {
                            "amount": 2661.54,
                            "currency": "CUP"
                          },
                          {
                            "amount": 2595.45,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3969.36,
                            "currency": "STN"
                          },
                          {
                            "amount": 1738.24,
                            "currency": "CNY"
                          }
                        ],
                        [
                          {
                            "amount": 3425.01,
                            "currency": "GMD"
                          },
                          {
                            "amount": 2230.96,
                            "currency": "MXN"
                          },
                          {
                            "amount": 1509.04,
                            "currency": "JOD"
                          },
                          {
                            "amount": 363.6,
                            "currency": "VES"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "16169505",
                    "percentage": 5.9,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 107.56,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2951.88,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 3545.16,
                            "currency": "VES"
                          },
                          {
                            "amount": 1206.01,
                            "currency": "SZL"
                          },
                          {
                            "amount": 4377.62,
                            "currency": "GEL"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Morgan",
                    "index": 8,
                    "lastName": "Wolff",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 0,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 944.34,
                            "currency": "STN"
                          },
                          {
                            "amount": 3826.37,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 1055.16,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 981.29,
                            "currency": "GIP"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 107.89,
                            "currency": "ETB"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "mG",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4493.92,
                                "currency": "AWG"
                              },
                              {
                                "amount": 1979.68,
                                "currency": "ANG"
                              }
                            ],
                            [
                              {
                                "amount": 963.64,
                                "currency": "CNY"
                              },
                              {
                                "amount": 4759.39,
                                "currency": "COP"
                              },
                              {
                                "amount": 3321.06,
                                "currency": "ANG"
                              },
                              {
                                "amount": 4375.1,
                                "currency": "BMD"
                              }
                            ],
                            [
                              {
                                "amount": 2434.47,
                                "currency": "BSD"
                              },
                              {
                                "amount": 556.91,
                                "currency": "BZD"
                              },
                              {
                                "amount": 4909.53,
                                "currency": "BDT"
                              }
                            ],
                            [
                              {
                                "amount": 4029.88,
                                "currency": "UAH"
                              },
                              {
                                "amount": 4740.92,
                                "currency": "PKR"
                              },
                              {
                                "amount": 718.92,
                                "currency": "NAD"
                              },
                              {
                                "amount": 3962.22,
                                "currency": "CRC"
                              },
                              {
                                "amount": 3415.29,
                                "currency": "IDR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Lm",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4903.5,
                                "currency": "EGP"
                              },
                              {
                                "amount": 4166.22,
                                "currency": "CVE"
                              },
                              {
                                "amount": 897.35,
                                "currency": "UYU"
                              }
                            ],
                            [
                              {
                                "amount": 2843.82,
                                "currency": "AFN"
                              },
                              {
                                "amount": 1232.15,
                                "currency": "LYD"
                              },
                              {
                                "amount": 4917.32,
                                "currency": "EGP"
                              },
                              {
                                "amount": 3905.84,
                                "currency": "DOP"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3925.43,
                            "currency": "UAH"
                          },
                          {
                            "amount": 3896.46,
                            "currency": "MGA"
                          }
                        ],
                        [
                          {
                            "amount": 4826.1,
                            "currency": "IDR"
                          },
                          {
                            "amount": 1298.59,
                            "currency": "MKD"
                          },
                          {
                            "amount": 1055.46,
                            "currency": "MXN"
                          },
                          {
                            "amount": 539.87,
                            "currency": "CDF"
                          },
                          {
                            "amount": 1684.45,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 4372.37,
                            "currency": "BRL"
                          },
                          {
                            "amount": 4141.72,
                            "currency": "GIP"
                          },
                          {
                            "amount": 4554.4,
                            "currency": "ILS"
                          },
                          {
                            "amount": 1959.38,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 189.88,
                            "currency": "SLE"
                          },
                          {
                            "amount": 709.21,
                            "currency": "ALL"
                          },
                          {
                            "amount": 2802.85,
                            "currency": "CUP"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3331.16,
                            "currency": "BBD"
                          },
                          {
                            "amount": 309.91,
                            "currency": "XPF"
                          },
                          {
                            "amount": 4040.77,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 912.75,
                            "currency": "VUV"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "jv",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 176.01,
                                "currency": "NPR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1930.69,
                            "currency": "YER"
                          },
                          {
                            "amount": 881.82,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 225.95,
                            "currency": "LRD"
                          },
                          {
                            "amount": 4743.35,
                            "currency": "GYD"
                          },
                          {
                            "amount": 4471.97,
                            "currency": "TJS"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4402.33,
                            "currency": "BWP"
                          },
                          {
                            "amount": 2328.31,
                            "currency": "SDG"
                          },
                          {
                            "amount": 3668.15,
                            "currency": "HNL"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1911.2,
                            "currency": "TWD"
                          },
                          {
                            "amount": 2928.93,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 2778.47,
                            "currency": "PKR"
                          },
                          {
                            "amount": 605.4,
                            "currency": "AWG"
                          },
                          {
                            "amount": 4586.43,
                            "currency": "KMF"
                          },
                          {
                            "amount": 3927.4,
                            "currency": "BRL"
                          },
                          {
                            "amount": 4810.85,
                            "currency": "AUD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "12169808",
                    "percentage": 27.6,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4818.92,
                            "currency": "BYN"
                          },
                          {
                            "amount": 2187.65,
                            "currency": "UAH"
                          },
                          {
                            "amount": 4590.45,
                            "currency": "AFN"
                          },
                          {
                            "amount": 4624.65,
                            "currency": "SCR"
                          }
                        ],
                        [
                          {
                            "amount": 4245.58,
                            "currency": "TRY"
                          },
                          {
                            "amount": 1023.09,
                            "currency": "CDF"
                          },
                          {
                            "amount": 3187.03,
                            "currency": "XPF"
                          },
                          {
                            "amount": 1179.81,
                            "currency": "RON"
                          },
                          {
                            "amount": 4336.21,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 1608.42,
                            "currency": "BYN"
                          },
                          {
                            "amount": 2471.23,
                            "currency": "PEN"
                          },
                          {
                            "amount": 1273.32,
                            "currency": "BOB"
                          },
                          {
                            "amount": 4280.35,
                            "currency": "DZD"
                          },
                          {
                            "amount": 3643.19,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 2793.38,
                            "currency": "IDR"
                          },
                          {
                            "amount": 1658,
                            "currency": "THB"
                          },
                          {
                            "amount": 3355.92,
                            "currency": "USD"
                          },
                          {
                            "amount": 1893.95,
                            "currency": "SRD"
                          },
                          {
                            "amount": 558.23,
                            "currency": "CRC"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Joelle",
                    "index": 5,
                    "lastName": "Brown",
                    "tierLevel": "Red",
                    "tierLevelNumber": 0,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3582.1,
                            "currency": "MDL"
                          },
                          {
                            "amount": 3197.3,
                            "currency": "RON"
                          },
                          {
                            "amount": 1325.45,
                            "currency": "MDL"
                          },
                          {
                            "amount": 677.32,
                            "currency": "DJF"
                          }
                        ],
                        [
                          {
                            "amount": 2554.25,
                            "currency": "CVE"
                          },
                          {
                            "amount": 1006.97,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 1076.7,
                            "currency": "XPF"
                          },
                          {
                            "amount": 1091.62,
                            "currency": "SCR"
                          },
                          {
                            "amount": 739.7,
                            "currency": "USD"
                          },
                          {
                            "amount": 1531.18,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 759.97,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 3103.85,
                            "currency": "SHP"
                          },
                          {
                            "amount": 216.03,
                            "currency": "YER"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3744.61,
                            "currency": "ETB"
                          },
                          {
                            "amount": 3543.14,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 2100.72,
                            "currency": "KPW"
                          },
                          {
                            "amount": 535.3,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 2931.34,
                            "currency": "IQD"
                          },
                          {
                            "amount": 3614.24,
                            "currency": "MXN"
                          },
                          {
                            "amount": 43.75,
                            "currency": "ETB"
                          }
                        ],
                        [
                          {
                            "amount": 1992.34,
                            "currency": "XAF"
                          },
                          {
                            "amount": 4732.77,
                            "currency": "AWG"
                          },
                          {
                            "amount": 4695.24,
                            "currency": "VND"
                          }
                        ],
                        [
                          {
                            "amount": 1525.64,
                            "currency": "FJD"
                          },
                          {
                            "amount": 375.36,
                            "currency": "GBP"
                          },
                          {
                            "amount": 2959.06,
                            "currency": "PGK"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "qw",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 560.25,
                                "currency": "CLP"
                              },
                              {
                                "amount": 2099.35,
                                "currency": "MGA"
                              },
                              {
                                "amount": 749.48,
                                "currency": "XOF"
                              },
                              {
                                "amount": 4623.03,
                                "currency": "CVE"
                              },
                              {
                                "amount": 2847.74,
                                "currency": "AMD"
                              }
                            ],
                            [
                              {
                                "amount": 2256.15,
                                "currency": "TRY"
                              },
                              {
                                "amount": 2377.15,
                                "currency": "TMT"
                              },
                              {
                                "amount": 4551.4,
                                "currency": "IQD"
                              }
                            ],
                            [
                              {
                                "amount": 4645.74,
                                "currency": "TWD"
                              },
                              {
                                "amount": 588.86,
                                "currency": "CVE"
                              },
                              {
                                "amount": 2049.41,
                                "currency": "BBD"
                              },
                              {
                                "amount": 4017.88,
                                "currency": "VES"
                              }
                            ],
                            [
                              {
                                "amount": 1006.98,
                                "currency": "NPR"
                              },
                              {
                                "amount": 4783.11,
                                "currency": "GNF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "LF",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4304.37,
                                "currency": "SOS"
                              },
                              {
                                "amount": 1763.77,
                                "currency": "PLN"
                              },
                              {
                                "amount": 2694.64,
                                "currency": "SGD"
                              }
                            ],
                            [
                              {
                                "amount": 73.29,
                                "currency": "AOA"
                              },
                              {
                                "amount": 2000.49,
                                "currency": "BHD"
                              },
                              {
                                "amount": 1868,
                                "currency": "CLP"
                              },
                              {
                                "amount": 4451.06,
                                "currency": "VUV"
                              },
                              {
                                "amount": 891.78,
                                "currency": "DJF"
                              }
                            ],
                            [
                              {
                                "amount": 47.21,
                                "currency": "BOB"
                              },
                              {
                                "amount": 1092.48,
                                "currency": "ANG"
                              }
                            ],
                            [
                              {
                                "amount": 1666.16,
                                "currency": "NZD"
                              },
                              {
                                "amount": 4292.38,
                                "currency": "PGK"
                              },
                              {
                                "amount": 4376.13,
                                "currency": "SDG"
                              },
                              {
                                "amount": 2507.25,
                                "currency": "COP"
                              },
                              {
                                "amount": 853.99,
                                "currency": "UAH"
                              }
                            ],
                            [
                              {
                                "amount": 2187.64,
                                "currency": "XAF"
                              },
                              {
                                "amount": 2901.69,
                                "currency": "STN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "dY",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3174.01,
                                "currency": "NZD"
                              }
                            ],
                            [
                              {
                                "amount": 4433.62,
                                "currency": "RWF"
                              },
                              {
                                "amount": 4460.09,
                                "currency": "OMR"
                              }
                            ],
                            [
                              {
                                "amount": 2735.87,
                                "currency": "MMK"
                              },
                              {
                                "amount": 915.44,
                                "currency": "UYU"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "kn",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 643.94,
                                "currency": "BTN"
                              },
                              {
                                "amount": 4293.5,
                                "currency": "SHP"
                              },
                              {
                                "amount": 4583.36,
                                "currency": "CNY"
                              }
                            ],
                            [
                              {
                                "amount": 216.12,
                                "currency": "TMT"
                              },
                              {
                                "amount": 1584.69,
                                "currency": "SOS"
                              },
                              {
                                "amount": 2854.57,
                                "currency": "CUP"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3340.17,
                            "currency": "GMD"
                          },
                          {
                            "amount": 2712.02,
                            "currency": "RSD"
                          },
                          {
                            "amount": 3567.87,
                            "currency": "MAD"
                          },
                          {
                            "amount": 252.52,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 3598,
                            "currency": "IRR"
                          },
                          {
                            "amount": 3617.19,
                            "currency": "ARS"
                          },
                          {
                            "amount": 2043.07,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 3864.3,
                            "currency": "PGK"
                          },
                          {
                            "amount": 4557.11,
                            "currency": "BSD"
                          },
                          {
                            "amount": 3345.61,
                            "currency": "VUV"
                          }
                        ],
                        [
                          {
                            "amount": 95.91,
                            "currency": "BAM"
                          },
                          {
                            "amount": 4737.82,
                            "currency": "BAM"
                          },
                          {
                            "amount": 2178.2,
                            "currency": "UGX"
                          },
                          {
                            "amount": 3901.91,
                            "currency": "AFN"
                          }
                        ],
                        [
                          {
                            "amount": 3184.68,
                            "currency": "CAD"
                          },
                          {
                            "amount": 3378.31,
                            "currency": "MDL"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4837.76,
                            "currency": "AFN"
                          },
                          {
                            "amount": 4618.72,
                            "currency": "UZS"
                          },
                          {
                            "amount": 3890.97,
                            "currency": "GIP"
                          },
                          {
                            "amount": 2361.96,
                            "currency": "ARS"
                          },
                          {
                            "amount": 204.17,
                            "currency": "SAR"
                          }
                        ],
                        [
                          {
                            "amount": 3506.84,
                            "currency": "XAF"
                          },
                          {
                            "amount": 2313.89,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1187.69,
                            "currency": "IRR"
                          },
                          {
                            "amount": 1079.27,
                            "currency": "LAK"
                          },
                          {
                            "amount": 4495.47,
                            "currency": "TWD"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "NB",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2611.94,
                                "currency": "MMK"
                              },
                              {
                                "amount": 2899.88,
                                "currency": "ZAR"
                              }
                            ],
                            [
                              {
                                "amount": 928.78,
                                "currency": "TND"
                              },
                              {
                                "amount": 1333.65,
                                "currency": "LKR"
                              },
                              {
                                "amount": 4024.14,
                                "currency": "VND"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "BA",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 69.12,
                                "currency": "KWD"
                              }
                            ],
                            [
                              {
                                "amount": 1750.04,
                                "currency": "MRU"
                              },
                              {
                                "amount": 890.38,
                                "currency": "XAF"
                              },
                              {
                                "amount": 2940.87,
                                "currency": "BRL"
                              },
                              {
                                "amount": 4596.15,
                                "currency": "JOD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Jb",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1043.24,
                                "currency": "TJS"
                              },
                              {
                                "amount": 4244.21,
                                "currency": "XCD"
                              },
                              {
                                "amount": 4028.11,
                                "currency": "LBP"
                              },
                              {
                                "amount": 1121.57,
                                "currency": "ILS"
                              },
                              {
                                "amount": 1655.55,
                                "currency": "PGK"
                              }
                            ],
                            [
                              {
                                "amount": 4495.41,
                                "currency": "RON"
                              },
                              {
                                "amount": 4779.82,
                                "currency": "ERN"
                              },
                              {
                                "amount": 260.68,
                                "currency": "UYU"
                              },
                              {
                                "amount": 4247.98,
                                "currency": "ETB"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4694.24,
                            "currency": "NGN"
                          },
                          {
                            "amount": 1917.2,
                            "currency": "AZN"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 84.41,
                            "currency": "HUF"
                          },
                          {
                            "amount": 1309.06,
                            "currency": "ARS"
                          },
                          {
                            "amount": 4018.63,
                            "currency": "AFN"
                          },
                          {
                            "amount": 175.1,
                            "currency": "CLP"
                          }
                        ],
                        [
                          {
                            "amount": 4715.14,
                            "currency": "MWK"
                          },
                          {
                            "amount": 4937.29,
                            "currency": "DJF"
                          },
                          {
                            "amount": 87.71,
                            "currency": "SBD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3840.87,
                            "currency": "IQD"
                          },
                          {
                            "amount": 1799.28,
                            "currency": "DKK"
                          },
                          {
                            "amount": 367.88,
                            "currency": "NOK"
                          },
                          {
                            "amount": 1158.38,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 2228.21,
                            "currency": "MNT"
                          },
                          {
                            "amount": 1457.21,
                            "currency": "UZS"
                          },
                          {
                            "amount": 2798.03,
                            "currency": "MUR"
                          },
                          {
                            "amount": 1187.83,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2948.03,
                            "currency": "KYD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "44542025",
                    "percentage": 19.2,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 2641.96,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 809.01,
                            "currency": "YER"
                          },
                          {
                            "amount": 2287.79,
                            "currency": "MAD"
                          },
                          {
                            "amount": 1598.56,
                            "currency": "MWK"
                          }
                        ],
                        [
                          {
                            "amount": 4319.06,
                            "currency": "MRU"
                          },
                          {
                            "amount": 4362.65,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 4163.83,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 2984.2,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3192.03,
                            "currency": "AUD"
                          },
                          {
                            "amount": 1584.6,
                            "currency": "WST"
                          },
                          {
                            "amount": 3913.28,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 3987.74,
                            "currency": "CAD"
                          },
                          {
                            "amount": 2579.1,
                            "currency": "MMK"
                          },
                          {
                            "amount": 3530.85,
                            "currency": "CZK"
                          },
                          {
                            "amount": 2921.14,
                            "currency": "PLN"
                          },
                          {
                            "amount": 1493.86,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 3411.88,
                            "currency": "KRW"
                          },
                          {
                            "amount": 2352.05,
                            "currency": "AFN"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Emiliano",
                    "index": 9,
                    "lastName": "O'Conner",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 2,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4460.39,
                            "currency": "PEN"
                          },
                          {
                            "amount": 4498.99,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 562.06,
                            "currency": "GBP"
                          },
                          {
                            "amount": 3773.34,
                            "currency": "MZN"
                          },
                          {
                            "amount": 1348.97,
                            "currency": "XCD"
                          },
                          {
                            "amount": 502.07,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 4869.8,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 2327.54,
                            "currency": "BGN"
                          },
                          {
                            "amount": 2405.5,
                            "currency": "TMT"
                          },
                          {
                            "amount": 4446.59,
                            "currency": "KHR"
                          },
                          {
                            "amount": 162.77,
                            "currency": "TJS"
                          },
                          {
                            "amount": 2093.02,
                            "currency": "SZL"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2325.07,
                            "currency": "MWK"
                          },
                          {
                            "amount": 1196.1,
                            "currency": "SLE"
                          },
                          {
                            "amount": 2242.37,
                            "currency": "GYD"
                          },
                          {
                            "amount": 3859.16,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 4539.64,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 1107.65,
                            "currency": "SBD"
                          },
                          {
                            "amount": 426.74,
                            "currency": "KWD"
                          },
                          {
                            "amount": 820.82,
                            "currency": "KZT"
                          }
                        ],
                        [
                          {
                            "amount": 2891.18,
                            "currency": "GMD"
                          },
                          {
                            "amount": 995.81,
                            "currency": "PYG"
                          },
                          {
                            "amount": 193.14,
                            "currency": "BZD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "SR",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4931.27,
                                "currency": "UZS"
                              },
                              {
                                "amount": 2965.71,
                                "currency": "TWD"
                              }
                            ],
                            [
                              {
                                "amount": 3815.47,
                                "currency": "LKR"
                              }
                            ],
                            [
                              {
                                "amount": 3231.56,
                                "currency": "KZT"
                              },
                              {
                                "amount": 1894.94,
                                "currency": "ILS"
                              }
                            ],
                            [
                              {
                                "amount": 1413.71,
                                "currency": "BZD"
                              },
                              {
                                "amount": 1251.07,
                                "currency": "EGP"
                              }
                            ],
                            [
                              {
                                "amount": 2091.87,
                                "currency": "PLN"
                              },
                              {
                                "amount": 1927.3,
                                "currency": "ALL"
                              },
                              {
                                "amount": 3241.96,
                                "currency": "MRU"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "RX",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4833.77,
                                "currency": "ALL"
                              },
                              {
                                "amount": 1633.18,
                                "currency": "MYR"
                              },
                              {
                                "amount": 4614.69,
                                "currency": "FJD"
                              },
                              {
                                "amount": 3695.11,
                                "currency": "JPY"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ht",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 921.7,
                                "currency": "BSD"
                              },
                              {
                                "amount": 4084.74,
                                "currency": "DJF"
                              },
                              {
                                "amount": 3083.71,
                                "currency": "UGX"
                              },
                              {
                                "amount": 4506.31,
                                "currency": "XOF"
                              }
                            ],
                            [
                              {
                                "amount": 1287.14,
                                "currency": "TJS"
                              },
                              {
                                "amount": 4231.93,
                                "currency": "MYR"
                              },
                              {
                                "amount": 1420.54,
                                "currency": "BGN"
                              },
                              {
                                "amount": 4460.26,
                                "currency": "PKR"
                              },
                              {
                                "amount": 3320.81,
                                "currency": "CAD"
                              }
                            ],
                            [
                              {
                                "amount": 3140.07,
                                "currency": "PAB"
                              },
                              {
                                "amount": 4259.29,
                                "currency": "LRD"
                              },
                              {
                                "amount": 4482.22,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 1762.82,
                                "currency": "CLP"
                              }
                            ],
                            [
                              {
                                "amount": 3755.68,
                                "currency": "KRW"
                              },
                              {
                                "amount": 4577.52,
                                "currency": "HNL"
                              },
                              {
                                "amount": 2948.65,
                                "currency": "MZN"
                              },
                              {
                                "amount": 3266.09,
                                "currency": "EUR"
                              },
                              {
                                "amount": 1469.99,
                                "currency": "BTN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "eg",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1321.01,
                                "currency": "VUV"
                              },
                              {
                                "amount": 1149.89,
                                "currency": "AOA"
                              }
                            ],
                            [
                              {
                                "amount": 4837.1,
                                "currency": "LRD"
                              },
                              {
                                "amount": 4694.23,
                                "currency": "GIP"
                              },
                              {
                                "amount": 3293.05,
                                "currency": "AZN"
                              }
                            ],
                            [
                              {
                                "amount": 2183.45,
                                "currency": "KPW"
                              }
                            ],
                            [
                              {
                                "amount": 4021.37,
                                "currency": "NPR"
                              },
                              {
                                "amount": 2962.44,
                                "currency": "GMD"
                              }
                            ],
                            [
                              {
                                "amount": 3507.27,
                                "currency": "XCD"
                              },
                              {
                                "amount": 2454.46,
                                "currency": "ILS"
                              },
                              {
                                "amount": 4376.67,
                                "currency": "SOS"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3823.96,
                            "currency": "XCD"
                          },
                          {
                            "amount": 1635.05,
                            "currency": "ILS"
                          },
                          {
                            "amount": 1463.87,
                            "currency": "DOP"
                          },
                          {
                            "amount": 2772.48,
                            "currency": "KYD"
                          },
                          {
                            "amount": 787.93,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 1424.65,
                            "currency": "TTD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3447.83,
                            "currency": "CRC"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Pu",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1096.96,
                                "currency": "KWD"
                              },
                              {
                                "amount": 2473.15,
                                "currency": "ZAR"
                              },
                              {
                                "amount": 320.15,
                                "currency": "NAD"
                              }
                            ],
                            [
                              {
                                "amount": 515.99,
                                "currency": "GTQ"
                              }
                            ],
                            [
                              {
                                "amount": 2661.53,
                                "currency": "AMD"
                              },
                              {
                                "amount": 4697.7,
                                "currency": "JPY"
                              },
                              {
                                "amount": 4080.2,
                                "currency": "VES"
                              },
                              {
                                "amount": 2293.87,
                                "currency": "AUD"
                              }
                            ],
                            [
                              {
                                "amount": 4893.88,
                                "currency": "BSD"
                              },
                              {
                                "amount": 2150.84,
                                "currency": "MKD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "GR",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1118.76,
                                "currency": "LAK"
                              },
                              {
                                "amount": 2041.09,
                                "currency": "TJS"
                              },
                              {
                                "amount": 1278.27,
                                "currency": "CHF"
                              }
                            ],
                            [
                              {
                                "amount": 259.25,
                                "currency": "ANG"
                              },
                              {
                                "amount": 550.24,
                                "currency": "SRD"
                              },
                              {
                                "amount": 619.15,
                                "currency": "PGK"
                              },
                              {
                                "amount": 2643.28,
                                "currency": "MKD"
                              },
                              {
                                "amount": 3351.85,
                                "currency": "CHF"
                              }
                            ],
                            [
                              {
                                "amount": 2700.84,
                                "currency": "QAR"
                              },
                              {
                                "amount": 4492.53,
                                "currency": "PYG"
                              },
                              {
                                "amount": 729.09,
                                "currency": "SLE"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "TO",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1926.99,
                                "currency": "GIP"
                              },
                              {
                                "amount": 3010.69,
                                "currency": "BHD"
                              },
                              {
                                "amount": 3368.64,
                                "currency": "NPR"
                              },
                              {
                                "amount": 2889.75,
                                "currency": "STN"
                              }
                            ],
                            [
                              {
                                "amount": 4260.08,
                                "currency": "USD"
                              },
                              {
                                "amount": 4293.44,
                                "currency": "BHD"
                              }
                            ],
                            [
                              {
                                "amount": 1199.86,
                                "currency": "AOA"
                              }
                            ],
                            [
                              {
                                "amount": 730.9,
                                "currency": "INR"
                              }
                            ],
                            [
                              {
                                "amount": 1672.4,
                                "currency": "KWD"
                              },
                              {
                                "amount": 2960.67,
                                "currency": "PAB"
                              },
                              {
                                "amount": 4432.31,
                                "currency": "BYN"
                              },
                              {
                                "amount": 455.89,
                                "currency": "NIO"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4531.2,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 864.79,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 115.99,
                            "currency": "YER"
                          },
                          {
                            "amount": 2712.66,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1298.25,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 3998.01,
                            "currency": "CDF"
                          },
                          {
                            "amount": 2598.75,
                            "currency": "MXN"
                          },
                          {
                            "amount": 2086.47,
                            "currency": "DOP"
                          },
                          {
                            "amount": 3770.85,
                            "currency": "THB"
                          },
                          {
                            "amount": 1081.97,
                            "currency": "MZN"
                          }
                        ],
                        [
                          {
                            "amount": 1994.35,
                            "currency": "PEN"
                          },
                          {
                            "amount": 1757.7,
                            "currency": "PKR"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2490.1,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1560.48,
                            "currency": "EUR"
                          },
                          {
                            "amount": 4831.77,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 1813.3,
                            "currency": "KHR"
                          },
                          {
                            "amount": 2009.11,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 4228.59,
                            "currency": "PAB"
                          },
                          {
                            "amount": 1137.01,
                            "currency": "UAH"
                          },
                          {
                            "amount": 2314.72,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 2077.98,
                            "currency": "PYG"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "27839688",
                    "percentage": 29.6,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3051.44,
                            "currency": "IDR"
                          },
                          {
                            "amount": 2195.71,
                            "currency": "RON"
                          }
                        ],
                        [
                          {
                            "amount": 2025.83,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3406.09,
                            "currency": "RSD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Outbound"
              }
            },
            {
              "availableInventory": 28,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Shania",
                    "index": 3,
                    "lastName": "Padberg",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 0,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3153.49,
                            "currency": "PYG"
                          },
                          {
                            "amount": 4396.81,
                            "currency": "LSL"
                          },
                          {
                            "amount": 248.95,
                            "currency": "GEL"
                          },
                          {
                            "amount": 3166.62,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 1682.38,
                            "currency": "SYP"
                          },
                          {
                            "amount": 1196.61,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2176.32,
                            "currency": "MWK"
                          }
                        ],
                        [
                          {
                            "amount": 4243.12,
                            "currency": "WST"
                          },
                          {
                            "amount": 4836.22,
                            "currency": "OMR"
                          },
                          {
                            "amount": 4205.51,
                            "currency": "CDF"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4923.26,
                            "currency": "LAK"
                          },
                          {
                            "amount": 3288.44,
                            "currency": "AWG"
                          },
                          {
                            "amount": 902.71,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 3021.9,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 334.82,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 4206.87,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1586.16,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3229.2,
                            "currency": "TOP"
                          },
                          {
                            "amount": 2991.72,
                            "currency": "DOP"
                          },
                          {
                            "amount": 2236.9,
                            "currency": "MAD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "zG",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4603.41,
                                "currency": "SEK"
                              }
                            ],
                            [
                              {
                                "amount": 4816.19,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 4149.09,
                                "currency": "PHP"
                              },
                              {
                                "amount": 2747.71,
                                "currency": "BND"
                              }
                            ],
                            [
                              {
                                "amount": 1854.55,
                                "currency": "SYP"
                              },
                              {
                                "amount": 3641.86,
                                "currency": "TJS"
                              },
                              {
                                "amount": 1498.37,
                                "currency": "JMD"
                              },
                              {
                                "amount": 1894.22,
                                "currency": "ZWL"
                              }
                            ],
                            [
                              {
                                "amount": 1262.16,
                                "currency": "SGD"
                              },
                              {
                                "amount": 3964.73,
                                "currency": "MNT"
                              },
                              {
                                "amount": 4432.35,
                                "currency": "PKR"
                              }
                            ],
                            [
                              {
                                "amount": 3774.53,
                                "currency": "KGS"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3631.75,
                            "currency": "BWP"
                          },
                          {
                            "amount": 1713.65,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 2174.24,
                            "currency": "BDT"
                          },
                          {
                            "amount": 3429.96,
                            "currency": "SRD"
                          },
                          {
                            "amount": 4913,
                            "currency": "LKR"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 936.15,
                            "currency": "COP"
                          }
                        ],
                        [
                          {
                            "amount": 4422.02,
                            "currency": "AED"
                          },
                          {
                            "amount": 4643.38,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2384.61,
                            "currency": "XAF"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "qK",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2925.18,
                                "currency": "XAF"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4661.22,
                            "currency": "RON"
                          },
                          {
                            "amount": 1654.3,
                            "currency": "CHF"
                          },
                          {
                            "amount": 1830.65,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4742.81,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 4228.8,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2618.98,
                            "currency": "CDF"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 152.34,
                            "currency": "ILS"
                          },
                          {
                            "amount": 2413.88,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 1939.35,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2599.58,
                            "currency": "MXN"
                          },
                          {
                            "amount": 3391.9,
                            "currency": "SBD"
                          },
                          {
                            "amount": 2148.73,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 1771.5,
                            "currency": "RSD"
                          },
                          {
                            "amount": 157.47,
                            "currency": "KZT"
                          },
                          {
                            "amount": 362.7,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 1010.19,
                            "currency": "CLP"
                          },
                          {
                            "amount": 2183.26,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 2161.92,
                            "currency": "NPR"
                          },
                          {
                            "amount": 1345.42,
                            "currency": "NPR"
                          },
                          {
                            "amount": 1604.34,
                            "currency": "MYR"
                          },
                          {
                            "amount": 629.78,
                            "currency": "MYR"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2834.91,
                            "currency": "ALL"
                          },
                          {
                            "amount": 4813.7,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 3560.25,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1542.1,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 4284.71,
                            "currency": "NAD"
                          },
                          {
                            "amount": 4890.47,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 101.21,
                            "currency": "DZD"
                          },
                          {
                            "amount": 1539.8,
                            "currency": "RON"
                          },
                          {
                            "amount": 3865.94,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 3545.53,
                            "currency": "BOB"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "31055126",
                    "percentage": 15.4,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3649.32,
                            "currency": "KPW"
                          },
                          {
                            "amount": 2940.08,
                            "currency": "SAR"
                          },
                          {
                            "amount": 4996.86,
                            "currency": "AUD"
                          },
                          {
                            "amount": 4153.38,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 4596.29,
                            "currency": "LRD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Inbound"
              }
            },
            {
              "availableInventory": 42,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Otto",
                    "index": 1,
                    "lastName": "Koelpin",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 4,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1859,
                            "currency": "UGX"
                          },
                          {
                            "amount": 4001.22,
                            "currency": "USD"
                          },
                          {
                            "amount": 1300.34,
                            "currency": "AUD"
                          },
                          {
                            "amount": 4535.52,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 1050.52,
                            "currency": "KZT"
                          }
                        ],
                        [
                          {
                            "amount": 3835.92,
                            "currency": "BMD"
                          },
                          {
                            "amount": 1863.5,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 3064.38,
                            "currency": "UZS"
                          },
                          {
                            "amount": 3969.63,
                            "currency": "FJD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1945.71,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2493.34,
                            "currency": "SEK"
                          }
                        ],
                        [
                          {
                            "amount": 13.64,
                            "currency": "CNY"
                          },
                          {
                            "amount": 564.38,
                            "currency": "NAD"
                          },
                          {
                            "amount": 4072.83,
                            "currency": "CDF"
                          },
                          {
                            "amount": 3070.59,
                            "currency": "AUD"
                          },
                          {
                            "amount": 487.13,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 300.88,
                            "currency": "KGS"
                          },
                          {
                            "amount": 2116.3,
                            "currency": "INR"
                          }
                        ],
                        [
                          {
                            "amount": 425.18,
                            "currency": "CUP"
                          },
                          {
                            "amount": 3146.29,
                            "currency": "KMF"
                          },
                          {
                            "amount": 1488.04,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4879.31,
                            "currency": "GHS"
                          },
                          {
                            "amount": 2924.02,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 803.03,
                            "currency": "SDG"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "An",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 636.88,
                                "currency": "TRY"
                              },
                              {
                                "amount": 1318.35,
                                "currency": "GEL"
                              },
                              {
                                "amount": 4439.31,
                                "currency": "BTN"
                              },
                              {
                                "amount": 2909.93,
                                "currency": "GNF"
                              }
                            ],
                            [
                              {
                                "amount": 3456.6,
                                "currency": "TND"
                              },
                              {
                                "amount": 1521.27,
                                "currency": "EGP"
                              },
                              {
                                "amount": 3034.57,
                                "currency": "BRL"
                              },
                              {
                                "amount": 53.72,
                                "currency": "SSP"
                              }
                            ],
                            [
                              {
                                "amount": 2213.99,
                                "currency": "DOP"
                              }
                            ],
                            [
                              {
                                "amount": 2396.33,
                                "currency": "SAR"
                              },
                              {
                                "amount": 42.5,
                                "currency": "XAF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "kT",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4196.96,
                                "currency": "GNF"
                              }
                            ],
                            [
                              {
                                "amount": 1339.05,
                                "currency": "DJF"
                              }
                            ],
                            [
                              {
                                "amount": 4977.04,
                                "currency": "BAM"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1046.42,
                            "currency": "SSP"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3093.67,
                            "currency": "AMD"
                          }
                        ],
                        [
                          {
                            "amount": 2446.87,
                            "currency": "BGN"
                          }
                        ],
                        [
                          {
                            "amount": 2520.27,
                            "currency": "SLE"
                          },
                          {
                            "amount": 2580.07,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2015.25,
                            "currency": "WST"
                          },
                          {
                            "amount": 2089.44,
                            "currency": "KGS"
                          },
                          {
                            "amount": 591.55,
                            "currency": "PYG"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "oL",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1891.9,
                                "currency": "BMD"
                              },
                              {
                                "amount": 3887.14,
                                "currency": "UZS"
                              },
                              {
                                "amount": 4996.04,
                                "currency": "AED"
                              },
                              {
                                "amount": 4212.62,
                                "currency": "MZN"
                              },
                              {
                                "amount": 448.47,
                                "currency": "GIP"
                              }
                            ],
                            [
                              {
                                "amount": 2005.73,
                                "currency": "MZN"
                              },
                              {
                                "amount": 793.18,
                                "currency": "BIF"
                              },
                              {
                                "amount": 2848.68,
                                "currency": "CUP"
                              }
                            ],
                            [
                              {
                                "amount": 4334.71,
                                "currency": "UAH"
                              },
                              {
                                "amount": 4785.62,
                                "currency": "KHR"
                              },
                              {
                                "amount": 3119.3,
                                "currency": "DKK"
                              },
                              {
                                "amount": 1374.68,
                                "currency": "MVR"
                              }
                            ],
                            [
                              {
                                "amount": 3509.71,
                                "currency": "INR"
                              },
                              {
                                "amount": 284.14,
                                "currency": "LYD"
                              }
                            ],
                            [
                              {
                                "amount": 1554.17,
                                "currency": "ALL"
                              },
                              {
                                "amount": 1084.51,
                                "currency": "BDT"
                              },
                              {
                                "amount": 2003.25,
                                "currency": "CRC"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Pu",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3061.78,
                                "currency": "MXN"
                              },
                              {
                                "amount": 793.39,
                                "currency": "PLN"
                              },
                              {
                                "amount": 4880.59,
                                "currency": "BDT"
                              }
                            ],
                            [
                              {
                                "amount": 628.56,
                                "currency": "CDF"
                              },
                              {
                                "amount": 1147.5,
                                "currency": "FKP"
                              },
                              {
                                "amount": 929.01,
                                "currency": "AUD"
                              }
                            ],
                            [
                              {
                                "amount": 3327.8,
                                "currency": "AED"
                              },
                              {
                                "amount": 4629.88,
                                "currency": "BRL"
                              }
                            ],
                            [
                              {
                                "amount": 4353.25,
                                "currency": "IRR"
                              },
                              {
                                "amount": 3489.85,
                                "currency": "ARS"
                              },
                              {
                                "amount": 1491.17,
                                "currency": "USD"
                              }
                            ],
                            [
                              {
                                "amount": 2078.52,
                                "currency": "AED"
                              },
                              {
                                "amount": 1378.34,
                                "currency": "VND"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "qg",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2750.9,
                                "currency": "KWD"
                              },
                              {
                                "amount": 2914.48,
                                "currency": "MGA"
                              },
                              {
                                "amount": 892.92,
                                "currency": "BOB"
                              },
                              {
                                "amount": 3192.94,
                                "currency": "LYD"
                              },
                              {
                                "amount": 2852.81,
                                "currency": "GMD"
                              }
                            ],
                            [
                              {
                                "amount": 3831.83,
                                "currency": "USD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Fm",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 655.85,
                                "currency": "DOP"
                              },
                              {
                                "amount": 2201.14,
                                "currency": "UYU"
                              }
                            ],
                            [
                              {
                                "amount": 2372.38,
                                "currency": "TJS"
                              },
                              {
                                "amount": 404.3,
                                "currency": "TWD"
                              }
                            ],
                            [
                              {
                                "amount": 2977,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 2768.89,
                                "currency": "IRR"
                              }
                            ],
                            [
                              {
                                "amount": 2129.65,
                                "currency": "THB"
                              }
                            ],
                            [
                              {
                                "amount": 4475.78,
                                "currency": "DKK"
                              },
                              {
                                "amount": 4494.54,
                                "currency": "MMK"
                              },
                              {
                                "amount": 1026.88,
                                "currency": "WST"
                              },
                              {
                                "amount": 988.78,
                                "currency": "BBD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3842.6,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 1456.71,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3682.4,
                            "currency": "RSD"
                          },
                          {
                            "amount": 2964.23,
                            "currency": "NAD"
                          },
                          {
                            "amount": 3963.84,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 2349.25,
                            "currency": "SOS"
                          },
                          {
                            "amount": 3748.81,
                            "currency": "THB"
                          },
                          {
                            "amount": 4927.8,
                            "currency": "LKR"
                          },
                          {
                            "amount": 3155.67,
                            "currency": "PEN"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2051.08,
                            "currency": "ARS"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4885.28,
                            "currency": "THB"
                          },
                          {
                            "amount": 4703.23,
                            "currency": "OMR"
                          },
                          {
                            "amount": 696.24,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 3072.6,
                            "currency": "BYN"
                          },
                          {
                            "amount": 4348.83,
                            "currency": "PEN"
                          },
                          {
                            "amount": 565.11,
                            "currency": "BIF"
                          }
                        ],
                        [
                          {
                            "amount": 3902.34,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1662.05,
                            "currency": "SAR"
                          },
                          {
                            "amount": 2456.83,
                            "currency": "JPY"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "14741964",
                    "percentage": 16,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1989.27,
                            "currency": "BMD"
                          },
                          {
                            "amount": 2139.42,
                            "currency": "COP"
                          }
                        ],
                        [
                          {
                            "amount": 4044.08,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1796.22,
                            "currency": "JOD"
                          },
                          {
                            "amount": 2621.88,
                            "currency": "STN"
                          },
                          {
                            "amount": 3572.07,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 4046.72,
                            "currency": "WST"
                          },
                          {
                            "amount": 1947.07,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 2314.38,
                            "currency": "ETB"
                          },
                          {
                            "amount": 2037.1,
                            "currency": "EGP"
                          }
                        ],
                        [
                          {
                            "amount": 4960.31,
                            "currency": "BYN"
                          },
                          {
                            "amount": 4759.17,
                            "currency": "HUF"
                          },
                          {
                            "amount": 2061.24,
                            "currency": "CLP"
                          },
                          {
                            "amount": 1779.79,
                            "currency": "UGX"
                          },
                          {
                            "amount": 3931.76,
                            "currency": "MWK"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Alverta",
                    "index": 5,
                    "lastName": "Romaguera",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 2,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1121.64,
                            "currency": "VND"
                          },
                          {
                            "amount": 4642.84,
                            "currency": "KES"
                          },
                          {
                            "amount": 4461.4,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1842.05,
                            "currency": "GMD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3343.6,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1292.13,
                            "currency": "JMD"
                          },
                          {
                            "amount": 1060.82,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4858.45,
                            "currency": "PYG"
                          },
                          {
                            "amount": 614.12,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 763.09,
                            "currency": "ETB"
                          },
                          {
                            "amount": 3076.49,
                            "currency": "WST"
                          },
                          {
                            "amount": 2843.34,
                            "currency": "DOP"
                          },
                          {
                            "amount": 4130.29,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 2784.9,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 3161.99,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 2057.8,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3352.2,
                            "currency": "SOS"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "jm",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1620.86,
                                "currency": "HTG"
                              },
                              {
                                "amount": 4220.01,
                                "currency": "QAR"
                              },
                              {
                                "amount": 2390.37,
                                "currency": "AOA"
                              },
                              {
                                "amount": 4702.91,
                                "currency": "PKR"
                              },
                              {
                                "amount": 4262.32,
                                "currency": "GTQ"
                              }
                            ],
                            [
                              {
                                "amount": 1079.25,
                                "currency": "CUP"
                              },
                              {
                                "amount": 563.51,
                                "currency": "MOP"
                              },
                              {
                                "amount": 3920.19,
                                "currency": "USD"
                              },
                              {
                                "amount": 1354.95,
                                "currency": "RWF"
                              }
                            ],
                            [
                              {
                                "amount": 359.04,
                                "currency": "VES"
                              }
                            ],
                            [
                              {
                                "amount": 4597.99,
                                "currency": "GNF"
                              },
                              {
                                "amount": 3422.13,
                                "currency": "BRL"
                              },
                              {
                                "amount": 2554.57,
                                "currency": "MMK"
                              }
                            ],
                            [
                              {
                                "amount": 4641.88,
                                "currency": "HTG"
                              },
                              {
                                "amount": 1411.93,
                                "currency": "NZD"
                              },
                              {
                                "amount": 2551.57,
                                "currency": "SSP"
                              },
                              {
                                "amount": 4989.7,
                                "currency": "TMT"
                              },
                              {
                                "amount": 1212.48,
                                "currency": "BND"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "nb",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3461.36,
                                "currency": "XOF"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2351.03,
                            "currency": "JMD"
                          },
                          {
                            "amount": 2332.73,
                            "currency": "ALL"
                          },
                          {
                            "amount": 4827.23,
                            "currency": "MRU"
                          }
                        ],
                        [
                          {
                            "amount": 341.07,
                            "currency": "PKR"
                          },
                          {
                            "amount": 3024.79,
                            "currency": "ETB"
                          },
                          {
                            "amount": 102.19,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3121.88,
                            "currency": "ARS"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 968.92,
                            "currency": "PHP"
                          },
                          {
                            "amount": 647.3,
                            "currency": "INR"
                          },
                          {
                            "amount": 690.62,
                            "currency": "JOD"
                          },
                          {
                            "amount": 3310.97,
                            "currency": "NOK"
                          },
                          {
                            "amount": 3640.66,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 2264.68,
                            "currency": "MWK"
                          },
                          {
                            "amount": 599.03,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 2316.8,
                            "currency": "MXN"
                          },
                          {
                            "amount": 4247.34,
                            "currency": "GBP"
                          },
                          {
                            "amount": 2165.03,
                            "currency": "AZN"
                          },
                          {
                            "amount": 1024.94,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 4305.43,
                            "currency": "DOP"
                          },
                          {
                            "amount": 4362.6,
                            "currency": "UAH"
                          },
                          {
                            "amount": 4738.58,
                            "currency": "BSD"
                          },
                          {
                            "amount": 3931.56,
                            "currency": "PEN"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "YP",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 996.04,
                                "currency": "XAF"
                              },
                              {
                                "amount": 2765.87,
                                "currency": "KWD"
                              }
                            ],
                            [
                              {
                                "amount": 2172.11,
                                "currency": "MGA"
                              },
                              {
                                "amount": 3284.83,
                                "currency": "ALL"
                              }
                            ],
                            [
                              {
                                "amount": 1328.34,
                                "currency": "KGS"
                              },
                              {
                                "amount": 1470.43,
                                "currency": "GNF"
                              },
                              {
                                "amount": 3830.4,
                                "currency": "GIP"
                              },
                              {
                                "amount": 3821.54,
                                "currency": "NZD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "lu",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4497.9,
                                "currency": "NOK"
                              },
                              {
                                "amount": 2607.42,
                                "currency": "KRW"
                              },
                              {
                                "amount": 3137.54,
                                "currency": "LKR"
                              }
                            ],
                            [
                              {
                                "amount": 2275.33,
                                "currency": "SDG"
                              }
                            ],
                            [
                              {
                                "amount": 1961.87,
                                "currency": "BBD"
                              },
                              {
                                "amount": 4566.16,
                                "currency": "OMR"
                              }
                            ],
                            [
                              {
                                "amount": 929.69,
                                "currency": "RWF"
                              },
                              {
                                "amount": 1824.98,
                                "currency": "QAR"
                              },
                              {
                                "amount": 1227.73,
                                "currency": "MWK"
                              }
                            ],
                            [
                              {
                                "amount": 189.27,
                                "currency": "VUV"
                              },
                              {
                                "amount": 1589.29,
                                "currency": "BHD"
                              },
                              {
                                "amount": 2147.38,
                                "currency": "ISK"
                              },
                              {
                                "amount": 1701.73,
                                "currency": "TZS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "qV",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2113.18,
                                "currency": "GBP"
                              },
                              {
                                "amount": 319.51,
                                "currency": "PHP"
                              },
                              {
                                "amount": 3288.04,
                                "currency": "MNT"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Dp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 717.86,
                                "currency": "ANG"
                              },
                              {
                                "amount": 2609.08,
                                "currency": "EGP"
                              }
                            ],
                            [
                              {
                                "amount": 986.03,
                                "currency": "AWG"
                              }
                            ],
                            [
                              {
                                "amount": 1066.8,
                                "currency": "LYD"
                              },
                              {
                                "amount": 2829.1,
                                "currency": "VUV"
                              },
                              {
                                "amount": 4165.08,
                                "currency": "MVR"
                              },
                              {
                                "amount": 1177.18,
                                "currency": "HTG"
                              }
                            ],
                            [
                              {
                                "amount": 1306.31,
                                "currency": "RWF"
                              },
                              {
                                "amount": 2120.76,
                                "currency": "INR"
                              }
                            ],
                            [
                              {
                                "amount": 4053.7,
                                "currency": "MOP"
                              },
                              {
                                "amount": 2748.1,
                                "currency": "SBD"
                              },
                              {
                                "amount": 4737.05,
                                "currency": "CDF"
                              },
                              {
                                "amount": 356.98,
                                "currency": "CRC"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4445.44,
                            "currency": "TMT"
                          },
                          {
                            "amount": 3341.06,
                            "currency": "PKR"
                          },
                          {
                            "amount": 4028.89,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 1097.07,
                            "currency": "KZT"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2680.02,
                            "currency": "TMT"
                          },
                          {
                            "amount": 2731.08,
                            "currency": "ALL"
                          },
                          {
                            "amount": 644.12,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 2632.2,
                            "currency": "UZS"
                          },
                          {
                            "amount": 2435.23,
                            "currency": "BSD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3163.42,
                            "currency": "LKR"
                          },
                          {
                            "amount": 3903.9,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 4211.03,
                            "currency": "BBD"
                          },
                          {
                            "amount": 4164.74,
                            "currency": "MRU"
                          },
                          {
                            "amount": 4448.19,
                            "currency": "UYU"
                          },
                          {
                            "amount": 2801.84,
                            "currency": "LSL"
                          },
                          {
                            "amount": 3570.41,
                            "currency": "KPW"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "10289469",
                    "percentage": 24.7,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4584.45,
                            "currency": "CDF"
                          },
                          {
                            "amount": 142.19,
                            "currency": "SHP"
                          },
                          {
                            "amount": 3569.74,
                            "currency": "MNT"
                          },
                          {
                            "amount": 1560.45,
                            "currency": "KES"
                          },
                          {
                            "amount": 3070.79,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 495.94,
                            "currency": "AFN"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Brando",
                    "index": 3,
                    "lastName": "Okuneva",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 1,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2580.15,
                            "currency": "USD"
                          },
                          {
                            "amount": 1879.47,
                            "currency": "RON"
                          }
                        ],
                        [
                          {
                            "amount": 2836.84,
                            "currency": "BYN"
                          },
                          {
                            "amount": 4158.05,
                            "currency": "MWK"
                          },
                          {
                            "amount": 1661.45,
                            "currency": "CHF"
                          }
                        ],
                        [
                          {
                            "amount": 3275.71,
                            "currency": "PEN"
                          },
                          {
                            "amount": 4574.15,
                            "currency": "KRW"
                          },
                          {
                            "amount": 4518.74,
                            "currency": "BZD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3085.46,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 1413.85,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2578.72,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 869.56,
                            "currency": "CNY"
                          },
                          {
                            "amount": 4287.69,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3973.06,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 824.28,
                            "currency": "AED"
                          },
                          {
                            "amount": 4537.8,
                            "currency": "HNL"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "CK",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2986.52,
                                "currency": "QAR"
                              },
                              {
                                "amount": 4434.6,
                                "currency": "SZL"
                              },
                              {
                                "amount": 4386.75,
                                "currency": "MYR"
                              },
                              {
                                "amount": 864.7,
                                "currency": "ISK"
                              }
                            ],
                            [
                              {
                                "amount": 2246.63,
                                "currency": "MGA"
                              },
                              {
                                "amount": 985.01,
                                "currency": "MMK"
                              },
                              {
                                "amount": 1848.48,
                                "currency": "PKR"
                              }
                            ],
                            [
                              {
                                "amount": 4546.01,
                                "currency": "QAR"
                              },
                              {
                                "amount": 4785.59,
                                "currency": "TJS"
                              },
                              {
                                "amount": 2882.29,
                                "currency": "ANG"
                              }
                            ],
                            [
                              {
                                "amount": 3736.37,
                                "currency": "HNL"
                              },
                              {
                                "amount": 3315.3,
                                "currency": "FJD"
                              },
                              {
                                "amount": 2190.39,
                                "currency": "BYN"
                              }
                            ],
                            [
                              {
                                "amount": 2721.21,
                                "currency": "BRL"
                              },
                              {
                                "amount": 988.63,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 2464.85,
                                "currency": "TND"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "JB",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 920.51,
                                "currency": "KZT"
                              },
                              {
                                "amount": 2812.54,
                                "currency": "ERN"
                              },
                              {
                                "amount": 4288.59,
                                "currency": "AFN"
                              },
                              {
                                "amount": 4912.94,
                                "currency": "CNY"
                              },
                              {
                                "amount": 4028.62,
                                "currency": "BBD"
                              }
                            ],
                            [
                              {
                                "amount": 320.11,
                                "currency": "PHP"
                              },
                              {
                                "amount": 1111.41,
                                "currency": "SAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "YQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1957.64,
                                "currency": "KGS"
                              }
                            ],
                            [
                              {
                                "amount": 4132.53,
                                "currency": "ANG"
                              }
                            ],
                            [
                              {
                                "amount": 811.72,
                                "currency": "COP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "qG",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2255.13,
                                "currency": "QAR"
                              },
                              {
                                "amount": 562.21,
                                "currency": "IDR"
                              }
                            ],
                            [
                              {
                                "amount": 2543.25,
                                "currency": "DOP"
                              },
                              {
                                "amount": 2772.66,
                                "currency": "FKP"
                              },
                              {
                                "amount": 112.86,
                                "currency": "TOP"
                              },
                              {
                                "amount": 4604.68,
                                "currency": "BHD"
                              },
                              {
                                "amount": 3327.98,
                                "currency": "CLP"
                              }
                            ],
                            [
                              {
                                "amount": 661.09,
                                "currency": "BND"
                              }
                            ],
                            [
                              {
                                "amount": 3445.13,
                                "currency": "NPR"
                              },
                              {
                                "amount": 4537.44,
                                "currency": "XAF"
                              },
                              {
                                "amount": 2786.51,
                                "currency": "AZN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "wr",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3509.38,
                                "currency": "MDL"
                              },
                              {
                                "amount": 2993.48,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 4527.86,
                                "currency": "XCD"
                              },
                              {
                                "amount": 2612.54,
                                "currency": "BDT"
                              },
                              {
                                "amount": 1673.09,
                                "currency": "NIO"
                              }
                            ],
                            [
                              {
                                "amount": 1744.64,
                                "currency": "SHP"
                              },
                              {
                                "amount": 4826.41,
                                "currency": "UAH"
                              },
                              {
                                "amount": 4277.83,
                                "currency": "HUF"
                              }
                            ],
                            [
                              {
                                "amount": 2277.71,
                                "currency": "BOB"
                              }
                            ],
                            [
                              {
                                "amount": 1289.91,
                                "currency": "PGK"
                              },
                              {
                                "amount": 3681.72,
                                "currency": "TOP"
                              },
                              {
                                "amount": 1695.2,
                                "currency": "CLP"
                              },
                              {
                                "amount": 674,
                                "currency": "CHF"
                              }
                            ],
                            [
                              {
                                "amount": 3394.53,
                                "currency": "XOF"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2853.79,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 953.39,
                            "currency": "SGD"
                          },
                          {
                            "amount": 3355.46,
                            "currency": "BSD"
                          },
                          {
                            "amount": 1283.76,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 4190.06,
                            "currency": "HTG"
                          },
                          {
                            "amount": 4642.42,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 4833.96,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 3590.52,
                            "currency": "RSD"
                          },
                          {
                            "amount": 3170.68,
                            "currency": "JMD"
                          },
                          {
                            "amount": 1167.32,
                            "currency": "SZL"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2456.19,
                            "currency": "KHR"
                          }
                        ],
                        [
                          {
                            "amount": 1075.01,
                            "currency": "TOP"
                          },
                          {
                            "amount": 4808.72,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 1326.75,
                            "currency": "GHS"
                          },
                          {
                            "amount": 3121.39,
                            "currency": "CRC"
                          },
                          {
                            "amount": 3359.42,
                            "currency": "BDT"
                          },
                          {
                            "amount": 1841.44,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 2404.24,
                            "currency": "VND"
                          },
                          {
                            "amount": 2205.23,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 237.79,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1420.68,
                            "currency": "MOP"
                          },
                          {
                            "amount": 4908.97,
                            "currency": "BRL"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "MW",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1487.91,
                                "currency": "WST"
                              },
                              {
                                "amount": 1299.21,
                                "currency": "MWK"
                              },
                              {
                                "amount": 3365.96,
                                "currency": "BWP"
                              },
                              {
                                "amount": 2631.41,
                                "currency": "SSP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "KI",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 984.42,
                                "currency": "MUR"
                              },
                              {
                                "amount": 3063.38,
                                "currency": "CUP"
                              },
                              {
                                "amount": 3868.51,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 2954.01,
                                "currency": "PGK"
                              },
                              {
                                "amount": 4499.87,
                                "currency": "ZWL"
                              }
                            ],
                            [
                              {
                                "amount": 3540.71,
                                "currency": "IRR"
                              },
                              {
                                "amount": 4241.38,
                                "currency": "KES"
                              },
                              {
                                "amount": 2675.87,
                                "currency": "KRW"
                              },
                              {
                                "amount": 2207.03,
                                "currency": "MNT"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "oC",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3699.74,
                                "currency": "SEK"
                              },
                              {
                                "amount": 2510.61,
                                "currency": "CAD"
                              },
                              {
                                "amount": 508.4,
                                "currency": "DKK"
                              }
                            ],
                            [
                              {
                                "amount": 3162.03,
                                "currency": "BGN"
                              },
                              {
                                "amount": 1071.01,
                                "currency": "LBP"
                              },
                              {
                                "amount": 3253.73,
                                "currency": "MZN"
                              },
                              {
                                "amount": 3902.4,
                                "currency": "TMT"
                              }
                            ],
                            [
                              {
                                "amount": 3450.65,
                                "currency": "PLN"
                              },
                              {
                                "amount": 3293.83,
                                "currency": "OMR"
                              }
                            ],
                            [
                              {
                                "amount": 3693.22,
                                "currency": "GBP"
                              },
                              {
                                "amount": 581.02,
                                "currency": "USD"
                              },
                              {
                                "amount": 1646.86,
                                "currency": "RSD"
                              },
                              {
                                "amount": 2855.51,
                                "currency": "TRY"
                              }
                            ],
                            [
                              {
                                "amount": 4962.06,
                                "currency": "DKK"
                              },
                              {
                                "amount": 3121.86,
                                "currency": "COP"
                              },
                              {
                                "amount": 296.55,
                                "currency": "BSD"
                              },
                              {
                                "amount": 1449.29,
                                "currency": "TZS"
                              },
                              {
                                "amount": 3366.89,
                                "currency": "THB"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1525.34,
                            "currency": "KMF"
                          },
                          {
                            "amount": 4660.65,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 1052.44,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1048.29,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 4491.14,
                            "currency": "IQD"
                          },
                          {
                            "amount": 4766.96,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 69.97,
                            "currency": "MGA"
                          }
                        ],
                        [
                          {
                            "amount": 4474.85,
                            "currency": "SOS"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2778.65,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 1706.74,
                            "currency": "BWP"
                          },
                          {
                            "amount": 3294.64,
                            "currency": "GBP"
                          },
                          {
                            "amount": 4957.52,
                            "currency": "BYN"
                          },
                          {
                            "amount": 3871.71,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1851.08,
                            "currency": "MKD"
                          }
                        ],
                        [
                          {
                            "amount": 2639.76,
                            "currency": "BDT"
                          },
                          {
                            "amount": 981.02,
                            "currency": "SRD"
                          },
                          {
                            "amount": 3191.8,
                            "currency": "UYU"
                          },
                          {
                            "amount": 3632.93,
                            "currency": "MWK"
                          },
                          {
                            "amount": 269.41,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4757.44,
                            "currency": "GEL"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "33613711",
                    "percentage": 16.8,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1217.18,
                            "currency": "IDR"
                          }
                        ],
                        [
                          {
                            "amount": 4495.84,
                            "currency": "HTG"
                          },
                          {
                            "amount": 2087.83,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1000.7,
                            "currency": "KZT"
                          },
                          {
                            "amount": 2809.06,
                            "currency": "KRW"
                          }
                        ],
                        [
                          {
                            "amount": 1706.59,
                            "currency": "FJD"
                          },
                          {
                            "amount": 993.11,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3908.74,
                            "currency": "PKR"
                          }
                        ],
                        [
                          {
                            "amount": 2186.55,
                            "currency": "COP"
                          },
                          {
                            "amount": 707.03,
                            "currency": "TMT"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Ofelia",
                    "index": 6,
                    "lastName": "Gutmann",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 4,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1149.73,
                            "currency": "DJF"
                          },
                          {
                            "amount": 4991.84,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 429.41,
                            "currency": "GMD"
                          }
                        ],
                        [
                          {
                            "amount": 1562.02,
                            "currency": "STN"
                          },
                          {
                            "amount": 3107.41,
                            "currency": "FKP"
                          },
                          {
                            "amount": 1527.62,
                            "currency": "HNL"
                          },
                          {
                            "amount": 3520.01,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1694.24,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 4618.21,
                            "currency": "ALL"
                          },
                          {
                            "amount": 2377.91,
                            "currency": "CNY"
                          },
                          {
                            "amount": 4993.84,
                            "currency": "HUF"
                          },
                          {
                            "amount": 4058.99,
                            "currency": "TOP"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2248.03,
                            "currency": "SGD"
                          },
                          {
                            "amount": 3725.81,
                            "currency": "UYU"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Zt",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3113.59,
                                "currency": "GYD"
                              },
                              {
                                "amount": 3447.93,
                                "currency": "STN"
                              }
                            ],
                            [
                              {
                                "amount": 3556.99,
                                "currency": "CRC"
                              },
                              {
                                "amount": 1966.82,
                                "currency": "MYR"
                              },
                              {
                                "amount": 91.03,
                                "currency": "COP"
                              }
                            ],
                            [
                              {
                                "amount": 925.99,
                                "currency": "SZL"
                              },
                              {
                                "amount": 4069.91,
                                "currency": "BND"
                              },
                              {
                                "amount": 3258.85,
                                "currency": "TRY"
                              }
                            ],
                            [
                              {
                                "amount": 3749.4,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 4402.96,
                                "currency": "SCR"
                              },
                              {
                                "amount": 2470.87,
                                "currency": "NAD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ei",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1716.4,
                                "currency": "BGN"
                              },
                              {
                                "amount": 1948.09,
                                "currency": "TMT"
                              },
                              {
                                "amount": 3413.13,
                                "currency": "WST"
                              },
                              {
                                "amount": 1261.79,
                                "currency": "DJF"
                              },
                              {
                                "amount": 3659.52,
                                "currency": "SZL"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1209.04,
                            "currency": "SRD"
                          },
                          {
                            "amount": 4372.47,
                            "currency": "ALL"
                          },
                          {
                            "amount": 992.55,
                            "currency": "MNT"
                          },
                          {
                            "amount": 4762.4,
                            "currency": "RON"
                          },
                          {
                            "amount": 2586.03,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 4738.16,
                            "currency": "SHP"
                          },
                          {
                            "amount": 2475.8,
                            "currency": "JMD"
                          },
                          {
                            "amount": 286.12,
                            "currency": "SEK"
                          },
                          {
                            "amount": 2487.66,
                            "currency": "XPF"
                          }
                        ],
                        [
                          {
                            "amount": 2737.48,
                            "currency": "SAR"
                          },
                          {
                            "amount": 2401.4,
                            "currency": "IDR"
                          },
                          {
                            "amount": 3185.28,
                            "currency": "WST"
                          },
                          {
                            "amount": 4478.17,
                            "currency": "ALL"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 83.32,
                            "currency": "NZD"
                          },
                          {
                            "amount": 4938.59,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 4396.27,
                            "currency": "HKD"
                          },
                          {
                            "amount": 3135.45,
                            "currency": "MRU"
                          },
                          {
                            "amount": 4811.92,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 4312.23,
                            "currency": "SEK"
                          },
                          {
                            "amount": 4120.88,
                            "currency": "ALL"
                          },
                          {
                            "amount": 349.62,
                            "currency": "RWF"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "rQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 804.4,
                                "currency": "HTG"
                              },
                              {
                                "amount": 3474.09,
                                "currency": "CAD"
                              },
                              {
                                "amount": 1740.65,
                                "currency": "AWG"
                              },
                              {
                                "amount": 4600.47,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 474.68,
                                "currency": "IQD"
                              }
                            ],
                            [
                              {
                                "amount": 3613.94,
                                "currency": "TZS"
                              },
                              {
                                "amount": 3586.55,
                                "currency": "BYN"
                              },
                              {
                                "amount": 4598.48,
                                "currency": "SSP"
                              },
                              {
                                "amount": 1108.36,
                                "currency": "KYD"
                              },
                              {
                                "amount": 1482.86,
                                "currency": "SLE"
                              }
                            ],
                            [
                              {
                                "amount": 1711.91,
                                "currency": "CDF"
                              }
                            ],
                            [
                              {
                                "amount": 1147.38,
                                "currency": "SRD"
                              },
                              {
                                "amount": 2047.02,
                                "currency": "AUD"
                              },
                              {
                                "amount": 880.18,
                                "currency": "MUR"
                              },
                              {
                                "amount": 595.72,
                                "currency": "TZS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "cQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3077.5,
                                "currency": "HTG"
                              },
                              {
                                "amount": 1544.98,
                                "currency": "LYD"
                              }
                            ],
                            [
                              {
                                "amount": 4277.8,
                                "currency": "MMK"
                              }
                            ],
                            [
                              {
                                "amount": 2360.53,
                                "currency": "BZD"
                              }
                            ],
                            [
                              {
                                "amount": 429.41,
                                "currency": "LKR"
                              },
                              {
                                "amount": 877.92,
                                "currency": "TZS"
                              },
                              {
                                "amount": 1925.59,
                                "currency": "UZS"
                              }
                            ],
                            [
                              {
                                "amount": 4804.21,
                                "currency": "KZT"
                              },
                              {
                                "amount": 4240.3,
                                "currency": "MVR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "FE",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3910.36,
                                "currency": "LYD"
                              },
                              {
                                "amount": 3449.03,
                                "currency": "KGS"
                              },
                              {
                                "amount": 4146.77,
                                "currency": "IRR"
                              }
                            ],
                            [
                              {
                                "amount": 4872.19,
                                "currency": "GYD"
                              },
                              {
                                "amount": 3898.31,
                                "currency": "TZS"
                              },
                              {
                                "amount": 313.97,
                                "currency": "TWD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "AQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2943.15,
                                "currency": "CUP"
                              },
                              {
                                "amount": 3724.18,
                                "currency": "BZD"
                              },
                              {
                                "amount": 3720.84,
                                "currency": "CHF"
                              }
                            ],
                            [
                              {
                                "amount": 1464.01,
                                "currency": "MVR"
                              },
                              {
                                "amount": 4379.79,
                                "currency": "ILS"
                              },
                              {
                                "amount": 4878.8,
                                "currency": "AFN"
                              },
                              {
                                "amount": 2146.36,
                                "currency": "XCD"
                              },
                              {
                                "amount": 3790.33,
                                "currency": "PEN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Eq",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3432.2,
                                "currency": "ZAR"
                              },
                              {
                                "amount": 3661.29,
                                "currency": "CZK"
                              },
                              {
                                "amount": 3146.46,
                                "currency": "ISK"
                              },
                              {
                                "amount": 1306.09,
                                "currency": "HUF"
                              }
                            ],
                            [
                              {
                                "amount": 1391.48,
                                "currency": "KES"
                              },
                              {
                                "amount": 4394.97,
                                "currency": "MZN"
                              },
                              {
                                "amount": 511.69,
                                "currency": "MRU"
                              },
                              {
                                "amount": 4004.41,
                                "currency": "FJD"
                              }
                            ],
                            [
                              {
                                "amount": 3793.75,
                                "currency": "UYU"
                              },
                              {
                                "amount": 2449.22,
                                "currency": "PKR"
                              },
                              {
                                "amount": 3518.37,
                                "currency": "DOP"
                              }
                            ],
                            [
                              {
                                "amount": 608.51,
                                "currency": "VUV"
                              },
                              {
                                "amount": 131.92,
                                "currency": "ISK"
                              },
                              {
                                "amount": 2431.37,
                                "currency": "GYD"
                              }
                            ],
                            [
                              {
                                "amount": 4411.19,
                                "currency": "NZD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2771.1,
                            "currency": "TZS"
                          },
                          {
                            "amount": 1094.9,
                            "currency": "BMD"
                          },
                          {
                            "amount": 1899.25,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 1416.13,
                            "currency": "AED"
                          },
                          {
                            "amount": 3164.82,
                            "currency": "PHP"
                          },
                          {
                            "amount": 1060.9,
                            "currency": "SBD"
                          },
                          {
                            "amount": 146.68,
                            "currency": "MWK"
                          },
                          {
                            "amount": 216.28,
                            "currency": "MXN"
                          }
                        ],
                        [
                          {
                            "amount": 4258.87,
                            "currency": "YER"
                          },
                          {
                            "amount": 3922.08,
                            "currency": "MYR"
                          },
                          {
                            "amount": 3833.9,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 3458.11,
                            "currency": "JMD"
                          },
                          {
                            "amount": 279.98,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 1617.44,
                            "currency": "RSD"
                          },
                          {
                            "amount": 2912.28,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 3381.21,
                            "currency": "UZS"
                          },
                          {
                            "amount": 663.93,
                            "currency": "LRD"
                          },
                          {
                            "amount": 885.13,
                            "currency": "LRD"
                          },
                          {
                            "amount": 2168.47,
                            "currency": "JOD"
                          },
                          {
                            "amount": 3789.73,
                            "currency": "AWG"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1946.65,
                            "currency": "AWG"
                          },
                          {
                            "amount": 634.97,
                            "currency": "KWD"
                          },
                          {
                            "amount": 1323.31,
                            "currency": "PLN"
                          },
                          {
                            "amount": 3743.81,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4775.14,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 2570.32,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4311.13,
                            "currency": "TTD"
                          },
                          {
                            "amount": 659.18,
                            "currency": "ERN"
                          },
                          {
                            "amount": 1085.93,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 180.38,
                            "currency": "TND"
                          },
                          {
                            "amount": 4005.1,
                            "currency": "SSP"
                          },
                          {
                            "amount": 3967.67,
                            "currency": "JOD"
                          },
                          {
                            "amount": 1240.41,
                            "currency": "NIO"
                          },
                          {
                            "amount": 3016.65,
                            "currency": "SSP"
                          }
                        ],
                        [
                          {
                            "amount": 926.19,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 1377.24,
                            "currency": "GNF"
                          },
                          {
                            "amount": 2432.74,
                            "currency": "ILS"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2449.33,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 3639.08,
                            "currency": "BTN"
                          },
                          {
                            "amount": 2957.88,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2364.68,
                            "currency": "UZS"
                          },
                          {
                            "amount": 4899,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 156.98,
                            "currency": "CVE"
                          },
                          {
                            "amount": 4106.76,
                            "currency": "SGD"
                          },
                          {
                            "amount": 1698.63,
                            "currency": "IRR"
                          },
                          {
                            "amount": 2014.56,
                            "currency": "THB"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "05802235",
                    "percentage": 21.8,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4899.64,
                            "currency": "KHR"
                          },
                          {
                            "amount": 3410.09,
                            "currency": "CLP"
                          }
                        ],
                        [
                          {
                            "amount": 2876.19,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 4991.52,
                            "currency": "WST"
                          },
                          {
                            "amount": 2979.36,
                            "currency": "TRY"
                          },
                          {
                            "amount": 2766,
                            "currency": "SDG"
                          },
                          {
                            "amount": 725.95,
                            "currency": "KWD"
                          },
                          {
                            "amount": 1269.67,
                            "currency": "KHR"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Connection"
              }
            },
            {
              "availableInventory": 34,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Ola",
                    "index": 8,
                    "lastName": "Gutmann",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 2,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4651.5,
                            "currency": "BDT"
                          },
                          {
                            "amount": 4555.27,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4373.6,
                            "currency": "SCR"
                          },
                          {
                            "amount": 4924.94,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 209.05,
                            "currency": "INR"
                          },
                          {
                            "amount": 729.22,
                            "currency": "XAF"
                          },
                          {
                            "amount": 3132.39,
                            "currency": "IDR"
                          },
                          {
                            "amount": 3581.64,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 701.75,
                            "currency": "CDF"
                          },
                          {
                            "amount": 2784.49,
                            "currency": "MYR"
                          },
                          {
                            "amount": 228.22,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 2896.36,
                            "currency": "MOP"
                          },
                          {
                            "amount": 3992.03,
                            "currency": "ARS"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3560.83,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4943.59,
                            "currency": "KES"
                          },
                          {
                            "amount": 1863.35,
                            "currency": "SCR"
                          },
                          {
                            "amount": 1789.35,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 4411.18,
                            "currency": "IQD"
                          },
                          {
                            "amount": 3965.17,
                            "currency": "TMT"
                          },
                          {
                            "amount": 1128.57,
                            "currency": "CVE"
                          },
                          {
                            "amount": 3369.52,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 3576.5,
                            "currency": "SDG"
                          },
                          {
                            "amount": 3770.44,
                            "currency": "LAK"
                          },
                          {
                            "amount": 2933.27,
                            "currency": "AWG"
                          },
                          {
                            "amount": 1731.79,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 2920.13,
                            "currency": "KYD"
                          },
                          {
                            "amount": 663.52,
                            "currency": "CAD"
                          },
                          {
                            "amount": 1819.47,
                            "currency": "JOD"
                          }
                        ],
                        [
                          {
                            "amount": 3743.54,
                            "currency": "VES"
                          },
                          {
                            "amount": 4572.88,
                            "currency": "TJS"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "qz",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4565.82,
                                "currency": "SRD"
                              },
                              {
                                "amount": 1422.74,
                                "currency": "KRW"
                              },
                              {
                                "amount": 2699.89,
                                "currency": "MNT"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1930.6,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 4770.71,
                            "currency": "PLN"
                          },
                          {
                            "amount": 4820.8,
                            "currency": "QAR"
                          },
                          {
                            "amount": 2529.66,
                            "currency": "MAD"
                          },
                          {
                            "amount": 32.63,
                            "currency": "ISK"
                          },
                          {
                            "amount": 4391.65,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 4600.76,
                            "currency": "SAR"
                          },
                          {
                            "amount": 4080.73,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3623.61,
                            "currency": "SBD"
                          },
                          {
                            "amount": 1960.86,
                            "currency": "PAB"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3881.27,
                            "currency": "SZL"
                          },
                          {
                            "amount": 4211.04,
                            "currency": "CNY"
                          },
                          {
                            "amount": 401.88,
                            "currency": "MNT"
                          },
                          {
                            "amount": 3599.86,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 2505.12,
                            "currency": "UYU"
                          },
                          {
                            "amount": 1399.03,
                            "currency": "GMD"
                          }
                        ],
                        [
                          {
                            "amount": 476.08,
                            "currency": "MXN"
                          },
                          {
                            "amount": 2080.75,
                            "currency": "MUR"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "lb",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4509.72,
                                "currency": "KWD"
                              },
                              {
                                "amount": 475.2,
                                "currency": "SDG"
                              },
                              {
                                "amount": 868.47,
                                "currency": "LSL"
                              },
                              {
                                "amount": 4001.28,
                                "currency": "JPY"
                              }
                            ],
                            [
                              {
                                "amount": 2634.43,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 2235.05,
                                "currency": "MRU"
                              }
                            ],
                            [
                              {
                                "amount": 1641.56,
                                "currency": "CUP"
                              },
                              {
                                "amount": 1016.09,
                                "currency": "TTD"
                              },
                              {
                                "amount": 3481.54,
                                "currency": "AZN"
                              },
                              {
                                "amount": 364.87,
                                "currency": "KRW"
                              },
                              {
                                "amount": 917.55,
                                "currency": "SDG"
                              }
                            ],
                            [
                              {
                                "amount": 3640.61,
                                "currency": "MMK"
                              },
                              {
                                "amount": 3071.88,
                                "currency": "MYR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "dt",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1786.81,
                                "currency": "MDL"
                              },
                              {
                                "amount": 4040.25,
                                "currency": "MYR"
                              }
                            ],
                            [
                              {
                                "amount": 3693.99,
                                "currency": "NAD"
                              }
                            ],
                            [
                              {
                                "amount": 1604.81,
                                "currency": "KYD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 686.45,
                            "currency": "PAB"
                          },
                          {
                            "amount": 3117.41,
                            "currency": "THB"
                          },
                          {
                            "amount": 2783.63,
                            "currency": "UZS"
                          },
                          {
                            "amount": 3334.51,
                            "currency": "VND"
                          },
                          {
                            "amount": 2777.2,
                            "currency": "CLP"
                          }
                        ],
                        [
                          {
                            "amount": 4134.29,
                            "currency": "BRL"
                          },
                          {
                            "amount": 2108.27,
                            "currency": "GEL"
                          },
                          {
                            "amount": 3009.23,
                            "currency": "FJD"
                          },
                          {
                            "amount": 3406.26,
                            "currency": "MYR"
                          },
                          {
                            "amount": 4544.93,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 340.46,
                            "currency": "SEK"
                          },
                          {
                            "amount": 3182.03,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 3681.31,
                            "currency": "PHP"
                          },
                          {
                            "amount": 1338.77,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 4981.49,
                            "currency": "KYD"
                          },
                          {
                            "amount": 3752.87,
                            "currency": "MYR"
                          },
                          {
                            "amount": 3240.17,
                            "currency": "SRD"
                          },
                          {
                            "amount": 2394.92,
                            "currency": "BOB"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4618.07,
                            "currency": "AZN"
                          }
                        ],
                        [
                          {
                            "amount": 2243.57,
                            "currency": "SOS"
                          }
                        ],
                        [
                          {
                            "amount": 2464.93,
                            "currency": "PAB"
                          },
                          {
                            "amount": 3779.73,
                            "currency": "JMD"
                          },
                          {
                            "amount": 3298.71,
                            "currency": "BGN"
                          },
                          {
                            "amount": 766.65,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 4801.8,
                            "currency": "NPR"
                          },
                          {
                            "amount": 3348.55,
                            "currency": "VES"
                          },
                          {
                            "amount": 1680.59,
                            "currency": "SLE"
                          },
                          {
                            "amount": 2911.55,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 2196.43,
                            "currency": "BGN"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 665.8,
                            "currency": "IDR"
                          },
                          {
                            "amount": 1121.47,
                            "currency": "SOS"
                          },
                          {
                            "amount": 426.01,
                            "currency": "SSP"
                          },
                          {
                            "amount": 758.38,
                            "currency": "GTQ"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "41064389",
                    "percentage": 18.5,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 18.71,
                            "currency": "TJS"
                          },
                          {
                            "amount": 3837.92,
                            "currency": "YER"
                          },
                          {
                            "amount": 1149.97,
                            "currency": "RUB"
                          }
                        ],
                        [
                          {
                            "amount": 1506.99,
                            "currency": "SSP"
                          },
                          {
                            "amount": 3937.72,
                            "currency": "ALL"
                          },
                          {
                            "amount": 664.36,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 2151.84,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3989.12,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 3746.58,
                            "currency": "XOF"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Golda",
                    "index": 8,
                    "lastName": "Renner",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 0,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1984.96,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 367.03,
                            "currency": "AED"
                          },
                          {
                            "amount": 1182.75,
                            "currency": "HUF"
                          },
                          {
                            "amount": 4479.91,
                            "currency": "SRD"
                          },
                          {
                            "amount": 4917.52,
                            "currency": "AMD"
                          },
                          {
                            "amount": 3577.05,
                            "currency": "KMF"
                          }
                        ],
                        [
                          {
                            "amount": 4572.85,
                            "currency": "CZK"
                          },
                          {
                            "amount": 4431.32,
                            "currency": "SHP"
                          },
                          {
                            "amount": 1969.37,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 1680.68,
                            "currency": "BHD"
                          },
                          {
                            "amount": 1235.13,
                            "currency": "SYP"
                          },
                          {
                            "amount": 3309.43,
                            "currency": "KHR"
                          },
                          {
                            "amount": 2226.52,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 1691.12,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1887.33,
                            "currency": "AED"
                          },
                          {
                            "amount": 3671.2,
                            "currency": "LBP"
                          },
                          {
                            "amount": 4446.33,
                            "currency": "DZD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4255.47,
                            "currency": "SAR"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "WL",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3838.79,
                                "currency": "SOS"
                              },
                              {
                                "amount": 693.94,
                                "currency": "GHS"
                              },
                              {
                                "amount": 4804.57,
                                "currency": "VES"
                              },
                              {
                                "amount": 2188.93,
                                "currency": "GNF"
                              },
                              {
                                "amount": 4651.96,
                                "currency": "RSD"
                              }
                            ],
                            [
                              {
                                "amount": 2967.32,
                                "currency": "VES"
                              }
                            ],
                            [
                              {
                                "amount": 3441.25,
                                "currency": "AZN"
                              },
                              {
                                "amount": 4149.4,
                                "currency": "PHP"
                              },
                              {
                                "amount": 2344.37,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 3515,
                                "currency": "IDR"
                              },
                              {
                                "amount": 3121.58,
                                "currency": "BAM"
                              }
                            ],
                            [
                              {
                                "amount": 3655.21,
                                "currency": "AZN"
                              },
                              {
                                "amount": 577.46,
                                "currency": "PHP"
                              },
                              {
                                "amount": 1053.42,
                                "currency": "WST"
                              }
                            ],
                            [
                              {
                                "amount": 1502.43,
                                "currency": "SLE"
                              },
                              {
                                "amount": 650.47,
                                "currency": "CVE"
                              },
                              {
                                "amount": 4028.97,
                                "currency": "SAR"
                              },
                              {
                                "amount": 448.42,
                                "currency": "DJF"
                              },
                              {
                                "amount": 1474.62,
                                "currency": "TZS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "TM",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1864.64,
                                "currency": "AOA"
                              },
                              {
                                "amount": 3543.49,
                                "currency": "AZN"
                              },
                              {
                                "amount": 4977.27,
                                "currency": "PAB"
                              },
                              {
                                "amount": 2346.5,
                                "currency": "STN"
                              },
                              {
                                "amount": 3434.36,
                                "currency": "PYG"
                              }
                            ],
                            [
                              {
                                "amount": 397.02,
                                "currency": "TWD"
                              },
                              {
                                "amount": 4588.17,
                                "currency": "GMD"
                              },
                              {
                                "amount": 281.51,
                                "currency": "MUR"
                              },
                              {
                                "amount": 3107.89,
                                "currency": "BYN"
                              }
                            ],
                            [
                              {
                                "amount": 1755.24,
                                "currency": "LBP"
                              },
                              {
                                "amount": 75.41,
                                "currency": "IQD"
                              },
                              {
                                "amount": 2424.12,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 2108.23,
                                "currency": "FJD"
                              },
                              {
                                "amount": 3243.03,
                                "currency": "MRU"
                              },
                              {
                                "amount": 2585.81,
                                "currency": "HNL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "gI",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1486.95,
                                "currency": "BND"
                              }
                            ],
                            [
                              {
                                "amount": 4968.7,
                                "currency": "TMT"
                              },
                              {
                                "amount": 3735.14,
                                "currency": "BGN"
                              },
                              {
                                "amount": 2531.09,
                                "currency": "MAD"
                              }
                            ],
                            [
                              {
                                "amount": 644.73,
                                "currency": "TOP"
                              },
                              {
                                "amount": 2452.43,
                                "currency": "GHS"
                              },
                              {
                                "amount": 1032.95,
                                "currency": "FKP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "kf",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4876.67,
                                "currency": "GEL"
                              },
                              {
                                "amount": 4775.81,
                                "currency": "EGP"
                              }
                            ],
                            [
                              {
                                "amount": 4636.05,
                                "currency": "ILS"
                              },
                              {
                                "amount": 163.25,
                                "currency": "CNY"
                              },
                              {
                                "amount": 1279.88,
                                "currency": "MMK"
                              },
                              {
                                "amount": 3865.07,
                                "currency": "BWP"
                              }
                            ],
                            [
                              {
                                "amount": 3185.37,
                                "currency": "HTG"
                              }
                            ],
                            [
                              {
                                "amount": 3960.1,
                                "currency": "NIO"
                              },
                              {
                                "amount": 329.51,
                                "currency": "JOD"
                              },
                              {
                                "amount": 2943.14,
                                "currency": "AZN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "pq",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1283.24,
                                "currency": "MMK"
                              }
                            ],
                            [
                              {
                                "amount": 2586.55,
                                "currency": "GIP"
                              }
                            ],
                            [
                              {
                                "amount": 4384.04,
                                "currency": "HUF"
                              },
                              {
                                "amount": 4741.82,
                                "currency": "KRW"
                              }
                            ],
                            [
                              {
                                "amount": 2134.29,
                                "currency": "MRU"
                              },
                              {
                                "amount": 1595.21,
                                "currency": "TND"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3000.63,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 1915.24,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4925.35,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 1444.69,
                            "currency": "TWD"
                          },
                          {
                            "amount": 3697.64,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 2933.67,
                            "currency": "CNY"
                          },
                          {
                            "amount": 4996.02,
                            "currency": "VES"
                          }
                        ],
                        [
                          {
                            "amount": 176.78,
                            "currency": "OMR"
                          },
                          {
                            "amount": 4507.49,
                            "currency": "RWF"
                          },
                          {
                            "amount": 1095.33,
                            "currency": "VUV"
                          },
                          {
                            "amount": 2776.75,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 1604.88,
                            "currency": "GBP"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1622.98,
                            "currency": "NGN"
                          },
                          {
                            "amount": 4952.08,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 4238,
                            "currency": "UGX"
                          },
                          {
                            "amount": 2387.46,
                            "currency": "EGP"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "MF",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1586.47,
                                "currency": "HUF"
                              }
                            ],
                            [
                              {
                                "amount": 4379.44,
                                "currency": "FKP"
                              },
                              {
                                "amount": 414.28,
                                "currency": "IDR"
                              },
                              {
                                "amount": 2506.25,
                                "currency": "IRR"
                              },
                              {
                                "amount": 208.84,
                                "currency": "MGA"
                              },
                              {
                                "amount": 4131.85,
                                "currency": "THB"
                              }
                            ],
                            [
                              {
                                "amount": 1762.09,
                                "currency": "MAD"
                              }
                            ],
                            [
                              {
                                "amount": 4382.92,
                                "currency": "ETB"
                              },
                              {
                                "amount": 560.31,
                                "currency": "JPY"
                              },
                              {
                                "amount": 644.74,
                                "currency": "CNY"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Lv",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2594.32,
                                "currency": "VND"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2411.41,
                            "currency": "PYG"
                          },
                          {
                            "amount": 4212.06,
                            "currency": "NAD"
                          },
                          {
                            "amount": 4093.91,
                            "currency": "UZS"
                          },
                          {
                            "amount": 4333.62,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 1744.5,
                            "currency": "GHS"
                          },
                          {
                            "amount": 1093.65,
                            "currency": "NAD"
                          },
                          {
                            "amount": 218.31,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 2356.43,
                            "currency": "MRU"
                          },
                          {
                            "amount": 2918.9,
                            "currency": "TOP"
                          },
                          {
                            "amount": 650.3,
                            "currency": "SGD"
                          },
                          {
                            "amount": 3831.8,
                            "currency": "LAK"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3994.75,
                            "currency": "BBD"
                          },
                          {
                            "amount": 4291.34,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 1025.71,
                            "currency": "PGK"
                          },
                          {
                            "amount": 2513.37,
                            "currency": "OMR"
                          },
                          {
                            "amount": 485.3,
                            "currency": "ALL"
                          },
                          {
                            "amount": 2633.32,
                            "currency": "CLP"
                          },
                          {
                            "amount": 470.91,
                            "currency": "GNF"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4427.19,
                            "currency": "VES"
                          },
                          {
                            "amount": 1623.29,
                            "currency": "VND"
                          }
                        ],
                        [
                          {
                            "amount": 2064.33,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 1787.32,
                            "currency": "KHR"
                          },
                          {
                            "amount": 3515.37,
                            "currency": "GMD"
                          },
                          {
                            "amount": 4228.03,
                            "currency": "UAH"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "58414467",
                    "percentage": 21,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 791.03,
                            "currency": "TJS"
                          },
                          {
                            "amount": 1006.22,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 1904.72,
                            "currency": "KWD"
                          },
                          {
                            "amount": 2213.15,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4868.26,
                            "currency": "MRU"
                          },
                          {
                            "amount": 495.07,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 1318.59,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4394.03,
                            "currency": "SOS"
                          },
                          {
                            "amount": 2112.91,
                            "currency": "BAM"
                          },
                          {
                            "amount": 4382.32,
                            "currency": "RUB"
                          },
                          {
                            "amount": 2991.27,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 1655.22,
                            "currency": "DJF"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Douglas",
                    "index": 8,
                    "lastName": "Schmitt",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 3,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4956.02,
                            "currency": "ILS"
                          },
                          {
                            "amount": 2351.6,
                            "currency": "SHP"
                          },
                          {
                            "amount": 4461.32,
                            "currency": "KPW"
                          },
                          {
                            "amount": 2410.52,
                            "currency": "HNL"
                          },
                          {
                            "amount": 3517.31,
                            "currency": "MRU"
                          }
                        ],
                        [
                          {
                            "amount": 1988.77,
                            "currency": "TND"
                          },
                          {
                            "amount": 2182.78,
                            "currency": "HTG"
                          },
                          {
                            "amount": 2392.74,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3920.44,
                            "currency": "TZS"
                          },
                          {
                            "amount": 43.09,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 2923.91,
                            "currency": "BTN"
                          },
                          {
                            "amount": 3995.99,
                            "currency": "AED"
                          },
                          {
                            "amount": 2983.92,
                            "currency": "AZN"
                          },
                          {
                            "amount": 11.17,
                            "currency": "BGN"
                          }
                        ],
                        [
                          {
                            "amount": 3181.62,
                            "currency": "UYU"
                          },
                          {
                            "amount": 1911.58,
                            "currency": "RON"
                          }
                        ],
                        [
                          {
                            "amount": 1987.94,
                            "currency": "SOS"
                          },
                          {
                            "amount": 1005.69,
                            "currency": "EUR"
                          },
                          {
                            "amount": 2632.21,
                            "currency": "KMF"
                          },
                          {
                            "amount": 3267.17,
                            "currency": "USD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2447.51,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4780.4,
                            "currency": "XPF"
                          },
                          {
                            "amount": 2336.44,
                            "currency": "PKR"
                          },
                          {
                            "amount": 663.24,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 984.74,
                            "currency": "MDL"
                          },
                          {
                            "amount": 3925.94,
                            "currency": "UGX"
                          },
                          {
                            "amount": 556.23,
                            "currency": "BGN"
                          },
                          {
                            "amount": 4665.3,
                            "currency": "SEK"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Yd",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1886.4,
                                "currency": "TWD"
                              },
                              {
                                "amount": 433.03,
                                "currency": "AMD"
                              },
                              {
                                "amount": 195.43,
                                "currency": "JPY"
                              },
                              {
                                "amount": 184.98,
                                "currency": "ZAR"
                              }
                            ],
                            [
                              {
                                "amount": 3369.49,
                                "currency": "LSL"
                              },
                              {
                                "amount": 4366.46,
                                "currency": "HKD"
                              },
                              {
                                "amount": 3754.45,
                                "currency": "HUF"
                              },
                              {
                                "amount": 4988.54,
                                "currency": "PGK"
                              },
                              {
                                "amount": 2652.65,
                                "currency": "TRY"
                              }
                            ],
                            [
                              {
                                "amount": 2388.57,
                                "currency": "AED"
                              },
                              {
                                "amount": 652.79,
                                "currency": "RWF"
                              },
                              {
                                "amount": 4235.75,
                                "currency": "ISK"
                              },
                              {
                                "amount": 2612.95,
                                "currency": "PEN"
                              }
                            ],
                            [
                              {
                                "amount": 2946.87,
                                "currency": "LYD"
                              },
                              {
                                "amount": 2184.97,
                                "currency": "AED"
                              },
                              {
                                "amount": 3404.6,
                                "currency": "BDT"
                              },
                              {
                                "amount": 3678.05,
                                "currency": "BZD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "xy",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4785.83,
                                "currency": "SOS"
                              },
                              {
                                "amount": 3968.05,
                                "currency": "CHF"
                              },
                              {
                                "amount": 925.99,
                                "currency": "KZT"
                              }
                            ],
                            [
                              {
                                "amount": 2965.3,
                                "currency": "VND"
                              },
                              {
                                "amount": 2698.16,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 2020.91,
                                "currency": "BRL"
                              },
                              {
                                "amount": 1358.38,
                                "currency": "GEL"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3133.84,
                            "currency": "KGS"
                          }
                        ],
                        [
                          {
                            "amount": 3027.74,
                            "currency": "CZK"
                          },
                          {
                            "amount": 3687.55,
                            "currency": "RON"
                          },
                          {
                            "amount": 2259.52,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2076.26,
                            "currency": "EGP"
                          },
                          {
                            "amount": 4753.6,
                            "currency": "SAR"
                          }
                        ],
                        [
                          {
                            "amount": 175.18,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1448.33,
                            "currency": "KES"
                          },
                          {
                            "amount": 2619.3,
                            "currency": "QAR"
                          },
                          {
                            "amount": 2168.59,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 2523.22,
                            "currency": "VUV"
                          },
                          {
                            "amount": 4511.79,
                            "currency": "MRU"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2158.74,
                            "currency": "BYN"
                          },
                          {
                            "amount": 4702.8,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 3961.33,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 4136.83,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3334.74,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 4396.74,
                            "currency": "NAD"
                          },
                          {
                            "amount": 4870.09,
                            "currency": "PKR"
                          },
                          {
                            "amount": 2440.83,
                            "currency": "CNY"
                          },
                          {
                            "amount": 2999.86,
                            "currency": "KES"
                          },
                          {
                            "amount": 479.21,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 760.7,
                            "currency": "NIO"
                          },
                          {
                            "amount": 1706.16,
                            "currency": "SSP"
                          },
                          {
                            "amount": 966.66,
                            "currency": "IQD"
                          },
                          {
                            "amount": 3725.55,
                            "currency": "UAH"
                          },
                          {
                            "amount": 1798.35,
                            "currency": "KHR"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "du",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3411.78,
                                "currency": "TOP"
                              },
                              {
                                "amount": 3313.84,
                                "currency": "NAD"
                              },
                              {
                                "amount": 1052.33,
                                "currency": "MUR"
                              }
                            ],
                            [
                              {
                                "amount": 1689.45,
                                "currency": "MVR"
                              },
                              {
                                "amount": 267.37,
                                "currency": "SBD"
                              },
                              {
                                "amount": 4496.73,
                                "currency": "TRY"
                              },
                              {
                                "amount": 1461.4,
                                "currency": "KPW"
                              }
                            ],
                            [
                              {
                                "amount": 849.01,
                                "currency": "BYN"
                              },
                              {
                                "amount": 1602.75,
                                "currency": "TMT"
                              },
                              {
                                "amount": 782.5,
                                "currency": "SEK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "eS",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1003.48,
                                "currency": "USD"
                              }
                            ],
                            [
                              {
                                "amount": 3370.73,
                                "currency": "PHP"
                              },
                              {
                                "amount": 2138.81,
                                "currency": "CLP"
                              },
                              {
                                "amount": 3239.29,
                                "currency": "MYR"
                              },
                              {
                                "amount": 2110.98,
                                "currency": "PLN"
                              },
                              {
                                "amount": 213.29,
                                "currency": "DZD"
                              }
                            ],
                            [
                              {
                                "amount": 867.62,
                                "currency": "JPY"
                              },
                              {
                                "amount": 2806.52,
                                "currency": "PLN"
                              }
                            ],
                            [
                              {
                                "amount": 4690.97,
                                "currency": "SHP"
                              },
                              {
                                "amount": 2155.73,
                                "currency": "SZL"
                              },
                              {
                                "amount": 50.22,
                                "currency": "STN"
                              },
                              {
                                "amount": 3974.25,
                                "currency": "EUR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 985.03,
                            "currency": "LAK"
                          },
                          {
                            "amount": 4911.02,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 1890.42,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 440.08,
                            "currency": "CDF"
                          },
                          {
                            "amount": 2003.23,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2011.63,
                            "currency": "COP"
                          },
                          {
                            "amount": 4269.05,
                            "currency": "SGD"
                          },
                          {
                            "amount": 3788.59,
                            "currency": "DKK"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3320.59,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 4919.86,
                            "currency": "IQD"
                          },
                          {
                            "amount": 955.14,
                            "currency": "CHF"
                          },
                          {
                            "amount": 987.64,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 691.89,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 1714.01,
                            "currency": "BND"
                          },
                          {
                            "amount": 1016.09,
                            "currency": "AMD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3104.12,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4927.2,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 1303.76,
                            "currency": "YER"
                          },
                          {
                            "amount": 3505.09,
                            "currency": "NGN"
                          },
                          {
                            "amount": 4311.43,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 1255.19,
                            "currency": "AMD"
                          },
                          {
                            "amount": 1974.83,
                            "currency": "TOP"
                          }
                        ],
                        [
                          {
                            "amount": 1769.16,
                            "currency": "SHP"
                          },
                          {
                            "amount": 3586.53,
                            "currency": "KZT"
                          }
                        ],
                        [
                          {
                            "amount": 3520.85,
                            "currency": "UGX"
                          },
                          {
                            "amount": 1039.59,
                            "currency": "SEK"
                          },
                          {
                            "amount": 540.48,
                            "currency": "ERN"
                          },
                          {
                            "amount": 3574.75,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "08397388",
                    "percentage": 5.1,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 2652.37,
                            "currency": "TOP"
                          }
                        ],
                        [
                          {
                            "amount": 1333.63,
                            "currency": "UZS"
                          },
                          {
                            "amount": 1510.22,
                            "currency": "LSL"
                          },
                          {
                            "amount": 2523.58,
                            "currency": "FKP"
                          },
                          {
                            "amount": 3461.28,
                            "currency": "LKR"
                          },
                          {
                            "amount": 1859.87,
                            "currency": "MXN"
                          }
                        ],
                        [
                          {
                            "amount": 2716.67,
                            "currency": "BBD"
                          },
                          {
                            "amount": 3812.42,
                            "currency": "MMK"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Florencio",
                    "index": 6,
                    "lastName": "Christiansen",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 1,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2810.84,
                            "currency": "CHF"
                          },
                          {
                            "amount": 4739.89,
                            "currency": "KGS"
                          },
                          {
                            "amount": 4108.25,
                            "currency": "NPR"
                          },
                          {
                            "amount": 4972.54,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 2824.18,
                            "currency": "MGA"
                          },
                          {
                            "amount": 4561.88,
                            "currency": "MZN"
                          },
                          {
                            "amount": 2009.7,
                            "currency": "PLN"
                          }
                        ],
                        [
                          {
                            "amount": 1779.51,
                            "currency": "HNL"
                          },
                          {
                            "amount": 686.4,
                            "currency": "HTG"
                          },
                          {
                            "amount": 4521.51,
                            "currency": "SGD"
                          },
                          {
                            "amount": 387.28,
                            "currency": "VUV"
                          }
                        ],
                        [
                          {
                            "amount": 1429.18,
                            "currency": "ARS"
                          },
                          {
                            "amount": 770.51,
                            "currency": "YER"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4382.85,
                            "currency": "BDT"
                          },
                          {
                            "amount": 2561.12,
                            "currency": "CZK"
                          },
                          {
                            "amount": 3610.27,
                            "currency": "GEL"
                          },
                          {
                            "amount": 29.53,
                            "currency": "BWP"
                          },
                          {
                            "amount": 464.81,
                            "currency": "SGD"
                          }
                        ],
                        [
                          {
                            "amount": 1039.75,
                            "currency": "HUF"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Ua",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3472.59,
                                "currency": "IDR"
                              },
                              {
                                "amount": 2181.38,
                                "currency": "GEL"
                              },
                              {
                                "amount": 2641.9,
                                "currency": "NAD"
                              },
                              {
                                "amount": 2916.34,
                                "currency": "DJF"
                              },
                              {
                                "amount": 1336.96,
                                "currency": "OMR"
                              }
                            ],
                            [
                              {
                                "amount": 3200.33,
                                "currency": "MWK"
                              },
                              {
                                "amount": 4634.85,
                                "currency": "LSL"
                              },
                              {
                                "amount": 3936.07,
                                "currency": "PYG"
                              },
                              {
                                "amount": 1144.17,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 3623,
                                "currency": "PKR"
                              },
                              {
                                "amount": 1188.15,
                                "currency": "ILS"
                              },
                              {
                                "amount": 3126.71,
                                "currency": "NOK"
                              },
                              {
                                "amount": 2222.13,
                                "currency": "INR"
                              }
                            ],
                            [
                              {
                                "amount": 4568.32,
                                "currency": "AWG"
                              },
                              {
                                "amount": 3940.24,
                                "currency": "PAB"
                              },
                              {
                                "amount": 65.57,
                                "currency": "JPY"
                              },
                              {
                                "amount": 2797.34,
                                "currency": "SLE"
                              }
                            ],
                            [
                              {
                                "amount": 1987.37,
                                "currency": "JOD"
                              },
                              {
                                "amount": 1686.11,
                                "currency": "IRR"
                              },
                              {
                                "amount": 1661.11,
                                "currency": "JOD"
                              },
                              {
                                "amount": 368.47,
                                "currency": "PEN"
                              },
                              {
                                "amount": 561.09,
                                "currency": "CHF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "JU",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3669.38,
                                "currency": "SRD"
                              }
                            ],
                            [
                              {
                                "amount": 2880.8,
                                "currency": "ZAR"
                              },
                              {
                                "amount": 2255.35,
                                "currency": "VES"
                              },
                              {
                                "amount": 830.48,
                                "currency": "BZD"
                              },
                              {
                                "amount": 4660.91,
                                "currency": "TRY"
                              }
                            ],
                            [
                              {
                                "amount": 4408.24,
                                "currency": "BWP"
                              },
                              {
                                "amount": 4792.32,
                                "currency": "SLE"
                              }
                            ],
                            [
                              {
                                "amount": 376.32,
                                "currency": "DOP"
                              }
                            ],
                            [
                              {
                                "amount": 1481.45,
                                "currency": "QAR"
                              },
                              {
                                "amount": 3098.09,
                                "currency": "ILS"
                              },
                              {
                                "amount": 2800.84,
                                "currency": "TTD"
                              },
                              {
                                "amount": 1688.12,
                                "currency": "SDG"
                              },
                              {
                                "amount": 2123.68,
                                "currency": "DOP"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 280.78,
                            "currency": "SGD"
                          },
                          {
                            "amount": 383.16,
                            "currency": "COP"
                          }
                        ],
                        [
                          {
                            "amount": 2059.18,
                            "currency": "PAB"
                          },
                          {
                            "amount": 2012.51,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4202,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 696.13,
                            "currency": "MUR"
                          },
                          {
                            "amount": 1512.22,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 107.76,
                            "currency": "COP"
                          },
                          {
                            "amount": 3051.87,
                            "currency": "ZWL"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3256.58,
                            "currency": "LSL"
                          },
                          {
                            "amount": 3639.75,
                            "currency": "XPF"
                          },
                          {
                            "amount": 322.4,
                            "currency": "ERN"
                          },
                          {
                            "amount": 3124.19,
                            "currency": "GMD"
                          },
                          {
                            "amount": 2411.16,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 1775.53,
                            "currency": "XAF"
                          },
                          {
                            "amount": 4633.57,
                            "currency": "PLN"
                          },
                          {
                            "amount": 4823.68,
                            "currency": "PAB"
                          },
                          {
                            "amount": 4074.15,
                            "currency": "BYN"
                          },
                          {
                            "amount": 4828.95,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 3488.14,
                            "currency": "AMD"
                          },
                          {
                            "amount": 4436.48,
                            "currency": "UZS"
                          },
                          {
                            "amount": 4032.7,
                            "currency": "MOP"
                          },
                          {
                            "amount": 4896.12,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 4818.93,
                            "currency": "HNL"
                          },
                          {
                            "amount": 1325.3,
                            "currency": "MOP"
                          },
                          {
                            "amount": 326.57,
                            "currency": "WST"
                          }
                        ],
                        [
                          {
                            "amount": 3612.8,
                            "currency": "TMT"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "ss",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1687.91,
                                "currency": "TRY"
                              }
                            ],
                            [
                              {
                                "amount": 165.86,
                                "currency": "VUV"
                              },
                              {
                                "amount": 222.93,
                                "currency": "WST"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3500.74,
                            "currency": "AED"
                          },
                          {
                            "amount": 983.13,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1074.16,
                            "currency": "NZD"
                          },
                          {
                            "amount": 3248.01,
                            "currency": "VUV"
                          }
                        ],
                        [
                          {
                            "amount": 719.91,
                            "currency": "PAB"
                          },
                          {
                            "amount": 358.98,
                            "currency": "NAD"
                          },
                          {
                            "amount": 1393.14,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 798.52,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 4183.06,
                            "currency": "PAB"
                          },
                          {
                            "amount": 575,
                            "currency": "BRL"
                          },
                          {
                            "amount": 4185.81,
                            "currency": "BSD"
                          },
                          {
                            "amount": 235.57,
                            "currency": "BDT"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2910.67,
                            "currency": "KHR"
                          },
                          {
                            "amount": 2003.4,
                            "currency": "SAR"
                          },
                          {
                            "amount": 3897.95,
                            "currency": "BBD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2341.52,
                            "currency": "SLE"
                          },
                          {
                            "amount": 1126.41,
                            "currency": "THB"
                          },
                          {
                            "amount": 1127.48,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1696.69,
                            "currency": "RON"
                          },
                          {
                            "amount": 4693.34,
                            "currency": "SOS"
                          }
                        ],
                        [
                          {
                            "amount": 462.11,
                            "currency": "SAR"
                          }
                        ],
                        [
                          {
                            "amount": 4208.11,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 3344.87,
                            "currency": "MRU"
                          },
                          {
                            "amount": 2455.92,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1934.35,
                            "currency": "PAB"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "26007896",
                    "percentage": 16.9,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4953.44,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 1112.43,
                            "currency": "GEL"
                          },
                          {
                            "amount": 889.14,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 40.95,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4702.16,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4916.31,
                            "currency": "FKP"
                          },
                          {
                            "amount": 4381.22,
                            "currency": "AED"
                          },
                          {
                            "amount": 149.38,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 4809.32,
                            "currency": "FJD"
                          },
                          {
                            "amount": 2398.16,
                            "currency": "INR"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Inbound"
              }
            },
            {
              "availableInventory": 24,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Aletha",
                    "index": 5,
                    "lastName": "Hagenes",
                    "tierLevel": "Red",
                    "tierLevelNumber": 3,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 771.46,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 1974.77,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 371.36,
                            "currency": "PGK"
                          },
                          {
                            "amount": 4548.21,
                            "currency": "BGN"
                          }
                        ],
                        [
                          {
                            "amount": 33.33,
                            "currency": "LSL"
                          },
                          {
                            "amount": 1557.98,
                            "currency": "SAR"
                          }
                        ],
                        [
                          {
                            "amount": 2374.09,
                            "currency": "AWG"
                          },
                          {
                            "amount": 1871.69,
                            "currency": "NZD"
                          },
                          {
                            "amount": 2687.9,
                            "currency": "MMK"
                          },
                          {
                            "amount": 3573.23,
                            "currency": "SSP"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2780.1,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 3639.79,
                            "currency": "ETB"
                          },
                          {
                            "amount": 3729.51,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 3636.17,
                            "currency": "DKK"
                          },
                          {
                            "amount": 1494.47,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1404.47,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 1635.26,
                            "currency": "UAH"
                          },
                          {
                            "amount": 422.35,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3807.25,
                            "currency": "KMF"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "pm",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1364.85,
                                "currency": "KGS"
                              },
                              {
                                "amount": 133.48,
                                "currency": "CVE"
                              },
                              {
                                "amount": 2408.34,
                                "currency": "XAF"
                              }
                            ],
                            [
                              {
                                "amount": 4281.45,
                                "currency": "ARS"
                              },
                              {
                                "amount": 703.23,
                                "currency": "BYN"
                              },
                              {
                                "amount": 1373.32,
                                "currency": "SAR"
                              },
                              {
                                "amount": 1340.99,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 3887.89,
                                "currency": "IQD"
                              }
                            ],
                            [
                              {
                                "amount": 4320.42,
                                "currency": "GIP"
                              },
                              {
                                "amount": 4968.36,
                                "currency": "NPR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Mp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1733.65,
                                "currency": "MOP"
                              },
                              {
                                "amount": 3825.83,
                                "currency": "SCR"
                              },
                              {
                                "amount": 320.86,
                                "currency": "MOP"
                              }
                            ],
                            [
                              {
                                "amount": 3904.71,
                                "currency": "MKD"
                              }
                            ],
                            [
                              {
                                "amount": 122.47,
                                "currency": "TTD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "IX",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1099.5,
                                "currency": "ISK"
                              },
                              {
                                "amount": 27.9,
                                "currency": "KGS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "CQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4293.01,
                                "currency": "LYD"
                              },
                              {
                                "amount": 1475.24,
                                "currency": "XCD"
                              },
                              {
                                "amount": 4046.92,
                                "currency": "ERN"
                              },
                              {
                                "amount": 77.31,
                                "currency": "BRL"
                              }
                            ],
                            [
                              {
                                "amount": 2904.5,
                                "currency": "BOB"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2932.75,
                            "currency": "AZN"
                          },
                          {
                            "amount": 1850.02,
                            "currency": "PLN"
                          },
                          {
                            "amount": 3806.18,
                            "currency": "MOP"
                          }
                        ],
                        [
                          {
                            "amount": 2108.27,
                            "currency": "MVR"
                          },
                          {
                            "amount": 1891.5,
                            "currency": "LKR"
                          },
                          {
                            "amount": 3770.72,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 4448.62,
                            "currency": "RON"
                          }
                        ],
                        [
                          {
                            "amount": 2548.11,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 1514.03,
                            "currency": "XCD"
                          },
                          {
                            "amount": 1530.86,
                            "currency": "DOP"
                          },
                          {
                            "amount": 2034.52,
                            "currency": "LBP"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1462.29,
                            "currency": "AZN"
                          },
                          {
                            "amount": 2220.25,
                            "currency": "KZT"
                          },
                          {
                            "amount": 3646.49,
                            "currency": "IRR"
                          },
                          {
                            "amount": 1831.88,
                            "currency": "NGN"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "iN",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3232.16,
                                "currency": "ANG"
                              }
                            ],
                            [
                              {
                                "amount": 1808.87,
                                "currency": "TZS"
                              },
                              {
                                "amount": 3713.89,
                                "currency": "RSD"
                              },
                              {
                                "amount": 2015.25,
                                "currency": "PGK"
                              },
                              {
                                "amount": 96.11,
                                "currency": "KMF"
                              }
                            ],
                            [
                              {
                                "amount": 1447.43,
                                "currency": "DOP"
                              },
                              {
                                "amount": 4410.27,
                                "currency": "ILS"
                              },
                              {
                                "amount": 4095.45,
                                "currency": "NAD"
                              },
                              {
                                "amount": 962.03,
                                "currency": "MUR"
                              },
                              {
                                "amount": 4435.31,
                                "currency": "KHR"
                              }
                            ],
                            [
                              {
                                "amount": 3830.7,
                                "currency": "WST"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "YL",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2902.33,
                                "currency": "HUF"
                              },
                              {
                                "amount": 1038.66,
                                "currency": "KRW"
                              },
                              {
                                "amount": 2913.85,
                                "currency": "BZD"
                              },
                              {
                                "amount": 4693.5,
                                "currency": "TMT"
                              }
                            ],
                            [
                              {
                                "amount": 2278.18,
                                "currency": "MOP"
                              },
                              {
                                "amount": 512.29,
                                "currency": "MUR"
                              },
                              {
                                "amount": 1401.8,
                                "currency": "ETB"
                              },
                              {
                                "amount": 4373.02,
                                "currency": "DOP"
                              }
                            ],
                            [
                              {
                                "amount": 3406.43,
                                "currency": "CRC"
                              },
                              {
                                "amount": 1387.88,
                                "currency": "USD"
                              }
                            ],
                            [
                              {
                                "amount": 1016.92,
                                "currency": "HKD"
                              },
                              {
                                "amount": 4080.86,
                                "currency": "NGN"
                              },
                              {
                                "amount": 1346.54,
                                "currency": "MMK"
                              },
                              {
                                "amount": 1015.75,
                                "currency": "AZN"
                              },
                              {
                                "amount": 2117.47,
                                "currency": "CHF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Wr",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 687.4,
                                "currency": "MDL"
                              },
                              {
                                "amount": 114.99,
                                "currency": "GYD"
                              },
                              {
                                "amount": 3176.98,
                                "currency": "KRW"
                              },
                              {
                                "amount": 1828.02,
                                "currency": "IDR"
                              },
                              {
                                "amount": 2901.88,
                                "currency": "FKP"
                              }
                            ],
                            [
                              {
                                "amount": 4354.06,
                                "currency": "PGK"
                              }
                            ],
                            [
                              {
                                "amount": 4911.52,
                                "currency": "RWF"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2185.41,
                            "currency": "AED"
                          },
                          {
                            "amount": 4729.27,
                            "currency": "HTG"
                          },
                          {
                            "amount": 889.46,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 2494.66,
                            "currency": "BSD"
                          },
                          {
                            "amount": 821.39,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 3020.54,
                            "currency": "BSD"
                          },
                          {
                            "amount": 3885.44,
                            "currency": "SAR"
                          },
                          {
                            "amount": 2631.66,
                            "currency": "GEL"
                          },
                          {
                            "amount": 4171.53,
                            "currency": "KMF"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2953.35,
                            "currency": "BBD"
                          },
                          {
                            "amount": 1086.09,
                            "currency": "PYG"
                          },
                          {
                            "amount": 4555.6,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1065.97,
                            "currency": "ISK"
                          },
                          {
                            "amount": 3854.51,
                            "currency": "EGP"
                          }
                        ],
                        [
                          {
                            "amount": 2074.07,
                            "currency": "JMD"
                          },
                          {
                            "amount": 2212.58,
                            "currency": "CAD"
                          },
                          {
                            "amount": 4336.62,
                            "currency": "PYG"
                          },
                          {
                            "amount": 4302.23,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 554.37,
                            "currency": "MRU"
                          }
                        ],
                        [
                          {
                            "amount": 3011.73,
                            "currency": "LRD"
                          },
                          {
                            "amount": 4501.94,
                            "currency": "GYD"
                          },
                          {
                            "amount": 4489.11,
                            "currency": "TOP"
                          },
                          {
                            "amount": 3127.5,
                            "currency": "RUB"
                          },
                          {
                            "amount": 2755.76,
                            "currency": "MXN"
                          }
                        ],
                        [
                          {
                            "amount": 1448.4,
                            "currency": "HUF"
                          },
                          {
                            "amount": 2789.07,
                            "currency": "LSL"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2044.33,
                            "currency": "GNF"
                          },
                          {
                            "amount": 1393.59,
                            "currency": "PKR"
                          },
                          {
                            "amount": 4238.24,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4572.53,
                            "currency": "BZD"
                          },
                          {
                            "amount": 3787.9,
                            "currency": "MKD"
                          }
                        ],
                        [
                          {
                            "amount": 756.18,
                            "currency": "SCR"
                          },
                          {
                            "amount": 1406.42,
                            "currency": "TTD"
                          },
                          {
                            "amount": 1741.01,
                            "currency": "UAH"
                          },
                          {
                            "amount": 1749.95,
                            "currency": "KWD"
                          },
                          {
                            "amount": 2777.37,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 3823.22,
                            "currency": "PLN"
                          },
                          {
                            "amount": 411.05,
                            "currency": "BGN"
                          },
                          {
                            "amount": 401.27,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 3884.86,
                            "currency": "IQD"
                          },
                          {
                            "amount": 2284.3,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 1981.37,
                            "currency": "AWG"
                          },
                          {
                            "amount": 3722.52,
                            "currency": "BDT"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "64064837",
                    "percentage": 16.6,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1726.86,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1283.23,
                            "currency": "KMF"
                          },
                          {
                            "amount": 4393.44,
                            "currency": "NPR"
                          },
                          {
                            "amount": 2332.92,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 3159.91,
                            "currency": "UZS"
                          },
                          {
                            "amount": 407.62,
                            "currency": "TRY"
                          },
                          {
                            "amount": 3107.97,
                            "currency": "VES"
                          },
                          {
                            "amount": 265.25,
                            "currency": "SEK"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Outbound"
              }
            }
          ]
        }
      ],
      "code": "WT",
      "maxGroupedQuantity": 4
    }
  ],
  "ancillaryPassengers": [
    {
      "firstName": "Nicola",
      "index": 3,
      "lastName": "Torphy",
      "tierLevel": "Gold",
      "tierLevelNumber": 3,
      "type": "YTH"
    },
    {
      "firstName": "Reanna",
      "index": 7,
      "lastName": "Donnelly",
      "tierLevel": "Silver",
      "tierLevelNumber": 4,
      "type": "YTH"
    },
    {
      "firstName": "Krystal",
      "index": 9,
      "lastName": "Romaguera",
      "tierLevel": "Red",
      "tierLevelNumber": 5,
      "type": "ADT"
    },
    {
      "firstName": "Margarita",
      "index": 2,
      "lastName": "Upton",
      "tierLevel": "Gold",
      "tierLevelNumber": 0,
      "type": "INF"
    }
  ],
  "itinerary": {
    "@type": "Inbound",
    "itineraryParts": [
      {
        "@type": "Connection",
        "advisories": [
          {
            "code": "gpVLy85P",
            "image": "seat.png",
            "imageHint": "CColumnAdvisor",
            "level": "INFO"
          }
        ],
        "bookingClass": "J",
        "brandId": "JU",
        "cancelledSegments": [
          {
            "@type": "Inbound",
            "aircraftLeaseText": "OPERATED BY LUFTHANSA",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "-6:00",
            "bookingClass": "Y",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "-6:00",
            "destination": "LHR",
            "duration": 544,
            "dynamicPricingData": [
              {
                "passengerType": "ADULT",
                "priceId": "3"
              },
              {
                "passengerType": "ADULT",
                "priceId": "7"
              }
            ],
            "equipment": "777",
            "equipmentConfiguration": "hQQ",
            "fareBasis": "mCGTY",
            "fareComponentBeginAirport": "JFK",
            "fareComponentDirectionality": "TO",
            "fareComponentEndAirport": "LHR",
            "flight": {
              "advisories": [
                {
                  "code": "3t_II7oU",
                  "image": "terminal.png",
                  "imageHint": "TTerminalAdvisor",
                  "level": "ERROR"
                },
                {
                  "code": "hhRGXKSz",
                  "image": "seat.png",
                  "imageHint": "TTerminalAdvisor",
                  "level": "INFO"
                }
              ],
              "airlineCode": "JL",
              "arrivalTerminal": "T4",
              "changeOfGauge": true,
              "departureTerminal": "T1",
              "disclosureAirlineCode": "LH",
              "flightNumber": 4477,
              "operatingAirlineCode": "BA",
              "operatingFlightNumber": 8984,
              "stopAirports": [
                {
                  "airport": "NRT",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 866,
                  "elapsedTime": 138
                },
                {
                  "airport": "NRT",
                  "arrival": "2026-06-17T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 111,
                  "elapsedTime": 124
                },
                {
                  "airport": "LAX",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 1398,
                  "elapsedTime": 152
                },
                {
                  "airport": "DXB",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 813,
                  "elapsedTime": 48
                }
              ]
            },
            "layoverDuration": 161,
            "meals": [
              {
                "mealCode": "XkU",
                "passengerType": "CHD"
              },
              {
                "mealCode": "5ze",
                "passengerType": "CHD"
              }
            ],
            "origin": "DXB",
            "otherAirlineRecordLocator": "rTymLy",
            "previouslySelectedBookingClass": "P",
            "segmentOfferInformation": {
              "awardFare": false,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "5",
                    "subCode": "G3x"
                  },
                  {
                    "id": "8",
                    "subCode": "0GB"
                  },
                  {
                    "id": "6",
                    "subCode": "N3q"
                  }
                ]
              },
              "flightsMiles": 6113
            },
            "segmentRef": "97",
            "segmentStatusCode": {
              "code": "WL",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": false
          }
        ],
        "connectionInformations": [
          {
            "changeOfAirport": false,
            "duration": 306
          },
          {
            "changeOfAirport": false,
            "duration": 291
          }
        ],
        "programCodes": {
          "0": "[",
          "1": "V",
          "2": "A",
          "3": "C",
          "4": "]"
        },
        "programIDs": {
          "0": "[",
          "1": "1",
          "2": "0",
          "3": "9",
          "4": "5",
          "5": "1",
          "6": "1",
          "7": "]"
        },
        "segments": [
          {
            "@type": "Connection",
            "aircraftLeaseText": "OPERATED BY LUFTHANSA",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "+1:00",
            "bookingClass": "M",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "-6:00",
            "destination": "LAX",
            "duration": 446,
            "dynamicPricingData": [
              {
                "passengerType": "SENIOR",
                "priceId": "6"
              },
              {
                "passengerType": "STUDENT",
                "priceId": "4"
              }
            ],
            "equipment": "380",
            "equipmentConfiguration": "jl2",
            "fareBasis": "cYQHE",
            "fareComponentBeginAirport": "JFK",
            "fareComponentDirectionality": "TO",
            "fareComponentEndAirport": "DUB",
            "flight": {
              "advisories": [
                {
                  "code": "65vYJCH0",
                  "image": "row.png",
                  "imageHint": "TTerminalAdvisor",
                  "level": "INFO"
                },
                {
                  "code": "ijavXGDf",
                  "image": "terminal.png",
                  "imageHint": "CColumnAdvisor",
                  "level": "WARNING"
                },
                {
                  "code": "iRaxLgDF",
                  "image": "baggage.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "INFO"
                },
                {
                  "code": "jshDw-SJ",
                  "image": "row.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "DEBUG"
                }
              ],
              "airlineCode": "LH",
              "arrivalTerminal": "T3",
              "changeOfGauge": false,
              "departureTerminal": "T4",
              "disclosureAirlineCode": "SQ",
              "flightNumber": 670,
              "operatingAirlineCode": "SQ",
              "operatingFlightNumber": 9031,
              "stopAirports": [
                {
                  "airport": "CDG",
                  "arrival": "2026-06-17T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 1375,
                  "elapsedTime": 268
                },
                {
                  "airport": "NRT",
                  "arrival": "2026-06-17T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 629,
                  "elapsedTime": 289
                },
                {
                  "airport": "CDG",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 368,
                  "elapsedTime": 144
                },
                {
                  "airport": "ORD",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 795,
                  "elapsedTime": 84
                },
                {
                  "airport": "SIN",
                  "arrival": "2026-06-17T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 73,
                  "elapsedTime": 97
                }
              ]
            },
            "layoverDuration": 65,
            "meals": [
              {
                "mealCode": "1vm",
                "passengerType": "ADT"
              },
              {
                "mealCode": "0GB",
                "passengerType": "ADT"
              },
              {
                "mealCode": "D49",
                "passengerType": "ADT"
              },
              {
                "mealCode": "51n",
                "passengerType": "ADT"
              },
              {
                "mealCode": "ByP",
                "passengerType": "ADT"
              }
            ],
            "origin": "DXB",
            "otherAirlineRecordLocator": "v30SIV",
            "previouslySelectedBookingClass": "J",
            "segmentOfferInformation": {
              "awardFare": false,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "8",
                    "subCode": "YZV"
                  },
                  {
                    "id": "9",
                    "subCode": "EUS"
                  }
                ]
              },
              "flightsMiles": 6855
            },
            "segmentRef": "00",
            "segmentStatusCode": {
              "code": "QF",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": false
          },
          {
            "@type": "Outbound",
            "aircraftLeaseText": "OPERATED BY AIR CANADA",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "+5:00",
            "bookingClass": "Y",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "-5:00",
            "destination": "SIN",
            "duration": 230,
            "dynamicPricingData": [
              {
                "passengerType": "SENIOR",
                "priceId": "5"
              }
            ],
            "equipment": "380",
            "equipmentConfiguration": "oJg",
            "fareBasis": "552Ey",
            "fareComponentBeginAirport": "JFK",
            "fareComponentDirectionality": "FROM",
            "fareComponentEndAirport": "DUB",
            "flight": {
              "advisories": [
                {
                  "code": "zghg8tmw",
                  "image": "row.png",
                  "imageHint": "CColumnAdvisor",
                  "level": "DEBUG"
                }
              ],
              "airlineCode": "AF",
              "arrivalTerminal": "T1",
              "changeOfGauge": false,
              "departureTerminal": "T3",
              "disclosureAirlineCode": "BA",
              "flightNumber": 6297,
              "operatingAirlineCode": "EK",
              "operatingFlightNumber": 5303,
              "stopAirports": [
                {
                  "airport": "FRA",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 491,
                  "elapsedTime": 124
                }
              ]
            },
            "layoverDuration": 92,
            "meals": [
              {
                "mealCode": "0mp",
                "passengerType": "CHD"
              },
              {
                "mealCode": "sSd",
                "passengerType": "ADT"
              },
              {
                "mealCode": "Fxt",
                "passengerType": "CHD"
              }
            ],
            "origin": "CDG",
            "otherAirlineRecordLocator": "GD16Tp",
            "previouslySelectedBookingClass": "J",
            "segmentOfferInformation": {
              "awardFare": false,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "8",
                    "subCode": "Vmz"
                  },
                  {
                    "id": "0",
                    "subCode": "aDE"
                  },
                  {
                    "id": "9",
                    "subCode": "IfR"
                  }
                ]
              },
              "flightsMiles": 5028
            },
            "segmentRef": "42",
            "segmentStatusCode": {
              "code": "HK",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": true
          },
          {
            "@type": "Outbound",
            "aircraftLeaseText": "OPERATED BY AIR CANADA",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "+5:00",
            "bookingClass": "Y",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "+1:00",
            "destination": "CDG",
            "duration": 599,
            "dynamicPricingData": [
              {
                "passengerType": "SENIOR",
                "priceId": "6"
              },
              {
                "passengerType": "INFANT",
                "priceId": "9"
              },
              {
                "passengerType": "ADULT",
                "priceId": "6"
              }
            ],
            "equipment": "777",
            "equipmentConfiguration": "wHj",
            "fareBasis": "yGZAV",
            "fareComponentBeginAirport": "JFK",
            "fareComponentDirectionality": "FROM",
            "fareComponentEndAirport": "LHR",
            "flight": {
              "advisories": [
                {
                  "code": "xOPdDJZx",
                  "image": "row.png",
                  "imageHint": "TTerminalAdvisor",
                  "level": "DEBUG"
                },
                {
                  "code": "9XA8YF7d",
                  "image": "seat.png",
                  "imageHint": "RRowAdvisor",
                  "level": "DEBUG"
                },
                {
                  "code": "-s-Td9gj",
                  "image": "row.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "WARNING"
                }
              ],
              "airlineCode": "UA",
              "arrivalTerminal": "T1",
              "changeOfGauge": true,
              "departureTerminal": "T2",
              "disclosureAirlineCode": "UA",
              "flightNumber": 5594,
              "operatingAirlineCode": "LH",
              "operatingFlightNumber": 5111,
              "stopAirports": [
                {
                  "airport": "LHR",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 1134,
                  "elapsedTime": 99
                }
              ]
            },
            "layoverDuration": 187,
            "meals": [
              {
                "mealCode": "jPK",
                "passengerType": "CHD"
              }
            ],
            "origin": "NRT",
            "otherAirlineRecordLocator": "I4rd4z",
            "previouslySelectedBookingClass": "P",
            "segmentOfferInformation": {
              "awardFare": true,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "4",
                    "subCode": "orr"
                  },
                  {
                    "id": "7",
                    "subCode": "xB7"
                  }
                ]
              },
              "flightsMiles": 9567
            },
            "segmentRef": "83",
            "segmentStatusCode": {
              "code": "HK",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": false
          },
          {
            "@type": "Outbound",
            "aircraftLeaseText": "OPERATED BY AIR CANADA",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "-6:00",
            "bookingClass": "C",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "+1:00",
            "destination": "LHR",
            "duration": 293,
            "dynamicPricingData": [
              {
                "passengerType": "ADULT",
                "priceId": "2"
              },
              {
                "passengerType": "STUDENT",
                "priceId": "8"
              },
              {
                "passengerType": "CHILD",
                "priceId": "5"
              }
            ],
            "equipment": "787",
            "equipmentConfiguration": "NXF",
            "fareBasis": "gR00L",
            "fareComponentBeginAirport": "JFK",
            "fareComponentDirectionality": "FROM",
            "fareComponentEndAirport": "LHR",
            "flight": {
              "advisories": [
                {
                  "code": "qqY6j0nk",
                  "image": "baggage.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "CRITICAL"
                }
              ],
              "airlineCode": "AF",
              "arrivalTerminal": "T2",
              "changeOfGauge": false,
              "departureTerminal": "B2",
              "disclosureAirlineCode": "JL",
              "flightNumber": 6006,
              "operatingAirlineCode": "DL",
              "operatingFlightNumber": 6395,
              "stopAirports": [
                {
                  "airport": "NRT",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 618,
                  "elapsedTime": 120
                },
                {
                  "airport": "SIN",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 135,
                  "elapsedTime": 243
                },
                {
                  "airport": "NRT",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 1219,
                  "elapsedTime": 227
                }
              ]
            },
            "layoverDuration": 207,
            "meals": [
              {
                "mealCode": "IqI",
                "passengerType": "ADT"
              },
              {
                "mealCode": "rhe",
                "passengerType": "CHD"
              },
              {
                "mealCode": "4MG",
                "passengerType": "ADT"
              },
              {
                "mealCode": "Tu8",
                "passengerType": "CHD"
              }
            ],
            "origin": "CDG",
            "otherAirlineRecordLocator": "JxvGp5",
            "previouslySelectedBookingClass": "P",
            "segmentOfferInformation": {
              "awardFare": true,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "0",
                    "subCode": "ALe"
                  },
                  {
                    "id": "6",
                    "subCode": "S51"
                  },
                  {
                    "id": "1",
                    "subCode": "a1A"
                  },
                  {
                    "id": "1",
                    "subCode": "tim"
                  }
                ]
              },
              "flightsMiles": 6594
            },
            "segmentRef": "24",
            "segmentStatusCode": {
              "code": "WL",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": true
          },
          {
            "@type": "Connection",
            "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "+5:00",
            "bookingClass": "C",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "-5:00",
            "destination": "NRT",
            "duration": 194,
            "dynamicPricingData": [
              {
                "passengerType": "SENIOR",
                "priceId": "1"
              },
              {
                "passengerType": "STUDENT",
                "priceId": "6"
              },
              {
                "passengerType": "SENIOR",
                "priceId": "1"
              }
            ],
            "equipment": "73H",
            "equipmentConfiguration": "NKd",
            "fareBasis": "WPR0h",
            "fareComponentBeginAirport": "DFW",
            "fareComponentDirectionality": "TO",
            "fareComponentEndAirport": "LHR",
            "flight": {
              "advisories": [
                {
                  "code": "tmxG79SO",
                  "image": "seat.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "INFO"
                },
                {
                  "code": "SXVUm1RS",
                  "image": "terminal.png",
                  "imageHint": "RRowAdvisor",
                  "level": "DEBUG"
                },
                {
                  "code": "CaiStIYC",
                  "image": "baggage.png",
                  "imageHint": "TTerminalAdvisor",
                  "level": "ERROR"
                },
                {
                  "code": "iEstVLFw",
                  "image": "terminal.png",
                  "imageHint": "TTerminalAdvisor",
                  "level": "WARNING"
                },
                {
                  "code": "de5TYJzP",
                  "image": "baggage.png",
                  "imageHint": "TTerminalAdvisor",
                  "level": "WARNING"
                }
              ],
              "airlineCode": "SQ",
              "arrivalTerminal": "T2",
              "changeOfGauge": true,
              "departureTerminal": "T4",
              "disclosureAirlineCode": "JL",
              "flightNumber": 1782,
              "operatingAirlineCode": "UA",
              "operatingFlightNumber": 4240,
              "stopAirports": [
                {
                  "airport": "DXB",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 951,
                  "elapsedTime": 62
                },
                {
                  "airport": "LAX",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 635,
                  "elapsedTime": 234
                },
                {
                  "airport": "NRT",
                  "arrival": "2026-06-17T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 942,
                  "elapsedTime": 267
                },
                {
                  "airport": "CDG",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 687,
                  "elapsedTime": 126
                }
              ]
            },
            "layoverDuration": 205,
            "meals": [
              {
                "mealCode": "9qg",
                "passengerType": "ADT"
              },
              {
                "mealCode": "d0n",
                "passengerType": "ADT"
              },
              {
                "mealCode": "2so",
                "passengerType": "ADT"
              }
            ],
            "origin": "NRT",
            "otherAirlineRecordLocator": "C9woSR",
            "previouslySelectedBookingClass": "Y",
            "segmentOfferInformation": {
              "awardFare": true,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "6",
                    "subCode": "8h6"
                  }
                ]
              },
              "flightsMiles": 8955
            },
            "segmentRef": "33",
            "segmentStatusCode": {
              "code": "WL",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": true
          }
        ],
        "stops": 2,
        "totalDuration": 1166
      },
      {
        "@type": "Connection",
        "advisories": [
          {
            "code": "OyArlYAF",
            "image": "row.png",
            "imageHint": "CColumnAdvisor",
            "level": "DEBUG"
          },
          {
            "code": "dwKd9nzH",
            "image": "terminal.png",
            "imageHint": "RRowAdvisor",
            "level": "DEBUG"
          },
          {
            "code": "2-e_9MZv",
            "image": "baggage.png",
            "imageHint": "PSeatAdvisor",
            "level": "CRITICAL"
          }
        ],
        "bookingClass": "P",
        "brandId": "JU",
        "cancelledSegments": [
          {
            "@type": "Outbound",
            "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "-5:00",
            "bookingClass": "F",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "+1:00",
            "destination": "ORD",
            "duration": 628,
            "dynamicPricingData": [
              {
                "passengerType": "INFANT",
                "priceId": "2"
              }
            ],
            "equipment": "777",
            "equipmentConfiguration": "ujt",
            "fareBasis": "Ymfpc",
            "fareComponentBeginAirport": "FRA",
            "fareComponentDirectionality": "TO",
            "fareComponentEndAirport": "LHR",
            "flight": {
              "advisories": [
                {
                  "code": "x_guKo6n",
                  "image": "row.png",
                  "imageHint": "TTerminalAdvisor",
                  "level": "DEBUG"
                },
                {
                  "code": "bc5te01Q",
                  "image": "baggage.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "DEBUG"
                },
                {
                  "code": "j6ubPbB5",
                  "image": "baggage.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "DEBUG"
                }
              ],
              "airlineCode": "AA",
              "arrivalTerminal": "T4",
              "changeOfGauge": true,
              "departureTerminal": "T3",
              "disclosureAirlineCode": "JL",
              "flightNumber": 186,
              "operatingAirlineCode": "LH",
              "operatingFlightNumber": 7060,
              "stopAirports": [
                {
                  "airport": "FRA",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 234,
                  "elapsedTime": 223
                },
                {
                  "airport": "JFK",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 612,
                  "elapsedTime": 76
                },
                {
                  "airport": "NRT",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-17T00:00:00.0Z",
                  "duration": 188,
                  "elapsedTime": 279
                }
              ]
            },
            "layoverDuration": 207,
            "meals": [
              {
                "mealCode": "Xnn",
                "passengerType": "CHD"
              },
              {
                "mealCode": "Nlc",
                "passengerType": "CHD"
              }
            ],
            "origin": "LAX",
            "otherAirlineRecordLocator": "U1gFwy",
            "previouslySelectedBookingClass": "Y",
            "segmentOfferInformation": {
              "awardFare": true,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "8",
                    "subCode": "fmv"
                  },
                  {
                    "id": "4",
                    "subCode": "rxQ"
                  },
                  {
                    "id": "9",
                    "subCode": "s4d"
                  }
                ]
              },
              "flightsMiles": 887
            },
            "segmentRef": "21",
            "segmentStatusCode": {
              "code": "OK",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": false
          },
          {
            "@type": "Inbound",
            "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "+1:00",
            "bookingClass": "M",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "-5:00",
            "destination": "SIN",
            "duration": 204,
            "dynamicPricingData": [
              {
                "passengerType": "SENIOR",
                "priceId": "4"
              },
              {
                "passengerType": "CHILD",
                "priceId": "1"
              },
              {
                "passengerType": "ADULT",
                "priceId": "9"
              },
              {
                "passengerType": "STUDENT",
                "priceId": "2"
              }
            ],
            "equipment": "787",
            "equipmentConfiguration": "vP8",
            "fareBasis": "IG6jF",
            "fareComponentBeginAirport": "FRA",
            "fareComponentDirectionality": "TO",
            "fareComponentEndAirport": "SIN",
            "flight": {
              "advisories": [
                {
                  "code": "eIkHQnN_",
                  "image": "baggage.png",
                  "imageHint": "TTerminalAdvisor",
                  "level": "WARNING"
                },
                {
                  "code": "gSugdB2X",
                  "image": "terminal.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "ERROR"
                }
              ],
              "airlineCode": "SQ",
              "arrivalTerminal": "T1",
              "changeOfGauge": true,
              "departureTerminal": "T3",
              "disclosureAirlineCode": "NH",
              "flightNumber": 4143,
              "operatingAirlineCode": "DL",
              "operatingFlightNumber": 2283,
              "stopAirports": [
                {
                  "airport": "HND",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 391,
                  "elapsedTime": 213
                },
                {
                  "airport": "LHR",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 1354,
                  "elapsedTime": 228
                },
                {
                  "airport": "DXB",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 410,
                  "elapsedTime": 138
                },
                {
                  "airport": "NRT",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 346,
                  "elapsedTime": 65
                },
                {
                  "airport": "NRT",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 1177,
                  "elapsedTime": 162
                }
              ]
            },
            "layoverDuration": 288,
            "meals": [
              {
                "mealCode": "paN",
                "passengerType": "CHD"
              },
              {
                "mealCode": "ttx",
                "passengerType": "ADT"
              },
              {
                "mealCode": "uaZ",
                "passengerType": "ADT"
              },
              {
                "mealCode": "Zeu",
                "passengerType": "ADT"
              }
            ],
            "origin": "DXB",
            "otherAirlineRecordLocator": "AfD7dy",
            "previouslySelectedBookingClass": "P",
            "segmentOfferInformation": {
              "awardFare": true,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "5",
                    "subCode": "ivZ"
                  },
                  {
                    "id": "1",
                    "subCode": "Hqc"
                  },
                  {
                    "id": "3",
                    "subCode": "5iZ"
                  }
                ]
              },
              "flightsMiles": 6534
            },
            "segmentRef": "96",
            "segmentStatusCode": {
              "code": "OK",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": false
          },
          {
            "@type": "Connection",
            "aircraftLeaseText": "OPERATED BY LUFTHANSA",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "+1:00",
            "bookingClass": "M",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "+5:00",
            "destination": "LHR",
            "duration": 637,
            "dynamicPricingData": [
              {
                "passengerType": "CHILD",
                "priceId": "3"
              }
            ],
            "equipment": "320",
            "equipmentConfiguration": "SQF",
            "fareBasis": "ktenh",
            "fareComponentBeginAirport": "DFW",
            "fareComponentDirectionality": "FROM",
            "fareComponentEndAirport": "LHR",
            "flight": {
              "advisories": [
                {
                  "code": "29SS8PF3",
                  "image": "row.png",
                  "imageHint": "CColumnAdvisor",
                  "level": "CRITICAL"
                },
                {
                  "code": "qHXeak0M",
                  "image": "terminal.png",
                  "imageHint": "TTerminalAdvisor",
                  "level": "INFO"
                },
                {
                  "code": "26xwc733",
                  "image": "row.png",
                  "imageHint": "CColumnAdvisor",
                  "level": "ERROR"
                },
                {
                  "code": "bvP6uZRV",
                  "image": "terminal.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "WARNING"
                },
                {
                  "code": "y6agqWiT",
                  "image": "seat.png",
                  "imageHint": "RRowAdvisor",
                  "level": "CRITICAL"
                }
              ],
              "airlineCode": "SQ",
              "arrivalTerminal": "B2",
              "changeOfGauge": true,
              "departureTerminal": "T4",
              "disclosureAirlineCode": "AA",
              "flightNumber": 4475,
              "operatingAirlineCode": "AF",
              "operatingFlightNumber": 2641,
              "stopAirports": [
                {
                  "airport": "HND",
                  "arrival": "2026-06-17T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 583,
                  "elapsedTime": 116
                },
                {
                  "airport": "JFK",
                  "arrival": "2026-06-17T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 1153,
                  "elapsedTime": 140
                },
                {
                  "airport": "JFK",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 570,
                  "elapsedTime": 104
                },
                {
                  "airport": "ORD",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 266,
                  "elapsedTime": 260
                }
              ]
            },
            "layoverDuration": 207,
            "meals": [
              {
                "mealCode": "xnX",
                "passengerType": "CHD"
              },
              {
                "mealCode": "Nmr",
                "passengerType": "CHD"
              },
              {
                "mealCode": "QbC",
                "passengerType": "ADT"
              },
              {
                "mealCode": "6mZ",
                "passengerType": "CHD"
              }
            ],
            "origin": "LAX",
            "otherAirlineRecordLocator": "qn0FKs",
            "previouslySelectedBookingClass": "J",
            "segmentOfferInformation": {
              "awardFare": false,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "6",
                    "subCode": "LIX"
                  },
                  {
                    "id": "2",
                    "subCode": "2f7"
                  },
                  {
                    "id": "5",
                    "subCode": "ZPU"
                  }
                ]
              },
              "flightsMiles": 1338
            },
            "segmentRef": "64",
            "segmentStatusCode": {
              "code": "OK",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": false
          }
        ],
        "connectionInformations": [
          {
            "changeOfAirport": false,
            "duration": 291
          },
          {
            "changeOfAirport": false,
            "duration": 428
          },
          {
            "changeOfAirport": true,
            "duration": 286
          }
        ],
        "programCodes": {
          "0": "[",
          "1": "V",
          "2": "A",
          "3": "C",
          "4": "]"
        },
        "programIDs": {
          "0": "[",
          "1": "1",
          "2": "0",
          "3": "9",
          "4": "5",
          "5": "1",
          "6": "1",
          "7": "]"
        },
        "segments": [
          {
            "@type": "Connection",
            "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "-5:00",
            "bookingClass": "M",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "-6:00",
            "destination": "SIN",
            "duration": 309,
            "dynamicPricingData": [
              {
                "passengerType": "CHILD",
                "priceId": "1"
              },
              {
                "passengerType": "ADULT",
                "priceId": "3"
              },
              {
                "passengerType": "INFANT",
                "priceId": "4"
              }
            ],
            "equipment": "777",
            "equipmentConfiguration": "ZDW",
            "fareBasis": "ZahMO",
            "fareComponentBeginAirport": "FRA",
            "fareComponentDirectionality": "TO",
            "fareComponentEndAirport": "DUB",
            "flight": {
              "advisories": [
                {
                  "code": "IrEwSIi5",
                  "image": "row.png",
                  "imageHint": "RRowAdvisor",
                  "level": "DEBUG"
                }
              ],
              "airlineCode": "AF",
              "arrivalTerminal": "T2",
              "changeOfGauge": false,
              "departureTerminal": "T1",
              "disclosureAirlineCode": "AF",
              "flightNumber": 417,
              "operatingAirlineCode": "DL",
              "operatingFlightNumber": 1208,
              "stopAirports": [
                {
                  "airport": "HND",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 235,
                  "elapsedTime": 44
                },
                {
                  "airport": "LHR",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 1251,
                  "elapsedTime": 237
                },
                {
                  "airport": "ORD",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 470,
                  "elapsedTime": 263
                },
                {
                  "airport": "JFK",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 1214,
                  "elapsedTime": 118
                }
              ]
            },
            "layoverDuration": 288,
            "meals": [
              {
                "mealCode": "9nP",
                "passengerType": "CHD"
              },
              {
                "mealCode": "Nug",
                "passengerType": "ADT"
              },
              {
                "mealCode": "0YS",
                "passengerType": "ADT"
              },
              {
                "mealCode": "Dbr",
                "passengerType": "CHD"
              }
            ],
            "origin": "JFK",
            "otherAirlineRecordLocator": "TzsLo5",
            "previouslySelectedBookingClass": "J",
            "segmentOfferInformation": {
              "awardFare": true,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "7",
                    "subCode": "J70"
                  },
                  {
                    "id": "5",
                    "subCode": "d4f"
                  }
                ]
              },
              "flightsMiles": 846
            },
            "segmentRef": "41",
            "segmentStatusCode": {
              "code": "QF",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": false
          }
        ],
        "stops": 1,
        "totalDuration": 378
      }
    ]
  },
  "messages": [
    {
      "code": "937mBVQzL4m5jMf",
      "details": {
        "@type": "ErrorDetail"
      },
      "level": "info"
    },
    {
      "code": "O5rvhPTY75qEprW",
      "details": {
        "@type": "ErrorDetail"
      },
      "level": "info"
    }
  ],
  "notPreselectedAncillaries": [
    {
      "ancillaryPrice": {
        "basePrice": {
          "alternatives": [
            [
              {
                "amount": 687.76,
                "currency": "ZWL"
              }
            ],
            [
              {
                "amount": 3436.4,
                "currency": "DKK"
              },
              {
                "amount": 961.15,
                "currency": "TJS"
              }
            ],
            [
              {
                "amount": 689.06,
                "currency": "TRY"
              },
              {
                "amount": 2550.16,
                "currency": "BZD"
              },
              {
                "amount": 1400.37,
                "currency": "BBD"
              },
              {
                "amount": 416.43,
                "currency": "PGK"
              },
              {
                "amount": 3349.62,
                "currency": "TTD"
              }
            ],
            [
              {
                "amount": 621.12,
                "currency": "RUB"
              },
              {
                "amount": 3367.43,
                "currency": "THB"
              }
            ],
            [
              {
                "amount": 1665.71,
                "currency": "SYP"
              }
            ]
          ]
        },
        "originalBasePrice": {
          "alternatives": [
            [
              {
                "amount": 3092.38,
                "currency": "KGS"
              }
            ],
            [
              {
                "amount": 909.69,
                "currency": "GTQ"
              },
              {
                "amount": 3380.34,
                "currency": "MZN"
              },
              {
                "amount": 3516.3,
                "currency": "ANG"
              },
              {
                "amount": 2500.51,
                "currency": "MUR"
              },
              {
                "amount": 3232.88,
                "currency": "NOK"
              }
            ],
            [
              {
                "amount": 1797.94,
                "currency": "TMT"
              },
              {
                "amount": 81.32,
                "currency": "INR"
              },
              {
                "amount": 2170.94,
                "currency": "NPR"
              },
              {
                "amount": 3605.08,
                "currency": "IRR"
              },
              {
                "amount": 3648.49,
                "currency": "IDR"
              }
            ],
            [
              {
                "amount": 1813.46,
                "currency": "AOA"
              }
            ]
          ]
        },
        "originalTaxPrice": [
          {
            "code": "zl",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 3532.3,
                    "currency": "MVR"
                  }
                ],
                [
                  {
                    "amount": 3569.78,
                    "currency": "INR"
                  },
                  {
                    "amount": 2174.27,
                    "currency": "SCR"
                  },
                  {
                    "amount": 226.9,
                    "currency": "PHP"
                  },
                  {
                    "amount": 929.74,
                    "currency": "XAF"
                  }
                ],
                [
                  {
                    "amount": 2084.87,
                    "currency": "GNF"
                  },
                  {
                    "amount": 408.22,
                    "currency": "NZD"
                  }
                ],
                [
                  {
                    "amount": 3371.11,
                    "currency": "STN"
                  },
                  {
                    "amount": 3431.33,
                    "currency": "BTN"
                  },
                  {
                    "amount": 317.15,
                    "currency": "AOA"
                  }
                ],
                [
                  {
                    "amount": 2156.39,
                    "currency": "TND"
                  },
                  {
                    "amount": 20.86,
                    "currency": "AUD"
                  }
                ]
              ]
            }
          }
        ],
        "originalTotalPrice": {
          "alternatives": [
            [
              {
                "amount": 4692.31,
                "currency": "DJF"
              },
              {
                "amount": 4271.23,
                "currency": "MMK"
              },
              {
                "amount": 4510.12,
                "currency": "MNT"
              }
            ],
            [
              {
                "amount": 1441.57,
                "currency": "CDF"
              },
              {
                "amount": 304.49,
                "currency": "PHP"
              }
            ],
            [
              {
                "amount": 2522.94,
                "currency": "USD"
              },
              {
                "amount": 4305.74,
                "currency": "MMK"
              },
              {
                "amount": 2244.16,
                "currency": "BYN"
              },
              {
                "amount": 3117.34,
                "currency": "RSD"
              },
              {
                "amount": 1800.21,
                "currency": "LRD"
              }
            ],
            [
              {
                "amount": 3947.9,
                "currency": "SGD"
              }
            ],
            [
              {
                "amount": 3173.86,
                "currency": "TMT"
              },
              {
                "amount": 2581.1,
                "currency": "MVR"
              },
              {
                "amount": 905.71,
                "currency": "SOS"
              },
              {
                "amount": 662.17,
                "currency": "BIF"
              },
              {
                "amount": 4808.85,
                "currency": "NGN"
              }
            ]
          ]
        },
        "originalTotalTax": {
          "alternatives": [
            [
              {
                "amount": 1272.31,
                "currency": "CUP"
              },
              {
                "amount": 2972.88,
                "currency": "XCD"
              }
            ],
            [
              {
                "amount": 4103.22,
                "currency": "FKP"
              },
              {
                "amount": 4528.11,
                "currency": "PLN"
              },
              {
                "amount": 1887.13,
                "currency": "RON"
              },
              {
                "amount": 1627.75,
                "currency": "HKD"
              },
              {
                "amount": 4644.08,
                "currency": "ANG"
              }
            ],
            [
              {
                "amount": 1570.69,
                "currency": "ZWL"
              }
            ],
            [
              {
                "amount": 1547.39,
                "currency": "IRR"
              },
              {
                "amount": 1986.12,
                "currency": "GIP"
              }
            ],
            [
              {
                "amount": 1638.39,
                "currency": "SRD"
              },
              {
                "amount": 2260.35,
                "currency": "NOK"
              },
              {
                "amount": 4076.11,
                "currency": "HNL"
              }
            ]
          ]
        },
        "taxPrice": [
          {
            "code": "kT",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 3226.13,
                    "currency": "NOK"
                  },
                  {
                    "amount": 3679.35,
                    "currency": "NAD"
                  },
                  {
                    "amount": 2758.39,
                    "currency": "PKR"
                  },
                  {
                    "amount": 486.76,
                    "currency": "KRW"
                  }
                ],
                [
                  {
                    "amount": 4408.4,
                    "currency": "PKR"
                  },
                  {
                    "amount": 4605.97,
                    "currency": "TND"
                  }
                ],
                [
                  {
                    "amount": 3064.03,
                    "currency": "BSD"
                  },
                  {
                    "amount": 1236.76,
                    "currency": "GMD"
                  },
                  {
                    "amount": 4327.2,
                    "currency": "HTG"
                  },
                  {
                    "amount": 4291.84,
                    "currency": "SLE"
                  },
                  {
                    "amount": 304.74,
                    "currency": "UGX"
                  }
                ]
              ]
            }
          },
          {
            "code": "mB",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 1270.42,
                    "currency": "NGN"
                  },
                  {
                    "amount": 3693.88,
                    "currency": "AZN"
                  },
                  {
                    "amount": 2584.96,
                    "currency": "ANG"
                  },
                  {
                    "amount": 2975.96,
                    "currency": "NPR"
                  },
                  {
                    "amount": 2546.23,
                    "currency": "AUD"
                  }
                ],
                [
                  {
                    "amount": 2094.03,
                    "currency": "NAD"
                  },
                  {
                    "amount": 2988.64,
                    "currency": "AWG"
                  },
                  {
                    "amount": 2247.06,
                    "currency": "THB"
                  }
                ]
              ]
            }
          },
          {
            "code": "GK",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 3802.72,
                    "currency": "USD"
                  },
                  {
                    "amount": 1110.77,
                    "currency": "BIF"
                  },
                  {
                    "amount": 4839.05,
                    "currency": "GEL"
                  }
                ],
                [
                  {
                    "amount": 4749.76,
                    "currency": "SZL"
                  },
                  {
                    "amount": 586.67,
                    "currency": "NAD"
                  },
                  {
                    "amount": 3913.68,
                    "currency": "EGP"
                  },
                  {
                    "amount": 2162.51,
                    "currency": "BZD"
                  }
                ]
              ]
            }
          },
          {
            "code": "rw",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 4783.02,
                    "currency": "NOK"
                  },
                  {
                    "amount": 2160.35,
                    "currency": "BAM"
                  }
                ],
                [
                  {
                    "amount": 4855.26,
                    "currency": "NAD"
                  },
                  {
                    "amount": 2588.89,
                    "currency": "OMR"
                  },
                  {
                    "amount": 3251.07,
                    "currency": "AED"
                  },
                  {
                    "amount": 2688.87,
                    "currency": "THB"
                  },
                  {
                    "amount": 3050.67,
                    "currency": "XPF"
                  }
                ]
              ]
            }
          },
          {
            "code": "rl",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 4222.11,
                    "currency": "ILS"
                  },
                  {
                    "amount": 1822.01,
                    "currency": "LBP"
                  },
                  {
                    "amount": 1522.18,
                    "currency": "ZWL"
                  },
                  {
                    "amount": 1159.16,
                    "currency": "PLN"
                  }
                ],
                [
                  {
                    "amount": 4161.3,
                    "currency": "RON"
                  },
                  {
                    "amount": 1484.86,
                    "currency": "ALL"
                  },
                  {
                    "amount": 344.71,
                    "currency": "ILS"
                  },
                  {
                    "amount": 1930.68,
                    "currency": "RWF"
                  }
                ],
                [
                  {
                    "amount": 3914.15,
                    "currency": "GEL"
                  },
                  {
                    "amount": 1636.61,
                    "currency": "KPW"
                  }
                ],
                [
                  {
                    "amount": 897.29,
                    "currency": "AFN"
                  },
                  {
                    "amount": 936.56,
                    "currency": "RSD"
                  },
                  {
                    "amount": 2726.28,
                    "currency": "CUP"
                  },
                  {
                    "amount": 3612.55,
                    "currency": "KPW"
                  },
                  {
                    "amount": 2467.47,
                    "currency": "BZD"
                  }
                ],
                [
                  {
                    "amount": 2716.15,
                    "currency": "ILS"
                  },
                  {
                    "amount": 3877.59,
                    "currency": "BWP"
                  },
                  {
                    "amount": 3706.17,
                    "currency": "DJF"
                  },
                  {
                    "amount": 623.71,
                    "currency": "HTG"
                  }
                ]
              ]
            }
          }
        ],
        "totalAssignedPrice": {
          "alternatives": [
            [
              {
                "amount": 118.04,
                "currency": "YER"
              },
              {
                "amount": 1444.71,
                "currency": "HNL"
              }
            ],
            [
              {
                "amount": 3080.5,
                "currency": "KZT"
              }
            ],
            [
              {
                "amount": 1207.18,
                "currency": "CRC"
              },
              {
                "amount": 3951.95,
                "currency": "EUR"
              }
            ]
          ]
        },
        "totalPrice": {
          "alternatives": [
            [
              {
                "amount": 4322.35,
                "currency": "OMR"
              }
            ],
            [
              {
                "amount": 2114.96,
                "currency": "CUP"
              },
              {
                "amount": 1389.17,
                "currency": "TND"
              },
              {
                "amount": 2682.12,
                "currency": "RSD"
              }
            ],
            [
              {
                "amount": 3028.06,
                "currency": "GTQ"
              },
              {
                "amount": 3277.8,
                "currency": "SRD"
              },
              {
                "amount": 1392.09,
                "currency": "BGN"
              },
              {
                "amount": 4231.64,
                "currency": "TRY"
              },
              {
                "amount": 1078.15,
                "currency": "BWP"
              }
            ],
            [
              {
                "amount": 106.11,
                "currency": "OMR"
              },
              {
                "amount": 420.3,
                "currency": "LKR"
              },
              {
                "amount": 73.43,
                "currency": "BOB"
              },
              {
                "amount": 1355.81,
                "currency": "GTQ"
              }
            ],
            [
              {
                "amount": 3683.2,
                "currency": "XCD"
              },
              {
                "amount": 3269.67,
                "currency": "SEK"
              },
              {
                "amount": 3796.82,
                "currency": "FJD"
              },
              {
                "amount": 85.7,
                "currency": "TZS"
              }
            ]
          ]
        },
        "totalTax": {
          "alternatives": [
            [
              {
                "amount": 4234.41,
                "currency": "GNF"
              }
            ]
          ]
        }
      },
      "availabilityIndicator": false,
      "code": "so",
      "quantity": 5,
      "refundIndicator": true,
      "travelPart": {
        "@type": "Inbound"
      }
    },
    {
      "ancillaryPrice": {
        "basePrice": {
          "alternatives": [
            [
              {
                "amount": 1511.73,
                "currency": "VND"
              },
              {
                "amount": 2397.51,
                "currency": "KYD"
              },
              {
                "amount": 562.6,
                "currency": "CNY"
              },
              {
                "amount": 3285.01,
                "currency": "GNF"
              }
            ],
            [
              {
                "amount": 775.19,
                "currency": "INR"
              }
            ],
            [
              {
                "amount": 1464.55,
                "currency": "NPR"
              },
              {
                "amount": 3670.97,
                "currency": "UGX"
              },
              {
                "amount": 22.99,
                "currency": "NZD"
              },
              {
                "amount": 1870.8,
                "currency": "PEN"
              },
              {
                "amount": 3817.25,
                "currency": "MXN"
              }
            ]
          ]
        },
        "originalBasePrice": {
          "alternatives": [
            [
              {
                "amount": 1033.86,
                "currency": "LBP"
              }
            ],
            [
              {
                "amount": 4820.52,
                "currency": "CAD"
              },
              {
                "amount": 4288.55,
                "currency": "SDG"
              },
              {
                "amount": 319.09,
                "currency": "MRU"
              }
            ],
            [
              {
                "amount": 3949.36,
                "currency": "YER"
              },
              {
                "amount": 342.35,
                "currency": "LKR"
              }
            ],
            [
              {
                "amount": 234.48,
                "currency": "SDG"
              },
              {
                "amount": 4718.35,
                "currency": "BIF"
              },
              {
                "amount": 2586.04,
                "currency": "CUP"
              },
              {
                "amount": 1991.29,
                "currency": "SAR"
              },
              {
                "amount": 2260.96,
                "currency": "SOS"
              }
            ]
          ]
        },
        "originalTaxPrice": [
          {
            "code": "Lx",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 768.32,
                    "currency": "NAD"
                  },
                  {
                    "amount": 3123.83,
                    "currency": "SEK"
                  },
                  {
                    "amount": 1736.42,
                    "currency": "MWK"
                  },
                  {
                    "amount": 2894.47,
                    "currency": "AUD"
                  }
                ],
                [
                  {
                    "amount": 2826.05,
                    "currency": "RSD"
                  },
                  {
                    "amount": 967.48,
                    "currency": "VUV"
                  }
                ],
                [
                  {
                    "amount": 2476.79,
                    "currency": "RON"
                  }
                ]
              ]
            }
          }
        ],
        "originalTotalPrice": {
          "alternatives": [
            [
              {
                "amount": 3337.85,
                "currency": "PAB"
              }
            ]
          ]
        },
        "originalTotalTax": {
          "alternatives": [
            [
              {
                "amount": 1909.78,
                "currency": "MGA"
              },
              {
                "amount": 3902.99,
                "currency": "GYD"
              },
              {
                "amount": 1171.62,
                "currency": "TMT"
              }
            ],
            [
              {
                "amount": 646.33,
                "currency": "AZN"
              }
            ],
            [
              {
                "amount": 3906.8,
                "currency": "KRW"
              },
              {
                "amount": 3809.28,
                "currency": "BRL"
              },
              {
                "amount": 47.11,
                "currency": "MDL"
              }
            ]
          ]
        },
        "taxPrice": [
          {
            "code": "sh",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 1945.66,
                    "currency": "SRD"
                  },
                  {
                    "amount": 4453.18,
                    "currency": "HUF"
                  },
                  {
                    "amount": 4076.26,
                    "currency": "USD"
                  },
                  {
                    "amount": 1684.5,
                    "currency": "SEK"
                  },
                  {
                    "amount": 3091.62,
                    "currency": "MAD"
                  }
                ],
                [
                  {
                    "amount": 1031.39,
                    "currency": "MRU"
                  },
                  {
                    "amount": 2596.44,
                    "currency": "DJF"
                  },
                  {
                    "amount": 4070.93,
                    "currency": "SSP"
                  },
                  {
                    "amount": 4803.7,
                    "currency": "BIF"
                  }
                ]
              ]
            }
          },
          {
            "code": "pS",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 4785.15,
                    "currency": "TND"
                  },
                  {
                    "amount": 2966.21,
                    "currency": "RSD"
                  }
                ],
                [
                  {
                    "amount": 426.69,
                    "currency": "GTQ"
                  },
                  {
                    "amount": 4991.06,
                    "currency": "HTG"
                  },
                  {
                    "amount": 1650.59,
                    "currency": "MAD"
                  },
                  {
                    "amount": 4264.98,
                    "currency": "MKD"
                  }
                ],
                [
                  {
                    "amount": 1012.76,
                    "currency": "KZT"
                  },
                  {
                    "amount": 1431.23,
                    "currency": "AUD"
                  },
                  {
                    "amount": 2482.56,
                    "currency": "KRW"
                  },
                  {
                    "amount": 4675.23,
                    "currency": "GNF"
                  }
                ],
                [
                  {
                    "amount": 4714.78,
                    "currency": "MMK"
                  },
                  {
                    "amount": 4855.59,
                    "currency": "RON"
                  },
                  {
                    "amount": 913.6,
                    "currency": "CVE"
                  }
                ],
                [
                  {
                    "amount": 2772.06,
                    "currency": "SDG"
                  },
                  {
                    "amount": 209.27,
                    "currency": "HNL"
                  }
                ]
              ]
            }
          },
          {
            "code": "hw",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 2815.99,
                    "currency": "HTG"
                  },
                  {
                    "amount": 4236.58,
                    "currency": "MAD"
                  },
                  {
                    "amount": 2276.73,
                    "currency": "TJS"
                  }
                ],
                [
                  {
                    "amount": 2820.19,
                    "currency": "LSL"
                  }
                ]
              ]
            }
          },
          {
            "code": "At",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 457.57,
                    "currency": "CZK"
                  },
                  {
                    "amount": 4580.22,
                    "currency": "BIF"
                  },
                  {
                    "amount": 3716.05,
                    "currency": "PYG"
                  },
                  {
                    "amount": 545.13,
                    "currency": "XCD"
                  }
                ]
              ]
            }
          }
        ],
        "totalAssignedPrice": {
          "alternatives": [
            [
              {
                "amount": 1800.2,
                "currency": "MMK"
              },
              {
                "amount": 1520.31,
                "currency": "NOK"
              },
              {
                "amount": 1750.65,
                "currency": "TOP"
              }
            ],
            [
              {
                "amount": 782.71,
                "currency": "GEL"
              },
              {
                "amount": 1109.02,
                "currency": "TJS"
              }
            ],
            [
              {
                "amount": 4950.78,
                "currency": "GTQ"
              },
              {
                "amount": 1083.91,
                "currency": "SRD"
              }
            ]
          ]
        },
        "totalPrice": {
          "alternatives": [
            [
              {
                "amount": 3314.95,
                "currency": "MOP"
              },
              {
                "amount": 2374.52,
                "currency": "AED"
              },
              {
                "amount": 1383.16,
                "currency": "MUR"
              }
            ],
            [
              {
                "amount": 2207.58,
                "currency": "CRC"
              }
            ],
            [
              {
                "amount": 4725.3,
                "currency": "AWG"
              },
              {
                "amount": 626.27,
                "currency": "TWD"
              },
              {
                "amount": 1523.37,
                "currency": "KMF"
              },
              {
                "amount": 56.71,
                "currency": "HTG"
              }
            ],
            [
              {
                "amount": 1601.39,
                "currency": "KZT"
              },
              {
                "amount": 785.43,
                "currency": "UZS"
              },
              {
                "amount": 3023.97,
                "currency": "ZWL"
              },
              {
                "amount": 2688.81,
                "currency": "GEL"
              },
              {
                "amount": 4205.21,
                "currency": "MRU"
              }
            ]
          ]
        },
        "totalTax": {
          "alternatives": [
            [
              {
                "amount": 4603.12,
                "currency": "TJS"
              },
              {
                "amount": 855.32,
                "currency": "KES"
              },
              {
                "amount": 4061.49,
                "currency": "MWK"
              }
            ],
            [
              {
                "amount": 2107.24,
                "currency": "PAB"
              },
              {
                "amount": 1902.71,
                "currency": "HKD"
              },
              {
                "amount": 962.53,
                "currency": "VUV"
              },
              {
                "amount": 1404.41,
                "currency": "AOA"
              },
              {
                "amount": 450.83,
                "currency": "FKP"
              }
            ],
            [
              {
                "amount": 3886.83,
                "currency": "CLP"
              },
              {
                "amount": 4568.85,
                "currency": "PEN"
              },
              {
                "amount": 857.37,
                "currency": "DOP"
              },
              {
                "amount": 1565.6,
                "currency": "TRY"
              }
            ],
            [
              {
                "amount": 4128.42,
                "currency": "ISK"
              },
              {
                "amount": 934.79,
                "currency": "PAB"
              },
              {
                "amount": 1120.91,
                "currency": "KGS"
              },
              {
                "amount": 3184.37,
                "currency": "NOK"
              },
              {
                "amount": 666,
                "currency": "MRU"
              }
            ],
            [
              {
                "amount": 919.79,
                "currency": "CLP"
              }
            ]
          ]
        }
      },
      "availabilityIndicator": true,
      "code": "Pq",
      "quantity": 2,
      "refundIndicator": true,
      "travelPart": {
        "@type": "Outbound"
      }
    },
    {
      "ancillaryPrice": {
        "basePrice": {
          "alternatives": [
            [
              {
                "amount": 4904.41,
                "currency": "COP"
              },
              {
                "amount": 981.92,
                "currency": "SRD"
              },
              {
                "amount": 311.48,
                "currency": "LAK"
              }
            ],
            [
              {
                "amount": 4673.04,
                "currency": "NPR"
              }
            ]
          ]
        },
        "originalBasePrice": {
          "alternatives": [
            [
              {
                "amount": 837.89,
                "currency": "ERN"
              }
            ],
            [
              {
                "amount": 4939.7,
                "currency": "MMK"
              },
              {
                "amount": 3809.45,
                "currency": "ZMW"
              },
              {
                "amount": 3213.26,
                "currency": "COP"
              },
              {
                "amount": 666.33,
                "currency": "PYG"
              }
            ]
          ]
        },
        "originalTaxPrice": [
          {
            "code": "Xi",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 1494.66,
                    "currency": "ZAR"
                  }
                ]
              ]
            }
          },
          {
            "code": "np",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 3046.97,
                    "currency": "ANG"
                  },
                  {
                    "amount": 1091.28,
                    "currency": "SAR"
                  }
                ],
                [
                  {
                    "amount": 864.25,
                    "currency": "SOS"
                  }
                ],
                [
                  {
                    "amount": 1256.07,
                    "currency": "MAD"
                  },
                  {
                    "amount": 2329.47,
                    "currency": "CZK"
                  }
                ]
              ]
            }
          },
          {
            "code": "cW",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 4533.72,
                    "currency": "INR"
                  },
                  {
                    "amount": 4569.29,
                    "currency": "GIP"
                  },
                  {
                    "amount": 2923.85,
                    "currency": "BRL"
                  },
                  {
                    "amount": 1136.92,
                    "currency": "SDG"
                  },
                  {
                    "amount": 1581.55,
                    "currency": "GBP"
                  }
                ]
              ]
            }
          }
        ],
        "originalTotalPrice": {
          "alternatives": [
            [
              {
                "amount": 3658.14,
                "currency": "CVE"
              },
              {
                "amount": 638.89,
                "currency": "JOD"
              },
              {
                "amount": 1094.34,
                "currency": "PYG"
              },
              {
                "amount": 4005.17,
                "currency": "JMD"
              }
            ],
            [
              {
                "amount": 4338.04,
                "currency": "BSD"
              },
              {
                "amount": 1545.72,
                "currency": "UGX"
              },
              {
                "amount": 1812.76,
                "currency": "DZD"
              },
              {
                "amount": 434.63,
                "currency": "TWD"
              }
            ]
          ]
        },
        "originalTotalTax": {
          "alternatives": [
            [
              {
                "amount": 994.99,
                "currency": "PLN"
              },
              {
                "amount": 4396.66,
                "currency": "RON"
              }
            ],
            [
              {
                "amount": 2183.48,
                "currency": "GHS"
              },
              {
                "amount": 3735.82,
                "currency": "MKD"
              },
              {
                "amount": 3462.47,
                "currency": "RON"
              }
            ],
            [
              {
                "amount": 3248.53,
                "currency": "GEL"
              },
              {
                "amount": 4698.32,
                "currency": "OMR"
              },
              {
                "amount": 3941.19,
                "currency": "TWD"
              }
            ],
            [
              {
                "amount": 1482.17,
                "currency": "RSD"
              },
              {
                "amount": 2413.2,
                "currency": "XAF"
              },
              {
                "amount": 1881.04,
                "currency": "SGD"
              }
            ]
          ]
        },
        "taxPrice": [
          {
            "code": "cz",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 3180.64,
                    "currency": "MUR"
                  },
                  {
                    "amount": 2776.4,
                    "currency": "GBP"
                  },
                  {
                    "amount": 419.02,
                    "currency": "MKD"
                  }
                ]
              ]
            }
          },
          {
            "code": "LQ",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 3591.61,
                    "currency": "SDG"
                  },
                  {
                    "amount": 3085.39,
                    "currency": "TMT"
                  }
                ]
              ]
            }
          },
          {
            "code": "Jb",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 1615.86,
                    "currency": "LSL"
                  }
                ],
                [
                  {
                    "amount": 4276.73,
                    "currency": "CUP"
                  },
                  {
                    "amount": 2142.57,
                    "currency": "HTG"
                  },
                  {
                    "amount": 224.88,
                    "currency": "AWG"
                  },
                  {
                    "amount": 2712.31,
                    "currency": "XPF"
                  },
                  {
                    "amount": 630.11,
                    "currency": "SAR"
                  }
                ],
                [
                  {
                    "amount": 4415.23,
                    "currency": "SYP"
                  },
                  {
                    "amount": 3087.03,
                    "currency": "BAM"
                  },
                  {
                    "amount": 3306.77,
                    "currency": "PKR"
                  },
                  {
                    "amount": 2745.23,
                    "currency": "AWG"
                  }
                ],
                [
                  {
                    "amount": 2979.94,
                    "currency": "MVR"
                  }
                ],
                [
                  {
                    "amount": 4709.7,
                    "currency": "SDG"
                  },
                  {
                    "amount": 1761.72,
                    "currency": "CLP"
                  },
                  {
                    "amount": 2069.13,
                    "currency": "BHD"
                  }
                ]
              ]
            }
          },
          {
            "code": "Od",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 4746.76,
                    "currency": "INR"
                  },
                  {
                    "amount": 3896.26,
                    "currency": "MWK"
                  },
                  {
                    "amount": 895.73,
                    "currency": "MKD"
                  },
                  {
                    "amount": 1211.22,
                    "currency": "ZMW"
                  },
                  {
                    "amount": 4334.07,
                    "currency": "XPF"
                  }
                ],
                [
                  {
                    "amount": 4526.04,
                    "currency": "GNF"
                  },
                  {
                    "amount": 4255.53,
                    "currency": "DOP"
                  },
                  {
                    "amount": 4252.95,
                    "currency": "AZN"
                  },
                  {
                    "amount": 1375.52,
                    "currency": "BND"
                  }
                ],
                [
                  {
                    "amount": 3476.2,
                    "currency": "GTQ"
                  },
                  {
                    "amount": 2029.16,
                    "currency": "ZAR"
                  },
                  {
                    "amount": 598.63,
                    "currency": "OMR"
                  },
                  {
                    "amount": 3556.74,
                    "currency": "EUR"
                  },
                  {
                    "amount": 725.37,
                    "currency": "CDF"
                  }
                ],
                [
                  {
                    "amount": 4070.81,
                    "currency": "IQD"
                  },
                  {
                    "amount": 1592.89,
                    "currency": "VND"
                  },
                  {
                    "amount": 4577.27,
                    "currency": "GBP"
                  }
                ]
              ]
            }
          }
        ],
        "totalAssignedPrice": {
          "alternatives": [
            [
              {
                "amount": 2114.33,
                "currency": "NAD"
              },
              {
                "amount": 3268.64,
                "currency": "GMD"
              },
              {
                "amount": 2413.43,
                "currency": "SGD"
              },
              {
                "amount": 2689.16,
                "currency": "EGP"
              },
              {
                "amount": 4278.14,
                "currency": "UGX"
              }
            ],
            [
              {
                "amount": 2772.96,
                "currency": "UAH"
              }
            ]
          ]
        },
        "totalPrice": {
          "alternatives": [
            [
              {
                "amount": 1038.35,
                "currency": "BDT"
              },
              {
                "amount": 1830.99,
                "currency": "CNY"
              },
              {
                "amount": 2887.49,
                "currency": "KRW"
              },
              {
                "amount": 4886.27,
                "currency": "AWG"
              }
            ],
            [
              {
                "amount": 2699.49,
                "currency": "ANG"
              },
              {
                "amount": 3735.26,
                "currency": "MZN"
              }
            ],
            [
              {
                "amount": 2481.97,
                "currency": "BMD"
              },
              {
                "amount": 2065.62,
                "currency": "PGK"
              },
              {
                "amount": 2109.65,
                "currency": "LAK"
              },
              {
                "amount": 447.13,
                "currency": "SSP"
              },
              {
                "amount": 1814.82,
                "currency": "HUF"
              }
            ]
          ]
        },
        "totalTax": {
          "alternatives": [
            [
              {
                "amount": 4141.06,
                "currency": "TZS"
              },
              {
                "amount": 2082.14,
                "currency": "GTQ"
              },
              {
                "amount": 4695.84,
                "currency": "MGA"
              },
              {
                "amount": 462.08,
                "currency": "CAD"
              }
            ],
            [
              {
                "amount": 1561.25,
                "currency": "MGA"
              },
              {
                "amount": 1287.71,
                "currency": "PHP"
              },
              {
                "amount": 1181.83,
                "currency": "SSP"
              }
            ],
            [
              {
                "amount": 4973.42,
                "currency": "UZS"
              },
              {
                "amount": 2873.74,
                "currency": "AFN"
              },
              {
                "amount": 978.09,
                "currency": "DZD"
              },
              {
                "amount": 1360.16,
                "currency": "PKR"
              },
              {
                "amount": 4028.92,
                "currency": "AFN"
              }
            ],
            [
              {
                "amount": 4471.23,
                "currency": "TND"
              },
              {
                "amount": 3030.66,
                "currency": "VUV"
              },
              {
                "amount": 2922.42,
                "currency": "UAH"
              }
            ],
            [
              {
                "amount": 2584.03,
                "currency": "TZS"
              },
              {
                "amount": 595.31,
                "currency": "XPF"
              }
            ]
          ]
        }
      },
      "availabilityIndicator": false,
      "code": "zR",
      "quantity": 1,
      "refundIndicator": false,
      "travelPart": {
        "@type": "Inbound"
      }
    },
    {
      "ancillaryPrice": {
        "basePrice": {
          "alternatives": [
            [
              {
                "amount": 975.84,
                "currency": "BAM"
              },
              {
                "amount": 2590.05,
                "currency": "AZN"
              }
            ],
            [
              {
                "amount": 2581.52,
                "currency": "PGK"
              },
              {
                "amount": 3263.19,
                "currency": "AED"
              },
              {
                "amount": 185.89,
                "currency": "IQD"
              }
            ],
            [
              {
                "amount": 1703.16,
                "currency": "JMD"
              }
            ],
            [
              {
                "amount": 4463.67,
                "currency": "TTD"
              },
              {
                "amount": 548.95,
                "currency": "MKD"
              },
              {
                "amount": 4416.86,
                "currency": "QAR"
              },
              {
                "amount": 21.24,
                "currency": "STN"
              }
            ]
          ]
        },
        "originalBasePrice": {
          "alternatives": [
            [
              {
                "amount": 2281.48,
                "currency": "BDT"
              }
            ],
            [
              {
                "amount": 1432.75,
                "currency": "BRL"
              },
              {
                "amount": 923.79,
                "currency": "BRL"
              },
              {
                "amount": 4425.64,
                "currency": "HNL"
              },
              {
                "amount": 3401.69,
                "currency": "EGP"
              }
            ]
          ]
        },
        "originalTaxPrice": [
          {
            "code": "bY",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 640.97,
                    "currency": "GTQ"
                  },
                  {
                    "amount": 1626.77,
                    "currency": "AED"
                  },
                  {
                    "amount": 708.42,
                    "currency": "BDT"
                  },
                  {
                    "amount": 3625.99,
                    "currency": "MDL"
                  },
                  {
                    "amount": 2178.23,
                    "currency": "SDG"
                  }
                ],
                [
                  {
                    "amount": 1759.09,
                    "currency": "BWP"
                  }
                ],
                [
                  {
                    "amount": 4582.7,
                    "currency": "ETB"
                  }
                ]
              ]
            }
          },
          {
            "code": "eo",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 3617.63,
                    "currency": "IDR"
                  }
                ],
                [
                  {
                    "amount": 2403.74,
                    "currency": "MVR"
                  },
                  {
                    "amount": 1368.45,
                    "currency": "BOB"
                  },
                  {
                    "amount": 2970.1,
                    "currency": "MNT"
                  },
                  {
                    "amount": 3536.08,
                    "currency": "ISK"
                  }
                ]
              ]
            }
          }
        ],
        "originalTotalPrice": {
          "alternatives": [
            [
              {
                "amount": 1246.26,
                "currency": "EUR"
              },
              {
                "amount": 895.27,
                "currency": "EGP"
              },
              {
                "amount": 3787.82,
                "currency": "FJD"
              }
            ],
            [
              {
                "amount": 668.14,
                "currency": "ISK"
              },
              {
                "amount": 1783.64,
                "currency": "ZAR"
              },
              {
                "amount": 1700.26,
                "currency": "GTQ"
              },
              {
                "amount": 1380.61,
                "currency": "SBD"
              }
            ],
            [
              {
                "amount": 1439.52,
                "currency": "YER"
              },
              {
                "amount": 3228.08,
                "currency": "TJS"
              },
              {
                "amount": 3874.17,
                "currency": "LBP"
              },
              {
                "amount": 1296.43,
                "currency": "KHR"
              },
              {
                "amount": 3075.65,
                "currency": "XAF"
              }
            ]
          ]
        },
        "originalTotalTax": {
          "alternatives": [
            [
              {
                "amount": 1961.62,
                "currency": "MMK"
              },
              {
                "amount": 2181.8,
                "currency": "CNY"
              },
              {
                "amount": 1151.39,
                "currency": "HUF"
              },
              {
                "amount": 2780,
                "currency": "SAR"
              }
            ]
          ]
        },
        "taxPrice": [
          {
            "code": "pm",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 1219.91,
                    "currency": "BIF"
                  }
                ]
              ]
            }
          },
          {
            "code": "xl",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 96.3,
                    "currency": "BZD"
                  },
                  {
                    "amount": 150.37,
                    "currency": "AMD"
                  },
                  {
                    "amount": 4270.6,
                    "currency": "PYG"
                  }
                ],
                [
                  {
                    "amount": 975.48,
                    "currency": "SZL"
                  },
                  {
                    "amount": 402.98,
                    "currency": "IDR"
                  },
                  {
                    "amount": 3651.38,
                    "currency": "CZK"
                  },
                  {
                    "amount": 1011.33,
                    "currency": "SYP"
                  },
                  {
                    "amount": 2868.66,
                    "currency": "XAF"
                  }
                ]
              ]
            }
          },
          {
            "code": "gd",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 155.74,
                    "currency": "KHR"
                  }
                ]
              ]
            }
          }
        ],
        "totalAssignedPrice": {
          "alternatives": [
            [
              {
                "amount": 3195.98,
                "currency": "SEK"
              }
            ],
            [
              {
                "amount": 3722.43,
                "currency": "TND"
              },
              {
                "amount": 4164,
                "currency": "ALL"
              },
              {
                "amount": 4973.88,
                "currency": "ILS"
              },
              {
                "amount": 3860.89,
                "currency": "TRY"
              },
              {
                "amount": 1846.83,
                "currency": "GNF"
              }
            ],
            [
              {
                "amount": 1278.24,
                "currency": "MAD"
              }
            ],
            [
              {
                "amount": 2237.57,
                "currency": "USD"
              }
            ]
          ]
        },
        "totalPrice": {
          "alternatives": [
            [
              {
                "amount": 1046.06,
                "currency": "BRL"
              }
            ]
          ]
        },
        "totalTax": {
          "alternatives": [
            [
              {
                "amount": 2573.68,
                "currency": "ARS"
              },
              {
                "amount": 3578.61,
                "currency": "NPR"
              },
              {
                "amount": 633.05,
                "currency": "THB"
              },
              {
                "amount": 650.37,
                "currency": "BOB"
              }
            ],
            [
              {
                "amount": 3413.15,
                "currency": "XAF"
              },
              {
                "amount": 1718.68,
                "currency": "KRW"
              },
              {
                "amount": 2144.1,
                "currency": "MZN"
              }
            ],
            [
              {
                "amount": 4865.67,
                "currency": "ISK"
              },
              {
                "amount": 152.74,
                "currency": "TOP"
              }
            ],
            [
              {
                "amount": 667.7,
                "currency": "SHP"
              },
              {
                "amount": 4136.45,
                "currency": "NOK"
              },
              {
                "amount": 1809.37,
                "currency": "CLP"
              },
              {
                "amount": 4473.47,
                "currency": "AED"
              },
              {
                "amount": 4473.29,
                "currency": "ILS"
              }
            ],
            [
              {
                "amount": 1230.77,
                "currency": "KPW"
              }
            ]
          ]
        }
      },
      "availabilityIndicator": true,
      "code": "QP",
      "quantity": 4,
      "refundIndicator": false,
      "travelPart": {
        "@type": "Outbound"
      }
    }
  ]
}
{
  "ancillaryOperations": [
    {
      "ancillaryCode": "31",
      "selectedPassengers": [
        {
          "ancillaryOverridePrice": {
            "additionalTextQualifier": "STAFF RATE",
            "basePrice": {
              "amount": 611.4,
              "currency": "AMD"
            },
            "securityData": {
              "fingerprint": "0xF",
              "timestamp": 1784285685
            },
            "taxPrice": [
              {
                "code": "Jm",
                "price": {
                  "amount": 1645.66,
                  "currency": "CHF"
                }
              },
              {
                "code": "sw",
                "price": {
                  "amount": 3976.85,
                  "currency": "HTG"
                }
              }
            ]
          },
          "ancillarySSR": {
            "@type": "PetSSR"
          },
          "index": 2,
          "quantity": 2
        },
        {
          "ancillaryOverridePrice": {
            "additionalTextQualifier": "STAFF RATE",
            "basePrice": {
              "amount": 1198.48,
              "currency": "AWG"
            },
            "securityData": {
              "fingerprint": "0x9",
              "timestamp": 1760771773
            },
            "taxPrice": [
              {
                "code": "VU",
                "price": {
                  "amount": 3032.53,
                  "currency": "MVR"
                }
              },
              {
                "code": "xI",
                "price": {
                  "amount": 4767.36,
                  "currency": "PLN"
                }
              },
              {
                "code": "mR",
                "price": {
                  "amount": 888.99,
                  "currency": "GMD"
                }
              }
            ]
          },
          "ancillarySSR": {
            "@type": "PetSSR"
          },
          "index": 1,
          "quantity": 2
        }
      ],
      "selectedTravelPart": {
        "departure": "2026-06-16T00:00:00.0Z",
        "destination": "FRA",
        "origin": "JFK",
        "type": "SEGMENT"
      }
    }
  ]
}
{
  "ancillaryOperationResults": [
    {
      "ancillaryCode": "a0L",
      "ancillarySSR": {
        "@type": "PetSSR"
      },
      "assignedQuantity": 2,
      "messages": [
        {
          "code": "GfprFlbLbtbMcjf",
          "details": {
            "@type": "ErrorDetail"
          },
          "level": "warning"
        }
      ],
      "passengerIndex": 2,
      "selectedTravelPart": {
        "departure": "2026-06-16T00:00:00.0Z",
        "destination": "FRA",
        "origin": "FRA",
        "type": "ITINERARY_PART"
      },
      "successful": false
    },
    {
      "ancillaryCode": "54g",
      "ancillarySSR": {
        "@type": "PetSSR"
      },
      "assignedQuantity": 1,
      "messages": [
        {
          "code": "dRsmhANtWu3NvNh",
          "details": {
            "@type": "ErrorDetail"
          },
          "level": "warning"
        }
      ],
      "passengerIndex": 4,
      "selectedTravelPart": {
        "departure": "2026-06-16T00:00:00.0Z",
        "destination": "FRA",
        "origin": "FRA",
        "type": "ITINERARY_PART"
      },
      "successful": true
    },
    {
      "ancillaryCode": "PyH",
      "ancillarySSR": {
        "@type": "PetSSR"
      },
      "assignedQuantity": 2,
      "messages": [
        {
          "code": "PSq2vOnWpL9BXTc",
          "details": {
            "@type": "ErrorDetail"
          },
          "level": "error"
        },
        {
          "code": "9O6rKjgm7wsS5Gn",
          "details": {
            "@type": "ErrorDetail"
          },
          "level": "info"
        },
        {
          "code": "hPplXcvUi4beUGp",
          "details": {
            "@type": "WarningDetail"
          },
          "level": "warning"
        },
        {
          "code": "rJKRee9BjXsvdCX",
          "details": {
            "@type": "ErrorDetail"
          },
          "level": "error"
        },
        {
          "code": "h82dWyKugurx2TU",
          "details": {
            "@type": "ErrorDetail"
          },
          "level": "error"
        }
      ],
      "passengerIndex": 3,
      "selectedTravelPart": {
        "departure": "2026-06-17T00:00:00.0Z",
        "destination": "JFK",
        "origin": "JFK",
        "type": "SEGMENT"
      },
      "successful": true
    },
    {
      "ancillaryCode": "zkD",
      "ancillarySSR": {
        "@type": "PetSSR"
      },
      "assignedQuantity": 1,
      "messages": [
        {
          "code": "73FhnoUKAA8DIDJ",
          "details": {
            "@type": "WarningDetail"
          },
          "level": "error"
        },
        {
          "code": "v_9DrRnWgUsUZgS",
          "details": {
            "@type": "ErrorDetail"
          },
          "level": "error"
        },
        {
          "code": "WX8M_UB6qBfTVI-",
          "details": {
            "@type": "WarningDetail"
          },
          "level": "info"
        },
        {
          "code": "7oUvm-EWIVi13UB",
          "details": {
            "@type": "ErrorDetail"
          },
          "level": "error"
        },
        {
          "code": "4aD9gRx4DQJcJgH",
          "details": {
            "@type": "ErrorDetail"
          },
          "level": "warning"
        }
      ],
      "passengerIndex": 1,
      "selectedTravelPart": {
        "departure": "2026-06-16T00:00:00.0Z",
        "destination": "LHR",
        "origin": "LHR",
        "type": "SEGMENT"
      },
      "successful": false
    }
  ],
  "messages": [
    {
      "code": "nhqdi6_WUxXNKYK",
      "details": {
        "@type": "ErrorDetail"
      },
      "level": "error"
    },
    {
      "code": "a8tiRS1zEGpXVBl",
      "details": {
        "@type": "ErrorDetail"
      },
      "level": "error"
    }
  ]
}
Query Parameter NameExample
promoSSRslaboris
awardBookingtrue
{
  "preselectFreeDiscountedAncillaries": false
}
{
  "ancillaries": [
    {
      "ancillaryConfiguration": {
        "allowQuantity": true,
        "maxQuantityPerPax": 4
      },
      "ancillarySpecialService": {
        "code": "PETC",
        "requiredProperties": {
          "propertyDefinitionList": [
            {
              "@type": "KeywordPropertyDefinition",
              "optional": false,
              "propertyName": "HEIGHT",
              "propertyType": "ENUM"
            },
            {
              "@type": "PropertyDefinition",
              "optional": true,
              "propertyName": "WIDTH",
              "propertyType": "ENUM"
            },
            {
              "@type": "PropertyDefinition",
              "optional": true,
              "propertyName": "HEIGHT",
              "propertyType": "DECIMAL"
            },
            {
              "@type": "PropertyDefinition",
              "optional": false,
              "propertyName": "LENGTH",
              "propertyType": "TEXT"
            },
            {
              "@type": "PropertyDefinition",
              "optional": false,
              "propertyName": "WEIGHT",
              "propertyType": "INT"
            }
          ]
        },
        "type": "STRUCTURED"
      },
      "bundleItems": [
        {
          "code": "rU0",
          "groupCode": "ex"
        },
        {
          "code": "95M",
          "groupCode": "Ik"
        },
        {
          "code": "lL8",
          "groupCode": "nd"
        },
        {
          "code": "jnF",
          "groupCode": "GI"
        }
      ],
      "code": "pL4",
      "refundable": true,
      "travelPartOffers": [
        {
          "availableInventory": 48,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Derick",
                "index": 8,
                "lastName": "Thiel",
                "tierLevel": "Silver",
                "tierLevelNumber": 1,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3200.96,
                        "currency": "UGX"
                      },
                      {
                        "amount": 297.91,
                        "currency": "SLE"
                      },
                      {
                        "amount": 819.83,
                        "currency": "MYR"
                      },
                      {
                        "amount": 4098.63,
                        "currency": "CHF"
                      }
                    ],
                    [
                      {
                        "amount": 1569.79,
                        "currency": "BHD"
                      },
                      {
                        "amount": 83.85,
                        "currency": "MKD"
                      },
                      {
                        "amount": 4754.05,
                        "currency": "GMD"
                      },
                      {
                        "amount": 1439.35,
                        "currency": "MNT"
                      },
                      {
                        "amount": 1988.85,
                        "currency": "SEK"
                      }
                    ],
                    [
                      {
                        "amount": 602.95,
                        "currency": "PEN"
                      },
                      {
                        "amount": 1876.19,
                        "currency": "IRR"
                      },
                      {
                        "amount": 3901.48,
                        "currency": "XOF"
                      }
                    ],
                    [
                      {
                        "amount": 1886.48,
                        "currency": "OMR"
                      },
                      {
                        "amount": 1997.03,
                        "currency": "IQD"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3802,
                        "currency": "AMD"
                      },
                      {
                        "amount": 1952.65,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 1855.32,
                        "currency": "GMD"
                      },
                      {
                        "amount": 903.48,
                        "currency": "XPF"
                      },
                      {
                        "amount": 3208.6,
                        "currency": "SCR"
                      },
                      {
                        "amount": 1124.2,
                        "currency": "SSP"
                      },
                      {
                        "amount": 2748.72,
                        "currency": "TOP"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "db",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 738.48,
                            "currency": "IDR"
                          },
                          {
                            "amount": 800.91,
                            "currency": "GMD"
                          },
                          {
                            "amount": 325.31,
                            "currency": "NAD"
                          },
                          {
                            "amount": 1433.38,
                            "currency": "RUB"
                          }
                        ],
                        [
                          {
                            "amount": 3596.8,
                            "currency": "SYP"
                          },
                          {
                            "amount": 1712.06,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1406.22,
                            "currency": "VUV"
                          },
                          {
                            "amount": 520.91,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 2034.07,
                            "currency": "ILS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "eM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4492.7,
                            "currency": "XOF"
                          },
                          {
                            "amount": 1752.44,
                            "currency": "ANG"
                          },
                          {
                            "amount": 4029.89,
                            "currency": "DZD"
                          },
                          {
                            "amount": 1763.49,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 391.58,
                            "currency": "TRY"
                          },
                          {
                            "amount": 3143.6,
                            "currency": "BIF"
                          },
                          {
                            "amount": 2236.72,
                            "currency": "XPF"
                          },
                          {
                            "amount": 4476.12,
                            "currency": "KPW"
                          },
                          {
                            "amount": 3375.71,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 286.86,
                            "currency": "BRL"
                          },
                          {
                            "amount": 2221.44,
                            "currency": "IQD"
                          },
                          {
                            "amount": 3407.01,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1784.98,
                            "currency": "AUD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 841.33,
                        "currency": "HTG"
                      }
                    ],
                    [
                      {
                        "amount": 2202.48,
                        "currency": "SBD"
                      },
                      {
                        "amount": 2642.48,
                        "currency": "LSL"
                      },
                      {
                        "amount": 1903.12,
                        "currency": "RUB"
                      },
                      {
                        "amount": 3910.06,
                        "currency": "SHP"
                      },
                      {
                        "amount": 1605.47,
                        "currency": "KPW"
                      }
                    ],
                    [
                      {
                        "amount": 1970.94,
                        "currency": "VUV"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4092.89,
                        "currency": "BRL"
                      }
                    ],
                    [
                      {
                        "amount": 1565.09,
                        "currency": "UAH"
                      }
                    ],
                    [
                      {
                        "amount": 4623.94,
                        "currency": "NIO"
                      }
                    ],
                    [
                      {
                        "amount": 3248.21,
                        "currency": "GBP"
                      },
                      {
                        "amount": 1607.36,
                        "currency": "MXN"
                      }
                    ],
                    [
                      {
                        "amount": 999.68,
                        "currency": "MMK"
                      },
                      {
                        "amount": 4638.22,
                        "currency": "UGX"
                      },
                      {
                        "amount": 477.63,
                        "currency": "HNL"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "KE",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4318.76,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1116.44,
                            "currency": "VES"
                          },
                          {
                            "amount": 3472.15,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 4821,
                            "currency": "MDL"
                          },
                          {
                            "amount": 697.91,
                            "currency": "GBP"
                          },
                          {
                            "amount": 4757.48,
                            "currency": "BSD"
                          },
                          {
                            "amount": 1017.03,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 1917.69,
                            "currency": "OMR"
                          },
                          {
                            "amount": 190.25,
                            "currency": "PEN"
                          },
                          {
                            "amount": 3759.7,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 1102.95,
                            "currency": "AWG"
                          },
                          {
                            "amount": 1532.06,
                            "currency": "PKR"
                          }
                        ],
                        [
                          {
                            "amount": 1934.76,
                            "currency": "CLP"
                          },
                          {
                            "amount": 2577.2,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 1548.78,
                            "currency": "MDL"
                          },
                          {
                            "amount": 1978.81,
                            "currency": "IDR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "mO",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 17.75,
                            "currency": "QAR"
                          },
                          {
                            "amount": 268.67,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 4475.9,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3663.42,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 703.02,
                            "currency": "SDG"
                          },
                          {
                            "amount": 3265,
                            "currency": "SOS"
                          },
                          {
                            "amount": 970.64,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 1349.7,
                            "currency": "MXN"
                          },
                          {
                            "amount": 1607.68,
                            "currency": "LAK"
                          },
                          {
                            "amount": 2513.86,
                            "currency": "SEK"
                          },
                          {
                            "amount": 2969.52,
                            "currency": "MNT"
                          },
                          {
                            "amount": 1317.53,
                            "currency": "RON"
                          }
                        ],
                        [
                          {
                            "amount": 1115.41,
                            "currency": "MNT"
                          },
                          {
                            "amount": 1101.78,
                            "currency": "AWG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ot",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3306.26,
                            "currency": "KES"
                          },
                          {
                            "amount": 3528.3,
                            "currency": "THB"
                          },
                          {
                            "amount": 1790.7,
                            "currency": "ETB"
                          },
                          {
                            "amount": 2972.65,
                            "currency": "KES"
                          },
                          {
                            "amount": 4648.79,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 2325.1,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 440.66,
                            "currency": "TMT"
                          },
                          {
                            "amount": 4351.67,
                            "currency": "AFN"
                          },
                          {
                            "amount": 4926.01,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 3475.96,
                            "currency": "CHF"
                          },
                          {
                            "amount": 3956.85,
                            "currency": "LRD"
                          },
                          {
                            "amount": 2083.03,
                            "currency": "KHR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "FA",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3066.92,
                            "currency": "BAM"
                          },
                          {
                            "amount": 4136.71,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 2212.04,
                            "currency": "CNY"
                          },
                          {
                            "amount": 1568.25,
                            "currency": "LKR"
                          },
                          {
                            "amount": 1373.44,
                            "currency": "AMD"
                          },
                          {
                            "amount": 4968.57,
                            "currency": "BSD"
                          },
                          {
                            "amount": 3217.89,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 2676.23,
                            "currency": "INR"
                          },
                          {
                            "amount": 398.78,
                            "currency": "SSP"
                          }
                        ],
                        [
                          {
                            "amount": 35.32,
                            "currency": "FKP"
                          },
                          {
                            "amount": 3351.82,
                            "currency": "XOF"
                          },
                          {
                            "amount": 2260.73,
                            "currency": "ETB"
                          }
                        ],
                        [
                          {
                            "amount": 1459.78,
                            "currency": "VND"
                          },
                          {
                            "amount": 1185.28,
                            "currency": "GNF"
                          },
                          {
                            "amount": 2158.16,
                            "currency": "HTG"
                          },
                          {
                            "amount": 862.63,
                            "currency": "MAD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "yV",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2763.17,
                            "currency": "MMK"
                          },
                          {
                            "amount": 1280.8,
                            "currency": "IQD"
                          },
                          {
                            "amount": 1666.3,
                            "currency": "GEL"
                          },
                          {
                            "amount": 3238.7,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 3687.98,
                            "currency": "TRY"
                          },
                          {
                            "amount": 4022.6,
                            "currency": "SYP"
                          },
                          {
                            "amount": 2912.68,
                            "currency": "BDT"
                          },
                          {
                            "amount": 2189.8,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 2805.27,
                            "currency": "SAR"
                          },
                          {
                            "amount": 3285.2,
                            "currency": "GIP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 679.01,
                        "currency": "IQD"
                      },
                      {
                        "amount": 4562.79,
                        "currency": "VES"
                      },
                      {
                        "amount": 2859.76,
                        "currency": "MZN"
                      },
                      {
                        "amount": 3806.73,
                        "currency": "FKP"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4896.63,
                        "currency": "DZD"
                      }
                    ],
                    [
                      {
                        "amount": 595.88,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 4283.07,
                        "currency": "RON"
                      },
                      {
                        "amount": 2862.08,
                        "currency": "NIO"
                      },
                      {
                        "amount": 2719.9,
                        "currency": "ALL"
                      },
                      {
                        "amount": 4873.44,
                        "currency": "BOB"
                      }
                    ],
                    [
                      {
                        "amount": 2906.74,
                        "currency": "DZD"
                      },
                      {
                        "amount": 4266.6,
                        "currency": "PAB"
                      },
                      {
                        "amount": 756.63,
                        "currency": "ALL"
                      },
                      {
                        "amount": 3568.04,
                        "currency": "SSP"
                      },
                      {
                        "amount": 3586.4,
                        "currency": "GMD"
                      }
                    ],
                    [
                      {
                        "amount": 352.83,
                        "currency": "IQD"
                      },
                      {
                        "amount": 3290.94,
                        "currency": "UYU"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1841.07,
                        "currency": "SRD"
                      },
                      {
                        "amount": 696.39,
                        "currency": "SOS"
                      },
                      {
                        "amount": 2787.52,
                        "currency": "SOS"
                      },
                      {
                        "amount": 188.24,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 2694.02,
                        "currency": "SGD"
                      },
                      {
                        "amount": 445.52,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 3870.25,
                        "currency": "MNT"
                      },
                      {
                        "amount": 1911.46,
                        "currency": "ERN"
                      },
                      {
                        "amount": 2725.03,
                        "currency": "VND"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "21165084",
                "percentage": 11.8,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2744.97,
                        "currency": "TMT"
                      },
                      {
                        "amount": 3119.92,
                        "currency": "TOP"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 1,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Herta",
                "index": 7,
                "lastName": "Strosin",
                "tierLevel": "Gold",
                "tierLevelNumber": 5,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1313.35,
                        "currency": "BAM"
                      },
                      {
                        "amount": 4932.33,
                        "currency": "LBP"
                      },
                      {
                        "amount": 2801.73,
                        "currency": "AWG"
                      },
                      {
                        "amount": 4149,
                        "currency": "IQD"
                      },
                      {
                        "amount": 4437.05,
                        "currency": "AWG"
                      }
                    ],
                    [
                      {
                        "amount": 4841.06,
                        "currency": "BND"
                      },
                      {
                        "amount": 2544.53,
                        "currency": "GHS"
                      }
                    ],
                    [
                      {
                        "amount": 1313.07,
                        "currency": "XAF"
                      },
                      {
                        "amount": 286.62,
                        "currency": "XAF"
                      },
                      {
                        "amount": 3108.02,
                        "currency": "KHR"
                      }
                    ],
                    [
                      {
                        "amount": 3700.98,
                        "currency": "HTG"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4236.68,
                        "currency": "XPF"
                      },
                      {
                        "amount": 3840.62,
                        "currency": "BAM"
                      },
                      {
                        "amount": 3666.01,
                        "currency": "CDF"
                      }
                    ],
                    [
                      {
                        "amount": 1447.22,
                        "currency": "MAD"
                      }
                    ],
                    [
                      {
                        "amount": 4467.46,
                        "currency": "PYG"
                      },
                      {
                        "amount": 2476.92,
                        "currency": "UYU"
                      }
                    ],
                    [
                      {
                        "amount": 354.53,
                        "currency": "SEK"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "uu",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3659.64,
                            "currency": "TOP"
                          },
                          {
                            "amount": 3156.26,
                            "currency": "YER"
                          },
                          {
                            "amount": 657.62,
                            "currency": "BND"
                          },
                          {
                            "amount": 3772.45,
                            "currency": "UYU"
                          },
                          {
                            "amount": 3208.06,
                            "currency": "THB"
                          }
                        ],
                        [
                          {
                            "amount": 3449.11,
                            "currency": "AED"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "hK",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3963.65,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 4385.73,
                            "currency": "ISK"
                          },
                          {
                            "amount": 4284.28,
                            "currency": "BMD"
                          },
                          {
                            "amount": 1065.78,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 2581.46,
                            "currency": "ISK"
                          },
                          {
                            "amount": 3881.04,
                            "currency": "MRU"
                          },
                          {
                            "amount": 3163.98,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 4365.39,
                            "currency": "ARS"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4974.68,
                        "currency": "FJD"
                      },
                      {
                        "amount": 3501.88,
                        "currency": "DKK"
                      },
                      {
                        "amount": 546.73,
                        "currency": "MNT"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 178.17,
                        "currency": "CVE"
                      },
                      {
                        "amount": 2282.95,
                        "currency": "BWP"
                      }
                    ],
                    [
                      {
                        "amount": 2057.95,
                        "currency": "BOB"
                      },
                      {
                        "amount": 3028.37,
                        "currency": "RON"
                      },
                      {
                        "amount": 3460.99,
                        "currency": "MZN"
                      }
                    ],
                    [
                      {
                        "amount": 2683.98,
                        "currency": "CZK"
                      },
                      {
                        "amount": 511.74,
                        "currency": "CAD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "XN",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2812.19,
                            "currency": "NIO"
                          },
                          {
                            "amount": 339.5,
                            "currency": "DKK"
                          },
                          {
                            "amount": 2343.28,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 3961.89,
                            "currency": "UGX"
                          },
                          {
                            "amount": 215.16,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 317.93,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 167.88,
                            "currency": "BOB"
                          },
                          {
                            "amount": 3623.2,
                            "currency": "TRY"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "re",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1879.96,
                            "currency": "IRR"
                          },
                          {
                            "amount": 1372.44,
                            "currency": "MRU"
                          },
                          {
                            "amount": 473.49,
                            "currency": "GIP"
                          },
                          {
                            "amount": 4439.56,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 3056.3,
                            "currency": "LKR"
                          },
                          {
                            "amount": 4933.6,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1763.81,
                            "currency": "KZT"
                          },
                          {
                            "amount": 3262.98,
                            "currency": "HKD"
                          },
                          {
                            "amount": 2494.7,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 3417.41,
                            "currency": "MRU"
                          },
                          {
                            "amount": 269.06,
                            "currency": "NZD"
                          },
                          {
                            "amount": 2803.98,
                            "currency": "DOP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "OT",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 839.3,
                            "currency": "VUV"
                          },
                          {
                            "amount": 2144.15,
                            "currency": "CNY"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3972.44,
                        "currency": "GEL"
                      },
                      {
                        "amount": 2795.48,
                        "currency": "NZD"
                      },
                      {
                        "amount": 2853.79,
                        "currency": "JPY"
                      },
                      {
                        "amount": 636.01,
                        "currency": "HTG"
                      }
                    ],
                    [
                      {
                        "amount": 2931.23,
                        "currency": "ZAR"
                      }
                    ],
                    [
                      {
                        "amount": 1712.12,
                        "currency": "AUD"
                      },
                      {
                        "amount": 2091.38,
                        "currency": "KRW"
                      },
                      {
                        "amount": 2183.57,
                        "currency": "DOP"
                      },
                      {
                        "amount": 2113.91,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 390.46,
                        "currency": "SSP"
                      },
                      {
                        "amount": 538.83,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 4433.46,
                        "currency": "CDF"
                      },
                      {
                        "amount": 1282.83,
                        "currency": "HNL"
                      },
                      {
                        "amount": 709.98,
                        "currency": "BAM"
                      },
                      {
                        "amount": 235.36,
                        "currency": "GEL"
                      },
                      {
                        "amount": 736.05,
                        "currency": "LKR"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3120.57,
                        "currency": "FJD"
                      },
                      {
                        "amount": 549.34,
                        "currency": "SOS"
                      }
                    ],
                    [
                      {
                        "amount": 608.21,
                        "currency": "ARS"
                      }
                    ],
                    [
                      {
                        "amount": 63.05,
                        "currency": "CVE"
                      },
                      {
                        "amount": 4331.11,
                        "currency": "INR"
                      }
                    ],
                    [
                      {
                        "amount": 4703.14,
                        "currency": "CDF"
                      },
                      {
                        "amount": 2820.88,
                        "currency": "AUD"
                      },
                      {
                        "amount": 3656.3,
                        "currency": "PHP"
                      }
                    ],
                    [
                      {
                        "amount": 3734.41,
                        "currency": "ERN"
                      },
                      {
                        "amount": 2761.74,
                        "currency": "UGX"
                      },
                      {
                        "amount": 4699.07,
                        "currency": "GEL"
                      },
                      {
                        "amount": 4383.35,
                        "currency": "AMD"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4217.58,
                        "currency": "RON"
                      },
                      {
                        "amount": 503.72,
                        "currency": "ALL"
                      },
                      {
                        "amount": 4332.04,
                        "currency": "VND"
                      }
                    ],
                    [
                      {
                        "amount": 3532.24,
                        "currency": "CNY"
                      },
                      {
                        "amount": 712.3,
                        "currency": "CDF"
                      },
                      {
                        "amount": 4851.9,
                        "currency": "SZL"
                      },
                      {
                        "amount": 4179.77,
                        "currency": "DZD"
                      },
                      {
                        "amount": 4423.94,
                        "currency": "SBD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "14177693",
                "percentage": 11.3,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2773.87,
                        "currency": "KPW"
                      },
                      {
                        "amount": 3243.49,
                        "currency": "BRL"
                      },
                      {
                        "amount": 4644.06,
                        "currency": "SEK"
                      },
                      {
                        "amount": 4249.34,
                        "currency": "SYP"
                      },
                      {
                        "amount": 4771.66,
                        "currency": "PGK"
                      }
                    ],
                    [
                      {
                        "amount": 3957.83,
                        "currency": "RSD"
                      }
                    ],
                    [
                      {
                        "amount": 344.87,
                        "currency": "NZD"
                      },
                      {
                        "amount": 1541.08,
                        "currency": "GNF"
                      },
                      {
                        "amount": 1143.48,
                        "currency": "MNT"
                      },
                      {
                        "amount": 3970.24,
                        "currency": "JPY"
                      },
                      {
                        "amount": 1786.49,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 955.12,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 3106.4,
                        "currency": "CNY"
                      },
                      {
                        "amount": 48.39,
                        "currency": "HNL"
                      }
                    ],
                    [
                      {
                        "amount": 2769.93,
                        "currency": "SSP"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Terrence",
                "index": 5,
                "lastName": "Feil",
                "tierLevel": "Silver",
                "tierLevelNumber": 5,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1272.85,
                        "currency": "MVR"
                      },
                      {
                        "amount": 3717.63,
                        "currency": "MUR"
                      },
                      {
                        "amount": 97.19,
                        "currency": "GMD"
                      }
                    ],
                    [
                      {
                        "amount": 4547.56,
                        "currency": "TWD"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3074.63,
                        "currency": "TWD"
                      },
                      {
                        "amount": 1380.68,
                        "currency": "TMT"
                      }
                    ],
                    [
                      {
                        "amount": 4806.61,
                        "currency": "BOB"
                      },
                      {
                        "amount": 3548.46,
                        "currency": "SGD"
                      },
                      {
                        "amount": 1802.78,
                        "currency": "MOP"
                      },
                      {
                        "amount": 4909.04,
                        "currency": "GIP"
                      },
                      {
                        "amount": 775.93,
                        "currency": "ANG"
                      }
                    ],
                    [
                      {
                        "amount": 1215.98,
                        "currency": "DKK"
                      },
                      {
                        "amount": 2297.28,
                        "currency": "GIP"
                      },
                      {
                        "amount": 4610.12,
                        "currency": "BAM"
                      }
                    ],
                    [
                      {
                        "amount": 4004.62,
                        "currency": "BDT"
                      },
                      {
                        "amount": 3147.97,
                        "currency": "SGD"
                      }
                    ],
                    [
                      {
                        "amount": 1499.76,
                        "currency": "JPY"
                      },
                      {
                        "amount": 4712.23,
                        "currency": "GBP"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "ub",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3966.24,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2340.86,
                            "currency": "QAR"
                          },
                          {
                            "amount": 4400.32,
                            "currency": "JMD"
                          },
                          {
                            "amount": 3087.57,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 3309.91,
                            "currency": "UYU"
                          },
                          {
                            "amount": 1715.75,
                            "currency": "KMF"
                          }
                        ],
                        [
                          {
                            "amount": 4684.07,
                            "currency": "SRD"
                          },
                          {
                            "amount": 3584.07,
                            "currency": "SBD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "tQ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1677.89,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2920.13,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 1841.26,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 4944,
                            "currency": "DJF"
                          },
                          {
                            "amount": 3813.26,
                            "currency": "USD"
                          },
                          {
                            "amount": 4181.39,
                            "currency": "BMD"
                          }
                        ],
                        [
                          {
                            "amount": 4600.72,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 3657.01,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2352.17,
                            "currency": "ALL"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "CS",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4014.09,
                            "currency": "NPR"
                          },
                          {
                            "amount": 4442.48,
                            "currency": "OMR"
                          }
                        ],
                        [
                          {
                            "amount": 843.28,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2371.04,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 1455.04,
                            "currency": "BDT"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "PH",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1735.98,
                            "currency": "BAM"
                          },
                          {
                            "amount": 2364.25,
                            "currency": "MNT"
                          },
                          {
                            "amount": 3823.05,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 1592.35,
                            "currency": "CAD"
                          },
                          {
                            "amount": 146.69,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 4446.14,
                            "currency": "TOP"
                          },
                          {
                            "amount": 3768.58,
                            "currency": "KMF"
                          }
                        ],
                        [
                          {
                            "amount": 2537.57,
                            "currency": "BSD"
                          },
                          {
                            "amount": 3289.41,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 2882.1,
                            "currency": "XCD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "gW",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2065.57,
                            "currency": "GBP"
                          },
                          {
                            "amount": 3042.91,
                            "currency": "GYD"
                          },
                          {
                            "amount": 1002.85,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 1914.62,
                            "currency": "LSL"
                          },
                          {
                            "amount": 638.26,
                            "currency": "XCD"
                          },
                          {
                            "amount": 497.15,
                            "currency": "CHF"
                          }
                        ],
                        [
                          {
                            "amount": 829.16,
                            "currency": "MMK"
                          },
                          {
                            "amount": 1052.45,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 465.15,
                            "currency": "CHF"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1460.84,
                        "currency": "GYD"
                      },
                      {
                        "amount": 2567.56,
                        "currency": "MOP"
                      },
                      {
                        "amount": 1659.7,
                        "currency": "RON"
                      },
                      {
                        "amount": 3746.59,
                        "currency": "SGD"
                      }
                    ],
                    [
                      {
                        "amount": 1238.84,
                        "currency": "ETB"
                      },
                      {
                        "amount": 4484.38,
                        "currency": "AOA"
                      },
                      {
                        "amount": 3189.32,
                        "currency": "BTN"
                      },
                      {
                        "amount": 4006.74,
                        "currency": "GYD"
                      },
                      {
                        "amount": 1220.73,
                        "currency": "ARS"
                      }
                    ],
                    [
                      {
                        "amount": 3597.09,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 1137.3,
                        "currency": "SSP"
                      },
                      {
                        "amount": 1263.94,
                        "currency": "EGP"
                      }
                    ],
                    [
                      {
                        "amount": 1968.79,
                        "currency": "TJS"
                      },
                      {
                        "amount": 13.39,
                        "currency": "BTN"
                      },
                      {
                        "amount": 4082.31,
                        "currency": "SGD"
                      }
                    ],
                    [
                      {
                        "amount": 1723.55,
                        "currency": "SSP"
                      },
                      {
                        "amount": 3809.43,
                        "currency": "PHP"
                      },
                      {
                        "amount": 3790.77,
                        "currency": "BYN"
                      },
                      {
                        "amount": 4381.95,
                        "currency": "TRY"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3358.58,
                        "currency": "MMK"
                      },
                      {
                        "amount": 4632.46,
                        "currency": "DOP"
                      },
                      {
                        "amount": 3962.97,
                        "currency": "SGD"
                      }
                    ],
                    [
                      {
                        "amount": 3171.83,
                        "currency": "JMD"
                      },
                      {
                        "amount": 526.41,
                        "currency": "ANG"
                      }
                    ],
                    [
                      {
                        "amount": 2043.1,
                        "currency": "BMD"
                      }
                    ],
                    [
                      {
                        "amount": 974.97,
                        "currency": "GYD"
                      },
                      {
                        "amount": 1040.43,
                        "currency": "KES"
                      },
                      {
                        "amount": 4938.77,
                        "currency": "DZD"
                      },
                      {
                        "amount": 1318.43,
                        "currency": "BDT"
                      },
                      {
                        "amount": 2866.86,
                        "currency": "KGS"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "ZH",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4241.27,
                            "currency": "CNY"
                          },
                          {
                            "amount": 1636.08,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 2184.98,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 2281.4,
                            "currency": "COP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "UE",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4054.51,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4859.62,
                            "currency": "ARS"
                          },
                          {
                            "amount": 2508.22,
                            "currency": "PGK"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 817.51,
                        "currency": "BSD"
                      },
                      {
                        "amount": 3835.66,
                        "currency": "CHF"
                      },
                      {
                        "amount": 222.36,
                        "currency": "DKK"
                      },
                      {
                        "amount": 2809.99,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 108.8,
                        "currency": "FKP"
                      },
                      {
                        "amount": 3806.81,
                        "currency": "BRL"
                      },
                      {
                        "amount": 4553.33,
                        "currency": "THB"
                      },
                      {
                        "amount": 1222.9,
                        "currency": "CZK"
                      },
                      {
                        "amount": 595.83,
                        "currency": "MYR"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4875.07,
                        "currency": "COP"
                      }
                    ],
                    [
                      {
                        "amount": 1408.64,
                        "currency": "BAM"
                      },
                      {
                        "amount": 849.98,
                        "currency": "XOF"
                      },
                      {
                        "amount": 2687.34,
                        "currency": "TZS"
                      },
                      {
                        "amount": 4318.04,
                        "currency": "SEK"
                      },
                      {
                        "amount": 1920.51,
                        "currency": "SRD"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 329.52,
                        "currency": "CDF"
                      },
                      {
                        "amount": 3300.06,
                        "currency": "VUV"
                      },
                      {
                        "amount": 2902.46,
                        "currency": "KRW"
                      },
                      {
                        "amount": 4217.48,
                        "currency": "MKD"
                      },
                      {
                        "amount": 4641.59,
                        "currency": "BIF"
                      }
                    ],
                    [
                      {
                        "amount": 4929.38,
                        "currency": "TOP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "95560831",
                "percentage": 22.1,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3049.45,
                        "currency": "AOA"
                      },
                      {
                        "amount": 2214.02,
                        "currency": "NIO"
                      },
                      {
                        "amount": 3799.77,
                        "currency": "BIF"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 2,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Connection"
          }
        },
        {
          "availableInventory": 44,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Bertha",
                "index": 8,
                "lastName": "Weissnat",
                "tierLevel": "Platinum",
                "tierLevelNumber": 0,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 157,
                        "currency": "MZN"
                      }
                    ],
                    [
                      {
                        "amount": 3480.08,
                        "currency": "BDT"
                      },
                      {
                        "amount": 1455.72,
                        "currency": "HKD"
                      },
                      {
                        "amount": 3034.73,
                        "currency": "ANG"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3675.02,
                        "currency": "LYD"
                      },
                      {
                        "amount": 1306.8,
                        "currency": "SSP"
                      },
                      {
                        "amount": 618.06,
                        "currency": "BGN"
                      },
                      {
                        "amount": 1349.76,
                        "currency": "KRW"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "XO",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2468.11,
                            "currency": "JOD"
                          },
                          {
                            "amount": 2988.41,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 2127.13,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 3863.83,
                            "currency": "ERN"
                          },
                          {
                            "amount": 1572.56,
                            "currency": "GYD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 721.74,
                        "currency": "SCR"
                      },
                      {
                        "amount": 2289.57,
                        "currency": "UGX"
                      }
                    ],
                    [
                      {
                        "amount": 512.75,
                        "currency": "PYG"
                      }
                    ],
                    [
                      {
                        "amount": 899.18,
                        "currency": "WST"
                      },
                      {
                        "amount": 4909.51,
                        "currency": "UAH"
                      },
                      {
                        "amount": 4793.26,
                        "currency": "UGX"
                      },
                      {
                        "amount": 4680.42,
                        "currency": "AUD"
                      },
                      {
                        "amount": 2915.96,
                        "currency": "CZK"
                      }
                    ],
                    [
                      {
                        "amount": 4122.63,
                        "currency": "STN"
                      },
                      {
                        "amount": 3029.95,
                        "currency": "STN"
                      },
                      {
                        "amount": 100.11,
                        "currency": "THB"
                      },
                      {
                        "amount": 3031.54,
                        "currency": "ILS"
                      }
                    ],
                    [
                      {
                        "amount": 804.7,
                        "currency": "KWD"
                      },
                      {
                        "amount": 4339.41,
                        "currency": "PYG"
                      },
                      {
                        "amount": 4832.26,
                        "currency": "TWD"
                      },
                      {
                        "amount": 1258.37,
                        "currency": "BND"
                      },
                      {
                        "amount": 4687.27,
                        "currency": "JMD"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3564.59,
                        "currency": "BBD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "nU",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 266.43,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 3749.9,
                            "currency": "GMD"
                          },
                          {
                            "amount": 286.87,
                            "currency": "JPY"
                          },
                          {
                            "amount": 2929.76,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1227.16,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 1750.02,
                            "currency": "SDG"
                          },
                          {
                            "amount": 2996.33,
                            "currency": "USD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "rE",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2526.53,
                            "currency": "NOK"
                          },
                          {
                            "amount": 3945.08,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 2313.5,
                            "currency": "ETB"
                          },
                          {
                            "amount": 2753.16,
                            "currency": "HKD"
                          },
                          {
                            "amount": 1522.87,
                            "currency": "VES"
                          },
                          {
                            "amount": 4545.88,
                            "currency": "UZS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "MO",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1207.54,
                            "currency": "ISK"
                          },
                          {
                            "amount": 3961.23,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3441.3,
                            "currency": "ZWL"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4354.9,
                        "currency": "IRR"
                      },
                      {
                        "amount": 1430.61,
                        "currency": "MXN"
                      },
                      {
                        "amount": 1339.98,
                        "currency": "LBP"
                      },
                      {
                        "amount": 971.28,
                        "currency": "KZT"
                      }
                    ],
                    [
                      {
                        "amount": 2494.16,
                        "currency": "CZK"
                      },
                      {
                        "amount": 3644.22,
                        "currency": "PGK"
                      },
                      {
                        "amount": 2866.2,
                        "currency": "BGN"
                      }
                    ],
                    [
                      {
                        "amount": 1786.99,
                        "currency": "SZL"
                      },
                      {
                        "amount": 3515.05,
                        "currency": "LBP"
                      },
                      {
                        "amount": 138.11,
                        "currency": "HTG"
                      },
                      {
                        "amount": 366.82,
                        "currency": "MAD"
                      },
                      {
                        "amount": 4368.46,
                        "currency": "TJS"
                      }
                    ],
                    [
                      {
                        "amount": 2867,
                        "currency": "NPR"
                      },
                      {
                        "amount": 3690.72,
                        "currency": "STN"
                      },
                      {
                        "amount": 1931.95,
                        "currency": "AMD"
                      },
                      {
                        "amount": 2278.61,
                        "currency": "MGA"
                      },
                      {
                        "amount": 646.2,
                        "currency": "LKR"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3575.32,
                        "currency": "TMT"
                      }
                    ],
                    [
                      {
                        "amount": 2681.33,
                        "currency": "KMF"
                      },
                      {
                        "amount": 2760.46,
                        "currency": "NAD"
                      },
                      {
                        "amount": 4881.78,
                        "currency": "PKR"
                      },
                      {
                        "amount": 4553.15,
                        "currency": "RON"
                      },
                      {
                        "amount": 2347.13,
                        "currency": "EGP"
                      }
                    ],
                    [
                      {
                        "amount": 1328.89,
                        "currency": "BRL"
                      },
                      {
                        "amount": 4039.24,
                        "currency": "VES"
                      },
                      {
                        "amount": 3045.75,
                        "currency": "KYD"
                      }
                    ],
                    [
                      {
                        "amount": 3052.2,
                        "currency": "FKP"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4462.5,
                        "currency": "CNY"
                      },
                      {
                        "amount": 4863.97,
                        "currency": "TND"
                      },
                      {
                        "amount": 2206.86,
                        "currency": "SHP"
                      }
                    ],
                    [
                      {
                        "amount": 2897.6,
                        "currency": "TRY"
                      },
                      {
                        "amount": 1580.15,
                        "currency": "CUP"
                      }
                    ],
                    [
                      {
                        "amount": 4674.82,
                        "currency": "GBP"
                      },
                      {
                        "amount": 1563.2,
                        "currency": "VND"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "59883196",
                "percentage": 24.1,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3095.47,
                        "currency": "MRU"
                      },
                      {
                        "amount": 184.26,
                        "currency": "BGN"
                      },
                      {
                        "amount": 2178.13,
                        "currency": "PHP"
                      },
                      {
                        "amount": 4121.03,
                        "currency": "RUB"
                      }
                    ],
                    [
                      {
                        "amount": 4538.59,
                        "currency": "BZD"
                      },
                      {
                        "amount": 4141.03,
                        "currency": "MOP"
                      },
                      {
                        "amount": 1515.18,
                        "currency": "KMF"
                      },
                      {
                        "amount": 3886.32,
                        "currency": "PKR"
                      }
                    ],
                    [
                      {
                        "amount": 4260.39,
                        "currency": "LRD"
                      },
                      {
                        "amount": 3596.52,
                        "currency": "AMD"
                      },
                      {
                        "amount": 3196.85,
                        "currency": "KYD"
                      },
                      {
                        "amount": 1479.12,
                        "currency": "VES"
                      }
                    ],
                    [
                      {
                        "amount": 790.31,
                        "currency": "BAM"
                      },
                      {
                        "amount": 4832.44,
                        "currency": "MWK"
                      },
                      {
                        "amount": 3760.39,
                        "currency": "RUB"
                      },
                      {
                        "amount": 4961.9,
                        "currency": "COP"
                      },
                      {
                        "amount": 1146.41,
                        "currency": "SGD"
                      }
                    ],
                    [
                      {
                        "amount": 347.25,
                        "currency": "PEN"
                      },
                      {
                        "amount": 2595.09,
                        "currency": "TRY"
                      },
                      {
                        "amount": 2053.59,
                        "currency": "AED"
                      },
                      {
                        "amount": 2855.06,
                        "currency": "RSD"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Connection"
          }
        },
        {
          "availableInventory": 9,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Lonnie",
                "index": 7,
                "lastName": "Hirthe",
                "tierLevel": "Platinum",
                "tierLevelNumber": 4,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2159.92,
                        "currency": "WST"
                      },
                      {
                        "amount": 1255,
                        "currency": "ALL"
                      },
                      {
                        "amount": 3998.48,
                        "currency": "ERN"
                      },
                      {
                        "amount": 4471.21,
                        "currency": "BHD"
                      },
                      {
                        "amount": 1467.37,
                        "currency": "ETB"
                      }
                    ],
                    [
                      {
                        "amount": 2226.15,
                        "currency": "TJS"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 299.78,
                        "currency": "GMD"
                      },
                      {
                        "amount": 3292.01,
                        "currency": "TZS"
                      }
                    ],
                    [
                      {
                        "amount": 4351.11,
                        "currency": "XCD"
                      },
                      {
                        "amount": 2026.13,
                        "currency": "AZN"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Fo",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4829.11,
                            "currency": "BOB"
                          },
                          {
                            "amount": 874.26,
                            "currency": "BMD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ZZ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4224.43,
                            "currency": "QAR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "cz",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4051.64,
                            "currency": "UAH"
                          },
                          {
                            "amount": 3716.57,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 3042.07,
                            "currency": "KES"
                          },
                          {
                            "amount": 201.1,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 1238.12,
                            "currency": "UZS"
                          },
                          {
                            "amount": 2445.71,
                            "currency": "IRR"
                          },
                          {
                            "amount": 1717.84,
                            "currency": "XCD"
                          },
                          {
                            "amount": 2609.39,
                            "currency": "GBP"
                          },
                          {
                            "amount": 2291.24,
                            "currency": "VES"
                          }
                        ],
                        [
                          {
                            "amount": 713.22,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2891.53,
                            "currency": "KGS"
                          },
                          {
                            "amount": 896.41,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1945.06,
                            "currency": "TWD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "xP",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3652.93,
                            "currency": "MKD"
                          },
                          {
                            "amount": 4307.04,
                            "currency": "BSD"
                          },
                          {
                            "amount": 1908.99,
                            "currency": "KMF"
                          },
                          {
                            "amount": 2877.83,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3144.41,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 4732.44,
                            "currency": "MAD"
                          },
                          {
                            "amount": 3433.97,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 1408.95,
                            "currency": "CRC"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "PB",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2762.99,
                            "currency": "VES"
                          },
                          {
                            "amount": 1172.83,
                            "currency": "TJS"
                          },
                          {
                            "amount": 2715.2,
                            "currency": "MRU"
                          },
                          {
                            "amount": 1921.84,
                            "currency": "BZD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4611.17,
                        "currency": "XPF"
                      },
                      {
                        "amount": 2470.85,
                        "currency": "MRU"
                      },
                      {
                        "amount": 4630.28,
                        "currency": "SAR"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4702.33,
                        "currency": "KMF"
                      },
                      {
                        "amount": 1123.49,
                        "currency": "SYP"
                      },
                      {
                        "amount": 146.14,
                        "currency": "BWP"
                      },
                      {
                        "amount": 1273.98,
                        "currency": "EUR"
                      }
                    ],
                    [
                      {
                        "amount": 2253.97,
                        "currency": "HNL"
                      },
                      {
                        "amount": 3489.22,
                        "currency": "AZN"
                      },
                      {
                        "amount": 1245.45,
                        "currency": "CZK"
                      }
                    ],
                    [
                      {
                        "amount": 4214.93,
                        "currency": "BRL"
                      },
                      {
                        "amount": 827.4,
                        "currency": "MOP"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "rJ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3870.84,
                            "currency": "AED"
                          },
                          {
                            "amount": 1408.35,
                            "currency": "VES"
                          },
                          {
                            "amount": 1286.93,
                            "currency": "NAD"
                          },
                          {
                            "amount": 4027.52,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 4123.56,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 1820.31,
                            "currency": "RON"
                          },
                          {
                            "amount": 2212.75,
                            "currency": "SGD"
                          },
                          {
                            "amount": 882.63,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 472.67,
                            "currency": "SDG"
                          },
                          {
                            "amount": 3388.93,
                            "currency": "UGX"
                          },
                          {
                            "amount": 2890.27,
                            "currency": "CZK"
                          }
                        ],
                        [
                          {
                            "amount": 611.51,
                            "currency": "FJD"
                          },
                          {
                            "amount": 3308.07,
                            "currency": "GMD"
                          }
                        ],
                        [
                          {
                            "amount": 2026.92,
                            "currency": "LBP"
                          },
                          {
                            "amount": 4691.41,
                            "currency": "ANG"
                          },
                          {
                            "amount": 1456.12,
                            "currency": "AZN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "wU",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4559.33,
                            "currency": "CNY"
                          },
                          {
                            "amount": 3072.54,
                            "currency": "PLN"
                          },
                          {
                            "amount": 3837.22,
                            "currency": "LKR"
                          },
                          {
                            "amount": 222.87,
                            "currency": "IRR"
                          },
                          {
                            "amount": 3514.23,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 3558.98,
                            "currency": "SGD"
                          },
                          {
                            "amount": 698.23,
                            "currency": "GYD"
                          },
                          {
                            "amount": 2771.68,
                            "currency": "INR"
                          },
                          {
                            "amount": 3453.97,
                            "currency": "NOK"
                          },
                          {
                            "amount": 2598.41,
                            "currency": "IDR"
                          }
                        ],
                        [
                          {
                            "amount": 895.37,
                            "currency": "ILS"
                          },
                          {
                            "amount": 303.95,
                            "currency": "RUB"
                          }
                        ],
                        [
                          {
                            "amount": 1003.54,
                            "currency": "TOP"
                          },
                          {
                            "amount": 3820.39,
                            "currency": "MWK"
                          }
                        ],
                        [
                          {
                            "amount": 3635.64,
                            "currency": "FJD"
                          },
                          {
                            "amount": 3414.29,
                            "currency": "BGN"
                          },
                          {
                            "amount": 4124.56,
                            "currency": "RSD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "HX",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3498.23,
                            "currency": "DZD"
                          },
                          {
                            "amount": 2713.21,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2642.5,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1781.84,
                            "currency": "TRY"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 161.86,
                        "currency": "PHP"
                      },
                      {
                        "amount": 951.28,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1675.27,
                        "currency": "GEL"
                      },
                      {
                        "amount": 4932.82,
                        "currency": "MMK"
                      },
                      {
                        "amount": 1994.82,
                        "currency": "PYG"
                      }
                    ],
                    [
                      {
                        "amount": 205.02,
                        "currency": "TND"
                      },
                      {
                        "amount": 1426.67,
                        "currency": "LSL"
                      }
                    ],
                    [
                      {
                        "amount": 3842.02,
                        "currency": "UAH"
                      }
                    ],
                    [
                      {
                        "amount": 2966.2,
                        "currency": "GMD"
                      },
                      {
                        "amount": 3098.25,
                        "currency": "BIF"
                      },
                      {
                        "amount": 2082.04,
                        "currency": "MVR"
                      }
                    ],
                    [
                      {
                        "amount": 2078.25,
                        "currency": "SOS"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1491.04,
                        "currency": "SBD"
                      },
                      {
                        "amount": 4510.97,
                        "currency": "LYD"
                      },
                      {
                        "amount": 352.21,
                        "currency": "DZD"
                      },
                      {
                        "amount": 677.29,
                        "currency": "MNT"
                      }
                    ],
                    [
                      {
                        "amount": 4746.42,
                        "currency": "GHS"
                      },
                      {
                        "amount": 3103.97,
                        "currency": "ILS"
                      },
                      {
                        "amount": 4866.12,
                        "currency": "GTQ"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1804.55,
                        "currency": "MXN"
                      },
                      {
                        "amount": 2865.51,
                        "currency": "SZL"
                      },
                      {
                        "amount": 3104.62,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 1321.94,
                        "currency": "HKD"
                      },
                      {
                        "amount": 2358.24,
                        "currency": "FJD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "45007043",
                "percentage": 20.1,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 4220.48,
                        "currency": "MOP"
                      },
                      {
                        "amount": 1059.75,
                        "currency": "KPW"
                      },
                      {
                        "amount": 683.25,
                        "currency": "AZN"
                      },
                      {
                        "amount": 4034.73,
                        "currency": "PYG"
                      },
                      {
                        "amount": 2173.89,
                        "currency": "BZD"
                      }
                    ],
                    [
                      {
                        "amount": 202.17,
                        "currency": "JOD"
                      },
                      {
                        "amount": 2759.88,
                        "currency": "ALL"
                      },
                      {
                        "amount": 3702.87,
                        "currency": "SRD"
                      },
                      {
                        "amount": 42.81,
                        "currency": "SBD"
                      },
                      {
                        "amount": 4570.9,
                        "currency": "SOS"
                      }
                    ],
                    [
                      {
                        "amount": 4928.9,
                        "currency": "LYD"
                      },
                      {
                        "amount": 2654.62,
                        "currency": "DJF"
                      },
                      {
                        "amount": 4314.34,
                        "currency": "LYD"
                      },
                      {
                        "amount": 1809.09,
                        "currency": "XCD"
                      },
                      {
                        "amount": 3854.99,
                        "currency": "UAH"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 1,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Urban",
                "index": 3,
                "lastName": "Fritsch",
                "tierLevel": "Red",
                "tierLevelNumber": 4,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1952.42,
                        "currency": "KGS"
                      },
                      {
                        "amount": 4538.44,
                        "currency": "MVR"
                      },
                      {
                        "amount": 1721.88,
                        "currency": "FKP"
                      },
                      {
                        "amount": 2938.81,
                        "currency": "NPR"
                      }
                    ],
                    [
                      {
                        "amount": 2576.2,
                        "currency": "SHP"
                      }
                    ],
                    [
                      {
                        "amount": 1012.75,
                        "currency": "BND"
                      },
                      {
                        "amount": 81.02,
                        "currency": "SAR"
                      },
                      {
                        "amount": 1554.23,
                        "currency": "COP"
                      },
                      {
                        "amount": 2208.88,
                        "currency": "TOP"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1404.33,
                        "currency": "UAH"
                      }
                    ],
                    [
                      {
                        "amount": 576.56,
                        "currency": "SZL"
                      },
                      {
                        "amount": 4357.52,
                        "currency": "VND"
                      },
                      {
                        "amount": 2830.94,
                        "currency": "SHP"
                      },
                      {
                        "amount": 4123.08,
                        "currency": "DOP"
                      },
                      {
                        "amount": 2686.99,
                        "currency": "GBP"
                      }
                    ],
                    [
                      {
                        "amount": 4237.86,
                        "currency": "FKP"
                      }
                    ],
                    [
                      {
                        "amount": 1828.25,
                        "currency": "PGK"
                      },
                      {
                        "amount": 1187.22,
                        "currency": "CNY"
                      }
                    ],
                    [
                      {
                        "amount": 1492.15,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1727.23,
                        "currency": "GIP"
                      },
                      {
                        "amount": 2770.71,
                        "currency": "GNF"
                      },
                      {
                        "amount": 2936.75,
                        "currency": "SAR"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Wh",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3177.49,
                            "currency": "KMF"
                          },
                          {
                            "amount": 175.44,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1999.99,
                            "currency": "YER"
                          },
                          {
                            "amount": 1484.83,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 299.93,
                            "currency": "THB"
                          },
                          {
                            "amount": 728.82,
                            "currency": "LKR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ir",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2973.7,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4372.98,
                            "currency": "GHS"
                          },
                          {
                            "amount": 2354.09,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 4487.27,
                            "currency": "KES"
                          },
                          {
                            "amount": 3636.4,
                            "currency": "JMD"
                          },
                          {
                            "amount": 1740.03,
                            "currency": "TOP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Kz",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3958.32,
                            "currency": "TJS"
                          },
                          {
                            "amount": 984.9,
                            "currency": "DOP"
                          },
                          {
                            "amount": 4091.65,
                            "currency": "SSP"
                          }
                        ],
                        [
                          {
                            "amount": 3855.69,
                            "currency": "AMD"
                          },
                          {
                            "amount": 2315.72,
                            "currency": "MDL"
                          }
                        ],
                        [
                          {
                            "amount": 3711.52,
                            "currency": "ANG"
                          },
                          {
                            "amount": 2478.75,
                            "currency": "TWD"
                          }
                        ],
                        [
                          {
                            "amount": 2089.05,
                            "currency": "SYP"
                          },
                          {
                            "amount": 1279.44,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2355.79,
                            "currency": "VUV"
                          },
                          {
                            "amount": 2005.9,
                            "currency": "GMD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "uC",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2629.33,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 1522.94,
                            "currency": "MXN"
                          },
                          {
                            "amount": 3886.57,
                            "currency": "RUB"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Mv",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 191.66,
                            "currency": "SDG"
                          },
                          {
                            "amount": 2092.07,
                            "currency": "RWF"
                          },
                          {
                            "amount": 3888.76,
                            "currency": "SOS"
                          },
                          {
                            "amount": 3202.59,
                            "currency": "DJF"
                          }
                        ],
                        [
                          {
                            "amount": 418.96,
                            "currency": "MYR"
                          },
                          {
                            "amount": 4269.74,
                            "currency": "PHP"
                          },
                          {
                            "amount": 1341.4,
                            "currency": "PGK"
                          },
                          {
                            "amount": 4350.64,
                            "currency": "THB"
                          },
                          {
                            "amount": 1099.3,
                            "currency": "DZD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 257.77,
                        "currency": "NAD"
                      },
                      {
                        "amount": 3175.3,
                        "currency": "MWK"
                      }
                    ],
                    [
                      {
                        "amount": 3043.24,
                        "currency": "VUV"
                      },
                      {
                        "amount": 3556.88,
                        "currency": "DJF"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1975.68,
                        "currency": "SHP"
                      },
                      {
                        "amount": 4940.54,
                        "currency": "HKD"
                      },
                      {
                        "amount": 4963.67,
                        "currency": "SYP"
                      },
                      {
                        "amount": 1531.22,
                        "currency": "ALL"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "NS",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1078.3,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 428.99,
                            "currency": "EGP"
                          },
                          {
                            "amount": 3587.38,
                            "currency": "AED"
                          },
                          {
                            "amount": 2157.57,
                            "currency": "AED"
                          },
                          {
                            "amount": 457.52,
                            "currency": "INR"
                          },
                          {
                            "amount": 1673.04,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 2191.47,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2135.5,
                            "currency": "CRC"
                          },
                          {
                            "amount": 1143.38,
                            "currency": "FKP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "eF",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1531.57,
                            "currency": "TRY"
                          },
                          {
                            "amount": 2291.73,
                            "currency": "BZD"
                          },
                          {
                            "amount": 1571.74,
                            "currency": "UGX"
                          },
                          {
                            "amount": 1959.75,
                            "currency": "VES"
                          },
                          {
                            "amount": 4728.24,
                            "currency": "BMD"
                          }
                        ],
                        [
                          {
                            "amount": 1479.81,
                            "currency": "LSL"
                          },
                          {
                            "amount": 2478.93,
                            "currency": "NZD"
                          },
                          {
                            "amount": 1267.19,
                            "currency": "VND"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Jx",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3406.31,
                            "currency": "KYD"
                          },
                          {
                            "amount": 2665.5,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 1022.16,
                            "currency": "LSL"
                          },
                          {
                            "amount": 727.98,
                            "currency": "JOD"
                          },
                          {
                            "amount": 2059.45,
                            "currency": "BGN"
                          },
                          {
                            "amount": 661.46,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3795.63,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 3379.18,
                            "currency": "GNF"
                          },
                          {
                            "amount": 4183.27,
                            "currency": "LBP"
                          },
                          {
                            "amount": 1398.13,
                            "currency": "SAR"
                          },
                          {
                            "amount": 2762.96,
                            "currency": "CAD"
                          },
                          {
                            "amount": 4811.18,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 2060.49,
                            "currency": "BIF"
                          },
                          {
                            "amount": 1752.36,
                            "currency": "TTD"
                          },
                          {
                            "amount": 2932.68,
                            "currency": "INR"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 410.11,
                        "currency": "BMD"
                      },
                      {
                        "amount": 4660.78,
                        "currency": "XCD"
                      },
                      {
                        "amount": 703.27,
                        "currency": "TOP"
                      }
                    ],
                    [
                      {
                        "amount": 3960.75,
                        "currency": "RON"
                      },
                      {
                        "amount": 402.96,
                        "currency": "MUR"
                      }
                    ],
                    [
                      {
                        "amount": 4539.78,
                        "currency": "MYR"
                      },
                      {
                        "amount": 4441.73,
                        "currency": "KPW"
                      },
                      {
                        "amount": 3432.05,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 2117.14,
                        "currency": "TTD"
                      },
                      {
                        "amount": 946.99,
                        "currency": "FJD"
                      },
                      {
                        "amount": 4636.47,
                        "currency": "BWP"
                      }
                    ],
                    [
                      {
                        "amount": 1226.03,
                        "currency": "SOS"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1009.91,
                        "currency": "SLE"
                      }
                    ],
                    [
                      {
                        "amount": 658.57,
                        "currency": "PEN"
                      },
                      {
                        "amount": 3518.76,
                        "currency": "VUV"
                      },
                      {
                        "amount": 3697.19,
                        "currency": "KGS"
                      },
                      {
                        "amount": 3260.24,
                        "currency": "DZD"
                      }
                    ],
                    [
                      {
                        "amount": 264.94,
                        "currency": "DJF"
                      },
                      {
                        "amount": 2170.2,
                        "currency": "RWF"
                      }
                    ],
                    [
                      {
                        "amount": 824.27,
                        "currency": "HUF"
                      },
                      {
                        "amount": 3340.76,
                        "currency": "TJS"
                      },
                      {
                        "amount": 560.1,
                        "currency": "SYP"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1792.72,
                        "currency": "TJS"
                      }
                    ],
                    [
                      {
                        "amount": 313.05,
                        "currency": "CHF"
                      },
                      {
                        "amount": 3209.79,
                        "currency": "BGN"
                      },
                      {
                        "amount": 3401.48,
                        "currency": "UAH"
                      },
                      {
                        "amount": 2766.87,
                        "currency": "UAH"
                      },
                      {
                        "amount": 2175.6,
                        "currency": "HTG"
                      }
                    ],
                    [
                      {
                        "amount": 1015.18,
                        "currency": "AOA"
                      },
                      {
                        "amount": 1256.42,
                        "currency": "SBD"
                      },
                      {
                        "amount": 64.39,
                        "currency": "VND"
                      },
                      {
                        "amount": 1607.87,
                        "currency": "NAD"
                      }
                    ],
                    [
                      {
                        "amount": 351,
                        "currency": "EGP"
                      },
                      {
                        "amount": 4306.7,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 2765.75,
                        "currency": "SGD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "01524233",
                "percentage": 17.6,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3125,
                        "currency": "MZN"
                      },
                      {
                        "amount": 2952.46,
                        "currency": "MOP"
                      },
                      {
                        "amount": 3991.64,
                        "currency": "KYD"
                      },
                      {
                        "amount": 3651.33,
                        "currency": "CRC"
                      },
                      {
                        "amount": 654.32,
                        "currency": "SOS"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 1,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Mitchel",
                "index": 7,
                "lastName": "Smith",
                "tierLevel": "Platinum",
                "tierLevelNumber": 0,
                "type": "CHD"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2186.81,
                        "currency": "ETB"
                      },
                      {
                        "amount": 2749.1,
                        "currency": "TMT"
                      },
                      {
                        "amount": 4933.57,
                        "currency": "SZL"
                      }
                    ],
                    [
                      {
                        "amount": 474.38,
                        "currency": "BMD"
                      },
                      {
                        "amount": 4672.65,
                        "currency": "UAH"
                      },
                      {
                        "amount": 3040.14,
                        "currency": "JMD"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1768.57,
                        "currency": "JPY"
                      },
                      {
                        "amount": 2535.74,
                        "currency": "MNT"
                      },
                      {
                        "amount": 817.33,
                        "currency": "AUD"
                      },
                      {
                        "amount": 2083.3,
                        "currency": "SAR"
                      },
                      {
                        "amount": 1662.45,
                        "currency": "SRD"
                      }
                    ],
                    [
                      {
                        "amount": 3785.4,
                        "currency": "XAF"
                      }
                    ],
                    [
                      {
                        "amount": 4894.11,
                        "currency": "AED"
                      },
                      {
                        "amount": 1853.67,
                        "currency": "IQD"
                      },
                      {
                        "amount": 4076.8,
                        "currency": "TOP"
                      },
                      {
                        "amount": 556.62,
                        "currency": "WST"
                      },
                      {
                        "amount": 1848.41,
                        "currency": "AFN"
                      }
                    ],
                    [
                      {
                        "amount": 1077.96,
                        "currency": "KZT"
                      },
                      {
                        "amount": 4781.59,
                        "currency": "AWG"
                      },
                      {
                        "amount": 131.84,
                        "currency": "QAR"
                      }
                    ],
                    [
                      {
                        "amount": 4858.34,
                        "currency": "DKK"
                      },
                      {
                        "amount": 3197.66,
                        "currency": "GEL"
                      },
                      {
                        "amount": 786.29,
                        "currency": "BDT"
                      },
                      {
                        "amount": 1573.68,
                        "currency": "CRC"
                      },
                      {
                        "amount": 4194.69,
                        "currency": "THB"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "le",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4015.48,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1554.03,
                            "currency": "LRD"
                          },
                          {
                            "amount": 2270.37,
                            "currency": "MWK"
                          },
                          {
                            "amount": 2781.31,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1879.27,
                            "currency": "KZT"
                          }
                        ],
                        [
                          {
                            "amount": 549.63,
                            "currency": "NPR"
                          },
                          {
                            "amount": 1682.31,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3901.81,
                            "currency": "JOD"
                          },
                          {
                            "amount": 2592.86,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 1353.47,
                            "currency": "PLN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "rq",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 546.94,
                            "currency": "XCD"
                          },
                          {
                            "amount": 4032.21,
                            "currency": "KZT"
                          },
                          {
                            "amount": 4003.39,
                            "currency": "AZN"
                          }
                        ],
                        [
                          {
                            "amount": 2331.96,
                            "currency": "JMD"
                          },
                          {
                            "amount": 3605.48,
                            "currency": "GNF"
                          },
                          {
                            "amount": 4225.4,
                            "currency": "JOD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "EI",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1183.76,
                            "currency": "DOP"
                          },
                          {
                            "amount": 448.65,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1925.69,
                            "currency": "KZT"
                          },
                          {
                            "amount": 1726.83,
                            "currency": "KYD"
                          },
                          {
                            "amount": 1451.4,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 1549.13,
                            "currency": "AUD"
                          },
                          {
                            "amount": 1134.97,
                            "currency": "FKP"
                          },
                          {
                            "amount": 990.8,
                            "currency": "ERN"
                          },
                          {
                            "amount": 1154.4,
                            "currency": "MOP"
                          },
                          {
                            "amount": 1704.51,
                            "currency": "MKD"
                          }
                        ],
                        [
                          {
                            "amount": 3175.2,
                            "currency": "PAB"
                          },
                          {
                            "amount": 1538.85,
                            "currency": "CUP"
                          },
                          {
                            "amount": 2410.02,
                            "currency": "MZN"
                          },
                          {
                            "amount": 1106.5,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 4587.61,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3211.62,
                            "currency": "MZN"
                          },
                          {
                            "amount": 3988.47,
                            "currency": "LYD"
                          },
                          {
                            "amount": 2883.28,
                            "currency": "GBP"
                          },
                          {
                            "amount": 3889.1,
                            "currency": "XPF"
                          }
                        ],
                        [
                          {
                            "amount": 4475.66,
                            "currency": "KYD"
                          },
                          {
                            "amount": 882.51,
                            "currency": "COP"
                          },
                          {
                            "amount": 3042.86,
                            "currency": "KWD"
                          },
                          {
                            "amount": 4578.95,
                            "currency": "IQD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 890.17,
                        "currency": "IQD"
                      }
                    ],
                    [
                      {
                        "amount": 2417.82,
                        "currency": "MVR"
                      }
                    ],
                    [
                      {
                        "amount": 3801.93,
                        "currency": "PLN"
                      },
                      {
                        "amount": 2069.52,
                        "currency": "XOF"
                      }
                    ],
                    [
                      {
                        "amount": 1080.5,
                        "currency": "SOS"
                      },
                      {
                        "amount": 32.61,
                        "currency": "LAK"
                      },
                      {
                        "amount": 3635.47,
                        "currency": "ZAR"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 696.59,
                        "currency": "GMD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "SH",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2560.79,
                            "currency": "RON"
                          },
                          {
                            "amount": 3033.15,
                            "currency": "BIF"
                          },
                          {
                            "amount": 378.65,
                            "currency": "NIO"
                          },
                          {
                            "amount": 3207.47,
                            "currency": "CAD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "fT",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 356.43,
                            "currency": "KMF"
                          },
                          {
                            "amount": 2109.08,
                            "currency": "USD"
                          },
                          {
                            "amount": 1883.26,
                            "currency": "QAR"
                          },
                          {
                            "amount": 3330.81,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1438.59,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 2463.8,
                            "currency": "AZN"
                          },
                          {
                            "amount": 914.01,
                            "currency": "TND"
                          },
                          {
                            "amount": 3926.86,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 2736.2,
                            "currency": "COP"
                          }
                        ],
                        [
                          {
                            "amount": 2135.52,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4041.47,
                            "currency": "KZT"
                          },
                          {
                            "amount": 1731.88,
                            "currency": "CHF"
                          },
                          {
                            "amount": 3143.5,
                            "currency": "CDF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "fC",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3567.7,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 355.74,
                            "currency": "IQD"
                          },
                          {
                            "amount": 1331.12,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2569.5,
                            "currency": "CLP"
                          },
                          {
                            "amount": 44.83,
                            "currency": "BND"
                          }
                        ],
                        [
                          {
                            "amount": 1289.05,
                            "currency": "MZN"
                          },
                          {
                            "amount": 182.38,
                            "currency": "JMD"
                          },
                          {
                            "amount": 1600.67,
                            "currency": "BDT"
                          },
                          {
                            "amount": 1018.99,
                            "currency": "MRU"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4564.41,
                        "currency": "MMK"
                      },
                      {
                        "amount": 2701.44,
                        "currency": "MNT"
                      },
                      {
                        "amount": 2096,
                        "currency": "ZMW"
                      }
                    ],
                    [
                      {
                        "amount": 50.05,
                        "currency": "DJF"
                      },
                      {
                        "amount": 4327.46,
                        "currency": "PHP"
                      },
                      {
                        "amount": 595.12,
                        "currency": "BIF"
                      }
                    ],
                    [
                      {
                        "amount": 2070.56,
                        "currency": "HTG"
                      },
                      {
                        "amount": 4058.83,
                        "currency": "PKR"
                      },
                      {
                        "amount": 1617.95,
                        "currency": "PHP"
                      },
                      {
                        "amount": 4734.28,
                        "currency": "VND"
                      },
                      {
                        "amount": 4082.95,
                        "currency": "AZN"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1252.69,
                        "currency": "LSL"
                      },
                      {
                        "amount": 4412.63,
                        "currency": "THB"
                      },
                      {
                        "amount": 518.48,
                        "currency": "AED"
                      }
                    ],
                    [
                      {
                        "amount": 1928.69,
                        "currency": "MVR"
                      },
                      {
                        "amount": 3358.56,
                        "currency": "UYU"
                      }
                    ],
                    [
                      {
                        "amount": 4583.77,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 1839.22,
                        "currency": "CRC"
                      },
                      {
                        "amount": 156.61,
                        "currency": "AOA"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1097.11,
                        "currency": "VND"
                      },
                      {
                        "amount": 3873.52,
                        "currency": "MWK"
                      },
                      {
                        "amount": 2565.2,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 4945.92,
                        "currency": "NAD"
                      },
                      {
                        "amount": 4916.11,
                        "currency": "PKR"
                      }
                    ],
                    [
                      {
                        "amount": 1574.29,
                        "currency": "BWP"
                      },
                      {
                        "amount": 4667.52,
                        "currency": "SSP"
                      },
                      {
                        "amount": 2948,
                        "currency": "PGK"
                      },
                      {
                        "amount": 535.56,
                        "currency": "DOP"
                      },
                      {
                        "amount": 2576.05,
                        "currency": "BWP"
                      }
                    ],
                    [
                      {
                        "amount": 4180.28,
                        "currency": "USD"
                      },
                      {
                        "amount": 2407.36,
                        "currency": "VES"
                      },
                      {
                        "amount": 3653.97,
                        "currency": "BYN"
                      }
                    ],
                    [
                      {
                        "amount": 2284.83,
                        "currency": "DZD"
                      },
                      {
                        "amount": 877.92,
                        "currency": "BAM"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "22739256",
                "percentage": 27.7,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3699.03,
                        "currency": "BTN"
                      },
                      {
                        "amount": 1581.11,
                        "currency": "LSL"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Morris",
                "index": 1,
                "lastName": "Pollich",
                "tierLevel": "Gold",
                "tierLevelNumber": 1,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1568.19,
                        "currency": "GYD"
                      },
                      {
                        "amount": 3527.69,
                        "currency": "KWD"
                      },
                      {
                        "amount": 3628.25,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1912.15,
                        "currency": "PGK"
                      }
                    ],
                    [
                      {
                        "amount": 2410.25,
                        "currency": "STN"
                      },
                      {
                        "amount": 3240.21,
                        "currency": "TOP"
                      }
                    ],
                    [
                      {
                        "amount": 631.01,
                        "currency": "BWP"
                      },
                      {
                        "amount": 4398.16,
                        "currency": "LAK"
                      }
                    ],
                    [
                      {
                        "amount": 2552.9,
                        "currency": "INR"
                      },
                      {
                        "amount": 2004.8,
                        "currency": "ILS"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 774.33,
                        "currency": "TND"
                      },
                      {
                        "amount": 3497.51,
                        "currency": "HKD"
                      }
                    ],
                    [
                      {
                        "amount": 3183.4,
                        "currency": "TWD"
                      },
                      {
                        "amount": 2213.64,
                        "currency": "DKK"
                      },
                      {
                        "amount": 3792.37,
                        "currency": "AFN"
                      }
                    ],
                    [
                      {
                        "amount": 635.76,
                        "currency": "GMD"
                      },
                      {
                        "amount": 4964.33,
                        "currency": "JMD"
                      },
                      {
                        "amount": 2062.12,
                        "currency": "MZN"
                      }
                    ],
                    [
                      {
                        "amount": 3032.05,
                        "currency": "XPF"
                      },
                      {
                        "amount": 2107.3,
                        "currency": "DZD"
                      },
                      {
                        "amount": 4162.6,
                        "currency": "GYD"
                      },
                      {
                        "amount": 62.41,
                        "currency": "STN"
                      },
                      {
                        "amount": 4658.64,
                        "currency": "COP"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "jP",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3056.24,
                            "currency": "GEL"
                          },
                          {
                            "amount": 726.71,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 2219.24,
                            "currency": "NIO"
                          },
                          {
                            "amount": 495.06,
                            "currency": "KWD"
                          },
                          {
                            "amount": 2644.82,
                            "currency": "THB"
                          },
                          {
                            "amount": 1715.86,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 99.65,
                            "currency": "HNL"
                          },
                          {
                            "amount": 4953.53,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 1014.47,
                            "currency": "AZN"
                          }
                        ],
                        [
                          {
                            "amount": 771.49,
                            "currency": "STN"
                          },
                          {
                            "amount": 3257.1,
                            "currency": "MKD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "eW",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 778.3,
                            "currency": "NGN"
                          },
                          {
                            "amount": 1166.61,
                            "currency": "MMK"
                          },
                          {
                            "amount": 3123.54,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 3830.95,
                            "currency": "EUR"
                          },
                          {
                            "amount": 4259.18,
                            "currency": "LSL"
                          },
                          {
                            "amount": 1189.45,
                            "currency": "SZL"
                          },
                          {
                            "amount": 570.59,
                            "currency": "MYR"
                          },
                          {
                            "amount": 1847.22,
                            "currency": "WST"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Wz",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4948.16,
                            "currency": "LAK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Og",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3098.97,
                            "currency": "BBD"
                          },
                          {
                            "amount": 4647.78,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2913.8,
                            "currency": "CLP"
                          },
                          {
                            "amount": 4593.8,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 641.05,
                            "currency": "EGP"
                          }
                        ],
                        [
                          {
                            "amount": 1369.69,
                            "currency": "RWF"
                          },
                          {
                            "amount": 4951.47,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 2980.79,
                            "currency": "SHP"
                          },
                          {
                            "amount": 3752.93,
                            "currency": "NPR"
                          },
                          {
                            "amount": 4674.32,
                            "currency": "TTD"
                          },
                          {
                            "amount": 3715.78,
                            "currency": "MGA"
                          }
                        ],
                        [
                          {
                            "amount": 3238.71,
                            "currency": "JOD"
                          },
                          {
                            "amount": 3401.11,
                            "currency": "TND"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3354.84,
                        "currency": "FKP"
                      },
                      {
                        "amount": 1491.88,
                        "currency": "IDR"
                      }
                    ],
                    [
                      {
                        "amount": 321.51,
                        "currency": "MNT"
                      }
                    ],
                    [
                      {
                        "amount": 629.63,
                        "currency": "NOK"
                      },
                      {
                        "amount": 3449.73,
                        "currency": "MUR"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 311.97,
                        "currency": "RUB"
                      },
                      {
                        "amount": 4781.96,
                        "currency": "GBP"
                      },
                      {
                        "amount": 3838.61,
                        "currency": "ETB"
                      },
                      {
                        "amount": 3251.43,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 2742.04,
                        "currency": "BYN"
                      }
                    ],
                    [
                      {
                        "amount": 1001.54,
                        "currency": "STN"
                      },
                      {
                        "amount": 2295.24,
                        "currency": "GBP"
                      }
                    ],
                    [
                      {
                        "amount": 3735.42,
                        "currency": "DZD"
                      },
                      {
                        "amount": 4353.57,
                        "currency": "ARS"
                      },
                      {
                        "amount": 4305.27,
                        "currency": "BBD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "HY",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1293.66,
                            "currency": "IRR"
                          },
                          {
                            "amount": 2185.13,
                            "currency": "CZK"
                          },
                          {
                            "amount": 181.5,
                            "currency": "NZD"
                          },
                          {
                            "amount": 308.12,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 4189.71,
                            "currency": "HTG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ga",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 236.6,
                            "currency": "BRL"
                          },
                          {
                            "amount": 4780.01,
                            "currency": "KES"
                          },
                          {
                            "amount": 979.95,
                            "currency": "CNY"
                          }
                        ],
                        [
                          {
                            "amount": 2284.43,
                            "currency": "UGX"
                          },
                          {
                            "amount": 1912.74,
                            "currency": "SBD"
                          },
                          {
                            "amount": 1257.11,
                            "currency": "RON"
                          },
                          {
                            "amount": 3380.93,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 1882.19,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 2566.36,
                            "currency": "CVE"
                          },
                          {
                            "amount": 613,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 2189.45,
                            "currency": "SGD"
                          },
                          {
                            "amount": 3655.95,
                            "currency": "SGD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "jy",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1705.95,
                            "currency": "MRU"
                          },
                          {
                            "amount": 3624.28,
                            "currency": "CZK"
                          }
                        ],
                        [
                          {
                            "amount": 4895.3,
                            "currency": "MAD"
                          },
                          {
                            "amount": 4503.79,
                            "currency": "THB"
                          },
                          {
                            "amount": 2516.29,
                            "currency": "SYP"
                          },
                          {
                            "amount": 2769.59,
                            "currency": "GHS"
                          },
                          {
                            "amount": 3656.67,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 1648.85,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 2577.86,
                            "currency": "MNT"
                          },
                          {
                            "amount": 2969.44,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 3885.1,
                            "currency": "LAK"
                          },
                          {
                            "amount": 2201.88,
                            "currency": "GYD"
                          },
                          {
                            "amount": 4731.68,
                            "currency": "NOK"
                          },
                          {
                            "amount": 946.6,
                            "currency": "CNY"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "aD",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 82.78,
                            "currency": "ETB"
                          },
                          {
                            "amount": 3197.28,
                            "currency": "USD"
                          },
                          {
                            "amount": 4271.12,
                            "currency": "AED"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1939.54,
                        "currency": "PGK"
                      },
                      {
                        "amount": 4625.09,
                        "currency": "GNF"
                      },
                      {
                        "amount": 4655.44,
                        "currency": "VUV"
                      },
                      {
                        "amount": 1596.46,
                        "currency": "PGK"
                      }
                    ],
                    [
                      {
                        "amount": 3501.5,
                        "currency": "XPF"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4095.63,
                        "currency": "CHF"
                      },
                      {
                        "amount": 4915.94,
                        "currency": "DOP"
                      }
                    ],
                    [
                      {
                        "amount": 3799.08,
                        "currency": "MKD"
                      },
                      {
                        "amount": 3545.71,
                        "currency": "MXN"
                      },
                      {
                        "amount": 2441.03,
                        "currency": "EUR"
                      }
                    ],
                    [
                      {
                        "amount": 224.46,
                        "currency": "IDR"
                      },
                      {
                        "amount": 4590.42,
                        "currency": "ISK"
                      }
                    ],
                    [
                      {
                        "amount": 4284.12,
                        "currency": "AFN"
                      },
                      {
                        "amount": 4198.11,
                        "currency": "CUP"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4009.7,
                        "currency": "NPR"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "32174437",
                "percentage": 7.7,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2721.95,
                        "currency": "MAD"
                      },
                      {
                        "amount": 3947.25,
                        "currency": "ILS"
                      }
                    ],
                    [
                      {
                        "amount": 1748.76,
                        "currency": "LRD"
                      },
                      {
                        "amount": 1713.58,
                        "currency": "BBD"
                      },
                      {
                        "amount": 3391.04,
                        "currency": "STN"
                      },
                      {
                        "amount": 1031.56,
                        "currency": "BOB"
                      }
                    ],
                    [
                      {
                        "amount": 3137,
                        "currency": "SLE"
                      },
                      {
                        "amount": 1918.89,
                        "currency": "PLN"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Inbound"
          }
        },
        {
          "availableInventory": 18,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Newell",
                "index": 5,
                "lastName": "Oberbrunner",
                "tierLevel": "Silver",
                "tierLevelNumber": 1,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4319.34,
                        "currency": "TRY"
                      },
                      {
                        "amount": 748.85,
                        "currency": "VND"
                      }
                    ],
                    [
                      {
                        "amount": 473.18,
                        "currency": "BYN"
                      }
                    ],
                    [
                      {
                        "amount": 736.8,
                        "currency": "PYG"
                      },
                      {
                        "amount": 390.87,
                        "currency": "AUD"
                      }
                    ],
                    [
                      {
                        "amount": 3251.88,
                        "currency": "BMD"
                      },
                      {
                        "amount": 944.76,
                        "currency": "XOF"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2211,
                        "currency": "CAD"
                      }
                    ],
                    [
                      {
                        "amount": 4658.19,
                        "currency": "SZL"
                      },
                      {
                        "amount": 4138.07,
                        "currency": "CVE"
                      },
                      {
                        "amount": 1638.25,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 4678.32,
                        "currency": "BTN"
                      },
                      {
                        "amount": 3690.22,
                        "currency": "BGN"
                      },
                      {
                        "amount": 1146.47,
                        "currency": "NAD"
                      },
                      {
                        "amount": 3912.8,
                        "currency": "PAB"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "GK",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3224.92,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 1324.42,
                            "currency": "VND"
                          }
                        ],
                        [
                          {
                            "amount": 3047.31,
                            "currency": "AFN"
                          },
                          {
                            "amount": 2258.4,
                            "currency": "SLE"
                          },
                          {
                            "amount": 1538.66,
                            "currency": "LKR"
                          },
                          {
                            "amount": 3021.94,
                            "currency": "KMF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ge",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2843.66,
                            "currency": "GBP"
                          },
                          {
                            "amount": 3417.63,
                            "currency": "BGN"
                          },
                          {
                            "amount": 252.97,
                            "currency": "CVE"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2326.08,
                        "currency": "VND"
                      },
                      {
                        "amount": 4521.63,
                        "currency": "ISK"
                      },
                      {
                        "amount": 3075.23,
                        "currency": "RSD"
                      },
                      {
                        "amount": 1361.79,
                        "currency": "PLN"
                      },
                      {
                        "amount": 3986.12,
                        "currency": "HTG"
                      }
                    ],
                    [
                      {
                        "amount": 4215.13,
                        "currency": "PEN"
                      },
                      {
                        "amount": 2298.47,
                        "currency": "NOK"
                      },
                      {
                        "amount": 81.26,
                        "currency": "SLE"
                      },
                      {
                        "amount": 3652.64,
                        "currency": "YER"
                      },
                      {
                        "amount": 3254.42,
                        "currency": "HTG"
                      }
                    ],
                    [
                      {
                        "amount": 1330.21,
                        "currency": "FJD"
                      },
                      {
                        "amount": 1327.46,
                        "currency": "DJF"
                      },
                      {
                        "amount": 2595.61,
                        "currency": "UZS"
                      }
                    ],
                    [
                      {
                        "amount": 2211.32,
                        "currency": "KYD"
                      },
                      {
                        "amount": 2977.39,
                        "currency": "NOK"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2691.83,
                        "currency": "UZS"
                      },
                      {
                        "amount": 3160.65,
                        "currency": "SLE"
                      },
                      {
                        "amount": 2491.85,
                        "currency": "XCD"
                      }
                    ],
                    [
                      {
                        "amount": 2370.22,
                        "currency": "AED"
                      },
                      {
                        "amount": 4264.42,
                        "currency": "LYD"
                      },
                      {
                        "amount": 3417.24,
                        "currency": "BAM"
                      },
                      {
                        "amount": 4499.76,
                        "currency": "INR"
                      },
                      {
                        "amount": 4251.88,
                        "currency": "HUF"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "hs",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1344.5,
                            "currency": "HNL"
                          },
                          {
                            "amount": 60.19,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 4682.43,
                            "currency": "BAM"
                          },
                          {
                            "amount": 2926.35,
                            "currency": "JMD"
                          },
                          {
                            "amount": 25.51,
                            "currency": "TOP"
                          }
                        ],
                        [
                          {
                            "amount": 1757.77,
                            "currency": "TJS"
                          },
                          {
                            "amount": 1219.87,
                            "currency": "IQD"
                          },
                          {
                            "amount": 4208.55,
                            "currency": "BMD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "IC",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1244.35,
                            "currency": "BBD"
                          },
                          {
                            "amount": 4826.4,
                            "currency": "PAB"
                          },
                          {
                            "amount": 4674.38,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2067.98,
                            "currency": "TOP"
                          }
                        ],
                        [
                          {
                            "amount": 3511.44,
                            "currency": "BDT"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3349.08,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 794.21,
                        "currency": "CHF"
                      },
                      {
                        "amount": 708.71,
                        "currency": "MNT"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1279.24,
                        "currency": "UGX"
                      },
                      {
                        "amount": 4523.13,
                        "currency": "IQD"
                      },
                      {
                        "amount": 4470.75,
                        "currency": "BRL"
                      },
                      {
                        "amount": 3533.63,
                        "currency": "AOA"
                      }
                    ],
                    [
                      {
                        "amount": 4179.65,
                        "currency": "KES"
                      },
                      {
                        "amount": 2345.52,
                        "currency": "DOP"
                      },
                      {
                        "amount": 1246.99,
                        "currency": "KRW"
                      },
                      {
                        "amount": 2563.65,
                        "currency": "MNT"
                      },
                      {
                        "amount": 1541.18,
                        "currency": "PEN"
                      }
                    ],
                    [
                      {
                        "amount": 1433.87,
                        "currency": "RON"
                      },
                      {
                        "amount": 3513.05,
                        "currency": "ERN"
                      },
                      {
                        "amount": 2371.63,
                        "currency": "SBD"
                      }
                    ],
                    [
                      {
                        "amount": 224.79,
                        "currency": "MZN"
                      },
                      {
                        "amount": 753.61,
                        "currency": "USD"
                      },
                      {
                        "amount": 420.19,
                        "currency": "MZN"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2027.53,
                        "currency": "RWF"
                      },
                      {
                        "amount": 2467.53,
                        "currency": "RON"
                      },
                      {
                        "amount": 2276.8,
                        "currency": "RSD"
                      },
                      {
                        "amount": 2836.32,
                        "currency": "BDT"
                      },
                      {
                        "amount": 4704.38,
                        "currency": "DJF"
                      }
                    ],
                    [
                      {
                        "amount": 2994.77,
                        "currency": "MZN"
                      },
                      {
                        "amount": 373.09,
                        "currency": "SAR"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "18319535",
                "percentage": 22.5,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 1338.84,
                        "currency": "BBD"
                      },
                      {
                        "amount": 1040.35,
                        "currency": "KMF"
                      },
                      {
                        "amount": 666.2,
                        "currency": "TOP"
                      },
                      {
                        "amount": 2938.88,
                        "currency": "THB"
                      },
                      {
                        "amount": 3529.27,
                        "currency": "COP"
                      }
                    ],
                    [
                      {
                        "amount": 257.95,
                        "currency": "EGP"
                      },
                      {
                        "amount": 1787.77,
                        "currency": "DKK"
                      }
                    ],
                    [
                      {
                        "amount": 4548.44,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1203.35,
                        "currency": "YER"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Electa",
                "index": 9,
                "lastName": "Effertz",
                "tierLevel": "Gold",
                "tierLevelNumber": 3,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4705.02,
                        "currency": "AWG"
                      }
                    ],
                    [
                      {
                        "amount": 1639.21,
                        "currency": "BND"
                      },
                      {
                        "amount": 1076.34,
                        "currency": "YER"
                      },
                      {
                        "amount": 1032.16,
                        "currency": "KZT"
                      },
                      {
                        "amount": 4913.14,
                        "currency": "LRD"
                      },
                      {
                        "amount": 2367.05,
                        "currency": "ERN"
                      }
                    ],
                    [
                      {
                        "amount": 1754.49,
                        "currency": "AMD"
                      },
                      {
                        "amount": 4465.83,
                        "currency": "BMD"
                      },
                      {
                        "amount": 1960.34,
                        "currency": "TZS"
                      },
                      {
                        "amount": 945.6,
                        "currency": "SSP"
                      }
                    ],
                    [
                      {
                        "amount": 2556.27,
                        "currency": "PEN"
                      },
                      {
                        "amount": 2299.89,
                        "currency": "XOF"
                      },
                      {
                        "amount": 4832.99,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1048.57,
                        "currency": "SYP"
                      }
                    ],
                    [
                      {
                        "amount": 3101.09,
                        "currency": "BGN"
                      },
                      {
                        "amount": 3658.97,
                        "currency": "CZK"
                      },
                      {
                        "amount": 1949.16,
                        "currency": "VUV"
                      },
                      {
                        "amount": 3279.44,
                        "currency": "DZD"
                      },
                      {
                        "amount": 3858.77,
                        "currency": "SRD"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3397.27,
                        "currency": "UGX"
                      },
                      {
                        "amount": 2625.14,
                        "currency": "MOP"
                      },
                      {
                        "amount": 3868.95,
                        "currency": "ARS"
                      },
                      {
                        "amount": 1215.93,
                        "currency": "SHP"
                      }
                    ],
                    [
                      {
                        "amount": 214.73,
                        "currency": "BSD"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "wO",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 872.84,
                            "currency": "KZT"
                          },
                          {
                            "amount": 1392.13,
                            "currency": "ANG"
                          },
                          {
                            "amount": 1010.66,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4357.66,
                            "currency": "SAR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "RU",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3905.14,
                            "currency": "ETB"
                          },
                          {
                            "amount": 4164.02,
                            "currency": "MOP"
                          },
                          {
                            "amount": 2745.19,
                            "currency": "CLP"
                          },
                          {
                            "amount": 2130.59,
                            "currency": "RSD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "KO",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 815.43,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 1326.89,
                            "currency": "MRU"
                          },
                          {
                            "amount": 3905.37,
                            "currency": "PGK"
                          },
                          {
                            "amount": 4542.35,
                            "currency": "PYG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "vm",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2362.95,
                            "currency": "SLE"
                          },
                          {
                            "amount": 1600.42,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 4027.3,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 4030.34,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 3984.98,
                            "currency": "KPW"
                          },
                          {
                            "amount": 1107.35,
                            "currency": "PEN"
                          },
                          {
                            "amount": 3896.18,
                            "currency": "TWD"
                          },
                          {
                            "amount": 4846.01,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 4456.89,
                            "currency": "KRW"
                          },
                          {
                            "amount": 1404.17,
                            "currency": "QAR"
                          },
                          {
                            "amount": 3775.79,
                            "currency": "INR"
                          },
                          {
                            "amount": 4736.65,
                            "currency": "MRU"
                          },
                          {
                            "amount": 159.98,
                            "currency": "BDT"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "wo",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1358.64,
                            "currency": "KRW"
                          },
                          {
                            "amount": 21.43,
                            "currency": "BYN"
                          },
                          {
                            "amount": 1936.04,
                            "currency": "AFN"
                          },
                          {
                            "amount": 492.64,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 980.47,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 3621.6,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2062.41,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2302.62,
                            "currency": "MXN"
                          },
                          {
                            "amount": 3891.99,
                            "currency": "UYU"
                          },
                          {
                            "amount": 3452.88,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 2394.71,
                            "currency": "NPR"
                          },
                          {
                            "amount": 107.42,
                            "currency": "FKP"
                          },
                          {
                            "amount": 4027.41,
                            "currency": "KHR"
                          },
                          {
                            "amount": 2563.86,
                            "currency": "JOD"
                          },
                          {
                            "amount": 479.51,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 757.38,
                            "currency": "SDG"
                          },
                          {
                            "amount": 37.51,
                            "currency": "TWD"
                          },
                          {
                            "amount": 1572.41,
                            "currency": "CDF"
                          },
                          {
                            "amount": 2431.18,
                            "currency": "SCR"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4272.52,
                        "currency": "MNT"
                      },
                      {
                        "amount": 4657.98,
                        "currency": "MVR"
                      },
                      {
                        "amount": 4048.69,
                        "currency": "STN"
                      },
                      {
                        "amount": 3760.68,
                        "currency": "YER"
                      },
                      {
                        "amount": 1089.05,
                        "currency": "PGK"
                      }
                    ],
                    [
                      {
                        "amount": 2503.07,
                        "currency": "NGN"
                      },
                      {
                        "amount": 3795.93,
                        "currency": "XPF"
                      },
                      {
                        "amount": 1807.78,
                        "currency": "IRR"
                      },
                      {
                        "amount": 104.71,
                        "currency": "ISK"
                      }
                    ],
                    [
                      {
                        "amount": 3255.44,
                        "currency": "XCD"
                      },
                      {
                        "amount": 3642.99,
                        "currency": "DZD"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1543.62,
                        "currency": "MUR"
                      },
                      {
                        "amount": 1750.98,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 3343.6,
                        "currency": "AED"
                      }
                    ],
                    [
                      {
                        "amount": 1780.36,
                        "currency": "SHP"
                      },
                      {
                        "amount": 4211.4,
                        "currency": "ILS"
                      }
                    ],
                    [
                      {
                        "amount": 4405.63,
                        "currency": "GYD"
                      },
                      {
                        "amount": 2783.15,
                        "currency": "CVE"
                      },
                      {
                        "amount": 4302.28,
                        "currency": "MXN"
                      },
                      {
                        "amount": 2828.42,
                        "currency": "NPR"
                      }
                    ],
                    [
                      {
                        "amount": 1206.19,
                        "currency": "EUR"
                      },
                      {
                        "amount": 3613.85,
                        "currency": "GHS"
                      },
                      {
                        "amount": 3335.65,
                        "currency": "BHD"
                      },
                      {
                        "amount": 1679.36,
                        "currency": "FJD"
                      },
                      {
                        "amount": 4024.94,
                        "currency": "SCR"
                      }
                    ],
                    [
                      {
                        "amount": 410.97,
                        "currency": "JOD"
                      },
                      {
                        "amount": 3121.53,
                        "currency": "ERN"
                      },
                      {
                        "amount": 3832.37,
                        "currency": "GIP"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Ec",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1526.79,
                            "currency": "GEL"
                          }
                        ],
                        [
                          {
                            "amount": 280.27,
                            "currency": "RUB"
                          },
                          {
                            "amount": 4065.94,
                            "currency": "TOP"
                          }
                        ],
                        [
                          {
                            "amount": 437.97,
                            "currency": "ALL"
                          },
                          {
                            "amount": 276.97,
                            "currency": "BOB"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "qF",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1039.65,
                            "currency": "CVE"
                          },
                          {
                            "amount": 3518.17,
                            "currency": "OMR"
                          },
                          {
                            "amount": 4580.81,
                            "currency": "SZL"
                          },
                          {
                            "amount": 2036.8,
                            "currency": "JPY"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "OX",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1287.16,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 4787.32,
                            "currency": "ERN"
                          },
                          {
                            "amount": 2450.8,
                            "currency": "KYD"
                          },
                          {
                            "amount": 2443.93,
                            "currency": "AOA"
                          },
                          {
                            "amount": 4831.13,
                            "currency": "INR"
                          }
                        ],
                        [
                          {
                            "amount": 2897.32,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 2895.04,
                            "currency": "BSD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ba",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3013.53,
                            "currency": "NGN"
                          },
                          {
                            "amount": 1429.97,
                            "currency": "OMR"
                          },
                          {
                            "amount": 397.69,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 3431.35,
                            "currency": "SSP"
                          },
                          {
                            "amount": 3657.37,
                            "currency": "MDL"
                          },
                          {
                            "amount": 1198.87,
                            "currency": "MVR"
                          },
                          {
                            "amount": 1470.15,
                            "currency": "MMK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Wg",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2097.17,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 1018.33,
                            "currency": "GEL"
                          },
                          {
                            "amount": 1791.47,
                            "currency": "LBP"
                          },
                          {
                            "amount": 3797.57,
                            "currency": "CRC"
                          },
                          {
                            "amount": 4324.25,
                            "currency": "BAM"
                          },
                          {
                            "amount": 1979.03,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 2661.41,
                            "currency": "UZS"
                          },
                          {
                            "amount": 1576.74,
                            "currency": "AED"
                          },
                          {
                            "amount": 447.81,
                            "currency": "BRL"
                          },
                          {
                            "amount": 3249.64,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1789.59,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 3472.55,
                            "currency": "XCD"
                          },
                          {
                            "amount": 4655.09,
                            "currency": "ANG"
                          }
                        ],
                        [
                          {
                            "amount": 4697.03,
                            "currency": "UAH"
                          },
                          {
                            "amount": 490.37,
                            "currency": "DOP"
                          },
                          {
                            "amount": 3495.99,
                            "currency": "ALL"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1488.2,
                        "currency": "GNF"
                      },
                      {
                        "amount": 4027.25,
                        "currency": "AOA"
                      },
                      {
                        "amount": 3159.31,
                        "currency": "DJF"
                      },
                      {
                        "amount": 1610.4,
                        "currency": "ERN"
                      },
                      {
                        "amount": 1341.17,
                        "currency": "SRD"
                      }
                    ],
                    [
                      {
                        "amount": 980.04,
                        "currency": "RON"
                      },
                      {
                        "amount": 3080.68,
                        "currency": "BRL"
                      },
                      {
                        "amount": 1583.15,
                        "currency": "XPF"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2226.96,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 751.77,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 1110.97,
                        "currency": "THB"
                      },
                      {
                        "amount": 4727.99,
                        "currency": "AMD"
                      },
                      {
                        "amount": 2451.87,
                        "currency": "BBD"
                      },
                      {
                        "amount": 3274.08,
                        "currency": "BZD"
                      },
                      {
                        "amount": 4751.84,
                        "currency": "SAR"
                      }
                    ],
                    [
                      {
                        "amount": 103.22,
                        "currency": "VES"
                      },
                      {
                        "amount": 1245.68,
                        "currency": "ARS"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2458.88,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1611.86,
                        "currency": "KES"
                      },
                      {
                        "amount": 3809.56,
                        "currency": "BSD"
                      },
                      {
                        "amount": 1233.27,
                        "currency": "KES"
                      },
                      {
                        "amount": 3050.83,
                        "currency": "HKD"
                      }
                    ],
                    [
                      {
                        "amount": 2366.08,
                        "currency": "NGN"
                      },
                      {
                        "amount": 2899.85,
                        "currency": "PKR"
                      },
                      {
                        "amount": 2055.51,
                        "currency": "MUR"
                      },
                      {
                        "amount": 2048.61,
                        "currency": "TND"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "25433703",
                "percentage": 8.4,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2981.24,
                        "currency": "MYR"
                      },
                      {
                        "amount": 2801.17,
                        "currency": "BHD"
                      },
                      {
                        "amount": 1328.35,
                        "currency": "MXN"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 1,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Spencer",
                "index": 5,
                "lastName": "Daugherty",
                "tierLevel": "Platinum",
                "tierLevelNumber": 0,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 428.96,
                        "currency": "CHF"
                      },
                      {
                        "amount": 4236.28,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 1838.64,
                        "currency": "EUR"
                      },
                      {
                        "amount": 4378.95,
                        "currency": "PEN"
                      },
                      {
                        "amount": 1329.07,
                        "currency": "USD"
                      },
                      {
                        "amount": 755.25,
                        "currency": "JPY"
                      },
                      {
                        "amount": 1935.44,
                        "currency": "MMK"
                      }
                    ],
                    [
                      {
                        "amount": 289.35,
                        "currency": "AMD"
                      },
                      {
                        "amount": 1414.95,
                        "currency": "KWD"
                      },
                      {
                        "amount": 2955.39,
                        "currency": "GYD"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2436.61,
                        "currency": "CHF"
                      },
                      {
                        "amount": 4784.58,
                        "currency": "BND"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Bh",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1977.24,
                            "currency": "PAB"
                          },
                          {
                            "amount": 1666.59,
                            "currency": "STN"
                          },
                          {
                            "amount": 3823.48,
                            "currency": "LYD"
                          },
                          {
                            "amount": 2149.55,
                            "currency": "LBP"
                          },
                          {
                            "amount": 4347.71,
                            "currency": "CAD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ea",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1597.42,
                            "currency": "SYP"
                          },
                          {
                            "amount": 1796.59,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 1389.76,
                            "currency": "KPW"
                          },
                          {
                            "amount": 1580.12,
                            "currency": "INR"
                          }
                        ],
                        [
                          {
                            "amount": 2650.77,
                            "currency": "KHR"
                          },
                          {
                            "amount": 4357.77,
                            "currency": "RON"
                          },
                          {
                            "amount": 637.97,
                            "currency": "MVR"
                          },
                          {
                            "amount": 1907.76,
                            "currency": "AOA"
                          },
                          {
                            "amount": 4607.05,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 4914.32,
                            "currency": "ALL"
                          },
                          {
                            "amount": 908.95,
                            "currency": "JPY"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "hR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4354.17,
                            "currency": "CDF"
                          },
                          {
                            "amount": 3713.35,
                            "currency": "BWP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "It",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1451.9,
                            "currency": "GYD"
                          },
                          {
                            "amount": 462.76,
                            "currency": "IDR"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3809.59,
                        "currency": "SZL"
                      },
                      {
                        "amount": 3073.31,
                        "currency": "GNF"
                      },
                      {
                        "amount": 823.82,
                        "currency": "ILS"
                      }
                    ],
                    [
                      {
                        "amount": 2526.06,
                        "currency": "MDL"
                      }
                    ],
                    [
                      {
                        "amount": 1577.75,
                        "currency": "SEK"
                      },
                      {
                        "amount": 36.12,
                        "currency": "RSD"
                      },
                      {
                        "amount": 2006.9,
                        "currency": "FKP"
                      },
                      {
                        "amount": 2058.46,
                        "currency": "SHP"
                      },
                      {
                        "amount": 1018.47,
                        "currency": "STN"
                      }
                    ],
                    [
                      {
                        "amount": 3644.45,
                        "currency": "WST"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1050.02,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1281.06,
                        "currency": "PKR"
                      },
                      {
                        "amount": 2125.87,
                        "currency": "HUF"
                      },
                      {
                        "amount": 1957.45,
                        "currency": "BDT"
                      },
                      {
                        "amount": 1166.33,
                        "currency": "SLE"
                      }
                    ],
                    [
                      {
                        "amount": 2838.14,
                        "currency": "PKR"
                      },
                      {
                        "amount": 539.95,
                        "currency": "TND"
                      },
                      {
                        "amount": 1467.37,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 1070.3,
                        "currency": "PEN"
                      },
                      {
                        "amount": 674.01,
                        "currency": "HKD"
                      }
                    ],
                    [
                      {
                        "amount": 4804.37,
                        "currency": "BYN"
                      },
                      {
                        "amount": 276.34,
                        "currency": "JOD"
                      },
                      {
                        "amount": 913.87,
                        "currency": "WST"
                      }
                    ],
                    [
                      {
                        "amount": 3369.63,
                        "currency": "HUF"
                      }
                    ],
                    [
                      {
                        "amount": 546.66,
                        "currency": "PHP"
                      },
                      {
                        "amount": 122.91,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 2592.66,
                        "currency": "ALL"
                      },
                      {
                        "amount": 4354.85,
                        "currency": "SGD"
                      },
                      {
                        "amount": 3447.97,
                        "currency": "HTG"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Sj",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 582.13,
                            "currency": "GMD"
                          },
                          {
                            "amount": 422.08,
                            "currency": "KMF"
                          },
                          {
                            "amount": 1881.18,
                            "currency": "HUF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "py",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4543.66,
                            "currency": "MOP"
                          },
                          {
                            "amount": 2901.32,
                            "currency": "XAF"
                          },
                          {
                            "amount": 1235.84,
                            "currency": "CDF"
                          },
                          {
                            "amount": 734.88,
                            "currency": "IRR"
                          },
                          {
                            "amount": 1939.07,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 1034.36,
                            "currency": "HKD"
                          },
                          {
                            "amount": 1087.93,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 2259.29,
                            "currency": "BHD"
                          },
                          {
                            "amount": 2063.03,
                            "currency": "HNL"
                          },
                          {
                            "amount": 2345.88,
                            "currency": "BMD"
                          },
                          {
                            "amount": 1663.23,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 3387.29,
                            "currency": "SOS"
                          },
                          {
                            "amount": 3521.76,
                            "currency": "ANG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "sl",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3007.36,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4488.09,
                            "currency": "TWD"
                          },
                          {
                            "amount": 437.03,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 298.91,
                            "currency": "COP"
                          },
                          {
                            "amount": 111.36,
                            "currency": "LRD"
                          },
                          {
                            "amount": 1617.99,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 4873,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 2140.35,
                            "currency": "GNF"
                          },
                          {
                            "amount": 3638.66,
                            "currency": "XPF"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 815.48,
                        "currency": "ISK"
                      },
                      {
                        "amount": 4550.43,
                        "currency": "LRD"
                      },
                      {
                        "amount": 4212.7,
                        "currency": "COP"
                      },
                      {
                        "amount": 728.04,
                        "currency": "ALL"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4045.54,
                        "currency": "AUD"
                      },
                      {
                        "amount": 3770.27,
                        "currency": "NPR"
                      },
                      {
                        "amount": 386.12,
                        "currency": "EGP"
                      },
                      {
                        "amount": 1213.66,
                        "currency": "IQD"
                      },
                      {
                        "amount": 851.5,
                        "currency": "KGS"
                      }
                    ],
                    [
                      {
                        "amount": 1132.91,
                        "currency": "CRC"
                      },
                      {
                        "amount": 2813.84,
                        "currency": "SSP"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3017.25,
                        "currency": "PGK"
                      }
                    ],
                    [
                      {
                        "amount": 3740.09,
                        "currency": "IRR"
                      }
                    ],
                    [
                      {
                        "amount": 2610.45,
                        "currency": "ERN"
                      }
                    ],
                    [
                      {
                        "amount": 4067.48,
                        "currency": "VND"
                      },
                      {
                        "amount": 2601.02,
                        "currency": "RUB"
                      }
                    ],
                    [
                      {
                        "amount": 364.7,
                        "currency": "DKK"
                      },
                      {
                        "amount": 1732.01,
                        "currency": "IQD"
                      },
                      {
                        "amount": 2961.13,
                        "currency": "AWG"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "77843837",
                "percentage": 25.3,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2894.68,
                        "currency": "PAB"
                      },
                      {
                        "amount": 2903.84,
                        "currency": "MOP"
                      },
                      {
                        "amount": 2671.8,
                        "currency": "BIF"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Connection"
          }
        },
        {
          "availableInventory": 4,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Zackary",
                "index": 1,
                "lastName": "Stroman-Wintheiser",
                "tierLevel": "Gold",
                "tierLevelNumber": 3,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1182.01,
                        "currency": "DOP"
                      },
                      {
                        "amount": 1095.2,
                        "currency": "CNY"
                      },
                      {
                        "amount": 2610.73,
                        "currency": "VUV"
                      },
                      {
                        "amount": 3184.01,
                        "currency": "TTD"
                      }
                    ],
                    [
                      {
                        "amount": 1045.11,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 4158.66,
                        "currency": "MYR"
                      },
                      {
                        "amount": 3751.08,
                        "currency": "GYD"
                      }
                    ],
                    [
                      {
                        "amount": 706.3,
                        "currency": "STN"
                      },
                      {
                        "amount": 1608.33,
                        "currency": "XCD"
                      },
                      {
                        "amount": 2972.24,
                        "currency": "RSD"
                      },
                      {
                        "amount": 1178.93,
                        "currency": "UZS"
                      },
                      {
                        "amount": 3979.22,
                        "currency": "ZMW"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1998.91,
                        "currency": "BTN"
                      },
                      {
                        "amount": 4410.64,
                        "currency": "GYD"
                      },
                      {
                        "amount": 562.36,
                        "currency": "COP"
                      }
                    ],
                    [
                      {
                        "amount": 4411.71,
                        "currency": "GHS"
                      },
                      {
                        "amount": 3298.96,
                        "currency": "NGN"
                      }
                    ],
                    [
                      {
                        "amount": 1147.17,
                        "currency": "JOD"
                      },
                      {
                        "amount": 4603.91,
                        "currency": "FJD"
                      },
                      {
                        "amount": 1289.88,
                        "currency": "BGN"
                      },
                      {
                        "amount": 3404.08,
                        "currency": "BHD"
                      },
                      {
                        "amount": 4795.15,
                        "currency": "OMR"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Du",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 913.91,
                            "currency": "SRD"
                          },
                          {
                            "amount": 4043.68,
                            "currency": "KES"
                          },
                          {
                            "amount": 4503.71,
                            "currency": "RON"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4006.46,
                        "currency": "MXN"
                      },
                      {
                        "amount": 1132.29,
                        "currency": "SDG"
                      },
                      {
                        "amount": 3134.47,
                        "currency": "HNL"
                      }
                    ],
                    [
                      {
                        "amount": 4911.2,
                        "currency": "IQD"
                      },
                      {
                        "amount": 4075.61,
                        "currency": "XCD"
                      },
                      {
                        "amount": 2311.42,
                        "currency": "SEK"
                      }
                    ],
                    [
                      {
                        "amount": 4666.58,
                        "currency": "SLE"
                      },
                      {
                        "amount": 4984.56,
                        "currency": "KRW"
                      },
                      {
                        "amount": 3152.53,
                        "currency": "MUR"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4056.09,
                        "currency": "EGP"
                      },
                      {
                        "amount": 2564.64,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 1196.96,
                        "currency": "IRR"
                      },
                      {
                        "amount": 4361.2,
                        "currency": "UGX"
                      }
                    ],
                    [
                      {
                        "amount": 1043.46,
                        "currency": "GEL"
                      },
                      {
                        "amount": 2536.93,
                        "currency": "IDR"
                      },
                      {
                        "amount": 4559.41,
                        "currency": "NIO"
                      }
                    ],
                    [
                      {
                        "amount": 3625.98,
                        "currency": "CLP"
                      },
                      {
                        "amount": 3447.24,
                        "currency": "NIO"
                      },
                      {
                        "amount": 26.37,
                        "currency": "NZD"
                      }
                    ],
                    [
                      {
                        "amount": 4276.75,
                        "currency": "OMR"
                      },
                      {
                        "amount": 4298.24,
                        "currency": "VND"
                      },
                      {
                        "amount": 495.6,
                        "currency": "CDF"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "ai",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4703.5,
                            "currency": "XPF"
                          },
                          {
                            "amount": 410.06,
                            "currency": "KPW"
                          },
                          {
                            "amount": 3243.73,
                            "currency": "ANG"
                          }
                        ],
                        [
                          {
                            "amount": 1979.38,
                            "currency": "BDT"
                          },
                          {
                            "amount": 3524.77,
                            "currency": "SOS"
                          },
                          {
                            "amount": 2084.8,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 2489.81,
                            "currency": "HKD"
                          },
                          {
                            "amount": 1745.36,
                            "currency": "VND"
                          },
                          {
                            "amount": 4607.62,
                            "currency": "KHR"
                          },
                          {
                            "amount": 26.85,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3471.42,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 1601.69,
                            "currency": "LYD"
                          },
                          {
                            "amount": 3382.47,
                            "currency": "PEN"
                          },
                          {
                            "amount": 1094.1,
                            "currency": "SDG"
                          },
                          {
                            "amount": 2716.84,
                            "currency": "KRW"
                          },
                          {
                            "amount": 2772.8,
                            "currency": "UZS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "hI",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 823.71,
                            "currency": "SGD"
                          },
                          {
                            "amount": 799.7,
                            "currency": "BBD"
                          },
                          {
                            "amount": 1628.72,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 3885.85,
                            "currency": "AUD"
                          },
                          {
                            "amount": 108.07,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 601.73,
                            "currency": "BBD"
                          },
                          {
                            "amount": 201.13,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 2923.18,
                            "currency": "HUF"
                          }
                        ],
                        [
                          {
                            "amount": 2861.87,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1387.53,
                            "currency": "IDR"
                          },
                          {
                            "amount": 226.32,
                            "currency": "AOA"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Jl",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2594,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3335.61,
                            "currency": "KRW"
                          },
                          {
                            "amount": 2888.45,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 2195.88,
                            "currency": "PYG"
                          },
                          {
                            "amount": 860.89,
                            "currency": "TTD"
                          },
                          {
                            "amount": 2793.94,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 4566.2,
                            "currency": "BYN"
                          },
                          {
                            "amount": 876.08,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 2502.87,
                            "currency": "COP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "EO",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3043.37,
                            "currency": "PYG"
                          },
                          {
                            "amount": 2733.21,
                            "currency": "ERN"
                          },
                          {
                            "amount": 3452.14,
                            "currency": "ALL"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3501.59,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 4357.86,
                        "currency": "GYD"
                      },
                      {
                        "amount": 1501.53,
                        "currency": "AUD"
                      },
                      {
                        "amount": 263.21,
                        "currency": "GIP"
                      },
                      {
                        "amount": 1708.85,
                        "currency": "GTQ"
                      }
                    ],
                    [
                      {
                        "amount": 2281.04,
                        "currency": "ERN"
                      },
                      {
                        "amount": 252.13,
                        "currency": "AWG"
                      },
                      {
                        "amount": 1855.02,
                        "currency": "RUB"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1760.03,
                        "currency": "PAB"
                      },
                      {
                        "amount": 503.74,
                        "currency": "CAD"
                      },
                      {
                        "amount": 3762.63,
                        "currency": "AZN"
                      },
                      {
                        "amount": 679.28,
                        "currency": "XAF"
                      },
                      {
                        "amount": 2700.9,
                        "currency": "MWK"
                      }
                    ],
                    [
                      {
                        "amount": 2474.79,
                        "currency": "GHS"
                      },
                      {
                        "amount": 2551.76,
                        "currency": "ERN"
                      },
                      {
                        "amount": 4148.3,
                        "currency": "CNY"
                      },
                      {
                        "amount": 4195.59,
                        "currency": "PYG"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3208.98,
                        "currency": "VUV"
                      },
                      {
                        "amount": 3843.21,
                        "currency": "AOA"
                      },
                      {
                        "amount": 3979.94,
                        "currency": "SAR"
                      },
                      {
                        "amount": 4901.21,
                        "currency": "INR"
                      }
                    ],
                    [
                      {
                        "amount": 3091.48,
                        "currency": "DJF"
                      }
                    ],
                    [
                      {
                        "amount": 4660.51,
                        "currency": "BHD"
                      },
                      {
                        "amount": 662.14,
                        "currency": "MZN"
                      },
                      {
                        "amount": 404.41,
                        "currency": "UYU"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "74881386",
                "percentage": 13.6,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 4029.57,
                        "currency": "IQD"
                      },
                      {
                        "amount": 3060.13,
                        "currency": "DKK"
                      },
                      {
                        "amount": 2188.25,
                        "currency": "IQD"
                      }
                    ],
                    [
                      {
                        "amount": 4410.97,
                        "currency": "SSP"
                      },
                      {
                        "amount": 3662.22,
                        "currency": "NAD"
                      },
                      {
                        "amount": 778.81,
                        "currency": "TWD"
                      },
                      {
                        "amount": 3201.39,
                        "currency": "OMR"
                      },
                      {
                        "amount": 2371.49,
                        "currency": "MXN"
                      }
                    ],
                    [
                      {
                        "amount": 527.31,
                        "currency": "NGN"
                      },
                      {
                        "amount": 3507.78,
                        "currency": "RUB"
                      },
                      {
                        "amount": 4919.8,
                        "currency": "CDF"
                      },
                      {
                        "amount": 4117.75,
                        "currency": "AED"
                      }
                    ],
                    [
                      {
                        "amount": 2176.13,
                        "currency": "ERN"
                      },
                      {
                        "amount": 965.91,
                        "currency": "JOD"
                      },
                      {
                        "amount": 3267.25,
                        "currency": "LSL"
                      },
                      {
                        "amount": 303.01,
                        "currency": "AOA"
                      },
                      {
                        "amount": 1078.24,
                        "currency": "CUP"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Garrett",
                "index": 7,
                "lastName": "Schowalter",
                "tierLevel": "Red",
                "tierLevelNumber": 1,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4758.43,
                        "currency": "BIF"
                      },
                      {
                        "amount": 1443.62,
                        "currency": "XOF"
                      },
                      {
                        "amount": 1631.5,
                        "currency": "JMD"
                      },
                      {
                        "amount": 1192.72,
                        "currency": "SAR"
                      },
                      {
                        "amount": 3163.58,
                        "currency": "ILS"
                      }
                    ],
                    [
                      {
                        "amount": 3728.85,
                        "currency": "AWG"
                      }
                    ],
                    [
                      {
                        "amount": 4841.85,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 3078.88,
                        "currency": "PYG"
                      },
                      {
                        "amount": 364.48,
                        "currency": "VND"
                      }
                    ],
                    [
                      {
                        "amount": 2450.69,
                        "currency": "RSD"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2666.62,
                        "currency": "MVR"
                      }
                    ],
                    [
                      {
                        "amount": 3646.94,
                        "currency": "LSL"
                      },
                      {
                        "amount": 1065.04,
                        "currency": "SCR"
                      },
                      {
                        "amount": 4727.11,
                        "currency": "PHP"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "XJ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 225.74,
                            "currency": "EGP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "pR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4563.23,
                            "currency": "MDL"
                          },
                          {
                            "amount": 1170.07,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4050.57,
                            "currency": "IRR"
                          },
                          {
                            "amount": 1427.81,
                            "currency": "DJF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ej",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4737.94,
                            "currency": "MGA"
                          },
                          {
                            "amount": 1563.55,
                            "currency": "MKD"
                          },
                          {
                            "amount": 1699.98,
                            "currency": "KES"
                          },
                          {
                            "amount": 2268.15,
                            "currency": "SAR"
                          },
                          {
                            "amount": 1729.97,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 81.19,
                            "currency": "NIO"
                          },
                          {
                            "amount": 172.81,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3257.88,
                            "currency": "AWG"
                          },
                          {
                            "amount": 4925.6,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1909.61,
                            "currency": "MYR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "XH",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4777.31,
                            "currency": "IQD"
                          },
                          {
                            "amount": 4745.17,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3953.2,
                            "currency": "CNY"
                          }
                        ],
                        [
                          {
                            "amount": 3083.87,
                            "currency": "CUP"
                          },
                          {
                            "amount": 3865.27,
                            "currency": "JMD"
                          },
                          {
                            "amount": 3778.28,
                            "currency": "DJF"
                          },
                          {
                            "amount": 3598.59,
                            "currency": "DKK"
                          },
                          {
                            "amount": 4831.62,
                            "currency": "TMT"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "iQ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3261.56,
                            "currency": "WST"
                          },
                          {
                            "amount": 4029.95,
                            "currency": "CLP"
                          },
                          {
                            "amount": 3135.4,
                            "currency": "BBD"
                          },
                          {
                            "amount": 1414,
                            "currency": "KHR"
                          },
                          {
                            "amount": 3238.3,
                            "currency": "QAR"
                          }
                        ],
                        [
                          {
                            "amount": 4291.99,
                            "currency": "SAR"
                          }
                        ],
                        [
                          {
                            "amount": 4868.73,
                            "currency": "ERN"
                          },
                          {
                            "amount": 1461.32,
                            "currency": "UGX"
                          },
                          {
                            "amount": 4106.67,
                            "currency": "MYR"
                          },
                          {
                            "amount": 4586.44,
                            "currency": "PAB"
                          },
                          {
                            "amount": 4928.27,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 3557.27,
                            "currency": "UZS"
                          },
                          {
                            "amount": 2371.94,
                            "currency": "BIF"
                          },
                          {
                            "amount": 4584.06,
                            "currency": "CHF"
                          },
                          {
                            "amount": 632.32,
                            "currency": "BGN"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3548.15,
                        "currency": "CZK"
                      },
                      {
                        "amount": 3634.99,
                        "currency": "BTN"
                      },
                      {
                        "amount": 295.91,
                        "currency": "SBD"
                      },
                      {
                        "amount": 4827.25,
                        "currency": "BGN"
                      },
                      {
                        "amount": 3872.96,
                        "currency": "VES"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3322.23,
                        "currency": "INR"
                      },
                      {
                        "amount": 4591.48,
                        "currency": "STN"
                      },
                      {
                        "amount": 3567.16,
                        "currency": "AFN"
                      },
                      {
                        "amount": 3777.6,
                        "currency": "LKR"
                      },
                      {
                        "amount": 500.79,
                        "currency": "TTD"
                      }
                    ],
                    [
                      {
                        "amount": 2747.53,
                        "currency": "MDL"
                      },
                      {
                        "amount": 4189.82,
                        "currency": "WST"
                      },
                      {
                        "amount": 465.02,
                        "currency": "GHS"
                      },
                      {
                        "amount": 2337.03,
                        "currency": "THB"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "QX",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2486.84,
                            "currency": "ANG"
                          },
                          {
                            "amount": 547.28,
                            "currency": "IQD"
                          },
                          {
                            "amount": 3714.92,
                            "currency": "BND"
                          },
                          {
                            "amount": 4281.12,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 1315.62,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 144.45,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1321.62,
                            "currency": "TRY"
                          },
                          {
                            "amount": 1069.85,
                            "currency": "SGD"
                          }
                        ],
                        [
                          {
                            "amount": 4266.5,
                            "currency": "BOB"
                          },
                          {
                            "amount": 734.76,
                            "currency": "KYD"
                          },
                          {
                            "amount": 3709.73,
                            "currency": "BRL"
                          },
                          {
                            "amount": 3960.55,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 4470.91,
                            "currency": "BIF"
                          },
                          {
                            "amount": 4794.74,
                            "currency": "BBD"
                          },
                          {
                            "amount": 2945.17,
                            "currency": "THB"
                          },
                          {
                            "amount": 3734.4,
                            "currency": "DJF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "es",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1954.22,
                            "currency": "PAB"
                          },
                          {
                            "amount": 3516.44,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 1932.53,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1236.78,
                            "currency": "MVR"
                          },
                          {
                            "amount": 2709.84,
                            "currency": "CDF"
                          },
                          {
                            "amount": 2806,
                            "currency": "SGD"
                          },
                          {
                            "amount": 251.01,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 3085.45,
                            "currency": "YER"
                          },
                          {
                            "amount": 679.24,
                            "currency": "HUF"
                          },
                          {
                            "amount": 3074.51,
                            "currency": "BMD"
                          },
                          {
                            "amount": 54.45,
                            "currency": "BSD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3174.7,
                        "currency": "SAR"
                      },
                      {
                        "amount": 3176.81,
                        "currency": "CNY"
                      },
                      {
                        "amount": 3010.88,
                        "currency": "CHF"
                      },
                      {
                        "amount": 2512.74,
                        "currency": "CDF"
                      },
                      {
                        "amount": 4650.38,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 3259.45,
                        "currency": "MXN"
                      },
                      {
                        "amount": 1107.06,
                        "currency": "BAM"
                      },
                      {
                        "amount": 2688.73,
                        "currency": "AMD"
                      },
                      {
                        "amount": 2797.8,
                        "currency": "AED"
                      }
                    ],
                    [
                      {
                        "amount": 1749.76,
                        "currency": "PGK"
                      },
                      {
                        "amount": 3784.37,
                        "currency": "NPR"
                      },
                      {
                        "amount": 2353.4,
                        "currency": "JMD"
                      },
                      {
                        "amount": 1469.68,
                        "currency": "BBD"
                      }
                    ],
                    [
                      {
                        "amount": 4580.57,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 1588.32,
                        "currency": "EUR"
                      },
                      {
                        "amount": 4057.22,
                        "currency": "SSP"
                      }
                    ],
                    [
                      {
                        "amount": 3667.23,
                        "currency": "NAD"
                      },
                      {
                        "amount": 2626.51,
                        "currency": "KMF"
                      },
                      {
                        "amount": 4321.63,
                        "currency": "AWG"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3415.63,
                        "currency": "OMR"
                      },
                      {
                        "amount": 1907.94,
                        "currency": "MAD"
                      },
                      {
                        "amount": 2938.16,
                        "currency": "HKD"
                      },
                      {
                        "amount": 1961.17,
                        "currency": "MRU"
                      }
                    ],
                    [
                      {
                        "amount": 3367.23,
                        "currency": "LSL"
                      },
                      {
                        "amount": 1149.36,
                        "currency": "BOB"
                      },
                      {
                        "amount": 3719.19,
                        "currency": "TJS"
                      },
                      {
                        "amount": 246.9,
                        "currency": "GHS"
                      }
                    ],
                    [
                      {
                        "amount": 1724.83,
                        "currency": "ANG"
                      },
                      {
                        "amount": 1660.55,
                        "currency": "KZT"
                      }
                    ],
                    [
                      {
                        "amount": 1465.86,
                        "currency": "PGK"
                      },
                      {
                        "amount": 2456.25,
                        "currency": "ERN"
                      },
                      {
                        "amount": 1221.1,
                        "currency": "LYD"
                      },
                      {
                        "amount": 1178.89,
                        "currency": "BWP"
                      },
                      {
                        "amount": 1131.25,
                        "currency": "AZN"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 518.48,
                        "currency": "SSP"
                      }
                    ],
                    [
                      {
                        "amount": 4580.36,
                        "currency": "TND"
                      },
                      {
                        "amount": 1146.29,
                        "currency": "XPF"
                      },
                      {
                        "amount": 3335.7,
                        "currency": "MDL"
                      }
                    ],
                    [
                      {
                        "amount": 1701.4,
                        "currency": "MWK"
                      },
                      {
                        "amount": 2583.06,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 3552.73,
                        "currency": "KHR"
                      }
                    ],
                    [
                      {
                        "amount": 3742.49,
                        "currency": "ALL"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "14584538",
                "percentage": 15.1,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 1860.78,
                        "currency": "MMK"
                      },
                      {
                        "amount": 4544.11,
                        "currency": "UZS"
                      },
                      {
                        "amount": 1646.8,
                        "currency": "JMD"
                      },
                      {
                        "amount": 4874.75,
                        "currency": "MUR"
                      }
                    ],
                    [
                      {
                        "amount": 4717.09,
                        "currency": "KPW"
                      },
                      {
                        "amount": 2828.19,
                        "currency": "MKD"
                      },
                      {
                        "amount": 1270.89,
                        "currency": "SZL"
                      }
                    ],
                    [
                      {
                        "amount": 635.27,
                        "currency": "VND"
                      },
                      {
                        "amount": 2596.21,
                        "currency": "ANG"
                      }
                    ],
                    [
                      {
                        "amount": 819.06,
                        "currency": "CUP"
                      },
                      {
                        "amount": 3953.28,
                        "currency": "ISK"
                      },
                      {
                        "amount": 2039.81,
                        "currency": "AOA"
                      },
                      {
                        "amount": 2301.23,
                        "currency": "BZD"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 1,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Jensen",
                "index": 7,
                "lastName": "Skiles",
                "tierLevel": "Red",
                "tierLevelNumber": 3,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4486.83,
                        "currency": "STN"
                      },
                      {
                        "amount": 357.71,
                        "currency": "YER"
                      }
                    ],
                    [
                      {
                        "amount": 4010.75,
                        "currency": "BBD"
                      },
                      {
                        "amount": 4936.03,
                        "currency": "KES"
                      },
                      {
                        "amount": 34.11,
                        "currency": "TOP"
                      }
                    ],
                    [
                      {
                        "amount": 1000.69,
                        "currency": "ARS"
                      },
                      {
                        "amount": 74.22,
                        "currency": "ANG"
                      },
                      {
                        "amount": 3675.59,
                        "currency": "SZL"
                      },
                      {
                        "amount": 67.13,
                        "currency": "BBD"
                      }
                    ],
                    [
                      {
                        "amount": 4250.5,
                        "currency": "MGA"
                      },
                      {
                        "amount": 2259.86,
                        "currency": "CLP"
                      },
                      {
                        "amount": 3558.06,
                        "currency": "BZD"
                      }
                    ],
                    [
                      {
                        "amount": 3602.26,
                        "currency": "PYG"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1903.77,
                        "currency": "GYD"
                      },
                      {
                        "amount": 4047.39,
                        "currency": "QAR"
                      },
                      {
                        "amount": 4223.63,
                        "currency": "KGS"
                      },
                      {
                        "amount": 2918.35,
                        "currency": "TOP"
                      }
                    ],
                    [
                      {
                        "amount": 4793.69,
                        "currency": "IQD"
                      },
                      {
                        "amount": 3163.77,
                        "currency": "CHF"
                      },
                      {
                        "amount": 1516.3,
                        "currency": "KMF"
                      },
                      {
                        "amount": 397.33,
                        "currency": "LBP"
                      },
                      {
                        "amount": 772.15,
                        "currency": "QAR"
                      }
                    ],
                    [
                      {
                        "amount": 4588.22,
                        "currency": "SRD"
                      },
                      {
                        "amount": 3872.64,
                        "currency": "XOF"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Jy",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3231.42,
                            "currency": "AOA"
                          },
                          {
                            "amount": 4363.83,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3217.18,
                            "currency": "CDF"
                          },
                          {
                            "amount": 4015.38,
                            "currency": "ARS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ty",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2159.85,
                            "currency": "CUP"
                          },
                          {
                            "amount": 3397.37,
                            "currency": "NIO"
                          }
                        ],
                        [
                          {
                            "amount": 3594.2,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 4281.06,
                            "currency": "ZWL"
                          }
                        ],
                        [
                          {
                            "amount": 1343.43,
                            "currency": "JMD"
                          },
                          {
                            "amount": 2391.06,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 2242.09,
                            "currency": "QAR"
                          },
                          {
                            "amount": 1231.32,
                            "currency": "BRL"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 345.14,
                        "currency": "BAM"
                      },
                      {
                        "amount": 1988.67,
                        "currency": "BOB"
                      },
                      {
                        "amount": 3822.39,
                        "currency": "ARS"
                      }
                    ],
                    [
                      {
                        "amount": 219.72,
                        "currency": "BRL"
                      },
                      {
                        "amount": 3800.05,
                        "currency": "IRR"
                      }
                    ],
                    [
                      {
                        "amount": 1882.98,
                        "currency": "DJF"
                      },
                      {
                        "amount": 4278.77,
                        "currency": "MAD"
                      }
                    ],
                    [
                      {
                        "amount": 2889.18,
                        "currency": "BDT"
                      },
                      {
                        "amount": 2465.64,
                        "currency": "IQD"
                      },
                      {
                        "amount": 973.22,
                        "currency": "HTG"
                      },
                      {
                        "amount": 4167.52,
                        "currency": "GHS"
                      }
                    ],
                    [
                      {
                        "amount": 785.15,
                        "currency": "HKD"
                      },
                      {
                        "amount": 256.13,
                        "currency": "ZWL"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4371.01,
                        "currency": "RWF"
                      },
                      {
                        "amount": 4875.18,
                        "currency": "TND"
                      },
                      {
                        "amount": 2267.06,
                        "currency": "RON"
                      },
                      {
                        "amount": 3005.05,
                        "currency": "GIP"
                      },
                      {
                        "amount": 1670.05,
                        "currency": "GBP"
                      }
                    ],
                    [
                      {
                        "amount": 4494.96,
                        "currency": "AUD"
                      },
                      {
                        "amount": 1707.24,
                        "currency": "BIF"
                      },
                      {
                        "amount": 4245.35,
                        "currency": "ANG"
                      }
                    ],
                    [
                      {
                        "amount": 544.24,
                        "currency": "UGX"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "ev",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1929.83,
                            "currency": "MMK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "SS",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3714.82,
                            "currency": "KRW"
                          }
                        ],
                        [
                          {
                            "amount": 4139.94,
                            "currency": "SBD"
                          },
                          {
                            "amount": 181.27,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 4969.54,
                            "currency": "MRU"
                          },
                          {
                            "amount": 3461.37,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 1825.31,
                            "currency": "OMR"
                          },
                          {
                            "amount": 4054.08,
                            "currency": "BIF"
                          }
                        ],
                        [
                          {
                            "amount": 3512.1,
                            "currency": "AWG"
                          },
                          {
                            "amount": 442.69,
                            "currency": "CZK"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4510.39,
                        "currency": "GBP"
                      },
                      {
                        "amount": 335.6,
                        "currency": "PLN"
                      },
                      {
                        "amount": 55.02,
                        "currency": "BDT"
                      },
                      {
                        "amount": 2612.64,
                        "currency": "CAD"
                      }
                    ],
                    [
                      {
                        "amount": 3986.57,
                        "currency": "CDF"
                      },
                      {
                        "amount": 3422.2,
                        "currency": "ISK"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1896.27,
                        "currency": "RUB"
                      },
                      {
                        "amount": 4663.21,
                        "currency": "KMF"
                      },
                      {
                        "amount": 3875.7,
                        "currency": "KZT"
                      }
                    ],
                    [
                      {
                        "amount": 2228.57,
                        "currency": "SYP"
                      }
                    ],
                    [
                      {
                        "amount": 2701,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 298.58,
                        "currency": "EGP"
                      },
                      {
                        "amount": 2693.29,
                        "currency": "FKP"
                      },
                      {
                        "amount": 4610.54,
                        "currency": "TOP"
                      }
                    ],
                    [
                      {
                        "amount": 2514.95,
                        "currency": "MGA"
                      },
                      {
                        "amount": 1376.81,
                        "currency": "BYN"
                      },
                      {
                        "amount": 1231.41,
                        "currency": "BMD"
                      }
                    ],
                    [
                      {
                        "amount": 1988.83,
                        "currency": "PAB"
                      },
                      {
                        "amount": 814.73,
                        "currency": "THB"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4921.35,
                        "currency": "MUR"
                      },
                      {
                        "amount": 2119.55,
                        "currency": "HTG"
                      },
                      {
                        "amount": 2360.51,
                        "currency": "XAF"
                      },
                      {
                        "amount": 3344.4,
                        "currency": "YER"
                      },
                      {
                        "amount": 1941.6,
                        "currency": "IQD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "99425821",
                "percentage": 24.3,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 4531.42,
                        "currency": "VUV"
                      },
                      {
                        "amount": 1592.19,
                        "currency": "TRY"
                      },
                      {
                        "amount": 4368.05,
                        "currency": "MGA"
                      },
                      {
                        "amount": 3236.84,
                        "currency": "TRY"
                      },
                      {
                        "amount": 1360.89,
                        "currency": "RSD"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Freddie",
                "index": 7,
                "lastName": "Stokes",
                "tierLevel": "Red",
                "tierLevelNumber": 2,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3971.49,
                        "currency": "MAD"
                      },
                      {
                        "amount": 3312.14,
                        "currency": "AED"
                      }
                    ],
                    [
                      {
                        "amount": 4155.63,
                        "currency": "LKR"
                      },
                      {
                        "amount": 1983.25,
                        "currency": "UGX"
                      },
                      {
                        "amount": 1235.49,
                        "currency": "BOB"
                      },
                      {
                        "amount": 3771.47,
                        "currency": "IQD"
                      },
                      {
                        "amount": 2718.26,
                        "currency": "MWK"
                      }
                    ],
                    [
                      {
                        "amount": 1228.08,
                        "currency": "MYR"
                      },
                      {
                        "amount": 4100.89,
                        "currency": "BND"
                      },
                      {
                        "amount": 4230.46,
                        "currency": "HNL"
                      }
                    ],
                    [
                      {
                        "amount": 1673.37,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 2303.7,
                        "currency": "UYU"
                      },
                      {
                        "amount": 4698.48,
                        "currency": "BND"
                      },
                      {
                        "amount": 3897.28,
                        "currency": "GYD"
                      },
                      {
                        "amount": 1312.23,
                        "currency": "CDF"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4559.35,
                        "currency": "LAK"
                      },
                      {
                        "amount": 4769.41,
                        "currency": "UAH"
                      },
                      {
                        "amount": 2477.35,
                        "currency": "BOB"
                      },
                      {
                        "amount": 2496.48,
                        "currency": "SBD"
                      }
                    ],
                    [
                      {
                        "amount": 324.04,
                        "currency": "IQD"
                      },
                      {
                        "amount": 3089.4,
                        "currency": "CNY"
                      },
                      {
                        "amount": 4929.5,
                        "currency": "BIF"
                      },
                      {
                        "amount": 736.47,
                        "currency": "SZL"
                      },
                      {
                        "amount": 4000.59,
                        "currency": "TOP"
                      }
                    ],
                    [
                      {
                        "amount": 530.84,
                        "currency": "KPW"
                      },
                      {
                        "amount": 4802.48,
                        "currency": "ALL"
                      },
                      {
                        "amount": 2287.62,
                        "currency": "SZL"
                      },
                      {
                        "amount": 1876.69,
                        "currency": "LBP"
                      },
                      {
                        "amount": 4331.32,
                        "currency": "STN"
                      }
                    ],
                    [
                      {
                        "amount": 2382.93,
                        "currency": "VES"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "FN",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3518.49,
                            "currency": "MXN"
                          },
                          {
                            "amount": 3653.24,
                            "currency": "MVR"
                          },
                          {
                            "amount": 1400.5,
                            "currency": "RUB"
                          },
                          {
                            "amount": 825.54,
                            "currency": "USD"
                          },
                          {
                            "amount": 4419.39,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 1323.96,
                            "currency": "OMR"
                          },
                          {
                            "amount": 4345.22,
                            "currency": "GNF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "tS",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3634.42,
                            "currency": "GYD"
                          },
                          {
                            "amount": 414.23,
                            "currency": "IRR"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4274.66,
                        "currency": "QAR"
                      },
                      {
                        "amount": 3592.46,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 3503.89,
                        "currency": "SYP"
                      },
                      {
                        "amount": 96.53,
                        "currency": "CHF"
                      }
                    ],
                    [
                      {
                        "amount": 1819.98,
                        "currency": "LKR"
                      },
                      {
                        "amount": 3036.45,
                        "currency": "WST"
                      },
                      {
                        "amount": 4991.58,
                        "currency": "AZN"
                      },
                      {
                        "amount": 4229.89,
                        "currency": "UAH"
                      },
                      {
                        "amount": 2501.05,
                        "currency": "MGA"
                      }
                    ],
                    [
                      {
                        "amount": 538.11,
                        "currency": "SZL"
                      },
                      {
                        "amount": 4210.39,
                        "currency": "LYD"
                      },
                      {
                        "amount": 1097.89,
                        "currency": "YER"
                      },
                      {
                        "amount": 4939.38,
                        "currency": "UYU"
                      }
                    ],
                    [
                      {
                        "amount": 4865.42,
                        "currency": "FKP"
                      },
                      {
                        "amount": 2050.02,
                        "currency": "GYD"
                      },
                      {
                        "amount": 3120.88,
                        "currency": "SBD"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3607.17,
                        "currency": "SAR"
                      },
                      {
                        "amount": 3081.43,
                        "currency": "GMD"
                      },
                      {
                        "amount": 2421.95,
                        "currency": "ISK"
                      },
                      {
                        "amount": 4342.07,
                        "currency": "LAK"
                      },
                      {
                        "amount": 2488.47,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 1463.84,
                        "currency": "GNF"
                      },
                      {
                        "amount": 3233,
                        "currency": "DJF"
                      },
                      {
                        "amount": 2886.45,
                        "currency": "UYU"
                      }
                    ],
                    [
                      {
                        "amount": 4910.87,
                        "currency": "YER"
                      },
                      {
                        "amount": 2230.51,
                        "currency": "SCR"
                      },
                      {
                        "amount": 184.61,
                        "currency": "MWK"
                      },
                      {
                        "amount": 4161.59,
                        "currency": "NOK"
                      },
                      {
                        "amount": 988.7,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 825.92,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 2145.98,
                        "currency": "XCD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "RM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 68.83,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 276.4,
                            "currency": "UZS"
                          },
                          {
                            "amount": 181.14,
                            "currency": "KPW"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "FR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2378.92,
                            "currency": "ETB"
                          }
                        ],
                        [
                          {
                            "amount": 2815.48,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3216.95,
                            "currency": "XPF"
                          },
                          {
                            "amount": 3448.55,
                            "currency": "XOF"
                          },
                          {
                            "amount": 4063.03,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 1104.64,
                            "currency": "RWF"
                          },
                          {
                            "amount": 931.12,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4643.35,
                            "currency": "MGA"
                          }
                        ],
                        [
                          {
                            "amount": 4038.65,
                            "currency": "KRW"
                          },
                          {
                            "amount": 4110.35,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1154.08,
                            "currency": "BTN"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2732.39,
                        "currency": "MVR"
                      }
                    ],
                    [
                      {
                        "amount": 147.89,
                        "currency": "NOK"
                      },
                      {
                        "amount": 304.81,
                        "currency": "IQD"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1466.34,
                        "currency": "RON"
                      }
                    ],
                    [
                      {
                        "amount": 1940,
                        "currency": "CVE"
                      },
                      {
                        "amount": 4700.55,
                        "currency": "MKD"
                      },
                      {
                        "amount": 1190.54,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 4186.32,
                        "currency": "ZMW"
                      }
                    ],
                    [
                      {
                        "amount": 3333.51,
                        "currency": "MVR"
                      },
                      {
                        "amount": 2212.96,
                        "currency": "VUV"
                      },
                      {
                        "amount": 30.72,
                        "currency": "MAD"
                      },
                      {
                        "amount": 621.67,
                        "currency": "MAD"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 471.99,
                        "currency": "RWF"
                      },
                      {
                        "amount": 2229.22,
                        "currency": "KGS"
                      },
                      {
                        "amount": 1044.91,
                        "currency": "TTD"
                      }
                    ],
                    [
                      {
                        "amount": 3294.87,
                        "currency": "DOP"
                      },
                      {
                        "amount": 4787.93,
                        "currency": "BRL"
                      },
                      {
                        "amount": 2000.93,
                        "currency": "KHR"
                      },
                      {
                        "amount": 4139.21,
                        "currency": "ANG"
                      },
                      {
                        "amount": 2329.73,
                        "currency": "IDR"
                      }
                    ],
                    [
                      {
                        "amount": 1894.65,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 4287.57,
                        "currency": "HUF"
                      },
                      {
                        "amount": 2969.54,
                        "currency": "ANG"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "21152981",
                "percentage": 12.5,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3590.67,
                        "currency": "SHP"
                      },
                      {
                        "amount": 1724.35,
                        "currency": "BDT"
                      },
                      {
                        "amount": 4447.1,
                        "currency": "SHP"
                      }
                    ],
                    [
                      {
                        "amount": 3365.84,
                        "currency": "MYR"
                      }
                    ],
                    [
                      {
                        "amount": 3388.84,
                        "currency": "CAD"
                      },
                      {
                        "amount": 2642.19,
                        "currency": "DJF"
                      },
                      {
                        "amount": 1954.47,
                        "currency": "LSL"
                      },
                      {
                        "amount": 3472.38,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 1412.01,
                        "currency": "ALL"
                      },
                      {
                        "amount": 2630.16,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 1892.19,
                        "currency": "CLP"
                      },
                      {
                        "amount": 244.77,
                        "currency": "TND"
                      },
                      {
                        "amount": 2535.03,
                        "currency": "MRU"
                      }
                    ],
                    [
                      {
                        "amount": 379.55,
                        "currency": "ARS"
                      },
                      {
                        "amount": 3229.65,
                        "currency": "BBD"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 1,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Ayden",
                "index": 2,
                "lastName": "Murazik",
                "tierLevel": "Platinum",
                "tierLevelNumber": 0,
                "type": "CHD"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4407.21,
                        "currency": "EGP"
                      },
                      {
                        "amount": 2107.69,
                        "currency": "TOP"
                      }
                    ],
                    [
                      {
                        "amount": 833.41,
                        "currency": "NOK"
                      },
                      {
                        "amount": 1078.4,
                        "currency": "CHF"
                      }
                    ],
                    [
                      {
                        "amount": 870.34,
                        "currency": "MUR"
                      }
                    ],
                    [
                      {
                        "amount": 2731.56,
                        "currency": "XOF"
                      }
                    ],
                    [
                      {
                        "amount": 2598.64,
                        "currency": "CUP"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2409.13,
                        "currency": "MNT"
                      },
                      {
                        "amount": 3170.36,
                        "currency": "TZS"
                      }
                    ],
                    [
                      {
                        "amount": 4302.9,
                        "currency": "VND"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Pk",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3971.44,
                            "currency": "HUF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ew",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4929.93,
                            "currency": "NGN"
                          },
                          {
                            "amount": 1197.1,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 3340.2,
                            "currency": "AMD"
                          },
                          {
                            "amount": 1671.24,
                            "currency": "JMD"
                          },
                          {
                            "amount": 1372.29,
                            "currency": "MUR"
                          },
                          {
                            "amount": 1069.8,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 2082.9,
                            "currency": "TRY"
                          },
                          {
                            "amount": 1938.22,
                            "currency": "MNT"
                          },
                          {
                            "amount": 163.45,
                            "currency": "AUD"
                          },
                          {
                            "amount": 1358.13,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 1927.01,
                            "currency": "KMF"
                          }
                        ],
                        [
                          {
                            "amount": 4666.77,
                            "currency": "UYU"
                          },
                          {
                            "amount": 4688.18,
                            "currency": "COP"
                          },
                          {
                            "amount": 4831.27,
                            "currency": "OMR"
                          },
                          {
                            "amount": 1021.29,
                            "currency": "MDL"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Fx",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4708.1,
                            "currency": "HTG"
                          },
                          {
                            "amount": 2252.68,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 1517.08,
                            "currency": "PEN"
                          },
                          {
                            "amount": 999.37,
                            "currency": "GNF"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3346.29,
                        "currency": "JMD"
                      },
                      {
                        "amount": 4661.69,
                        "currency": "DOP"
                      },
                      {
                        "amount": 3740.98,
                        "currency": "MYR"
                      }
                    ],
                    [
                      {
                        "amount": 4522.24,
                        "currency": "NPR"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4216.82,
                        "currency": "JPY"
                      },
                      {
                        "amount": 1009.89,
                        "currency": "MWK"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "nv",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1872.84,
                            "currency": "PKR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "dr",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2239.69,
                            "currency": "BND"
                          }
                        ],
                        [
                          {
                            "amount": 3331,
                            "currency": "RWF"
                          },
                          {
                            "amount": 2565.65,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1411.11,
                            "currency": "ANG"
                          },
                          {
                            "amount": 1282.04,
                            "currency": "AZN"
                          }
                        ],
                        [
                          {
                            "amount": 3166.12,
                            "currency": "KPW"
                          },
                          {
                            "amount": 545.66,
                            "currency": "CUP"
                          },
                          {
                            "amount": 1306.02,
                            "currency": "PLN"
                          }
                        ],
                        [
                          {
                            "amount": 1417.39,
                            "currency": "USD"
                          },
                          {
                            "amount": 4460.66,
                            "currency": "AFN"
                          },
                          {
                            "amount": 1119.22,
                            "currency": "CDF"
                          },
                          {
                            "amount": 1544.18,
                            "currency": "MDL"
                          },
                          {
                            "amount": 4524,
                            "currency": "TZS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "OY",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1583.88,
                            "currency": "NGN"
                          },
                          {
                            "amount": 3780.64,
                            "currency": "AED"
                          },
                          {
                            "amount": 2247.62,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2466.35,
                            "currency": "KHR"
                          },
                          {
                            "amount": 2084.17,
                            "currency": "AMD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ot",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4878.4,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 3189.07,
                            "currency": "ILS"
                          },
                          {
                            "amount": 808.95,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4102.22,
                            "currency": "XPF"
                          },
                          {
                            "amount": 3969.19,
                            "currency": "MDL"
                          }
                        ],
                        [
                          {
                            "amount": 688.33,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 1895.08,
                            "currency": "AED"
                          },
                          {
                            "amount": 1343.04,
                            "currency": "EUR"
                          },
                          {
                            "amount": 802.96,
                            "currency": "NZD"
                          },
                          {
                            "amount": 4883.79,
                            "currency": "NZD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1480.23,
                        "currency": "RUB"
                      },
                      {
                        "amount": 581.28,
                        "currency": "EUR"
                      },
                      {
                        "amount": 4354.3,
                        "currency": "KRW"
                      },
                      {
                        "amount": 2585.75,
                        "currency": "PGK"
                      }
                    ],
                    [
                      {
                        "amount": 1344.34,
                        "currency": "SRD"
                      },
                      {
                        "amount": 3647.89,
                        "currency": "PLN"
                      },
                      {
                        "amount": 4729.37,
                        "currency": "BZD"
                      },
                      {
                        "amount": 4837.92,
                        "currency": "BGN"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3333.88,
                        "currency": "CDF"
                      },
                      {
                        "amount": 2390.6,
                        "currency": "LSL"
                      },
                      {
                        "amount": 1271.26,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 193.19,
                        "currency": "BZD"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 557.19,
                        "currency": "UYU"
                      },
                      {
                        "amount": 437.97,
                        "currency": "KRW"
                      }
                    ],
                    [
                      {
                        "amount": 273.84,
                        "currency": "BMD"
                      },
                      {
                        "amount": 3234.03,
                        "currency": "BSD"
                      },
                      {
                        "amount": 3763.12,
                        "currency": "MUR"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "91381957",
                "percentage": 5.5,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2510.76,
                        "currency": "QAR"
                      },
                      {
                        "amount": 1813.69,
                        "currency": "XAF"
                      },
                      {
                        "amount": 2432.63,
                        "currency": "PAB"
                      },
                      {
                        "amount": 652.35,
                        "currency": "BIF"
                      },
                      {
                        "amount": 2728.34,
                        "currency": "RON"
                      }
                    ],
                    [
                      {
                        "amount": 2724.96,
                        "currency": "ANG"
                      },
                      {
                        "amount": 4234.54,
                        "currency": "KWD"
                      },
                      {
                        "amount": 4640,
                        "currency": "XPF"
                      },
                      {
                        "amount": 3140.48,
                        "currency": "JPY"
                      }
                    ],
                    [
                      {
                        "amount": 1094.03,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 3805.14,
                        "currency": "ANG"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Connection"
          }
        }
      ]
    },
    {
      "ancillaryConfiguration": {
        "allowQuantity": true,
        "maxQuantityPerPax": 5
      },
      "ancillarySpecialService": {
        "code": "WCHR",
        "requiredProperties": {
          "propertyDefinitionList": [
            {
              "@type": "PropertyDefinition",
              "optional": true,
              "propertyName": "WEIGHT",
              "propertyType": "TEXT"
            }
          ]
        },
        "type": "NOTALLOWED"
      },
      "bundleItems": [
        {
          "code": "Lf8",
          "groupCode": "qR"
        },
        {
          "code": "5d2",
          "groupCode": "qC"
        },
        {
          "code": "Jnn",
          "groupCode": "Iy"
        },
        {
          "code": "qc0",
          "groupCode": "Ai"
        },
        {
          "code": "KJw",
          "groupCode": "eX"
        }
      ],
      "code": "1IK",
      "refundable": false,
      "travelPartOffers": [
        {
          "availableInventory": 0,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Assunta",
                "index": 1,
                "lastName": "Schroeder",
                "tierLevel": "Red",
                "tierLevelNumber": 4,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 307.24,
                        "currency": "JOD"
                      },
                      {
                        "amount": 4849.44,
                        "currency": "TZS"
                      },
                      {
                        "amount": 2171.75,
                        "currency": "PAB"
                      },
                      {
                        "amount": 4150.15,
                        "currency": "XCD"
                      },
                      {
                        "amount": 3511.54,
                        "currency": "BND"
                      }
                    ],
                    [
                      {
                        "amount": 415.53,
                        "currency": "DJF"
                      },
                      {
                        "amount": 3495.5,
                        "currency": "CDF"
                      },
                      {
                        "amount": 771.66,
                        "currency": "GMD"
                      },
                      {
                        "amount": 2914.95,
                        "currency": "CLP"
                      },
                      {
                        "amount": 4404.01,
                        "currency": "AWG"
                      }
                    ],
                    [
                      {
                        "amount": 4331.15,
                        "currency": "MAD"
                      },
                      {
                        "amount": 3767.31,
                        "currency": "SEK"
                      },
                      {
                        "amount": 4884.1,
                        "currency": "RWF"
                      }
                    ],
                    [
                      {
                        "amount": 3501.67,
                        "currency": "PLN"
                      },
                      {
                        "amount": 626.42,
                        "currency": "ANG"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2855.21,
                        "currency": "MVR"
                      },
                      {
                        "amount": 3586.05,
                        "currency": "INR"
                      }
                    ],
                    [
                      {
                        "amount": 3925.87,
                        "currency": "OMR"
                      },
                      {
                        "amount": 2591.42,
                        "currency": "QAR"
                      }
                    ],
                    [
                      {
                        "amount": 4030.03,
                        "currency": "KZT"
                      },
                      {
                        "amount": 4606.67,
                        "currency": "MUR"
                      },
                      {
                        "amount": 1156.27,
                        "currency": "JPY"
                      },
                      {
                        "amount": 4783.76,
                        "currency": "MUR"
                      },
                      {
                        "amount": 4871.46,
                        "currency": "QAR"
                      }
                    ],
                    [
                      {
                        "amount": 233.47,
                        "currency": "SGD"
                      },
                      {
                        "amount": 483.17,
                        "currency": "RUB"
                      },
                      {
                        "amount": 2667.8,
                        "currency": "NZD"
                      },
                      {
                        "amount": 1251.5,
                        "currency": "TTD"
                      },
                      {
                        "amount": 936.8,
                        "currency": "MAD"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Tz",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4674.75,
                            "currency": "GNF"
                          },
                          {
                            "amount": 3895.48,
                            "currency": "XCD"
                          },
                          {
                            "amount": 898.63,
                            "currency": "NIO"
                          }
                        ],
                        [
                          {
                            "amount": 4137.81,
                            "currency": "SHP"
                          },
                          {
                            "amount": 1450.08,
                            "currency": "BBD"
                          },
                          {
                            "amount": 3471.56,
                            "currency": "MGA"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "JM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 795.22,
                            "currency": "ARS"
                          },
                          {
                            "amount": 1317.69,
                            "currency": "INR"
                          }
                        ],
                        [
                          {
                            "amount": 4688.77,
                            "currency": "YER"
                          },
                          {
                            "amount": 4962.87,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 3694.81,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 1894.03,
                            "currency": "RON"
                          },
                          {
                            "amount": 2000.26,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 3003.56,
                            "currency": "DOP"
                          },
                          {
                            "amount": 2344.23,
                            "currency": "CRC"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "FH",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3539.67,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3022.82,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 3523.32,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 616.03,
                            "currency": "HNL"
                          }
                        ],
                        [
                          {
                            "amount": 530.87,
                            "currency": "RUB"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "IT",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1590.2,
                            "currency": "XPF"
                          },
                          {
                            "amount": 3142.46,
                            "currency": "ARS"
                          },
                          {
                            "amount": 104.74,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 3608.77,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 1384.42,
                            "currency": "SAR"
                          },
                          {
                            "amount": 1729.77,
                            "currency": "KES"
                          },
                          {
                            "amount": 117.67,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 108.4,
                            "currency": "SRD"
                          },
                          {
                            "amount": 1592.59,
                            "currency": "KPW"
                          },
                          {
                            "amount": 4045.6,
                            "currency": "MWK"
                          },
                          {
                            "amount": 1019.3,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 347.12,
                            "currency": "USD"
                          },
                          {
                            "amount": 2741.4,
                            "currency": "NGN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "XG",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 50.51,
                            "currency": "GHS"
                          },
                          {
                            "amount": 1514.38,
                            "currency": "MZN"
                          },
                          {
                            "amount": 3302.4,
                            "currency": "HTG"
                          },
                          {
                            "amount": 2793.6,
                            "currency": "TMT"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4353.29,
                        "currency": "HUF"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1550.12,
                        "currency": "NIO"
                      },
                      {
                        "amount": 2306.91,
                        "currency": "LSL"
                      },
                      {
                        "amount": 3427.97,
                        "currency": "BWP"
                      },
                      {
                        "amount": 1043.5,
                        "currency": "JMD"
                      },
                      {
                        "amount": 3832.41,
                        "currency": "ZAR"
                      }
                    ],
                    [
                      {
                        "amount": 3342.88,
                        "currency": "ERN"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "jf",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1871.64,
                            "currency": "KHR"
                          },
                          {
                            "amount": 4315.07,
                            "currency": "BBD"
                          },
                          {
                            "amount": 3725.54,
                            "currency": "BIF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ti",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3090.58,
                            "currency": "BRL"
                          },
                          {
                            "amount": 2153.25,
                            "currency": "EUR"
                          },
                          {
                            "amount": 4478.79,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3487,
                            "currency": "FJD"
                          },
                          {
                            "amount": 2305.34,
                            "currency": "IDR"
                          }
                        ],
                        [
                          {
                            "amount": 2239.67,
                            "currency": "PAB"
                          },
                          {
                            "amount": 1090.12,
                            "currency": "FJD"
                          },
                          {
                            "amount": 1271.79,
                            "currency": "WST"
                          },
                          {
                            "amount": 1928.13,
                            "currency": "UZS"
                          },
                          {
                            "amount": 4012.25,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 4112.28,
                            "currency": "NPR"
                          },
                          {
                            "amount": 101.72,
                            "currency": "JMD"
                          },
                          {
                            "amount": 4218.61,
                            "currency": "BMD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "vP",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3311.34,
                            "currency": "BSD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "lF",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4220.15,
                            "currency": "LRD"
                          },
                          {
                            "amount": 807.12,
                            "currency": "SRD"
                          },
                          {
                            "amount": 2215.53,
                            "currency": "BRL"
                          },
                          {
                            "amount": 2619.3,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 661.38,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4359.68,
                        "currency": "STN"
                      },
                      {
                        "amount": 2589.38,
                        "currency": "DOP"
                      }
                    ],
                    [
                      {
                        "amount": 2399.45,
                        "currency": "KZT"
                      },
                      {
                        "amount": 1825.47,
                        "currency": "LAK"
                      },
                      {
                        "amount": 2727.6,
                        "currency": "GIP"
                      },
                      {
                        "amount": 1900.67,
                        "currency": "NIO"
                      }
                    ],
                    [
                      {
                        "amount": 61.33,
                        "currency": "TZS"
                      },
                      {
                        "amount": 4259.22,
                        "currency": "MNT"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 73.07,
                        "currency": "FJD"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2304.63,
                        "currency": "DKK"
                      },
                      {
                        "amount": 883.53,
                        "currency": "SDG"
                      }
                    ],
                    [
                      {
                        "amount": 3539.44,
                        "currency": "UAH"
                      },
                      {
                        "amount": 3921.93,
                        "currency": "KZT"
                      },
                      {
                        "amount": 4747.82,
                        "currency": "BHD"
                      },
                      {
                        "amount": 2260.9,
                        "currency": "BZD"
                      },
                      {
                        "amount": 3249.5,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 931.74,
                        "currency": "ETB"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "64610088",
                "percentage": 27.1,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 4272.19,
                        "currency": "KHR"
                      },
                      {
                        "amount": 4776.2,
                        "currency": "PGK"
                      },
                      {
                        "amount": 3299.54,
                        "currency": "QAR"
                      },
                      {
                        "amount": 1966.7,
                        "currency": "KYD"
                      }
                    ],
                    [
                      {
                        "amount": 2858.35,
                        "currency": "LSL"
                      },
                      {
                        "amount": 23.95,
                        "currency": "ISK"
                      },
                      {
                        "amount": 4794.47,
                        "currency": "BRL"
                      },
                      {
                        "amount": 983.04,
                        "currency": "KWD"
                      }
                    ],
                    [
                      {
                        "amount": 2561.83,
                        "currency": "USD"
                      },
                      {
                        "amount": 1207.11,
                        "currency": "HUF"
                      },
                      {
                        "amount": 2929.7,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 4423.27,
                        "currency": "ILS"
                      },
                      {
                        "amount": 2618.71,
                        "currency": "LAK"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Deion",
                "index": 3,
                "lastName": "Breitenberg",
                "tierLevel": "Gold",
                "tierLevelNumber": 4,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3140.17,
                        "currency": "TZS"
                      },
                      {
                        "amount": 4682.28,
                        "currency": "ILS"
                      },
                      {
                        "amount": 4920.82,
                        "currency": "PEN"
                      },
                      {
                        "amount": 3914.04,
                        "currency": "FJD"
                      },
                      {
                        "amount": 4306.62,
                        "currency": "PYG"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4039.48,
                        "currency": "CAD"
                      },
                      {
                        "amount": 397.44,
                        "currency": "USD"
                      },
                      {
                        "amount": 2764.32,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 4604.43,
                        "currency": "JOD"
                      },
                      {
                        "amount": 3741.83,
                        "currency": "GNF"
                      },
                      {
                        "amount": 2191.63,
                        "currency": "ZAR"
                      }
                    ],
                    [
                      {
                        "amount": 2544.2,
                        "currency": "ETB"
                      },
                      {
                        "amount": 2953.94,
                        "currency": "BSD"
                      },
                      {
                        "amount": 3952.54,
                        "currency": "VES"
                      },
                      {
                        "amount": 2959.02,
                        "currency": "YER"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "XE",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1075.2,
                            "currency": "SSP"
                          },
                          {
                            "amount": 4917.57,
                            "currency": "MKD"
                          },
                          {
                            "amount": 2657.8,
                            "currency": "MMK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Do",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4315.94,
                            "currency": "GBP"
                          },
                          {
                            "amount": 2045.44,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 2293.08,
                            "currency": "BRL"
                          },
                          {
                            "amount": 564.56,
                            "currency": "CAD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1077.63,
                        "currency": "MRU"
                      },
                      {
                        "amount": 2849.05,
                        "currency": "FKP"
                      }
                    ],
                    [
                      {
                        "amount": 761.5,
                        "currency": "BGN"
                      },
                      {
                        "amount": 4523.63,
                        "currency": "KRW"
                      },
                      {
                        "amount": 1375.98,
                        "currency": "SCR"
                      }
                    ],
                    [
                      {
                        "amount": 2172.89,
                        "currency": "IQD"
                      },
                      {
                        "amount": 1438.2,
                        "currency": "CZK"
                      },
                      {
                        "amount": 1133.46,
                        "currency": "LBP"
                      },
                      {
                        "amount": 1865.96,
                        "currency": "USD"
                      },
                      {
                        "amount": 1764.43,
                        "currency": "XAF"
                      }
                    ],
                    [
                      {
                        "amount": 331.04,
                        "currency": "THB"
                      },
                      {
                        "amount": 1889.18,
                        "currency": "SAR"
                      },
                      {
                        "amount": 3777.84,
                        "currency": "RUB"
                      },
                      {
                        "amount": 2433.46,
                        "currency": "STN"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 386.96,
                        "currency": "TJS"
                      }
                    ],
                    [
                      {
                        "amount": 4725.2,
                        "currency": "KRW"
                      },
                      {
                        "amount": 1526.32,
                        "currency": "DOP"
                      },
                      {
                        "amount": 770.72,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 1230.16,
                        "currency": "SAR"
                      },
                      {
                        "amount": 3818.62,
                        "currency": "TND"
                      },
                      {
                        "amount": 955.32,
                        "currency": "BMD"
                      },
                      {
                        "amount": 4371.35,
                        "currency": "NAD"
                      },
                      {
                        "amount": 1045.31,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 169.62,
                        "currency": "MVR"
                      }
                    ],
                    [
                      {
                        "amount": 4924.98,
                        "currency": "BYN"
                      },
                      {
                        "amount": 3149.75,
                        "currency": "LSL"
                      },
                      {
                        "amount": 3073.51,
                        "currency": "NPR"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Ls",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4331.28,
                            "currency": "NZD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "JK",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1524.64,
                            "currency": "BTN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "IO",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2214.26,
                            "currency": "VND"
                          },
                          {
                            "amount": 4631.12,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 3766.84,
                            "currency": "KMF"
                          },
                          {
                            "amount": 2184.32,
                            "currency": "VES"
                          },
                          {
                            "amount": 771.59,
                            "currency": "XPF"
                          },
                          {
                            "amount": 3843.22,
                            "currency": "HTG"
                          },
                          {
                            "amount": 3699.11,
                            "currency": "CZK"
                          }
                        ],
                        [
                          {
                            "amount": 4427.13,
                            "currency": "BTN"
                          },
                          {
                            "amount": 3650.59,
                            "currency": "EGP"
                          },
                          {
                            "amount": 3460.74,
                            "currency": "AMD"
                          },
                          {
                            "amount": 116.06,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4188.86,
                            "currency": "KPW"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3028.24,
                        "currency": "OMR"
                      },
                      {
                        "amount": 4681.46,
                        "currency": "DJF"
                      }
                    ],
                    [
                      {
                        "amount": 1476.65,
                        "currency": "PGK"
                      },
                      {
                        "amount": 2374.73,
                        "currency": "XAF"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2627.7,
                        "currency": "MAD"
                      },
                      {
                        "amount": 2669.41,
                        "currency": "SRD"
                      },
                      {
                        "amount": 1288.68,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 4217.38,
                        "currency": "BGN"
                      },
                      {
                        "amount": 465.16,
                        "currency": "STN"
                      },
                      {
                        "amount": 3129.21,
                        "currency": "LYD"
                      },
                      {
                        "amount": 2035.91,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 3402.36,
                        "currency": "TJS"
                      }
                    ],
                    [
                      {
                        "amount": 1245.53,
                        "currency": "MMK"
                      },
                      {
                        "amount": 4469.65,
                        "currency": "BSD"
                      },
                      {
                        "amount": 2985.29,
                        "currency": "LKR"
                      }
                    ],
                    [
                      {
                        "amount": 2220.92,
                        "currency": "LKR"
                      },
                      {
                        "amount": 811.41,
                        "currency": "XAF"
                      },
                      {
                        "amount": 4756.35,
                        "currency": "HKD"
                      },
                      {
                        "amount": 4053.61,
                        "currency": "HNL"
                      },
                      {
                        "amount": 2300.34,
                        "currency": "HKD"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4697.07,
                        "currency": "NAD"
                      },
                      {
                        "amount": 2452.18,
                        "currency": "BGN"
                      },
                      {
                        "amount": 3846.52,
                        "currency": "ZAR"
                      }
                    ],
                    [
                      {
                        "amount": 2518.54,
                        "currency": "BRL"
                      },
                      {
                        "amount": 3125.14,
                        "currency": "TZS"
                      },
                      {
                        "amount": 3166.27,
                        "currency": "PYG"
                      },
                      {
                        "amount": 2178.29,
                        "currency": "ALL"
                      }
                    ],
                    [
                      {
                        "amount": 2753.77,
                        "currency": "AZN"
                      },
                      {
                        "amount": 3972.23,
                        "currency": "BYN"
                      },
                      {
                        "amount": 2986.03,
                        "currency": "BGN"
                      },
                      {
                        "amount": 856.08,
                        "currency": "SBD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "39535683",
                "percentage": 5.3,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 911.33,
                        "currency": "MKD"
                      },
                      {
                        "amount": 3392.18,
                        "currency": "AUD"
                      },
                      {
                        "amount": 2294.28,
                        "currency": "ARS"
                      },
                      {
                        "amount": 664.81,
                        "currency": "AUD"
                      },
                      {
                        "amount": 2404.22,
                        "currency": "MRU"
                      }
                    ],
                    [
                      {
                        "amount": 4419.41,
                        "currency": "NGN"
                      },
                      {
                        "amount": 2370.46,
                        "currency": "UGX"
                      },
                      {
                        "amount": 2089.6,
                        "currency": "KWD"
                      }
                    ],
                    [
                      {
                        "amount": 4242.01,
                        "currency": "UYU"
                      },
                      {
                        "amount": 130.13,
                        "currency": "UYU"
                      },
                      {
                        "amount": 2316.41,
                        "currency": "BYN"
                      },
                      {
                        "amount": 2578.59,
                        "currency": "ALL"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Inbound"
          }
        },
        {
          "availableInventory": 34,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Morris",
                "index": 7,
                "lastName": "Purdy",
                "tierLevel": "Red",
                "tierLevelNumber": 2,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3849.04,
                        "currency": "JMD"
                      },
                      {
                        "amount": 4206.48,
                        "currency": "FKP"
                      },
                      {
                        "amount": 3640.89,
                        "currency": "HNL"
                      },
                      {
                        "amount": 4311.6,
                        "currency": "VUV"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4403.39,
                        "currency": "GYD"
                      },
                      {
                        "amount": 4909.15,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 4604.52,
                        "currency": "SHP"
                      },
                      {
                        "amount": 3220.54,
                        "currency": "NPR"
                      },
                      {
                        "amount": 1219.83,
                        "currency": "BBD"
                      }
                    ],
                    [
                      {
                        "amount": 1132.73,
                        "currency": "PLN"
                      }
                    ],
                    [
                      {
                        "amount": 2461.78,
                        "currency": "BHD"
                      },
                      {
                        "amount": 739.1,
                        "currency": "BZD"
                      }
                    ],
                    [
                      {
                        "amount": 1302.49,
                        "currency": "NGN"
                      },
                      {
                        "amount": 3188.11,
                        "currency": "ALL"
                      },
                      {
                        "amount": 1343.93,
                        "currency": "BOB"
                      },
                      {
                        "amount": 1840.14,
                        "currency": "HTG"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "lW",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 759.97,
                            "currency": "XCD"
                          },
                          {
                            "amount": 815.65,
                            "currency": "AFN"
                          },
                          {
                            "amount": 1675.85,
                            "currency": "ALL"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Lw",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 182.55,
                            "currency": "MYR"
                          },
                          {
                            "amount": 883.24,
                            "currency": "KRW"
                          },
                          {
                            "amount": 1125.47,
                            "currency": "GHS"
                          },
                          {
                            "amount": 1347.05,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 653,
                            "currency": "IDR"
                          },
                          {
                            "amount": 1687.31,
                            "currency": "JPY"
                          },
                          {
                            "amount": 550.93,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 1481.95,
                            "currency": "AWG"
                          },
                          {
                            "amount": 3711.7,
                            "currency": "SZL"
                          },
                          {
                            "amount": 2214.14,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4839.02,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 3877.07,
                            "currency": "IRR"
                          },
                          {
                            "amount": 1394.67,
                            "currency": "TMT"
                          },
                          {
                            "amount": 82.37,
                            "currency": "MZN"
                          },
                          {
                            "amount": 4342.19,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4589.75,
                            "currency": "THB"
                          }
                        ],
                        [
                          {
                            "amount": 55.43,
                            "currency": "MMK"
                          },
                          {
                            "amount": 4851.99,
                            "currency": "TJS"
                          },
                          {
                            "amount": 1838.55,
                            "currency": "BRL"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4693.71,
                        "currency": "SRD"
                      }
                    ],
                    [
                      {
                        "amount": 2108.26,
                        "currency": "AFN"
                      },
                      {
                        "amount": 4953.36,
                        "currency": "CRC"
                      },
                      {
                        "amount": 1443.1,
                        "currency": "TJS"
                      },
                      {
                        "amount": 4457.68,
                        "currency": "ZMW"
                      }
                    ],
                    [
                      {
                        "amount": 3169.96,
                        "currency": "SOS"
                      },
                      {
                        "amount": 4504.16,
                        "currency": "SYP"
                      },
                      {
                        "amount": 1009.52,
                        "currency": "MVR"
                      },
                      {
                        "amount": 3548.2,
                        "currency": "AWG"
                      }
                    ],
                    [
                      {
                        "amount": 2319.83,
                        "currency": "COP"
                      },
                      {
                        "amount": 4618.13,
                        "currency": "CVE"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2494.52,
                        "currency": "PYG"
                      },
                      {
                        "amount": 952.62,
                        "currency": "UYU"
                      },
                      {
                        "amount": 2975.94,
                        "currency": "WST"
                      },
                      {
                        "amount": 3704.86,
                        "currency": "MVR"
                      },
                      {
                        "amount": 747.57,
                        "currency": "ISK"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Qb",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2370.05,
                            "currency": "PHP"
                          },
                          {
                            "amount": 3231.87,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 590.5,
                            "currency": "XCD"
                          },
                          {
                            "amount": 1837.92,
                            "currency": "NAD"
                          },
                          {
                            "amount": 1433.42,
                            "currency": "RON"
                          },
                          {
                            "amount": 1647.01,
                            "currency": "AFN"
                          },
                          {
                            "amount": 4850.72,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 1145.27,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2747.99,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1987.07,
                            "currency": "KYD"
                          },
                          {
                            "amount": 4453.36,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 661.2,
                            "currency": "XPF"
                          },
                          {
                            "amount": 4524.67,
                            "currency": "YER"
                          },
                          {
                            "amount": 1380.69,
                            "currency": "RWF"
                          },
                          {
                            "amount": 1543.53,
                            "currency": "KMF"
                          },
                          {
                            "amount": 4518.23,
                            "currency": "CNY"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "zi",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 217.77,
                            "currency": "GNF"
                          },
                          {
                            "amount": 3781.27,
                            "currency": "QAR"
                          },
                          {
                            "amount": 3642.12,
                            "currency": "SOS"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2377.47,
                        "currency": "ETB"
                      },
                      {
                        "amount": 3504.36,
                        "currency": "NOK"
                      },
                      {
                        "amount": 4840.49,
                        "currency": "SGD"
                      },
                      {
                        "amount": 2139.01,
                        "currency": "IDR"
                      }
                    ],
                    [
                      {
                        "amount": 3150.5,
                        "currency": "BWP"
                      },
                      {
                        "amount": 4450.74,
                        "currency": "PKR"
                      },
                      {
                        "amount": 1924.24,
                        "currency": "MNT"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 668.58,
                        "currency": "UAH"
                      },
                      {
                        "amount": 2606.78,
                        "currency": "DKK"
                      },
                      {
                        "amount": 1278.01,
                        "currency": "SZL"
                      },
                      {
                        "amount": 1701.64,
                        "currency": "DKK"
                      },
                      {
                        "amount": 659.99,
                        "currency": "BYN"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2554.14,
                        "currency": "VUV"
                      },
                      {
                        "amount": 2605.51,
                        "currency": "BZD"
                      },
                      {
                        "amount": 1410.26,
                        "currency": "XOF"
                      },
                      {
                        "amount": 1110.26,
                        "currency": "UZS"
                      }
                    ],
                    [
                      {
                        "amount": 3836.22,
                        "currency": "LRD"
                      },
                      {
                        "amount": 4188.82,
                        "currency": "SCR"
                      }
                    ],
                    [
                      {
                        "amount": 2498.94,
                        "currency": "TND"
                      }
                    ],
                    [
                      {
                        "amount": 832.11,
                        "currency": "HNL"
                      },
                      {
                        "amount": 3468.85,
                        "currency": "PHP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "54444754",
                "percentage": 22.7,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 4434.08,
                        "currency": "COP"
                      },
                      {
                        "amount": 1710.05,
                        "currency": "AMD"
                      },
                      {
                        "amount": 2191.93,
                        "currency": "MUR"
                      },
                      {
                        "amount": 2921.02,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 952.33,
                        "currency": "UGX"
                      },
                      {
                        "amount": 2168.39,
                        "currency": "TZS"
                      },
                      {
                        "amount": 358.15,
                        "currency": "IRR"
                      },
                      {
                        "amount": 1794.46,
                        "currency": "GYD"
                      },
                      {
                        "amount": 816.16,
                        "currency": "IDR"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 1,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Hulda",
                "index": 3,
                "lastName": "Waters",
                "tierLevel": "Red",
                "tierLevelNumber": 4,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2198.12,
                        "currency": "TOP"
                      },
                      {
                        "amount": 4219.45,
                        "currency": "CAD"
                      },
                      {
                        "amount": 3671.56,
                        "currency": "MRU"
                      }
                    ],
                    [
                      {
                        "amount": 2296.34,
                        "currency": "VUV"
                      },
                      {
                        "amount": 2927.89,
                        "currency": "UZS"
                      }
                    ],
                    [
                      {
                        "amount": 279.17,
                        "currency": "CUP"
                      },
                      {
                        "amount": 3635.18,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 2260.63,
                        "currency": "AED"
                      }
                    ],
                    [
                      {
                        "amount": 2606.54,
                        "currency": "AFN"
                      },
                      {
                        "amount": 2411.2,
                        "currency": "MUR"
                      },
                      {
                        "amount": 2004.41,
                        "currency": "KZT"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2003.05,
                        "currency": "QAR"
                      }
                    ],
                    [
                      {
                        "amount": 3606.48,
                        "currency": "BAM"
                      }
                    ],
                    [
                      {
                        "amount": 4109.32,
                        "currency": "GBP"
                      }
                    ],
                    [
                      {
                        "amount": 2503.15,
                        "currency": "BHD"
                      },
                      {
                        "amount": 4696.5,
                        "currency": "CZK"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "KM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 261.4,
                            "currency": "UAH"
                          },
                          {
                            "amount": 3025.51,
                            "currency": "JPY"
                          },
                          {
                            "amount": 4241.73,
                            "currency": "QAR"
                          }
                        ],
                        [
                          {
                            "amount": 4526.19,
                            "currency": "BGN"
                          },
                          {
                            "amount": 2557.2,
                            "currency": "THB"
                          },
                          {
                            "amount": 1200.76,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 3696.62,
                            "currency": "SSP"
                          },
                          {
                            "amount": 4735.19,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4979.11,
                            "currency": "AMD"
                          },
                          {
                            "amount": 705.19,
                            "currency": "DOP"
                          },
                          {
                            "amount": 799.58,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 3765.93,
                            "currency": "MYR"
                          },
                          {
                            "amount": 4748.81,
                            "currency": "SBD"
                          },
                          {
                            "amount": 1656.19,
                            "currency": "LBP"
                          },
                          {
                            "amount": 2293.69,
                            "currency": "LAK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Et",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1320.27,
                            "currency": "PYG"
                          },
                          {
                            "amount": 2163.41,
                            "currency": "KRW"
                          },
                          {
                            "amount": 557.7,
                            "currency": "AFN"
                          },
                          {
                            "amount": 4414.37,
                            "currency": "SLE"
                          },
                          {
                            "amount": 113.26,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 2656.94,
                            "currency": "NIO"
                          },
                          {
                            "amount": 2212.08,
                            "currency": "CZK"
                          },
                          {
                            "amount": 1156.62,
                            "currency": "TOP"
                          },
                          {
                            "amount": 2382.69,
                            "currency": "GIP"
                          },
                          {
                            "amount": 2331.45,
                            "currency": "QAR"
                          }
                        ],
                        [
                          {
                            "amount": 3060.27,
                            "currency": "INR"
                          },
                          {
                            "amount": 600.8,
                            "currency": "KRW"
                          },
                          {
                            "amount": 3182.68,
                            "currency": "IDR"
                          },
                          {
                            "amount": 1492.03,
                            "currency": "TZS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ua",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 729.84,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2855.18,
                            "currency": "KRW"
                          },
                          {
                            "amount": 577.06,
                            "currency": "AED"
                          },
                          {
                            "amount": 720.41,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 3574.85,
                            "currency": "UYU"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "hq",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2958.94,
                            "currency": "JPY"
                          },
                          {
                            "amount": 99.14,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 2150.41,
                            "currency": "AOA"
                          },
                          {
                            "amount": 2982.7,
                            "currency": "PAB"
                          },
                          {
                            "amount": 3158.37,
                            "currency": "ARS"
                          },
                          {
                            "amount": 118.34,
                            "currency": "AZN"
                          },
                          {
                            "amount": 3201.15,
                            "currency": "SYP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "og",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3544.38,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4944.28,
                        "currency": "PAB"
                      },
                      {
                        "amount": 4525.6,
                        "currency": "MAD"
                      },
                      {
                        "amount": 2768.49,
                        "currency": "AFN"
                      },
                      {
                        "amount": 2264.24,
                        "currency": "ETB"
                      },
                      {
                        "amount": 3573.8,
                        "currency": "MVR"
                      }
                    ],
                    [
                      {
                        "amount": 573.82,
                        "currency": "JOD"
                      }
                    ],
                    [
                      {
                        "amount": 1042.1,
                        "currency": "COP"
                      }
                    ],
                    [
                      {
                        "amount": 2586.02,
                        "currency": "MGA"
                      },
                      {
                        "amount": 874.92,
                        "currency": "IRR"
                      },
                      {
                        "amount": 2722.46,
                        "currency": "BHD"
                      }
                    ],
                    [
                      {
                        "amount": 673.59,
                        "currency": "TJS"
                      },
                      {
                        "amount": 4079.97,
                        "currency": "BIF"
                      },
                      {
                        "amount": 931.88,
                        "currency": "ANG"
                      },
                      {
                        "amount": 3604.73,
                        "currency": "PEN"
                      },
                      {
                        "amount": 3780.14,
                        "currency": "ZWL"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3217.64,
                        "currency": "SGD"
                      }
                    ],
                    [
                      {
                        "amount": 3676.49,
                        "currency": "WST"
                      },
                      {
                        "amount": 1944.81,
                        "currency": "KPW"
                      },
                      {
                        "amount": 4153.22,
                        "currency": "CHF"
                      },
                      {
                        "amount": 3134.88,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 3633.74,
                        "currency": "MYR"
                      },
                      {
                        "amount": 4881.11,
                        "currency": "OMR"
                      },
                      {
                        "amount": 1590.35,
                        "currency": "BOB"
                      }
                    ],
                    [
                      {
                        "amount": 4465.36,
                        "currency": "SCR"
                      }
                    ],
                    [
                      {
                        "amount": 4896.73,
                        "currency": "MAD"
                      },
                      {
                        "amount": 4683.79,
                        "currency": "OMR"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "kE",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1065.93,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4758.03,
                            "currency": "GYD"
                          },
                          {
                            "amount": 3861.37,
                            "currency": "KZT"
                          },
                          {
                            "amount": 3972.47,
                            "currency": "CHF"
                          },
                          {
                            "amount": 3871.11,
                            "currency": "RSD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "CK",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2388.71,
                            "currency": "NOK"
                          },
                          {
                            "amount": 4975.44,
                            "currency": "TTD"
                          },
                          {
                            "amount": 3564.77,
                            "currency": "CVE"
                          },
                          {
                            "amount": 4293.63,
                            "currency": "MWK"
                          },
                          {
                            "amount": 4278.92,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 1272.25,
                            "currency": "TOP"
                          },
                          {
                            "amount": 3578.58,
                            "currency": "ETB"
                          },
                          {
                            "amount": 4363.72,
                            "currency": "LBP"
                          },
                          {
                            "amount": 3349.62,
                            "currency": "IRR"
                          },
                          {
                            "amount": 888.72,
                            "currency": "USD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "uc",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4747.2,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 373.54,
                            "currency": "CZK"
                          },
                          {
                            "amount": 3320.72,
                            "currency": "MRU"
                          },
                          {
                            "amount": 3208.19,
                            "currency": "VES"
                          }
                        ],
                        [
                          {
                            "amount": 3088.05,
                            "currency": "PGK"
                          },
                          {
                            "amount": 2684.66,
                            "currency": "LBP"
                          },
                          {
                            "amount": 1753.05,
                            "currency": "XAF"
                          },
                          {
                            "amount": 1466.61,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1925.97,
                            "currency": "TWD"
                          }
                        ],
                        [
                          {
                            "amount": 717.6,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2087.5,
                            "currency": "PLN"
                          },
                          {
                            "amount": 3508.18,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 3555.21,
                            "currency": "SSP"
                          },
                          {
                            "amount": 4496.8,
                            "currency": "KWD"
                          },
                          {
                            "amount": 505.45,
                            "currency": "AUD"
                          },
                          {
                            "amount": 698.82,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4350.59,
                            "currency": "ZAR"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 820.79,
                        "currency": "IQD"
                      },
                      {
                        "amount": 2921.77,
                        "currency": "CRC"
                      },
                      {
                        "amount": 4924.35,
                        "currency": "CUP"
                      },
                      {
                        "amount": 797.9,
                        "currency": "BYN"
                      },
                      {
                        "amount": 3898.64,
                        "currency": "MDL"
                      }
                    ],
                    [
                      {
                        "amount": 1744.23,
                        "currency": "BHD"
                      },
                      {
                        "amount": 4331.2,
                        "currency": "IDR"
                      },
                      {
                        "amount": 2766.5,
                        "currency": "ARS"
                      },
                      {
                        "amount": 2413.96,
                        "currency": "KGS"
                      }
                    ],
                    [
                      {
                        "amount": 1762.09,
                        "currency": "SSP"
                      },
                      {
                        "amount": 1814.19,
                        "currency": "IQD"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2768.02,
                        "currency": "CDF"
                      },
                      {
                        "amount": 1972.57,
                        "currency": "PLN"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 844.19,
                        "currency": "PEN"
                      },
                      {
                        "amount": 1243.85,
                        "currency": "PHP"
                      }
                    ],
                    [
                      {
                        "amount": 4224.58,
                        "currency": "TZS"
                      },
                      {
                        "amount": 4629.97,
                        "currency": "GIP"
                      },
                      {
                        "amount": 232.31,
                        "currency": "XAF"
                      },
                      {
                        "amount": 4018.63,
                        "currency": "COP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "26296809",
                "percentage": 14.9,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3370.35,
                        "currency": "CRC"
                      },
                      {
                        "amount": 1231.05,
                        "currency": "KRW"
                      }
                    ],
                    [
                      {
                        "amount": 1855.53,
                        "currency": "PKR"
                      },
                      {
                        "amount": 1422.13,
                        "currency": "MDL"
                      }
                    ],
                    [
                      {
                        "amount": 182.6,
                        "currency": "DKK"
                      },
                      {
                        "amount": 2369.58,
                        "currency": "KGS"
                      },
                      {
                        "amount": 299.85,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 4204.32,
                        "currency": "MYR"
                      },
                      {
                        "amount": 2900.41,
                        "currency": "BWP"
                      },
                      {
                        "amount": 4908.52,
                        "currency": "TTD"
                      },
                      {
                        "amount": 2467.6,
                        "currency": "BGN"
                      },
                      {
                        "amount": 4007.36,
                        "currency": "XAF"
                      }
                    ],
                    [
                      {
                        "amount": 4129.29,
                        "currency": "THB"
                      },
                      {
                        "amount": 200.07,
                        "currency": "MDL"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Inbound"
          }
        }
      ]
    },
    {
      "ancillaryConfiguration": {
        "allowQuantity": false,
        "maxQuantityPerPax": 1
      },
      "ancillarySpecialService": {
        "code": "PETC",
        "requiredProperties": {
          "propertyDefinitionList": [
            {
              "@type": "PropertyDefinition",
              "optional": true,
              "propertyName": "HEIGHT",
              "propertyType": "TEXT"
            },
            {
              "@type": "PropertyDefinition",
              "optional": false,
              "propertyName": "HEIGHT",
              "propertyType": "ENUM"
            }
          ]
        },
        "type": "STRUCTURED"
      },
      "bundleItems": [
        {
          "code": "A7K",
          "groupCode": "tC"
        },
        {
          "code": "EKt",
          "groupCode": "yx"
        },
        {
          "code": "hIH",
          "groupCode": "GM"
        },
        {
          "code": "Xa9",
          "groupCode": "Qx"
        },
        {
          "code": "jqk",
          "groupCode": "Cv"
        }
      ],
      "code": "7Up",
      "refundable": false,
      "travelPartOffers": [
        {
          "availableInventory": 13,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Rhianna",
                "index": 9,
                "lastName": "O'Reilly",
                "tierLevel": "Gold",
                "tierLevelNumber": 4,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3763.19,
                        "currency": "KGS"
                      },
                      {
                        "amount": 1932.5,
                        "currency": "ALL"
                      },
                      {
                        "amount": 693.67,
                        "currency": "SCR"
                      },
                      {
                        "amount": 29.31,
                        "currency": "KPW"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4341.67,
                        "currency": "MYR"
                      },
                      {
                        "amount": 3464.03,
                        "currency": "SZL"
                      },
                      {
                        "amount": 1896.46,
                        "currency": "IDR"
                      }
                    ],
                    [
                      {
                        "amount": 874.15,
                        "currency": "XPF"
                      },
                      {
                        "amount": 2050.97,
                        "currency": "MUR"
                      },
                      {
                        "amount": 800.86,
                        "currency": "AFN"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "wG",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3545.48,
                            "currency": "BND"
                          },
                          {
                            "amount": 4180.67,
                            "currency": "VUV"
                          },
                          {
                            "amount": 1028.16,
                            "currency": "ARS"
                          },
                          {
                            "amount": 876.28,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 3356.16,
                            "currency": "CNY"
                          },
                          {
                            "amount": 634.28,
                            "currency": "BSD"
                          },
                          {
                            "amount": 3410.88,
                            "currency": "SDG"
                          }
                        ],
                        [
                          {
                            "amount": 407.67,
                            "currency": "WST"
                          },
                          {
                            "amount": 215.03,
                            "currency": "COP"
                          },
                          {
                            "amount": 4328.84,
                            "currency": "TWD"
                          },
                          {
                            "amount": 4900.68,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 4731.2,
                            "currency": "ZMW"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "uz",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 280.55,
                            "currency": "TOP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Jo",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2597.37,
                            "currency": "NGN"
                          },
                          {
                            "amount": 2741.08,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 3764.99,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1944.46,
                            "currency": "NGN"
                          },
                          {
                            "amount": 2061.46,
                            "currency": "OMR"
                          }
                        ],
                        [
                          {
                            "amount": 348.55,
                            "currency": "EGP"
                          },
                          {
                            "amount": 4996.75,
                            "currency": "BGN"
                          },
                          {
                            "amount": 3214.32,
                            "currency": "WST"
                          },
                          {
                            "amount": 670.63,
                            "currency": "TJS"
                          },
                          {
                            "amount": 1565.22,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 4331.74,
                            "currency": "STN"
                          },
                          {
                            "amount": 1614.82,
                            "currency": "AMD"
                          },
                          {
                            "amount": 4124.66,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2543.69,
                            "currency": "NZD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4341.08,
                        "currency": "ALL"
                      },
                      {
                        "amount": 1520.21,
                        "currency": "KES"
                      },
                      {
                        "amount": 2169.37,
                        "currency": "TRY"
                      },
                      {
                        "amount": 876.55,
                        "currency": "PEN"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3808.78,
                        "currency": "CVE"
                      },
                      {
                        "amount": 4545.63,
                        "currency": "BTN"
                      },
                      {
                        "amount": 3403.74,
                        "currency": "MXN"
                      }
                    ],
                    [
                      {
                        "amount": 3391.82,
                        "currency": "CLP"
                      }
                    ],
                    [
                      {
                        "amount": 2334.71,
                        "currency": "GNF"
                      },
                      {
                        "amount": 3214.52,
                        "currency": "MKD"
                      },
                      {
                        "amount": 4154.66,
                        "currency": "HKD"
                      }
                    ],
                    [
                      {
                        "amount": 2622.44,
                        "currency": "MOP"
                      },
                      {
                        "amount": 2134.85,
                        "currency": "KES"
                      },
                      {
                        "amount": 907.83,
                        "currency": "MAD"
                      },
                      {
                        "amount": 2846.38,
                        "currency": "CVE"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "tn",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4248.02,
                            "currency": "TND"
                          },
                          {
                            "amount": 2642.71,
                            "currency": "BGN"
                          },
                          {
                            "amount": 4814.17,
                            "currency": "UYU"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "CP",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1917.18,
                            "currency": "PGK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "MH",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2752.73,
                            "currency": "LYD"
                          },
                          {
                            "amount": 2347,
                            "currency": "AMD"
                          }
                        ],
                        [
                          {
                            "amount": 797.49,
                            "currency": "BND"
                          },
                          {
                            "amount": 2169.94,
                            "currency": "MGA"
                          }
                        ],
                        [
                          {
                            "amount": 3764.91,
                            "currency": "SOS"
                          },
                          {
                            "amount": 1027.03,
                            "currency": "THB"
                          },
                          {
                            "amount": 340.33,
                            "currency": "TTD"
                          },
                          {
                            "amount": 327.15,
                            "currency": "BOB"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Gs",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4882.77,
                            "currency": "VUV"
                          },
                          {
                            "amount": 4941.97,
                            "currency": "SRD"
                          },
                          {
                            "amount": 4499.22,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 4151.6,
                            "currency": "BAM"
                          },
                          {
                            "amount": 3195,
                            "currency": "SOS"
                          },
                          {
                            "amount": 1485.41,
                            "currency": "SEK"
                          },
                          {
                            "amount": 2996.79,
                            "currency": "PGK"
                          },
                          {
                            "amount": 1801.58,
                            "currency": "MRU"
                          }
                        ],
                        [
                          {
                            "amount": 2878.42,
                            "currency": "MUR"
                          },
                          {
                            "amount": 260.56,
                            "currency": "IRR"
                          },
                          {
                            "amount": 3593.42,
                            "currency": "GYD"
                          },
                          {
                            "amount": 2596.86,
                            "currency": "BND"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1385.65,
                        "currency": "CLP"
                      },
                      {
                        "amount": 403.79,
                        "currency": "BRL"
                      },
                      {
                        "amount": 4147.98,
                        "currency": "GEL"
                      },
                      {
                        "amount": 3069,
                        "currency": "SBD"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2262.34,
                        "currency": "TZS"
                      }
                    ],
                    [
                      {
                        "amount": 3700.13,
                        "currency": "ZMW"
                      }
                    ],
                    [
                      {
                        "amount": 2668.86,
                        "currency": "ILS"
                      },
                      {
                        "amount": 1253.45,
                        "currency": "KGS"
                      },
                      {
                        "amount": 2824.75,
                        "currency": "OMR"
                      }
                    ],
                    [
                      {
                        "amount": 2711.08,
                        "currency": "ERN"
                      },
                      {
                        "amount": 2811.72,
                        "currency": "CNY"
                      }
                    ],
                    [
                      {
                        "amount": 3509.98,
                        "currency": "IRR"
                      },
                      {
                        "amount": 2717.75,
                        "currency": "DZD"
                      },
                      {
                        "amount": 4352.7,
                        "currency": "WST"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 745.19,
                        "currency": "AWG"
                      },
                      {
                        "amount": 3223.99,
                        "currency": "LKR"
                      },
                      {
                        "amount": 4330.64,
                        "currency": "BGN"
                      },
                      {
                        "amount": 4954.23,
                        "currency": "BSD"
                      },
                      {
                        "amount": 3780.36,
                        "currency": "KWD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "46695095",
                "percentage": 8.2,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 13.13,
                        "currency": "CHF"
                      }
                    ],
                    [
                      {
                        "amount": 627.21,
                        "currency": "NZD"
                      },
                      {
                        "amount": 4504.45,
                        "currency": "BRL"
                      },
                      {
                        "amount": 1977.5,
                        "currency": "KZT"
                      },
                      {
                        "amount": 4454.27,
                        "currency": "CVE"
                      },
                      {
                        "amount": 3961.91,
                        "currency": "NPR"
                      }
                    ],
                    [
                      {
                        "amount": 4356.94,
                        "currency": "ILS"
                      },
                      {
                        "amount": 1847.11,
                        "currency": "NGN"
                      }
                    ],
                    [
                      {
                        "amount": 1555.26,
                        "currency": "TRY"
                      },
                      {
                        "amount": 2533.7,
                        "currency": "MVR"
                      },
                      {
                        "amount": 3886.03,
                        "currency": "XPF"
                      },
                      {
                        "amount": 4947.64,
                        "currency": "AFN"
                      },
                      {
                        "amount": 706.49,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 2143.7,
                        "currency": "THB"
                      },
                      {
                        "amount": 1472.68,
                        "currency": "KGS"
                      },
                      {
                        "amount": 4538.76,
                        "currency": "CLP"
                      },
                      {
                        "amount": 695.35,
                        "currency": "KES"
                      },
                      {
                        "amount": 1132.46,
                        "currency": "THB"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Wiley",
                "index": 5,
                "lastName": "Windler",
                "tierLevel": "Red",
                "tierLevelNumber": 0,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3509.62,
                        "currency": "KYD"
                      }
                    ],
                    [
                      {
                        "amount": 3598.99,
                        "currency": "BTN"
                      },
                      {
                        "amount": 2414.67,
                        "currency": "IRR"
                      },
                      {
                        "amount": 1684.44,
                        "currency": "JOD"
                      },
                      {
                        "amount": 654.24,
                        "currency": "GEL"
                      },
                      {
                        "amount": 3587.24,
                        "currency": "GHS"
                      }
                    ],
                    [
                      {
                        "amount": 3675.61,
                        "currency": "AZN"
                      },
                      {
                        "amount": 1122.42,
                        "currency": "GEL"
                      },
                      {
                        "amount": 3536.7,
                        "currency": "KPW"
                      },
                      {
                        "amount": 1219.86,
                        "currency": "NAD"
                      }
                    ],
                    [
                      {
                        "amount": 129.8,
                        "currency": "ISK"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 397.33,
                        "currency": "LYD"
                      },
                      {
                        "amount": 4665.8,
                        "currency": "VND"
                      },
                      {
                        "amount": 4223.88,
                        "currency": "BWP"
                      },
                      {
                        "amount": 1936.25,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 175.31,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 1921.44,
                        "currency": "BBD"
                      },
                      {
                        "amount": 2641.77,
                        "currency": "HUF"
                      },
                      {
                        "amount": 3319.39,
                        "currency": "UZS"
                      },
                      {
                        "amount": 3434.46,
                        "currency": "UZS"
                      }
                    ],
                    [
                      {
                        "amount": 4235,
                        "currency": "RSD"
                      },
                      {
                        "amount": 3493.2,
                        "currency": "MGA"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "AB",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1870.33,
                            "currency": "TZS"
                          },
                          {
                            "amount": 3813.45,
                            "currency": "BOB"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ub",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4491.22,
                            "currency": "KMF"
                          },
                          {
                            "amount": 4335.22,
                            "currency": "SSP"
                          },
                          {
                            "amount": 3083.43,
                            "currency": "GMD"
                          },
                          {
                            "amount": 3432.46,
                            "currency": "PEN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "iW",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 473.15,
                            "currency": "NPR"
                          },
                          {
                            "amount": 4415.93,
                            "currency": "SOS"
                          },
                          {
                            "amount": 880.12,
                            "currency": "MOP"
                          },
                          {
                            "amount": 4699.11,
                            "currency": "TWD"
                          }
                        ],
                        [
                          {
                            "amount": 2764.79,
                            "currency": "VES"
                          },
                          {
                            "amount": 4004.14,
                            "currency": "CZK"
                          },
                          {
                            "amount": 594.78,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 4755.3,
                            "currency": "QAR"
                          },
                          {
                            "amount": 238.81,
                            "currency": "RSD"
                          },
                          {
                            "amount": 4467.35,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 2515.43,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 4263.91,
                            "currency": "WST"
                          },
                          {
                            "amount": 3120.91,
                            "currency": "KYD"
                          },
                          {
                            "amount": 4030.02,
                            "currency": "JOD"
                          },
                          {
                            "amount": 2576.43,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 2086.68,
                            "currency": "JMD"
                          },
                          {
                            "amount": 2585.87,
                            "currency": "GYD"
                          },
                          {
                            "amount": 4713.57,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 649.56,
                        "currency": "UAH"
                      }
                    ],
                    [
                      {
                        "amount": 2213.48,
                        "currency": "BYN"
                      },
                      {
                        "amount": 73.12,
                        "currency": "RSD"
                      },
                      {
                        "amount": 1107.28,
                        "currency": "BDT"
                      },
                      {
                        "amount": 2370.46,
                        "currency": "MYR"
                      },
                      {
                        "amount": 715.65,
                        "currency": "AED"
                      }
                    ],
                    [
                      {
                        "amount": 3253.83,
                        "currency": "SZL"
                      },
                      {
                        "amount": 2687.23,
                        "currency": "MNT"
                      },
                      {
                        "amount": 2123.61,
                        "currency": "SRD"
                      },
                      {
                        "amount": 1408.28,
                        "currency": "ALL"
                      },
                      {
                        "amount": 2445.25,
                        "currency": "KZT"
                      }
                    ],
                    [
                      {
                        "amount": 1693.54,
                        "currency": "JMD"
                      },
                      {
                        "amount": 1592.64,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 3243.04,
                        "currency": "IDR"
                      },
                      {
                        "amount": 2630.14,
                        "currency": "EUR"
                      },
                      {
                        "amount": 4006.67,
                        "currency": "LKR"
                      },
                      {
                        "amount": 2682.72,
                        "currency": "KPW"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4601.86,
                        "currency": "BWP"
                      },
                      {
                        "amount": 2144.44,
                        "currency": "DJF"
                      },
                      {
                        "amount": 4674.23,
                        "currency": "BDT"
                      }
                    ],
                    [
                      {
                        "amount": 2323.88,
                        "currency": "GEL"
                      },
                      {
                        "amount": 2740.39,
                        "currency": "BTN"
                      },
                      {
                        "amount": 1122.82,
                        "currency": "GIP"
                      },
                      {
                        "amount": 817.7,
                        "currency": "RUB"
                      }
                    ],
                    [
                      {
                        "amount": 624.74,
                        "currency": "BZD"
                      },
                      {
                        "amount": 672.56,
                        "currency": "MKD"
                      },
                      {
                        "amount": 496.36,
                        "currency": "AOA"
                      },
                      {
                        "amount": 410.99,
                        "currency": "KMF"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "ye",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3246.88,
                            "currency": "PHP"
                          },
                          {
                            "amount": 1439.89,
                            "currency": "MRU"
                          },
                          {
                            "amount": 1871.7,
                            "currency": "VES"
                          },
                          {
                            "amount": 2601.47,
                            "currency": "MAD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 824.55,
                        "currency": "THB"
                      },
                      {
                        "amount": 2381.88,
                        "currency": "GIP"
                      },
                      {
                        "amount": 141.31,
                        "currency": "BRL"
                      }
                    ],
                    [
                      {
                        "amount": 1708.31,
                        "currency": "BOB"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4613.39,
                        "currency": "VES"
                      },
                      {
                        "amount": 3564.97,
                        "currency": "KHR"
                      }
                    ],
                    [
                      {
                        "amount": 2201.59,
                        "currency": "GTQ"
                      }
                    ],
                    [
                      {
                        "amount": 4622.19,
                        "currency": "SZL"
                      },
                      {
                        "amount": 4667.99,
                        "currency": "GIP"
                      },
                      {
                        "amount": 1288.06,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 507.86,
                        "currency": "SBD"
                      },
                      {
                        "amount": 1308.43,
                        "currency": "BWP"
                      },
                      {
                        "amount": 764.67,
                        "currency": "VND"
                      },
                      {
                        "amount": 484.48,
                        "currency": "VND"
                      },
                      {
                        "amount": 762.12,
                        "currency": "SRD"
                      }
                    ],
                    [
                      {
                        "amount": 4691.81,
                        "currency": "XOF"
                      },
                      {
                        "amount": 1669.02,
                        "currency": "GNF"
                      },
                      {
                        "amount": 3788.4,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 1258,
                        "currency": "TTD"
                      },
                      {
                        "amount": 4015.2,
                        "currency": "CDF"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3385.21,
                        "currency": "SYP"
                      },
                      {
                        "amount": 2412.57,
                        "currency": "COP"
                      }
                    ],
                    [
                      {
                        "amount": 3286.35,
                        "currency": "BZD"
                      }
                    ],
                    [
                      {
                        "amount": 895.59,
                        "currency": "AFN"
                      }
                    ],
                    [
                      {
                        "amount": 1919.54,
                        "currency": "CRC"
                      },
                      {
                        "amount": 2311.29,
                        "currency": "XCD"
                      },
                      {
                        "amount": 1785.93,
                        "currency": "DJF"
                      }
                    ],
                    [
                      {
                        "amount": 4146.27,
                        "currency": "PHP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "87461176",
                "percentage": 19.2,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3837.02,
                        "currency": "BOB"
                      },
                      {
                        "amount": 554.94,
                        "currency": "NGN"
                      },
                      {
                        "amount": 85.05,
                        "currency": "LRD"
                      },
                      {
                        "amount": 93.21,
                        "currency": "TZS"
                      },
                      {
                        "amount": 4357.49,
                        "currency": "RSD"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 2,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Connie",
                "index": 9,
                "lastName": "Harvey",
                "tierLevel": "Silver",
                "tierLevelNumber": 3,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3715.8,
                        "currency": "THB"
                      },
                      {
                        "amount": 4390.94,
                        "currency": "IQD"
                      },
                      {
                        "amount": 1203.42,
                        "currency": "SSP"
                      },
                      {
                        "amount": 947.66,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 2435.65,
                        "currency": "ISK"
                      },
                      {
                        "amount": 1255.08,
                        "currency": "DOP"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4357.54,
                        "currency": "WST"
                      },
                      {
                        "amount": 2874.85,
                        "currency": "JMD"
                      },
                      {
                        "amount": 3521.09,
                        "currency": "AWG"
                      }
                    ],
                    [
                      {
                        "amount": 3725.8,
                        "currency": "SEK"
                      },
                      {
                        "amount": 1889.43,
                        "currency": "GNF"
                      },
                      {
                        "amount": 426.73,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 2092.48,
                        "currency": "BWP"
                      },
                      {
                        "amount": 1340.85,
                        "currency": "AMD"
                      },
                      {
                        "amount": 1971.95,
                        "currency": "XAF"
                      },
                      {
                        "amount": 3811.71,
                        "currency": "NIO"
                      },
                      {
                        "amount": 790.05,
                        "currency": "SBD"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "vj",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4022.2,
                            "currency": "OMR"
                          },
                          {
                            "amount": 4175.6,
                            "currency": "SYP"
                          },
                          {
                            "amount": 2101.23,
                            "currency": "ISK"
                          },
                          {
                            "amount": 4945.9,
                            "currency": "SAR"
                          }
                        ],
                        [
                          {
                            "amount": 3383.28,
                            "currency": "CHF"
                          }
                        ],
                        [
                          {
                            "amount": 626.33,
                            "currency": "NZD"
                          },
                          {
                            "amount": 400.54,
                            "currency": "CHF"
                          }
                        ],
                        [
                          {
                            "amount": 3796.13,
                            "currency": "NAD"
                          },
                          {
                            "amount": 1791.91,
                            "currency": "QAR"
                          },
                          {
                            "amount": 264.51,
                            "currency": "BYN"
                          },
                          {
                            "amount": 4772.28,
                            "currency": "STN"
                          },
                          {
                            "amount": 2491.86,
                            "currency": "JPY"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4701.01,
                        "currency": "MVR"
                      }
                    ],
                    [
                      {
                        "amount": 3089.51,
                        "currency": "GBP"
                      },
                      {
                        "amount": 2845.11,
                        "currency": "GBP"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 17.34,
                        "currency": "CLP"
                      },
                      {
                        "amount": 1183.29,
                        "currency": "MKD"
                      },
                      {
                        "amount": 3842.68,
                        "currency": "FKP"
                      },
                      {
                        "amount": 3207.68,
                        "currency": "BND"
                      },
                      {
                        "amount": 138.74,
                        "currency": "SYP"
                      }
                    ],
                    [
                      {
                        "amount": 3811.05,
                        "currency": "VND"
                      },
                      {
                        "amount": 1621.07,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 474.15,
                        "currency": "MDL"
                      },
                      {
                        "amount": 1175.9,
                        "currency": "EGP"
                      },
                      {
                        "amount": 3420.83,
                        "currency": "YER"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "uP",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3634.86,
                            "currency": "ILS"
                          },
                          {
                            "amount": 1016.66,
                            "currency": "VND"
                          },
                          {
                            "amount": 3434.03,
                            "currency": "BBD"
                          },
                          {
                            "amount": 3864.02,
                            "currency": "MOP"
                          }
                        ],
                        [
                          {
                            "amount": 3029.29,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 771.15,
                            "currency": "XAF"
                          },
                          {
                            "amount": 89.29,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 2296.92,
                            "currency": "PKR"
                          },
                          {
                            "amount": 1662.36,
                            "currency": "GIP"
                          },
                          {
                            "amount": 2970.69,
                            "currency": "INR"
                          },
                          {
                            "amount": 1441.65,
                            "currency": "SEK"
                          },
                          {
                            "amount": 2549.5,
                            "currency": "ERN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "QY",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4836.25,
                            "currency": "LYD"
                          },
                          {
                            "amount": 1651.14,
                            "currency": "CZK"
                          },
                          {
                            "amount": 3457.79,
                            "currency": "TMT"
                          },
                          {
                            "amount": 1384.67,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 4702.16,
                            "currency": "CRC"
                          },
                          {
                            "amount": 281.62,
                            "currency": "MVR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Mk",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 22.83,
                            "currency": "RWF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Xl",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3103.89,
                            "currency": "SEK"
                          },
                          {
                            "amount": 709.28,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 243.7,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1339.62,
                            "currency": "KWD"
                          },
                          {
                            "amount": 2714.82,
                            "currency": "DZD"
                          },
                          {
                            "amount": 3141.45,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1208.48,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 3343.98,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 3712.36,
                            "currency": "MKD"
                          },
                          {
                            "amount": 202.15,
                            "currency": "ARS"
                          },
                          {
                            "amount": 4558.48,
                            "currency": "ARS"
                          },
                          {
                            "amount": 4784.96,
                            "currency": "BMD"
                          }
                        ],
                        [
                          {
                            "amount": 3297.58,
                            "currency": "AZN"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3003.71,
                        "currency": "AUD"
                      },
                      {
                        "amount": 1639.09,
                        "currency": "VES"
                      },
                      {
                        "amount": 453.49,
                        "currency": "GBP"
                      },
                      {
                        "amount": 283.96,
                        "currency": "DJF"
                      }
                    ],
                    [
                      {
                        "amount": 2034.74,
                        "currency": "MOP"
                      },
                      {
                        "amount": 900.28,
                        "currency": "NIO"
                      },
                      {
                        "amount": 701.4,
                        "currency": "CUP"
                      },
                      {
                        "amount": 415.97,
                        "currency": "IRR"
                      }
                    ],
                    [
                      {
                        "amount": 1305.09,
                        "currency": "TND"
                      },
                      {
                        "amount": 620.27,
                        "currency": "NIO"
                      },
                      {
                        "amount": 2066.08,
                        "currency": "IDR"
                      },
                      {
                        "amount": 4229.28,
                        "currency": "ZMW"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3052.04,
                        "currency": "AZN"
                      },
                      {
                        "amount": 4515.58,
                        "currency": "CRC"
                      },
                      {
                        "amount": 4252.39,
                        "currency": "THB"
                      }
                    ],
                    [
                      {
                        "amount": 1355.36,
                        "currency": "MDL"
                      },
                      {
                        "amount": 4066.15,
                        "currency": "RSD"
                      },
                      {
                        "amount": 2991.26,
                        "currency": "GIP"
                      },
                      {
                        "amount": 4835,
                        "currency": "SHP"
                      }
                    ],
                    [
                      {
                        "amount": 2894.81,
                        "currency": "SHP"
                      },
                      {
                        "amount": 3079.69,
                        "currency": "TND"
                      },
                      {
                        "amount": 4522.66,
                        "currency": "GIP"
                      },
                      {
                        "amount": 4144.94,
                        "currency": "CVE"
                      }
                    ],
                    [
                      {
                        "amount": 196.91,
                        "currency": "KWD"
                      },
                      {
                        "amount": 996.3,
                        "currency": "JMD"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4883.71,
                        "currency": "OMR"
                      }
                    ],
                    [
                      {
                        "amount": 423.01,
                        "currency": "MYR"
                      }
                    ],
                    [
                      {
                        "amount": 3203.95,
                        "currency": "SOS"
                      },
                      {
                        "amount": 790.09,
                        "currency": "CDF"
                      },
                      {
                        "amount": 1070.05,
                        "currency": "TJS"
                      },
                      {
                        "amount": 1453.08,
                        "currency": "TOP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "41430676",
                "percentage": 18.5,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 805.75,
                        "currency": "UZS"
                      },
                      {
                        "amount": 4401.63,
                        "currency": "GEL"
                      },
                      {
                        "amount": 1190.41,
                        "currency": "NOK"
                      },
                      {
                        "amount": 1056.14,
                        "currency": "MDL"
                      },
                      {
                        "amount": 2997.94,
                        "currency": "TOP"
                      }
                    ],
                    [
                      {
                        "amount": 3428.07,
                        "currency": "DKK"
                      },
                      {
                        "amount": 843.3,
                        "currency": "WST"
                      }
                    ],
                    [
                      {
                        "amount": 4166.07,
                        "currency": "SCR"
                      },
                      {
                        "amount": 4034.33,
                        "currency": "BDT"
                      },
                      {
                        "amount": 4889.87,
                        "currency": "COP"
                      }
                    ],
                    [
                      {
                        "amount": 2618.9,
                        "currency": "PKR"
                      },
                      {
                        "amount": 749.09,
                        "currency": "SRD"
                      },
                      {
                        "amount": 3397.62,
                        "currency": "BAM"
                      },
                      {
                        "amount": 1702.66,
                        "currency": "PYG"
                      }
                    ],
                    [
                      {
                        "amount": 3929.97,
                        "currency": "SSP"
                      },
                      {
                        "amount": 4053.01,
                        "currency": "SHP"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 3,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Nash",
                "index": 7,
                "lastName": "Rutherford",
                "tierLevel": "Platinum",
                "tierLevelNumber": 0,
                "type": "CHD"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 406.54,
                        "currency": "AUD"
                      },
                      {
                        "amount": 597.76,
                        "currency": "RUB"
                      }
                    ],
                    [
                      {
                        "amount": 3699.19,
                        "currency": "SOS"
                      },
                      {
                        "amount": 4331.74,
                        "currency": "PGK"
                      },
                      {
                        "amount": 549.04,
                        "currency": "JPY"
                      },
                      {
                        "amount": 4603.06,
                        "currency": "SBD"
                      },
                      {
                        "amount": 4798.41,
                        "currency": "GYD"
                      }
                    ],
                    [
                      {
                        "amount": 1299.61,
                        "currency": "RWF"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2600.19,
                        "currency": "CDF"
                      },
                      {
                        "amount": 3469.17,
                        "currency": "KZT"
                      },
                      {
                        "amount": 199.23,
                        "currency": "CDF"
                      },
                      {
                        "amount": 3775.43,
                        "currency": "SZL"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "vs",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3794.67,
                            "currency": "ISK"
                          },
                          {
                            "amount": 960.27,
                            "currency": "ILS"
                          },
                          {
                            "amount": 2897.88,
                            "currency": "MRU"
                          },
                          {
                            "amount": 3814.58,
                            "currency": "PGK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "iq",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2643.12,
                            "currency": "BOB"
                          },
                          {
                            "amount": 220.51,
                            "currency": "DKK"
                          },
                          {
                            "amount": 2015.08,
                            "currency": "KMF"
                          },
                          {
                            "amount": 3764.89,
                            "currency": "LKR"
                          },
                          {
                            "amount": 4908.28,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 3803.96,
                            "currency": "UYU"
                          },
                          {
                            "amount": 3080.42,
                            "currency": "KHR"
                          },
                          {
                            "amount": 1929.24,
                            "currency": "LYD"
                          },
                          {
                            "amount": 1578.65,
                            "currency": "RUB"
                          },
                          {
                            "amount": 4884.72,
                            "currency": "XOF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "wW",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4512.73,
                            "currency": "GYD"
                          },
                          {
                            "amount": 4112.59,
                            "currency": "FJD"
                          },
                          {
                            "amount": 3586.25,
                            "currency": "MZN"
                          }
                        ],
                        [
                          {
                            "amount": 2545.6,
                            "currency": "NZD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "to",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1852.27,
                            "currency": "SGD"
                          },
                          {
                            "amount": 2004.23,
                            "currency": "SRD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "MT",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1201.9,
                            "currency": "UYU"
                          },
                          {
                            "amount": 4632.57,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 2842.94,
                            "currency": "RON"
                          },
                          {
                            "amount": 2235.62,
                            "currency": "SSP"
                          },
                          {
                            "amount": 3885.87,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 3142.7,
                            "currency": "KYD"
                          },
                          {
                            "amount": 1892.97,
                            "currency": "AUD"
                          },
                          {
                            "amount": 4163.32,
                            "currency": "GIP"
                          },
                          {
                            "amount": 4565.17,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4871.17,
                            "currency": "PEN"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1504.36,
                        "currency": "SEK"
                      },
                      {
                        "amount": 840.8,
                        "currency": "GIP"
                      },
                      {
                        "amount": 3910.14,
                        "currency": "BBD"
                      },
                      {
                        "amount": 2350.48,
                        "currency": "BAM"
                      }
                    ],
                    [
                      {
                        "amount": 1659.81,
                        "currency": "SGD"
                      },
                      {
                        "amount": 2813.23,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 435.82,
                        "currency": "XOF"
                      },
                      {
                        "amount": 2414.93,
                        "currency": "NZD"
                      }
                    ],
                    [
                      {
                        "amount": 3309.9,
                        "currency": "BMD"
                      },
                      {
                        "amount": 3367.99,
                        "currency": "BGN"
                      },
                      {
                        "amount": 3446.45,
                        "currency": "CUP"
                      },
                      {
                        "amount": 2155.33,
                        "currency": "COP"
                      },
                      {
                        "amount": 668.01,
                        "currency": "SDG"
                      }
                    ],
                    [
                      {
                        "amount": 345.14,
                        "currency": "DJF"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2319.06,
                        "currency": "KYD"
                      },
                      {
                        "amount": 4929.93,
                        "currency": "EUR"
                      },
                      {
                        "amount": 1144.55,
                        "currency": "ANG"
                      },
                      {
                        "amount": 4272.86,
                        "currency": "KMF"
                      },
                      {
                        "amount": 940.29,
                        "currency": "TMT"
                      }
                    ],
                    [
                      {
                        "amount": 3647.89,
                        "currency": "GHS"
                      },
                      {
                        "amount": 4780.37,
                        "currency": "WST"
                      }
                    ],
                    [
                      {
                        "amount": 2380.63,
                        "currency": "CAD"
                      },
                      {
                        "amount": 3533,
                        "currency": "RON"
                      },
                      {
                        "amount": 4566.15,
                        "currency": "TOP"
                      },
                      {
                        "amount": 670.57,
                        "currency": "RON"
                      },
                      {
                        "amount": 1081.32,
                        "currency": "GNF"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Vu",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4751.11,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 1389.22,
                            "currency": "GEL"
                          },
                          {
                            "amount": 3979.2,
                            "currency": "TMT"
                          },
                          {
                            "amount": 1508.07,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 3049.43,
                            "currency": "LYD"
                          },
                          {
                            "amount": 4973.66,
                            "currency": "KHR"
                          },
                          {
                            "amount": 551.78,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 4301.55,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 1081.94,
                            "currency": "MGA"
                          },
                          {
                            "amount": 709.18,
                            "currency": "CDF"
                          },
                          {
                            "amount": 168.97,
                            "currency": "AWG"
                          },
                          {
                            "amount": 1189.97,
                            "currency": "MDL"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Aj",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 985.58,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1511.99,
                            "currency": "CRC"
                          },
                          {
                            "amount": 959.7,
                            "currency": "XPF"
                          }
                        ],
                        [
                          {
                            "amount": 2963.03,
                            "currency": "BMD"
                          },
                          {
                            "amount": 4248.76,
                            "currency": "THB"
                          },
                          {
                            "amount": 965.36,
                            "currency": "TJS"
                          },
                          {
                            "amount": 1431.3,
                            "currency": "RON"
                          }
                        ],
                        [
                          {
                            "amount": 2527.12,
                            "currency": "AFN"
                          },
                          {
                            "amount": 4899.65,
                            "currency": "HKD"
                          },
                          {
                            "amount": 3442.64,
                            "currency": "SCR"
                          },
                          {
                            "amount": 43.92,
                            "currency": "SRD"
                          },
                          {
                            "amount": 4051.79,
                            "currency": "IDR"
                          }
                        ],
                        [
                          {
                            "amount": 3725.81,
                            "currency": "MRU"
                          },
                          {
                            "amount": 3286.99,
                            "currency": "CAD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4365.41,
                        "currency": "EGP"
                      },
                      {
                        "amount": 2711.69,
                        "currency": "SLE"
                      },
                      {
                        "amount": 2959.81,
                        "currency": "IQD"
                      },
                      {
                        "amount": 2269.2,
                        "currency": "PYG"
                      }
                    ],
                    [
                      {
                        "amount": 4202.53,
                        "currency": "SEK"
                      },
                      {
                        "amount": 558.65,
                        "currency": "SOS"
                      },
                      {
                        "amount": 4332.89,
                        "currency": "CNY"
                      },
                      {
                        "amount": 1817.03,
                        "currency": "IQD"
                      },
                      {
                        "amount": 1708.12,
                        "currency": "BZD"
                      }
                    ],
                    [
                      {
                        "amount": 1129.65,
                        "currency": "CRC"
                      },
                      {
                        "amount": 1507.95,
                        "currency": "HTG"
                      },
                      {
                        "amount": 4838.67,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 4904.78,
                        "currency": "KGS"
                      },
                      {
                        "amount": 2259.94,
                        "currency": "CLP"
                      },
                      {
                        "amount": 1251.45,
                        "currency": "FKP"
                      },
                      {
                        "amount": 4242.36,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 3535.9,
                        "currency": "RUB"
                      },
                      {
                        "amount": 4274.75,
                        "currency": "KRW"
                      },
                      {
                        "amount": 2929.49,
                        "currency": "XPF"
                      },
                      {
                        "amount": 475.87,
                        "currency": "MUR"
                      },
                      {
                        "amount": 3546.53,
                        "currency": "XAF"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2460.88,
                        "currency": "OMR"
                      },
                      {
                        "amount": 2459.87,
                        "currency": "KMF"
                      },
                      {
                        "amount": 2452.5,
                        "currency": "ISK"
                      },
                      {
                        "amount": 3827.87,
                        "currency": "AED"
                      },
                      {
                        "amount": 3200.38,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 2178.66,
                        "currency": "UYU"
                      },
                      {
                        "amount": 3658.49,
                        "currency": "NPR"
                      },
                      {
                        "amount": 964.4,
                        "currency": "MMK"
                      },
                      {
                        "amount": 1738.25,
                        "currency": "HTG"
                      },
                      {
                        "amount": 3257.21,
                        "currency": "SCR"
                      }
                    ],
                    [
                      {
                        "amount": 702.23,
                        "currency": "THB"
                      },
                      {
                        "amount": 2811.23,
                        "currency": "CHF"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2239.23,
                        "currency": "BSD"
                      },
                      {
                        "amount": 1316.17,
                        "currency": "TMT"
                      },
                      {
                        "amount": 1624.62,
                        "currency": "GHS"
                      },
                      {
                        "amount": 1676.2,
                        "currency": "BSD"
                      },
                      {
                        "amount": 3290.68,
                        "currency": "NZD"
                      }
                    ],
                    [
                      {
                        "amount": 4704.5,
                        "currency": "AFN"
                      },
                      {
                        "amount": 1987.47,
                        "currency": "AUD"
                      }
                    ],
                    [
                      {
                        "amount": 3011.45,
                        "currency": "TND"
                      },
                      {
                        "amount": 2512.27,
                        "currency": "LKR"
                      },
                      {
                        "amount": 77.53,
                        "currency": "IDR"
                      }
                    ],
                    [
                      {
                        "amount": 4604.57,
                        "currency": "INR"
                      },
                      {
                        "amount": 3718.99,
                        "currency": "BHD"
                      },
                      {
                        "amount": 2722.97,
                        "currency": "TJS"
                      },
                      {
                        "amount": 506.23,
                        "currency": "AZN"
                      },
                      {
                        "amount": 819.1,
                        "currency": "IRR"
                      }
                    ],
                    [
                      {
                        "amount": 3049,
                        "currency": "BMD"
                      },
                      {
                        "amount": 30.91,
                        "currency": "PYG"
                      },
                      {
                        "amount": 1809.04,
                        "currency": "NIO"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "32348575",
                "percentage": 15.1,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3936.69,
                        "currency": "GBP"
                      },
                      {
                        "amount": 3378.73,
                        "currency": "BRL"
                      },
                      {
                        "amount": 432.38,
                        "currency": "MAD"
                      }
                    ],
                    [
                      {
                        "amount": 851.77,
                        "currency": "GYD"
                      },
                      {
                        "amount": 1559.81,
                        "currency": "VES"
                      },
                      {
                        "amount": 599.81,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 4997.2,
                        "currency": "ALL"
                      }
                    ],
                    [
                      {
                        "amount": 89.96,
                        "currency": "NAD"
                      },
                      {
                        "amount": 2534.61,
                        "currency": "FKP"
                      },
                      {
                        "amount": 4332.46,
                        "currency": "BHD"
                      },
                      {
                        "amount": 799.09,
                        "currency": "FKP"
                      },
                      {
                        "amount": 84.24,
                        "currency": "HTG"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Inbound"
          }
        },
        {
          "availableInventory": 22,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Rahsaan",
                "index": 2,
                "lastName": "Mayer",
                "tierLevel": "Platinum",
                "tierLevelNumber": 2,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 754.02,
                        "currency": "DOP"
                      },
                      {
                        "amount": 4795.95,
                        "currency": "BAM"
                      }
                    ],
                    [
                      {
                        "amount": 3286.36,
                        "currency": "MNT"
                      },
                      {
                        "amount": 1208.72,
                        "currency": "COP"
                      },
                      {
                        "amount": 3102.4,
                        "currency": "AZN"
                      },
                      {
                        "amount": 4999.4,
                        "currency": "SAR"
                      }
                    ],
                    [
                      {
                        "amount": 4629.38,
                        "currency": "LSL"
                      },
                      {
                        "amount": 3915.33,
                        "currency": "INR"
                      },
                      {
                        "amount": 4266.43,
                        "currency": "AED"
                      },
                      {
                        "amount": 2604.56,
                        "currency": "CNY"
                      },
                      {
                        "amount": 1369.22,
                        "currency": "KRW"
                      }
                    ],
                    [
                      {
                        "amount": 4205.99,
                        "currency": "PEN"
                      },
                      {
                        "amount": 3980.75,
                        "currency": "ILS"
                      },
                      {
                        "amount": 193.4,
                        "currency": "CAD"
                      },
                      {
                        "amount": 3340.93,
                        "currency": "GYD"
                      }
                    ],
                    [
                      {
                        "amount": 4418.87,
                        "currency": "MUR"
                      },
                      {
                        "amount": 726.84,
                        "currency": "MGA"
                      },
                      {
                        "amount": 4970.46,
                        "currency": "SHP"
                      },
                      {
                        "amount": 2806.82,
                        "currency": "KZT"
                      },
                      {
                        "amount": 4404.09,
                        "currency": "THB"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2422.5,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 2673.8,
                        "currency": "MRU"
                      },
                      {
                        "amount": 746.21,
                        "currency": "RON"
                      },
                      {
                        "amount": 198.67,
                        "currency": "HUF"
                      }
                    ],
                    [
                      {
                        "amount": 939.78,
                        "currency": "VUV"
                      },
                      {
                        "amount": 588.13,
                        "currency": "MZN"
                      },
                      {
                        "amount": 2778.85,
                        "currency": "TOP"
                      },
                      {
                        "amount": 2099.52,
                        "currency": "LYD"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "hW",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1664.17,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1982.11,
                            "currency": "TTD"
                          },
                          {
                            "amount": 1248.27,
                            "currency": "MNT"
                          },
                          {
                            "amount": 4323.42,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 3375.73,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 1533.24,
                            "currency": "BIF"
                          },
                          {
                            "amount": 4369.81,
                            "currency": "UAH"
                          },
                          {
                            "amount": 2203.81,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 3945.67,
                            "currency": "BSD"
                          },
                          {
                            "amount": 1562.03,
                            "currency": "COP"
                          }
                        ],
                        [
                          {
                            "amount": 2257.53,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2427.2,
                            "currency": "LSL"
                          },
                          {
                            "amount": 3052.1,
                            "currency": "CUP"
                          },
                          {
                            "amount": 1330.71,
                            "currency": "CAD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4288.24,
                        "currency": "TRY"
                      },
                      {
                        "amount": 2980.88,
                        "currency": "MAD"
                      }
                    ],
                    [
                      {
                        "amount": 4005.73,
                        "currency": "MVR"
                      },
                      {
                        "amount": 3119.85,
                        "currency": "COP"
                      }
                    ],
                    [
                      {
                        "amount": 418.39,
                        "currency": "CRC"
                      },
                      {
                        "amount": 4058.63,
                        "currency": "SAR"
                      },
                      {
                        "amount": 4330.88,
                        "currency": "XOF"
                      },
                      {
                        "amount": 247.82,
                        "currency": "GYD"
                      },
                      {
                        "amount": 2395.23,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 3638.42,
                        "currency": "MDL"
                      },
                      {
                        "amount": 461.1,
                        "currency": "CRC"
                      },
                      {
                        "amount": 1245.21,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 494.67,
                        "currency": "ZWL"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2511.68,
                        "currency": "QAR"
                      },
                      {
                        "amount": 852.45,
                        "currency": "ANG"
                      },
                      {
                        "amount": 1410.75,
                        "currency": "UGX"
                      },
                      {
                        "amount": 2151.37,
                        "currency": "BAM"
                      },
                      {
                        "amount": 1721.16,
                        "currency": "PHP"
                      }
                    ],
                    [
                      {
                        "amount": 4308.02,
                        "currency": "NAD"
                      },
                      {
                        "amount": 1764.46,
                        "currency": "MNT"
                      },
                      {
                        "amount": 4660.71,
                        "currency": "HKD"
                      }
                    ],
                    [
                      {
                        "amount": 359.71,
                        "currency": "IDR"
                      },
                      {
                        "amount": 4466.63,
                        "currency": "XOF"
                      },
                      {
                        "amount": 2650.57,
                        "currency": "SLE"
                      }
                    ],
                    [
                      {
                        "amount": 3108.86,
                        "currency": "BHD"
                      },
                      {
                        "amount": 4617.33,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 2496.73,
                        "currency": "MYR"
                      },
                      {
                        "amount": 2119.27,
                        "currency": "ANG"
                      },
                      {
                        "amount": 3955.18,
                        "currency": "SEK"
                      }
                    ],
                    [
                      {
                        "amount": 2705.33,
                        "currency": "RUB"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "RX",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2995.27,
                            "currency": "FJD"
                          },
                          {
                            "amount": 47.98,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 1202.12,
                            "currency": "TND"
                          },
                          {
                            "amount": 2131.68,
                            "currency": "HTG"
                          },
                          {
                            "amount": 3888.62,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 1448.59,
                            "currency": "PEN"
                          },
                          {
                            "amount": 2965.48,
                            "currency": "ANG"
                          },
                          {
                            "amount": 1748.25,
                            "currency": "UGX"
                          },
                          {
                            "amount": 1371.6,
                            "currency": "TTD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 678.99,
                        "currency": "AUD"
                      }
                    ],
                    [
                      {
                        "amount": 2940.47,
                        "currency": "XOF"
                      }
                    ],
                    [
                      {
                        "amount": 3215.34,
                        "currency": "BBD"
                      },
                      {
                        "amount": 4282.22,
                        "currency": "PLN"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2499.2,
                        "currency": "UGX"
                      },
                      {
                        "amount": 3776.21,
                        "currency": "BSD"
                      }
                    ],
                    [
                      {
                        "amount": 4176.9,
                        "currency": "KMF"
                      },
                      {
                        "amount": 3538.03,
                        "currency": "JOD"
                      }
                    ],
                    [
                      {
                        "amount": 3811.4,
                        "currency": "ARS"
                      },
                      {
                        "amount": 2629.05,
                        "currency": "LKR"
                      },
                      {
                        "amount": 1104.43,
                        "currency": "RUB"
                      },
                      {
                        "amount": 1501.28,
                        "currency": "TZS"
                      }
                    ],
                    [
                      {
                        "amount": 3334.09,
                        "currency": "SGD"
                      }
                    ],
                    [
                      {
                        "amount": 2835.83,
                        "currency": "BYN"
                      },
                      {
                        "amount": 243.3,
                        "currency": "CHF"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2908.04,
                        "currency": "PAB"
                      },
                      {
                        "amount": 2636.26,
                        "currency": "SHP"
                      },
                      {
                        "amount": 3007.76,
                        "currency": "MNT"
                      },
                      {
                        "amount": 2298.74,
                        "currency": "PEN"
                      },
                      {
                        "amount": 3236.55,
                        "currency": "ISK"
                      }
                    ],
                    [
                      {
                        "amount": 2284.66,
                        "currency": "KPW"
                      },
                      {
                        "amount": 4314.02,
                        "currency": "PLN"
                      },
                      {
                        "amount": 2879.88,
                        "currency": "FJD"
                      },
                      {
                        "amount": 345.4,
                        "currency": "RSD"
                      },
                      {
                        "amount": 2956.34,
                        "currency": "MKD"
                      }
                    ],
                    [
                      {
                        "amount": 547.43,
                        "currency": "LRD"
                      },
                      {
                        "amount": 3817.79,
                        "currency": "TMT"
                      },
                      {
                        "amount": 1645.9,
                        "currency": "MRU"
                      },
                      {
                        "amount": 2933.08,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 492.78,
                        "currency": "BGN"
                      },
                      {
                        "amount": 2197.01,
                        "currency": "TMT"
                      },
                      {
                        "amount": 1211.43,
                        "currency": "KES"
                      },
                      {
                        "amount": 4450.04,
                        "currency": "USD"
                      },
                      {
                        "amount": 511.42,
                        "currency": "THB"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "84410545",
                "percentage": 27.7,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2927.4,
                        "currency": "BMD"
                      },
                      {
                        "amount": 226.4,
                        "currency": "AZN"
                      },
                      {
                        "amount": 2138.5,
                        "currency": "YER"
                      }
                    ],
                    [
                      {
                        "amount": 4242.54,
                        "currency": "XAF"
                      }
                    ],
                    [
                      {
                        "amount": 3210.06,
                        "currency": "BBD"
                      },
                      {
                        "amount": 2973.06,
                        "currency": "HUF"
                      },
                      {
                        "amount": 1580.1,
                        "currency": "BSD"
                      },
                      {
                        "amount": 1059.16,
                        "currency": "BOB"
                      },
                      {
                        "amount": 4873.84,
                        "currency": "ZWL"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Zita",
                "index": 3,
                "lastName": "O'Keefe",
                "tierLevel": "Gold",
                "tierLevelNumber": 4,
                "type": "CHD"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4995.43,
                        "currency": "SHP"
                      }
                    ],
                    [
                      {
                        "amount": 993.53,
                        "currency": "MNT"
                      },
                      {
                        "amount": 3695.72,
                        "currency": "NGN"
                      }
                    ],
                    [
                      {
                        "amount": 2987.42,
                        "currency": "IRR"
                      },
                      {
                        "amount": 1327.16,
                        "currency": "SOS"
                      },
                      {
                        "amount": 1957.81,
                        "currency": "PYG"
                      },
                      {
                        "amount": 1547.38,
                        "currency": "MZN"
                      },
                      {
                        "amount": 39.16,
                        "currency": "RON"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3251.68,
                        "currency": "EUR"
                      },
                      {
                        "amount": 3180.97,
                        "currency": "FJD"
                      },
                      {
                        "amount": 4574.47,
                        "currency": "CHF"
                      },
                      {
                        "amount": 2253.59,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 3793.15,
                        "currency": "GBP"
                      },
                      {
                        "amount": 4415.76,
                        "currency": "MMK"
                      },
                      {
                        "amount": 1540.41,
                        "currency": "KHR"
                      }
                    ],
                    [
                      {
                        "amount": 2609.44,
                        "currency": "NOK"
                      },
                      {
                        "amount": 1220.64,
                        "currency": "INR"
                      },
                      {
                        "amount": 3446.52,
                        "currency": "KMF"
                      },
                      {
                        "amount": 1993.16,
                        "currency": "SYP"
                      },
                      {
                        "amount": 2028.88,
                        "currency": "STN"
                      }
                    ],
                    [
                      {
                        "amount": 713.47,
                        "currency": "BBD"
                      },
                      {
                        "amount": 869.05,
                        "currency": "KGS"
                      },
                      {
                        "amount": 488.24,
                        "currency": "AMD"
                      },
                      {
                        "amount": 1147.67,
                        "currency": "SRD"
                      },
                      {
                        "amount": 4238.99,
                        "currency": "KYD"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Sb",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 220.71,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1105.88,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 962.18,
                            "currency": "ETB"
                          },
                          {
                            "amount": 587.69,
                            "currency": "AED"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "kH",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 956.12,
                            "currency": "CHF"
                          }
                        ],
                        [
                          {
                            "amount": 4978.63,
                            "currency": "ARS"
                          },
                          {
                            "amount": 2676.45,
                            "currency": "BRL"
                          },
                          {
                            "amount": 3310.78,
                            "currency": "SGD"
                          },
                          {
                            "amount": 3191.7,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 1854.5,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 2021.89,
                            "currency": "CRC"
                          },
                          {
                            "amount": 4396.41,
                            "currency": "AUD"
                          },
                          {
                            "amount": 2482.48,
                            "currency": "SAR"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4642.24,
                        "currency": "BSD"
                      }
                    ],
                    [
                      {
                        "amount": 2154.87,
                        "currency": "GNF"
                      },
                      {
                        "amount": 1724.64,
                        "currency": "JOD"
                      }
                    ],
                    [
                      {
                        "amount": 2621.02,
                        "currency": "ERN"
                      }
                    ],
                    [
                      {
                        "amount": 1564.22,
                        "currency": "USD"
                      },
                      {
                        "amount": 4129.24,
                        "currency": "LBP"
                      },
                      {
                        "amount": 1860.21,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 520.01,
                        "currency": "BMD"
                      },
                      {
                        "amount": 1216.27,
                        "currency": "CZK"
                      },
                      {
                        "amount": 1339.71,
                        "currency": "MGA"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 365.89,
                        "currency": "EGP"
                      },
                      {
                        "amount": 405.45,
                        "currency": "DZD"
                      },
                      {
                        "amount": 4133.27,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 3702.4,
                        "currency": "ISK"
                      },
                      {
                        "amount": 509.02,
                        "currency": "IQD"
                      },
                      {
                        "amount": 4847.15,
                        "currency": "TRY"
                      },
                      {
                        "amount": 880.56,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 3377.75,
                        "currency": "GEL"
                      },
                      {
                        "amount": 4726.87,
                        "currency": "ILS"
                      },
                      {
                        "amount": 4500.83,
                        "currency": "GBP"
                      },
                      {
                        "amount": 1233.5,
                        "currency": "BRL"
                      }
                    ],
                    [
                      {
                        "amount": 3407.65,
                        "currency": "TOP"
                      },
                      {
                        "amount": 3839.73,
                        "currency": "BRL"
                      },
                      {
                        "amount": 3220.38,
                        "currency": "KES"
                      },
                      {
                        "amount": 1015.02,
                        "currency": "IQD"
                      },
                      {
                        "amount": 2870.52,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 3669.41,
                        "currency": "PYG"
                      },
                      {
                        "amount": 2904.57,
                        "currency": "TTD"
                      },
                      {
                        "amount": 3327.45,
                        "currency": "VUV"
                      },
                      {
                        "amount": 1796.64,
                        "currency": "VUV"
                      },
                      {
                        "amount": 2899.39,
                        "currency": "OMR"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "of",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2617.91,
                            "currency": "TMT"
                          },
                          {
                            "amount": 1472.37,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 3842.83,
                            "currency": "BAM"
                          },
                          {
                            "amount": 2070.83,
                            "currency": "GYD"
                          },
                          {
                            "amount": 878.37,
                            "currency": "BTN"
                          },
                          {
                            "amount": 3016.07,
                            "currency": "SDG"
                          }
                        ],
                        [
                          {
                            "amount": 741.3,
                            "currency": "BAM"
                          },
                          {
                            "amount": 4668.42,
                            "currency": "CAD"
                          },
                          {
                            "amount": 4651.91,
                            "currency": "MYR"
                          },
                          {
                            "amount": 1454.93,
                            "currency": "HKD"
                          },
                          {
                            "amount": 2670.17,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 2087.91,
                            "currency": "HUF"
                          },
                          {
                            "amount": 3389.47,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 2952.35,
                            "currency": "MDL"
                          },
                          {
                            "amount": 258.43,
                            "currency": "BIF"
                          },
                          {
                            "amount": 4300.56,
                            "currency": "NPR"
                          },
                          {
                            "amount": 4026.05,
                            "currency": "MVR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Se",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3594.15,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 199.75,
                            "currency": "GIP"
                          },
                          {
                            "amount": 3073.36,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 2987.22,
                            "currency": "THB"
                          },
                          {
                            "amount": 3495.42,
                            "currency": "IRR"
                          },
                          {
                            "amount": 2148.36,
                            "currency": "XPF"
                          },
                          {
                            "amount": 2166.63,
                            "currency": "KMF"
                          },
                          {
                            "amount": 179.05,
                            "currency": "RUB"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3973.06,
                        "currency": "DZD"
                      },
                      {
                        "amount": 3770.22,
                        "currency": "JMD"
                      },
                      {
                        "amount": 1844.25,
                        "currency": "KMF"
                      },
                      {
                        "amount": 4846.91,
                        "currency": "AWG"
                      }
                    ],
                    [
                      {
                        "amount": 2032.28,
                        "currency": "COP"
                      },
                      {
                        "amount": 2455.85,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 4994.13,
                        "currency": "SAR"
                      }
                    ],
                    [
                      {
                        "amount": 4879.06,
                        "currency": "DKK"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 270.46,
                        "currency": "MKD"
                      },
                      {
                        "amount": 1496.91,
                        "currency": "GHS"
                      },
                      {
                        "amount": 3345.52,
                        "currency": "KRW"
                      },
                      {
                        "amount": 2799.32,
                        "currency": "MZN"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1864.13,
                        "currency": "UZS"
                      },
                      {
                        "amount": 845.15,
                        "currency": "UAH"
                      }
                    ],
                    [
                      {
                        "amount": 2453.92,
                        "currency": "AFN"
                      },
                      {
                        "amount": 1646.95,
                        "currency": "DKK"
                      },
                      {
                        "amount": 1968.57,
                        "currency": "SGD"
                      },
                      {
                        "amount": 1009.95,
                        "currency": "JMD"
                      },
                      {
                        "amount": 3914.57,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 3366.65,
                        "currency": "VND"
                      },
                      {
                        "amount": 2603.06,
                        "currency": "USD"
                      },
                      {
                        "amount": 3482.98,
                        "currency": "ETB"
                      },
                      {
                        "amount": 4765.01,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 4528.18,
                        "currency": "BAM"
                      }
                    ],
                    [
                      {
                        "amount": 4705.22,
                        "currency": "VES"
                      },
                      {
                        "amount": 15.49,
                        "currency": "VES"
                      },
                      {
                        "amount": 416.58,
                        "currency": "CDF"
                      }
                    ],
                    [
                      {
                        "amount": 2538.42,
                        "currency": "FKP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "31711787",
                "percentage": 9.2,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 1322.42,
                        "currency": "HKD"
                      },
                      {
                        "amount": 4202.49,
                        "currency": "SRD"
                      },
                      {
                        "amount": 1623.76,
                        "currency": "GYD"
                      }
                    ],
                    [
                      {
                        "amount": 2086.76,
                        "currency": "BSD"
                      },
                      {
                        "amount": 350.24,
                        "currency": "CNY"
                      },
                      {
                        "amount": 615.36,
                        "currency": "BWP"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Daniela",
                "index": 7,
                "lastName": "Kautzer",
                "tierLevel": "Gold",
                "tierLevelNumber": 4,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1118.62,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 3643.54,
                        "currency": "SCR"
                      },
                      {
                        "amount": 2795.14,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 931,
                        "currency": "HUF"
                      },
                      {
                        "amount": 4097.44,
                        "currency": "ALL"
                      },
                      {
                        "amount": 911.72,
                        "currency": "BGN"
                      },
                      {
                        "amount": 1829.63,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 105.58,
                        "currency": "XOF"
                      },
                      {
                        "amount": 266.46,
                        "currency": "TZS"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3827.72,
                        "currency": "MZN"
                      },
                      {
                        "amount": 1773.52,
                        "currency": "TJS"
                      }
                    ],
                    [
                      {
                        "amount": 2527,
                        "currency": "ALL"
                      },
                      {
                        "amount": 1269.5,
                        "currency": "ETB"
                      }
                    ],
                    [
                      {
                        "amount": 3793.77,
                        "currency": "NIO"
                      }
                    ],
                    [
                      {
                        "amount": 1626.52,
                        "currency": "TJS"
                      },
                      {
                        "amount": 1921.04,
                        "currency": "ARS"
                      },
                      {
                        "amount": 2787.98,
                        "currency": "BRL"
                      },
                      {
                        "amount": 1041.17,
                        "currency": "INR"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "EN",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 115.47,
                            "currency": "MXN"
                          },
                          {
                            "amount": 728.43,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 3492.95,
                            "currency": "KYD"
                          },
                          {
                            "amount": 219.29,
                            "currency": "PAB"
                          },
                          {
                            "amount": 1319.02,
                            "currency": "UAH"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "BD",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4951.79,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2314.12,
                            "currency": "PKR"
                          },
                          {
                            "amount": 3177.31,
                            "currency": "VES"
                          },
                          {
                            "amount": 1155.78,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2148.87,
                            "currency": "HKD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Qe",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4113.09,
                            "currency": "EUR"
                          },
                          {
                            "amount": 4339.7,
                            "currency": "HNL"
                          },
                          {
                            "amount": 1576.45,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 998.2,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 2653.75,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 1550.72,
                            "currency": "LBP"
                          },
                          {
                            "amount": 2023.9,
                            "currency": "BBD"
                          },
                          {
                            "amount": 4372.84,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 2599.62,
                            "currency": "KHR"
                          },
                          {
                            "amount": 1317.81,
                            "currency": "OMR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "qz",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2271.15,
                            "currency": "LAK"
                          },
                          {
                            "amount": 3060.34,
                            "currency": "GNF"
                          },
                          {
                            "amount": 1183.15,
                            "currency": "JOD"
                          },
                          {
                            "amount": 2960.11,
                            "currency": "MXN"
                          },
                          {
                            "amount": 169.4,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 1511.16,
                            "currency": "SHP"
                          },
                          {
                            "amount": 565.37,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 3934.67,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 4220.77,
                            "currency": "NZD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "zk",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1917.42,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 4796.31,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2962.63,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4190.49,
                            "currency": "FJD"
                          },
                          {
                            "amount": 1881.81,
                            "currency": "CNY"
                          },
                          {
                            "amount": 2477.85,
                            "currency": "BRL"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1684.54,
                        "currency": "MNT"
                      },
                      {
                        "amount": 4150.54,
                        "currency": "CAD"
                      },
                      {
                        "amount": 4200.66,
                        "currency": "KRW"
                      },
                      {
                        "amount": 4444.11,
                        "currency": "TWD"
                      },
                      {
                        "amount": 1271.03,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 2956.65,
                        "currency": "VUV"
                      },
                      {
                        "amount": 919.67,
                        "currency": "GTQ"
                      }
                    ],
                    [
                      {
                        "amount": 2563.95,
                        "currency": "OMR"
                      },
                      {
                        "amount": 3025.67,
                        "currency": "TMT"
                      },
                      {
                        "amount": 3500.27,
                        "currency": "BIF"
                      },
                      {
                        "amount": 2888.98,
                        "currency": "ARS"
                      },
                      {
                        "amount": 4408.33,
                        "currency": "MAD"
                      }
                    ],
                    [
                      {
                        "amount": 3523.32,
                        "currency": "LKR"
                      }
                    ],
                    [
                      {
                        "amount": 1061.73,
                        "currency": "WST"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 623.94,
                        "currency": "NAD"
                      },
                      {
                        "amount": 4423.57,
                        "currency": "CVE"
                      },
                      {
                        "amount": 2793.54,
                        "currency": "ARS"
                      },
                      {
                        "amount": 1666.25,
                        "currency": "GBP"
                      },
                      {
                        "amount": 206.34,
                        "currency": "LKR"
                      }
                    ],
                    [
                      {
                        "amount": 3857.55,
                        "currency": "UGX"
                      }
                    ],
                    [
                      {
                        "amount": 4581.34,
                        "currency": "KYD"
                      }
                    ],
                    [
                      {
                        "amount": 529.19,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 3291.44,
                        "currency": "BYN"
                      }
                    ],
                    [
                      {
                        "amount": 982.57,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 3568.45,
                        "currency": "LKR"
                      },
                      {
                        "amount": 446.75,
                        "currency": "NAD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Xf",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1242.6,
                            "currency": "ALL"
                          },
                          {
                            "amount": 4923.97,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 4502.25,
                            "currency": "KRW"
                          },
                          {
                            "amount": 3993.57,
                            "currency": "COP"
                          },
                          {
                            "amount": 3183.41,
                            "currency": "QAR"
                          },
                          {
                            "amount": 2070.77,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 2978.83,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4861.23,
                            "currency": "FJD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Dm",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2025.56,
                            "currency": "DZD"
                          },
                          {
                            "amount": 582.31,
                            "currency": "KPW"
                          }
                        ],
                        [
                          {
                            "amount": 3299.79,
                            "currency": "AZN"
                          },
                          {
                            "amount": 3477.49,
                            "currency": "ANG"
                          },
                          {
                            "amount": 4379.18,
                            "currency": "MRU"
                          }
                        ],
                        [
                          {
                            "amount": 4629.3,
                            "currency": "VES"
                          },
                          {
                            "amount": 2226.14,
                            "currency": "KGS"
                          },
                          {
                            "amount": 2271.86,
                            "currency": "GIP"
                          },
                          {
                            "amount": 3524.55,
                            "currency": "JPY"
                          },
                          {
                            "amount": 1036.75,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 4072.91,
                            "currency": "CZK"
                          }
                        ],
                        [
                          {
                            "amount": 3946.11,
                            "currency": "OMR"
                          },
                          {
                            "amount": 2030.41,
                            "currency": "BDT"
                          },
                          {
                            "amount": 1688.23,
                            "currency": "GMD"
                          },
                          {
                            "amount": 2214.74,
                            "currency": "USD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Re",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2281.7,
                            "currency": "SCR"
                          },
                          {
                            "amount": 4568.57,
                            "currency": "BOB"
                          },
                          {
                            "amount": 2898.7,
                            "currency": "MYR"
                          },
                          {
                            "amount": 1326.2,
                            "currency": "QAR"
                          },
                          {
                            "amount": 848.09,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 1994.41,
                            "currency": "SRD"
                          },
                          {
                            "amount": 1567.19,
                            "currency": "RWF"
                          },
                          {
                            "amount": 2819.36,
                            "currency": "BIF"
                          },
                          {
                            "amount": 4160.47,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 940.59,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 2983.31,
                            "currency": "LSL"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "kl",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1595.13,
                            "currency": "MKD"
                          },
                          {
                            "amount": 3739.49,
                            "currency": "MRU"
                          }
                        ],
                        [
                          {
                            "amount": 2815.41,
                            "currency": "LYD"
                          },
                          {
                            "amount": 60.15,
                            "currency": "MKD"
                          },
                          {
                            "amount": 4968.85,
                            "currency": "JOD"
                          },
                          {
                            "amount": 1276.99,
                            "currency": "TJS"
                          },
                          {
                            "amount": 842.16,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 1242.22,
                            "currency": "TTD"
                          },
                          {
                            "amount": 2442.13,
                            "currency": "NGN"
                          },
                          {
                            "amount": 2016.68,
                            "currency": "PYG"
                          },
                          {
                            "amount": 4578.74,
                            "currency": "MNT"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 40.06,
                        "currency": "TOP"
                      },
                      {
                        "amount": 2082.88,
                        "currency": "HUF"
                      },
                      {
                        "amount": 4358.87,
                        "currency": "GNF"
                      }
                    ],
                    [
                      {
                        "amount": 2452.38,
                        "currency": "MZN"
                      },
                      {
                        "amount": 2328.89,
                        "currency": "JPY"
                      }
                    ],
                    [
                      {
                        "amount": 903.32,
                        "currency": "GNF"
                      },
                      {
                        "amount": 2731.62,
                        "currency": "TWD"
                      },
                      {
                        "amount": 2271.64,
                        "currency": "MDL"
                      },
                      {
                        "amount": 1694.35,
                        "currency": "PGK"
                      },
                      {
                        "amount": 3682.95,
                        "currency": "PGK"
                      }
                    ],
                    [
                      {
                        "amount": 667.08,
                        "currency": "CHF"
                      },
                      {
                        "amount": 2631.68,
                        "currency": "GNF"
                      },
                      {
                        "amount": 1939.97,
                        "currency": "SZL"
                      },
                      {
                        "amount": 109.18,
                        "currency": "NZD"
                      },
                      {
                        "amount": 2937.48,
                        "currency": "UZS"
                      }
                    ],
                    [
                      {
                        "amount": 2621.87,
                        "currency": "UZS"
                      },
                      {
                        "amount": 2271.1,
                        "currency": "ANG"
                      },
                      {
                        "amount": 3837.62,
                        "currency": "BND"
                      },
                      {
                        "amount": 4663.89,
                        "currency": "CAD"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1023.55,
                        "currency": "YER"
                      },
                      {
                        "amount": 1947.62,
                        "currency": "JPY"
                      },
                      {
                        "amount": 1300.72,
                        "currency": "SCR"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3450.53,
                        "currency": "ARS"
                      },
                      {
                        "amount": 733.94,
                        "currency": "TZS"
                      },
                      {
                        "amount": 3481.57,
                        "currency": "MAD"
                      }
                    ],
                    [
                      {
                        "amount": 3453.81,
                        "currency": "COP"
                      },
                      {
                        "amount": 2886.5,
                        "currency": "KPW"
                      }
                    ],
                    [
                      {
                        "amount": 4352.65,
                        "currency": "KPW"
                      },
                      {
                        "amount": 2754.86,
                        "currency": "BHD"
                      },
                      {
                        "amount": 2492.42,
                        "currency": "DJF"
                      }
                    ],
                    [
                      {
                        "amount": 3823.5,
                        "currency": "SZL"
                      },
                      {
                        "amount": 2262.98,
                        "currency": "TZS"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "54846751",
                "percentage": 19.2,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 650.45,
                        "currency": "DJF"
                      },
                      {
                        "amount": 3746.38,
                        "currency": "CAD"
                      },
                      {
                        "amount": 602.11,
                        "currency": "CAD"
                      },
                      {
                        "amount": 4046.05,
                        "currency": "AMD"
                      },
                      {
                        "amount": 2496.47,
                        "currency": "MAD"
                      }
                    ],
                    [
                      {
                        "amount": 2525.81,
                        "currency": "COP"
                      }
                    ],
                    [
                      {
                        "amount": 3160.76,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 2672.24,
                        "currency": "XCD"
                      },
                      {
                        "amount": 1648.55,
                        "currency": "KWD"
                      },
                      {
                        "amount": 2564.75,
                        "currency": "HTG"
                      }
                    ],
                    [
                      {
                        "amount": 4011.14,
                        "currency": "PEN"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Inbound"
          }
        }
      ]
    },
    {
      "ancillaryConfiguration": {
        "allowQuantity": false,
        "maxQuantityPerPax": 4
      },
      "ancillarySpecialService": {
        "code": "PETC",
        "requiredProperties": {
          "propertyDefinitionList": [
            {
              "@type": "KeywordPropertyDefinition",
              "optional": true,
              "propertyName": "WEIGHT",
              "propertyType": "DECIMAL"
            },
            {
              "@type": "PropertyDefinition",
              "optional": false,
              "propertyName": "WEIGHT",
              "propertyType": "ENUM"
            },
            {
              "@type": "PropertyDefinition",
              "optional": false,
              "propertyName": "LENGTH",
              "propertyType": "TEXT"
            }
          ]
        },
        "type": "OPTIONAL"
      },
      "bundleItems": [
        {
          "code": "DPD",
          "groupCode": "wp"
        },
        {
          "code": "EnI",
          "groupCode": "vU"
        },
        {
          "code": "UtK",
          "groupCode": "fO"
        },
        {
          "code": "hkw",
          "groupCode": "kc"
        },
        {
          "code": "0YK",
          "groupCode": "ds"
        }
      ],
      "code": "XwA",
      "refundable": false,
      "travelPartOffers": [
        {
          "availableInventory": 34,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Damion",
                "index": 8,
                "lastName": "Labadie",
                "tierLevel": "Silver",
                "tierLevelNumber": 1,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1687.83,
                        "currency": "TTD"
                      },
                      {
                        "amount": 624.49,
                        "currency": "ARS"
                      },
                      {
                        "amount": 2567.23,
                        "currency": "ARS"
                      },
                      {
                        "amount": 4057.69,
                        "currency": "BZD"
                      },
                      {
                        "amount": 3030.14,
                        "currency": "EUR"
                      }
                    ],
                    [
                      {
                        "amount": 2230.79,
                        "currency": "UYU"
                      }
                    ],
                    [
                      {
                        "amount": 1395.19,
                        "currency": "JOD"
                      },
                      {
                        "amount": 909.1,
                        "currency": "PEN"
                      },
                      {
                        "amount": 4237.1,
                        "currency": "STN"
                      },
                      {
                        "amount": 4110.77,
                        "currency": "GYD"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1681.91,
                        "currency": "BDT"
                      },
                      {
                        "amount": 4380.9,
                        "currency": "DJF"
                      },
                      {
                        "amount": 4157.43,
                        "currency": "NIO"
                      },
                      {
                        "amount": 2999.18,
                        "currency": "GBP"
                      }
                    ],
                    [
                      {
                        "amount": 4321.95,
                        "currency": "KYD"
                      },
                      {
                        "amount": 3457.6,
                        "currency": "LKR"
                      }
                    ],
                    [
                      {
                        "amount": 2172.06,
                        "currency": "KZT"
                      },
                      {
                        "amount": 471.59,
                        "currency": "SRD"
                      },
                      {
                        "amount": 3867.33,
                        "currency": "CHF"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "LB",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1860.78,
                            "currency": "SRD"
                          },
                          {
                            "amount": 1779.91,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 4110.4,
                            "currency": "SRD"
                          },
                          {
                            "amount": 3161.7,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1694.06,
                            "currency": "MWK"
                          },
                          {
                            "amount": 1995.44,
                            "currency": "PEN"
                          },
                          {
                            "amount": 3915.09,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 2048.25,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4107.13,
                            "currency": "HTG"
                          },
                          {
                            "amount": 563.42,
                            "currency": "TOP"
                          },
                          {
                            "amount": 2681.59,
                            "currency": "SCR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "jh",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3216.07,
                            "currency": "BIF"
                          },
                          {
                            "amount": 3889.92,
                            "currency": "YER"
                          },
                          {
                            "amount": 1837.37,
                            "currency": "TTD"
                          },
                          {
                            "amount": 4895.37,
                            "currency": "CHF"
                          },
                          {
                            "amount": 1203.6,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 1161.18,
                            "currency": "KZT"
                          },
                          {
                            "amount": 3248.83,
                            "currency": "SDG"
                          }
                        ],
                        [
                          {
                            "amount": 2369.48,
                            "currency": "ZAR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "GW",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1236.77,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1008.47,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2888.6,
                            "currency": "CRC"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3622.39,
                        "currency": "ETB"
                      }
                    ],
                    [
                      {
                        "amount": 1913.45,
                        "currency": "KPW"
                      },
                      {
                        "amount": 3095.72,
                        "currency": "KZT"
                      },
                      {
                        "amount": 4865.94,
                        "currency": "GEL"
                      },
                      {
                        "amount": 384.94,
                        "currency": "NOK"
                      },
                      {
                        "amount": 2335.21,
                        "currency": "NGN"
                      }
                    ],
                    [
                      {
                        "amount": 2793.26,
                        "currency": "CDF"
                      },
                      {
                        "amount": 3651.47,
                        "currency": "VUV"
                      },
                      {
                        "amount": 912.46,
                        "currency": "NPR"
                      }
                    ],
                    [
                      {
                        "amount": 4781.72,
                        "currency": "SRD"
                      },
                      {
                        "amount": 2846.16,
                        "currency": "KES"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 653.89,
                        "currency": "AUD"
                      },
                      {
                        "amount": 2451.73,
                        "currency": "ZMW"
                      }
                    ],
                    [
                      {
                        "amount": 2871.49,
                        "currency": "KYD"
                      },
                      {
                        "amount": 2230.02,
                        "currency": "MZN"
                      },
                      {
                        "amount": 1067.83,
                        "currency": "NGN"
                      },
                      {
                        "amount": 4817.59,
                        "currency": "KPW"
                      },
                      {
                        "amount": 3744.82,
                        "currency": "SGD"
                      }
                    ],
                    [
                      {
                        "amount": 2545.2,
                        "currency": "BYN"
                      },
                      {
                        "amount": 3047.84,
                        "currency": "INR"
                      }
                    ],
                    [
                      {
                        "amount": 4801.02,
                        "currency": "MRU"
                      }
                    ],
                    [
                      {
                        "amount": 2676.09,
                        "currency": "YER"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Sr",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2617.73,
                            "currency": "BBD"
                          },
                          {
                            "amount": 933.68,
                            "currency": "PEN"
                          },
                          {
                            "amount": 1266.36,
                            "currency": "TJS"
                          },
                          {
                            "amount": 3596.37,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4355.18,
                            "currency": "SCR"
                          }
                        ],
                        [
                          {
                            "amount": 4568.43,
                            "currency": "SRD"
                          },
                          {
                            "amount": 4496.34,
                            "currency": "THB"
                          },
                          {
                            "amount": 4895.51,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 2428.81,
                            "currency": "JOD"
                          },
                          {
                            "amount": 4374.99,
                            "currency": "LAK"
                          },
                          {
                            "amount": 814.65,
                            "currency": "TWD"
                          }
                        ],
                        [
                          {
                            "amount": 1634.62,
                            "currency": "TRY"
                          },
                          {
                            "amount": 239.65,
                            "currency": "KES"
                          },
                          {
                            "amount": 189.93,
                            "currency": "SSP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Dh",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2680.19,
                            "currency": "ARS"
                          },
                          {
                            "amount": 4438.3,
                            "currency": "IRR"
                          },
                          {
                            "amount": 3113.76,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 4735.51,
                            "currency": "TJS"
                          },
                          {
                            "amount": 3574.39,
                            "currency": "BOB"
                          },
                          {
                            "amount": 2237.99,
                            "currency": "KZT"
                          },
                          {
                            "amount": 4262.82,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 4698.76,
                            "currency": "TJS"
                          },
                          {
                            "amount": 761.24,
                            "currency": "CZK"
                          }
                        ],
                        [
                          {
                            "amount": 4997.63,
                            "currency": "RON"
                          },
                          {
                            "amount": 2884.01,
                            "currency": "FJD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "QR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1659.73,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2129.24,
                            "currency": "AUD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ia",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4362.21,
                            "currency": "VND"
                          }
                        ],
                        [
                          {
                            "amount": 541.38,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 2716.72,
                            "currency": "NPR"
                          },
                          {
                            "amount": 2635.59,
                            "currency": "SLE"
                          },
                          {
                            "amount": 438.3,
                            "currency": "MVR"
                          },
                          {
                            "amount": 2300.01,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 1300.92,
                            "currency": "ILS"
                          },
                          {
                            "amount": 895.72,
                            "currency": "AWG"
                          },
                          {
                            "amount": 1124.58,
                            "currency": "AUD"
                          },
                          {
                            "amount": 4480.65,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 4865.36,
                            "currency": "KHR"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3258.25,
                        "currency": "BSD"
                      }
                    ],
                    [
                      {
                        "amount": 2989.76,
                        "currency": "OMR"
                      },
                      {
                        "amount": 2325.23,
                        "currency": "AZN"
                      },
                      {
                        "amount": 3285.3,
                        "currency": "BBD"
                      },
                      {
                        "amount": 3359.72,
                        "currency": "COP"
                      }
                    ],
                    [
                      {
                        "amount": 2471.73,
                        "currency": "SLE"
                      },
                      {
                        "amount": 3790.27,
                        "currency": "SOS"
                      }
                    ],
                    [
                      {
                        "amount": 4651.26,
                        "currency": "LSL"
                      },
                      {
                        "amount": 4971.89,
                        "currency": "AZN"
                      },
                      {
                        "amount": 2324.12,
                        "currency": "BND"
                      }
                    ],
                    [
                      {
                        "amount": 3558.71,
                        "currency": "ERN"
                      },
                      {
                        "amount": 1298.82,
                        "currency": "JPY"
                      },
                      {
                        "amount": 3321.63,
                        "currency": "BBD"
                      },
                      {
                        "amount": 4557.65,
                        "currency": "MOP"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4098.58,
                        "currency": "BRL"
                      },
                      {
                        "amount": 3310.11,
                        "currency": "COP"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2670.18,
                        "currency": "NZD"
                      },
                      {
                        "amount": 4769.78,
                        "currency": "CNY"
                      }
                    ],
                    [
                      {
                        "amount": 3162.96,
                        "currency": "UYU"
                      },
                      {
                        "amount": 664.12,
                        "currency": "SAR"
                      },
                      {
                        "amount": 3974.46,
                        "currency": "SHP"
                      },
                      {
                        "amount": 4931.87,
                        "currency": "BYN"
                      },
                      {
                        "amount": 4167.08,
                        "currency": "ARS"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "48630053",
                "percentage": 17,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 1137.03,
                        "currency": "LKR"
                      },
                      {
                        "amount": 4170.93,
                        "currency": "CAD"
                      },
                      {
                        "amount": 2363.77,
                        "currency": "AUD"
                      }
                    ],
                    [
                      {
                        "amount": 1657.57,
                        "currency": "KRW"
                      },
                      {
                        "amount": 4410.68,
                        "currency": "MRU"
                      },
                      {
                        "amount": 4196.67,
                        "currency": "KGS"
                      },
                      {
                        "amount": 205.49,
                        "currency": "PGK"
                      },
                      {
                        "amount": 1911.65,
                        "currency": "EUR"
                      }
                    ],
                    [
                      {
                        "amount": 4176.47,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 862.46,
                        "currency": "CRC"
                      },
                      {
                        "amount": 4437.94,
                        "currency": "UYU"
                      },
                      {
                        "amount": 3435.74,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 1745.14,
                        "currency": "MWK"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 2,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Name",
                "index": 6,
                "lastName": "Lakin",
                "tierLevel": "Silver",
                "tierLevelNumber": 4,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4728.42,
                        "currency": "BND"
                      }
                    ],
                    [
                      {
                        "amount": 1260.36,
                        "currency": "IQD"
                      },
                      {
                        "amount": 1959.14,
                        "currency": "FJD"
                      }
                    ],
                    [
                      {
                        "amount": 4369.22,
                        "currency": "ZWL"
                      }
                    ],
                    [
                      {
                        "amount": 4520.92,
                        "currency": "FKP"
                      },
                      {
                        "amount": 2892.41,
                        "currency": "MAD"
                      },
                      {
                        "amount": 3794.54,
                        "currency": "DKK"
                      },
                      {
                        "amount": 2060.57,
                        "currency": "HNL"
                      }
                    ],
                    [
                      {
                        "amount": 2646.39,
                        "currency": "TND"
                      },
                      {
                        "amount": 2559.43,
                        "currency": "LBP"
                      },
                      {
                        "amount": 2061.66,
                        "currency": "CDF"
                      },
                      {
                        "amount": 1682.99,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 4595.38,
                        "currency": "GIP"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1000.89,
                        "currency": "SLE"
                      },
                      {
                        "amount": 4967.63,
                        "currency": "CVE"
                      },
                      {
                        "amount": 2973.06,
                        "currency": "CUP"
                      },
                      {
                        "amount": 4604.51,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 3986.57,
                        "currency": "KZT"
                      },
                      {
                        "amount": 981.58,
                        "currency": "DJF"
                      },
                      {
                        "amount": 2967.03,
                        "currency": "ARS"
                      }
                    ],
                    [
                      {
                        "amount": 2843.84,
                        "currency": "SZL"
                      },
                      {
                        "amount": 829.53,
                        "currency": "BIF"
                      },
                      {
                        "amount": 927.32,
                        "currency": "IRR"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "gJ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2046.34,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2407.56,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 2636.88,
                            "currency": "ALL"
                          },
                          {
                            "amount": 1474.6,
                            "currency": "JMD"
                          },
                          {
                            "amount": 2767.98,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 981.76,
                            "currency": "ILS"
                          },
                          {
                            "amount": 4454.25,
                            "currency": "AMD"
                          },
                          {
                            "amount": 4798.25,
                            "currency": "MWK"
                          }
                        ],
                        [
                          {
                            "amount": 4371.75,
                            "currency": "PLN"
                          },
                          {
                            "amount": 2570.26,
                            "currency": "BMD"
                          },
                          {
                            "amount": 709.47,
                            "currency": "BTN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "kX",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2765.68,
                            "currency": "MRU"
                          },
                          {
                            "amount": 2476.65,
                            "currency": "DKK"
                          },
                          {
                            "amount": 745.6,
                            "currency": "AUD"
                          },
                          {
                            "amount": 2827.58,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 3967.63,
                            "currency": "KPW"
                          },
                          {
                            "amount": 3858.89,
                            "currency": "GBP"
                          },
                          {
                            "amount": 4242.02,
                            "currency": "BOB"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1157.52,
                        "currency": "BSD"
                      }
                    ],
                    [
                      {
                        "amount": 2701.32,
                        "currency": "MMK"
                      },
                      {
                        "amount": 4268.99,
                        "currency": "SHP"
                      },
                      {
                        "amount": 1290.53,
                        "currency": "IDR"
                      },
                      {
                        "amount": 2265.01,
                        "currency": "FKP"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1800.91,
                        "currency": "TZS"
                      },
                      {
                        "amount": 393.46,
                        "currency": "LKR"
                      },
                      {
                        "amount": 137.21,
                        "currency": "TJS"
                      }
                    ],
                    [
                      {
                        "amount": 3652.03,
                        "currency": "BIF"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "YR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1659.97,
                            "currency": "MUR"
                          },
                          {
                            "amount": 824.66,
                            "currency": "LYD"
                          },
                          {
                            "amount": 1237.81,
                            "currency": "GBP"
                          },
                          {
                            "amount": 3939.86,
                            "currency": "SBD"
                          },
                          {
                            "amount": 778.79,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 435.49,
                            "currency": "LBP"
                          },
                          {
                            "amount": 2035.86,
                            "currency": "SGD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "zT",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4611.34,
                            "currency": "CZK"
                          },
                          {
                            "amount": 534.61,
                            "currency": "BAM"
                          },
                          {
                            "amount": 2481.43,
                            "currency": "TND"
                          },
                          {
                            "amount": 2740.29,
                            "currency": "MXN"
                          }
                        ],
                        [
                          {
                            "amount": 999.72,
                            "currency": "IRR"
                          },
                          {
                            "amount": 214.91,
                            "currency": "BRL"
                          },
                          {
                            "amount": 3282.75,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 2733.92,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 1057.79,
                            "currency": "CUP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Se",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 499.09,
                            "currency": "SDG"
                          },
                          {
                            "amount": 3798.99,
                            "currency": "TOP"
                          }
                        ],
                        [
                          {
                            "amount": 1037.71,
                            "currency": "ARS"
                          },
                          {
                            "amount": 4431.5,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 1960.06,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1399.35,
                            "currency": "MOP"
                          },
                          {
                            "amount": 3224.61,
                            "currency": "BAM"
                          },
                          {
                            "amount": 2098.6,
                            "currency": "FKP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 754.38,
                        "currency": "INR"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 312.88,
                        "currency": "GNF"
                      },
                      {
                        "amount": 1166.8,
                        "currency": "ARS"
                      },
                      {
                        "amount": 868.34,
                        "currency": "CLP"
                      }
                    ],
                    [
                      {
                        "amount": 2491.94,
                        "currency": "FKP"
                      }
                    ],
                    [
                      {
                        "amount": 731.23,
                        "currency": "XPF"
                      },
                      {
                        "amount": 1301.52,
                        "currency": "AZN"
                      },
                      {
                        "amount": 3273.39,
                        "currency": "BSD"
                      },
                      {
                        "amount": 2548.36,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 4559.7,
                        "currency": "TRY"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2187.17,
                        "currency": "BTN"
                      }
                    ],
                    [
                      {
                        "amount": 4503.4,
                        "currency": "UGX"
                      },
                      {
                        "amount": 1468.32,
                        "currency": "BMD"
                      },
                      {
                        "amount": 769.46,
                        "currency": "HTG"
                      },
                      {
                        "amount": 2852.01,
                        "currency": "ISK"
                      },
                      {
                        "amount": 4338,
                        "currency": "NAD"
                      }
                    ],
                    [
                      {
                        "amount": 2220.33,
                        "currency": "CRC"
                      }
                    ],
                    [
                      {
                        "amount": 906.27,
                        "currency": "GMD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "50689699",
                "percentage": 8.2,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3584.72,
                        "currency": "NZD"
                      }
                    ],
                    [
                      {
                        "amount": 2105.68,
                        "currency": "TZS"
                      },
                      {
                        "amount": 2484.14,
                        "currency": "EUR"
                      },
                      {
                        "amount": 3912.23,
                        "currency": "BDT"
                      },
                      {
                        "amount": 3312.27,
                        "currency": "HNL"
                      },
                      {
                        "amount": 1392.6,
                        "currency": "XAF"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 2,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Syble",
                "index": 1,
                "lastName": "Pfannerstill",
                "tierLevel": "Silver",
                "tierLevelNumber": 5,
                "type": "CHD"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3744.85,
                        "currency": "SAR"
                      },
                      {
                        "amount": 1106.01,
                        "currency": "TTD"
                      },
                      {
                        "amount": 599.57,
                        "currency": "ALL"
                      }
                    ],
                    [
                      {
                        "amount": 4976.73,
                        "currency": "CHF"
                      },
                      {
                        "amount": 4251.54,
                        "currency": "BIF"
                      },
                      {
                        "amount": 2804.76,
                        "currency": "CHF"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2441.32,
                        "currency": "TMT"
                      }
                    ],
                    [
                      {
                        "amount": 1703.3,
                        "currency": "RON"
                      }
                    ],
                    [
                      {
                        "amount": 1407.79,
                        "currency": "SRD"
                      },
                      {
                        "amount": 3303.43,
                        "currency": "TMT"
                      },
                      {
                        "amount": 3737.04,
                        "currency": "CNY"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "wm",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2626.59,
                            "currency": "CNY"
                          },
                          {
                            "amount": 4627.68,
                            "currency": "USD"
                          },
                          {
                            "amount": 4188.91,
                            "currency": "MYR"
                          },
                          {
                            "amount": 493.41,
                            "currency": "XCD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2522.46,
                        "currency": "KHR"
                      },
                      {
                        "amount": 4857.68,
                        "currency": "FKP"
                      },
                      {
                        "amount": 2223.29,
                        "currency": "FKP"
                      },
                      {
                        "amount": 2558.8,
                        "currency": "GMD"
                      },
                      {
                        "amount": 2949.98,
                        "currency": "KHR"
                      }
                    ],
                    [
                      {
                        "amount": 514.06,
                        "currency": "DZD"
                      }
                    ],
                    [
                      {
                        "amount": 2670.77,
                        "currency": "YER"
                      },
                      {
                        "amount": 140.9,
                        "currency": "HUF"
                      },
                      {
                        "amount": 222.97,
                        "currency": "LAK"
                      },
                      {
                        "amount": 1255.2,
                        "currency": "CRC"
                      },
                      {
                        "amount": 1782.74,
                        "currency": "FKP"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4807.11,
                        "currency": "SEK"
                      },
                      {
                        "amount": 1710.62,
                        "currency": "RUB"
                      }
                    ],
                    [
                      {
                        "amount": 2204.36,
                        "currency": "PEN"
                      },
                      {
                        "amount": 4690.79,
                        "currency": "FJD"
                      }
                    ],
                    [
                      {
                        "amount": 431.06,
                        "currency": "USD"
                      }
                    ],
                    [
                      {
                        "amount": 2953.48,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 1582.16,
                        "currency": "BND"
                      },
                      {
                        "amount": 4587.82,
                        "currency": "GEL"
                      }
                    ],
                    [
                      {
                        "amount": 3376.87,
                        "currency": "GTQ"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Tb",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1797.22,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 4650.05,
                            "currency": "KZT"
                          },
                          {
                            "amount": 2869.47,
                            "currency": "XOF"
                          },
                          {
                            "amount": 4459.59,
                            "currency": "AED"
                          },
                          {
                            "amount": 40.56,
                            "currency": "PAB"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ul",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3831.53,
                            "currency": "BMD"
                          },
                          {
                            "amount": 1261,
                            "currency": "UZS"
                          },
                          {
                            "amount": 1545.51,
                            "currency": "LSL"
                          },
                          {
                            "amount": 3551.23,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 2248.33,
                            "currency": "UZS"
                          },
                          {
                            "amount": 2980.33,
                            "currency": "LYD"
                          },
                          {
                            "amount": 4565.96,
                            "currency": "TWD"
                          }
                        ],
                        [
                          {
                            "amount": 495.84,
                            "currency": "MNT"
                          },
                          {
                            "amount": 230.55,
                            "currency": "CRC"
                          },
                          {
                            "amount": 1761.95,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 2452.22,
                            "currency": "MYR"
                          },
                          {
                            "amount": 2426.98,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2820.42,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3966.43,
                            "currency": "MZN"
                          },
                          {
                            "amount": 4717.59,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 3587.54,
                            "currency": "SRD"
                          },
                          {
                            "amount": 1754.09,
                            "currency": "PLN"
                          },
                          {
                            "amount": 1152.63,
                            "currency": "ILS"
                          },
                          {
                            "amount": 3707.91,
                            "currency": "UZS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ET",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2541.3,
                            "currency": "SZL"
                          },
                          {
                            "amount": 4412.78,
                            "currency": "MGA"
                          },
                          {
                            "amount": 28,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 76.39,
                            "currency": "NIO"
                          }
                        ],
                        [
                          {
                            "amount": 2278.74,
                            "currency": "TRY"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "nO",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4355.72,
                            "currency": "FJD"
                          },
                          {
                            "amount": 1785.97,
                            "currency": "BDT"
                          },
                          {
                            "amount": 1849.49,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 1928.53,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 824.01,
                            "currency": "SAR"
                          },
                          {
                            "amount": 406.48,
                            "currency": "BHD"
                          },
                          {
                            "amount": 1411.65,
                            "currency": "CLP"
                          },
                          {
                            "amount": 2366.72,
                            "currency": "ERN"
                          },
                          {
                            "amount": 3476.83,
                            "currency": "CLP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Rt",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1985.77,
                            "currency": "MOP"
                          },
                          {
                            "amount": 4059.09,
                            "currency": "MRU"
                          }
                        ],
                        [
                          {
                            "amount": 4710.59,
                            "currency": "SDG"
                          },
                          {
                            "amount": 653.68,
                            "currency": "STN"
                          },
                          {
                            "amount": 3249.1,
                            "currency": "CNY"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1158.01,
                        "currency": "RON"
                      },
                      {
                        "amount": 4284.6,
                        "currency": "NZD"
                      }
                    ],
                    [
                      {
                        "amount": 602.52,
                        "currency": "BOB"
                      },
                      {
                        "amount": 3556.24,
                        "currency": "SEK"
                      },
                      {
                        "amount": 4854.47,
                        "currency": "RSD"
                      }
                    ],
                    [
                      {
                        "amount": 3796.78,
                        "currency": "ALL"
                      },
                      {
                        "amount": 562.94,
                        "currency": "SGD"
                      },
                      {
                        "amount": 643,
                        "currency": "ETB"
                      },
                      {
                        "amount": 470.64,
                        "currency": "KWD"
                      },
                      {
                        "amount": 1669.59,
                        "currency": "JOD"
                      }
                    ],
                    [
                      {
                        "amount": 2200.08,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 682.46,
                        "currency": "ERN"
                      },
                      {
                        "amount": 1764.64,
                        "currency": "MYR"
                      },
                      {
                        "amount": 1633.19,
                        "currency": "ALL"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4444.57,
                        "currency": "CVE"
                      },
                      {
                        "amount": 157.63,
                        "currency": "AMD"
                      },
                      {
                        "amount": 4285.93,
                        "currency": "BSD"
                      }
                    ],
                    [
                      {
                        "amount": 2374.98,
                        "currency": "LKR"
                      },
                      {
                        "amount": 1932.07,
                        "currency": "SOS"
                      }
                    ],
                    [
                      {
                        "amount": 3014.96,
                        "currency": "ERN"
                      },
                      {
                        "amount": 4782.53,
                        "currency": "SSP"
                      },
                      {
                        "amount": 1881.88,
                        "currency": "GHS"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3884.24,
                        "currency": "UYU"
                      },
                      {
                        "amount": 3649.12,
                        "currency": "TND"
                      },
                      {
                        "amount": 3557.06,
                        "currency": "CLP"
                      },
                      {
                        "amount": 1944.93,
                        "currency": "FJD"
                      }
                    ],
                    [
                      {
                        "amount": 1931.4,
                        "currency": "SZL"
                      },
                      {
                        "amount": 698.07,
                        "currency": "DZD"
                      },
                      {
                        "amount": 1129.58,
                        "currency": "BWP"
                      },
                      {
                        "amount": 2571.94,
                        "currency": "SRD"
                      }
                    ],
                    [
                      {
                        "amount": 3669.67,
                        "currency": "MWK"
                      },
                      {
                        "amount": 3998.01,
                        "currency": "SZL"
                      },
                      {
                        "amount": 1630.27,
                        "currency": "JMD"
                      }
                    ],
                    [
                      {
                        "amount": 269.17,
                        "currency": "CUP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "60979640",
                "percentage": 25.6,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2944.64,
                        "currency": "HKD"
                      },
                      {
                        "amount": 4426.4,
                        "currency": "MRU"
                      },
                      {
                        "amount": 1487.98,
                        "currency": "PGK"
                      },
                      {
                        "amount": 1886.25,
                        "currency": "RON"
                      }
                    ],
                    [
                      {
                        "amount": 3135.34,
                        "currency": "AED"
                      },
                      {
                        "amount": 4098.36,
                        "currency": "AUD"
                      },
                      {
                        "amount": 4360.68,
                        "currency": "MDL"
                      },
                      {
                        "amount": 3241.3,
                        "currency": "UYU"
                      }
                    ],
                    [
                      {
                        "amount": 2614.4,
                        "currency": "SSP"
                      },
                      {
                        "amount": 3503.53,
                        "currency": "KHR"
                      },
                      {
                        "amount": 3656.5,
                        "currency": "GIP"
                      },
                      {
                        "amount": 4887.72,
                        "currency": "JOD"
                      }
                    ],
                    [
                      {
                        "amount": 1206.6,
                        "currency": "KPW"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 1,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Adalberto",
                "index": 1,
                "lastName": "Quigley",
                "tierLevel": "Gold",
                "tierLevelNumber": 2,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4391.64,
                        "currency": "MOP"
                      }
                    ],
                    [
                      {
                        "amount": 1462.02,
                        "currency": "AUD"
                      },
                      {
                        "amount": 2634.26,
                        "currency": "FJD"
                      }
                    ],
                    [
                      {
                        "amount": 4258.76,
                        "currency": "IQD"
                      }
                    ],
                    [
                      {
                        "amount": 4350.98,
                        "currency": "HKD"
                      },
                      {
                        "amount": 3546.74,
                        "currency": "BND"
                      },
                      {
                        "amount": 1765.37,
                        "currency": "LBP"
                      },
                      {
                        "amount": 3841.53,
                        "currency": "BGN"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4409.15,
                        "currency": "SLE"
                      },
                      {
                        "amount": 2360.58,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1180.52,
                        "currency": "TRY"
                      },
                      {
                        "amount": 961.01,
                        "currency": "AWG"
                      },
                      {
                        "amount": 408.12,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 570.48,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 1874.26,
                        "currency": "LKR"
                      },
                      {
                        "amount": 1214.47,
                        "currency": "JPY"
                      },
                      {
                        "amount": 826.81,
                        "currency": "MYR"
                      },
                      {
                        "amount": 2865.39,
                        "currency": "LBP"
                      }
                    ],
                    [
                      {
                        "amount": 3415.54,
                        "currency": "XCD"
                      }
                    ],
                    [
                      {
                        "amount": 1478.93,
                        "currency": "NGN"
                      },
                      {
                        "amount": 819.91,
                        "currency": "SGD"
                      },
                      {
                        "amount": 1061.74,
                        "currency": "FJD"
                      },
                      {
                        "amount": 4137.28,
                        "currency": "OMR"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Bz",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 283.1,
                            "currency": "VUV"
                          },
                          {
                            "amount": 654.35,
                            "currency": "MOP"
                          }
                        ],
                        [
                          {
                            "amount": 1219.95,
                            "currency": "MVR"
                          },
                          {
                            "amount": 971.73,
                            "currency": "CNY"
                          },
                          {
                            "amount": 3111.5,
                            "currency": "NIO"
                          },
                          {
                            "amount": 681.65,
                            "currency": "UGX"
                          },
                          {
                            "amount": 2109.66,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 4358.72,
                            "currency": "NZD"
                          },
                          {
                            "amount": 1617.61,
                            "currency": "BYN"
                          },
                          {
                            "amount": 1280.21,
                            "currency": "PKR"
                          },
                          {
                            "amount": 4670.79,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 709.97,
                            "currency": "AOA"
                          },
                          {
                            "amount": 63.26,
                            "currency": "VUV"
                          },
                          {
                            "amount": 4316.76,
                            "currency": "WST"
                          }
                        ],
                        [
                          {
                            "amount": 4431.28,
                            "currency": "SRD"
                          },
                          {
                            "amount": 2464.49,
                            "currency": "CZK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ig",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1845.18,
                            "currency": "EUR"
                          },
                          {
                            "amount": 882.19,
                            "currency": "JMD"
                          },
                          {
                            "amount": 4288.47,
                            "currency": "VND"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4113.24,
                        "currency": "PLN"
                      },
                      {
                        "amount": 1400.71,
                        "currency": "MDL"
                      },
                      {
                        "amount": 2437.48,
                        "currency": "PEN"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4254.26,
                        "currency": "STN"
                      },
                      {
                        "amount": 1930.81,
                        "currency": "ISK"
                      },
                      {
                        "amount": 556.81,
                        "currency": "LRD"
                      }
                    ],
                    [
                      {
                        "amount": 4476.58,
                        "currency": "BDT"
                      }
                    ],
                    [
                      {
                        "amount": 374.71,
                        "currency": "TRY"
                      },
                      {
                        "amount": 1741.27,
                        "currency": "XCD"
                      },
                      {
                        "amount": 2328.16,
                        "currency": "BZD"
                      },
                      {
                        "amount": 1335.9,
                        "currency": "LAK"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "QR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3203.5,
                            "currency": "COP"
                          }
                        ],
                        [
                          {
                            "amount": 3081.72,
                            "currency": "SLE"
                          },
                          {
                            "amount": 1433.97,
                            "currency": "JMD"
                          },
                          {
                            "amount": 4653,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4321.99,
                            "currency": "RSD"
                          },
                          {
                            "amount": 2201.66,
                            "currency": "KZT"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "eR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3972.95,
                            "currency": "MXN"
                          },
                          {
                            "amount": 3877.99,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1041,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 1777.6,
                            "currency": "MXN"
                          },
                          {
                            "amount": 3433.51,
                            "currency": "GMD"
                          }
                        ],
                        [
                          {
                            "amount": 2816.24,
                            "currency": "BSD"
                          },
                          {
                            "amount": 1637.27,
                            "currency": "KYD"
                          },
                          {
                            "amount": 250.36,
                            "currency": "TRY"
                          },
                          {
                            "amount": 2007.9,
                            "currency": "IQD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "lF",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3975.79,
                            "currency": "RON"
                          },
                          {
                            "amount": 1633.62,
                            "currency": "VES"
                          },
                          {
                            "amount": 1210.97,
                            "currency": "PHP"
                          },
                          {
                            "amount": 2651.07,
                            "currency": "CNY"
                          },
                          {
                            "amount": 1878.85,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 1360.82,
                            "currency": "MDL"
                          },
                          {
                            "amount": 175.92,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2057.17,
                            "currency": "BMD"
                          },
                          {
                            "amount": 2883.51,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 239.18,
                            "currency": "GEL"
                          },
                          {
                            "amount": 3767.48,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2133.51,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3680.5,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 2947.19,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 1308,
                            "currency": "MAD"
                          },
                          {
                            "amount": 3830.21,
                            "currency": "GNF"
                          },
                          {
                            "amount": 4120.23,
                            "currency": "GEL"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "hS",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4418.99,
                            "currency": "KGS"
                          },
                          {
                            "amount": 3389.82,
                            "currency": "KMF"
                          },
                          {
                            "amount": 3978.91,
                            "currency": "UYU"
                          },
                          {
                            "amount": 3095.85,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 895.33,
                            "currency": "KYD"
                          },
                          {
                            "amount": 2163.61,
                            "currency": "UAH"
                          },
                          {
                            "amount": 930.46,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 2882.64,
                            "currency": "AFN"
                          },
                          {
                            "amount": 2915.66,
                            "currency": "SOS"
                          }
                        ],
                        [
                          {
                            "amount": 4561.75,
                            "currency": "MAD"
                          },
                          {
                            "amount": 2486.22,
                            "currency": "CAD"
                          },
                          {
                            "amount": 862.16,
                            "currency": "IRR"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2703.15,
                        "currency": "SHP"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3372.98,
                        "currency": "BWP"
                      },
                      {
                        "amount": 1525.81,
                        "currency": "MXN"
                      },
                      {
                        "amount": 806.36,
                        "currency": "JPY"
                      }
                    ],
                    [
                      {
                        "amount": 2652.03,
                        "currency": "TJS"
                      },
                      {
                        "amount": 4266.59,
                        "currency": "CHF"
                      },
                      {
                        "amount": 3943.27,
                        "currency": "SEK"
                      },
                      {
                        "amount": 1163.46,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 61.41,
                        "currency": "NPR"
                      },
                      {
                        "amount": 2444.64,
                        "currency": "KGS"
                      },
                      {
                        "amount": 1348.61,
                        "currency": "BIF"
                      }
                    ],
                    [
                      {
                        "amount": 791.42,
                        "currency": "SGD"
                      },
                      {
                        "amount": 4816.18,
                        "currency": "TND"
                      }
                    ],
                    [
                      {
                        "amount": 3382.02,
                        "currency": "SYP"
                      },
                      {
                        "amount": 944.81,
                        "currency": "BSD"
                      },
                      {
                        "amount": 1313.27,
                        "currency": "SSP"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 708.34,
                        "currency": "BRL"
                      }
                    ],
                    [
                      {
                        "amount": 2370.28,
                        "currency": "XPF"
                      },
                      {
                        "amount": 1418.44,
                        "currency": "VES"
                      },
                      {
                        "amount": 2001.6,
                        "currency": "KHR"
                      },
                      {
                        "amount": 4767.2,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 1033.24,
                        "currency": "PGK"
                      },
                      {
                        "amount": 2340.52,
                        "currency": "CRC"
                      },
                      {
                        "amount": 90.41,
                        "currency": "NGN"
                      },
                      {
                        "amount": 1573.96,
                        "currency": "DOP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "03781300",
                "percentage": 28.7,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2466.08,
                        "currency": "KHR"
                      },
                      {
                        "amount": 3032.43,
                        "currency": "VND"
                      }
                    ],
                    [
                      {
                        "amount": 3127.2,
                        "currency": "GNF"
                      },
                      {
                        "amount": 1546.58,
                        "currency": "UAH"
                      }
                    ],
                    [
                      {
                        "amount": 4302.22,
                        "currency": "KYD"
                      },
                      {
                        "amount": 3695.45,
                        "currency": "UGX"
                      },
                      {
                        "amount": 987.36,
                        "currency": "JOD"
                      },
                      {
                        "amount": 3278.06,
                        "currency": "COP"
                      },
                      {
                        "amount": 2045.09,
                        "currency": "BMD"
                      }
                    ],
                    [
                      {
                        "amount": 1464.69,
                        "currency": "ANG"
                      }
                    ],
                    [
                      {
                        "amount": 687.79,
                        "currency": "LRD"
                      },
                      {
                        "amount": 3479.87,
                        "currency": "YER"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Ford",
                "index": 8,
                "lastName": "Mayer",
                "tierLevel": "Red",
                "tierLevelNumber": 3,
                "type": "ADT"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1703.63,
                        "currency": "NAD"
                      },
                      {
                        "amount": 1987.99,
                        "currency": "RSD"
                      },
                      {
                        "amount": 1159.82,
                        "currency": "GHS"
                      },
                      {
                        "amount": 3216.1,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 3561.09,
                        "currency": "GMD"
                      }
                    ],
                    [
                      {
                        "amount": 1588.27,
                        "currency": "CRC"
                      },
                      {
                        "amount": 2014.61,
                        "currency": "GBP"
                      },
                      {
                        "amount": 2698.48,
                        "currency": "IDR"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1782.25,
                        "currency": "XOF"
                      },
                      {
                        "amount": 491.76,
                        "currency": "RSD"
                      }
                    ],
                    [
                      {
                        "amount": 3112.64,
                        "currency": "BHD"
                      },
                      {
                        "amount": 3948.75,
                        "currency": "GEL"
                      }
                    ],
                    [
                      {
                        "amount": 2249.24,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 3634.88,
                        "currency": "PKR"
                      },
                      {
                        "amount": 2534.57,
                        "currency": "CHF"
                      },
                      {
                        "amount": 3724.33,
                        "currency": "TZS"
                      },
                      {
                        "amount": 2154.28,
                        "currency": "JMD"
                      }
                    ],
                    [
                      {
                        "amount": 1445.12,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 3899.95,
                        "currency": "SBD"
                      },
                      {
                        "amount": 1708.99,
                        "currency": "CVE"
                      },
                      {
                        "amount": 1039.52,
                        "currency": "YER"
                      },
                      {
                        "amount": 1833.83,
                        "currency": "CHF"
                      }
                    ],
                    [
                      {
                        "amount": 4550.09,
                        "currency": "BZD"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "qt",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2096.24,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2203.44,
                            "currency": "GMD"
                          },
                          {
                            "amount": 1146.42,
                            "currency": "XPF"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2690.35,
                        "currency": "RSD"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4184.35,
                        "currency": "KYD"
                      },
                      {
                        "amount": 444.94,
                        "currency": "MNT"
                      },
                      {
                        "amount": 4491.85,
                        "currency": "MRU"
                      },
                      {
                        "amount": 2034.54,
                        "currency": "SHP"
                      }
                    ],
                    [
                      {
                        "amount": 1095.91,
                        "currency": "QAR"
                      },
                      {
                        "amount": 2201.9,
                        "currency": "CNY"
                      },
                      {
                        "amount": 1460.51,
                        "currency": "HUF"
                      },
                      {
                        "amount": 4442.02,
                        "currency": "KGS"
                      },
                      {
                        "amount": 187.7,
                        "currency": "NPR"
                      }
                    ],
                    [
                      {
                        "amount": 85.5,
                        "currency": "TMT"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Jy",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1216.61,
                            "currency": "JPY"
                          },
                          {
                            "amount": 3283.47,
                            "currency": "TMT"
                          },
                          {
                            "amount": 1411.98,
                            "currency": "TWD"
                          },
                          {
                            "amount": 3927.33,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2786.19,
                            "currency": "ZAR"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1888.58,
                        "currency": "TRY"
                      },
                      {
                        "amount": 1859.66,
                        "currency": "PEN"
                      },
                      {
                        "amount": 2877.31,
                        "currency": "DZD"
                      },
                      {
                        "amount": 3835.14,
                        "currency": "TWD"
                      }
                    ],
                    [
                      {
                        "amount": 3791.89,
                        "currency": "OMR"
                      },
                      {
                        "amount": 4572.46,
                        "currency": "RWF"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1420.97,
                        "currency": "GNF"
                      },
                      {
                        "amount": 586.52,
                        "currency": "CRC"
                      },
                      {
                        "amount": 4483.34,
                        "currency": "COP"
                      }
                    ],
                    [
                      {
                        "amount": 2983.19,
                        "currency": "YER"
                      },
                      {
                        "amount": 33.49,
                        "currency": "MAD"
                      },
                      {
                        "amount": 2708.64,
                        "currency": "PKR"
                      },
                      {
                        "amount": 4620.68,
                        "currency": "KMF"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4236.33,
                        "currency": "DOP"
                      },
                      {
                        "amount": 4688.55,
                        "currency": "PHP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "53065080",
                "percentage": 15.1,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2256.99,
                        "currency": "TWD"
                      }
                    ],
                    [
                      {
                        "amount": 3899.76,
                        "currency": "JPY"
                      },
                      {
                        "amount": 585.85,
                        "currency": "MUR"
                      }
                    ],
                    [
                      {
                        "amount": 2941.24,
                        "currency": "HKD"
                      },
                      {
                        "amount": 2169.31,
                        "currency": "DJF"
                      },
                      {
                        "amount": 2349.97,
                        "currency": "GMD"
                      }
                    ],
                    [
                      {
                        "amount": 2348.38,
                        "currency": "QAR"
                      },
                      {
                        "amount": 4315.19,
                        "currency": "GBP"
                      },
                      {
                        "amount": 79.6,
                        "currency": "GMD"
                      },
                      {
                        "amount": 2750.97,
                        "currency": "CVE"
                      }
                    ],
                    [
                      {
                        "amount": 2432.98,
                        "currency": "KHR"
                      },
                      {
                        "amount": 2046.17,
                        "currency": "WST"
                      },
                      {
                        "amount": 1533.95,
                        "currency": "XCD"
                      },
                      {
                        "amount": 1906.82,
                        "currency": "LAK"
                      },
                      {
                        "amount": 1190.74,
                        "currency": "RSD"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Outbound"
          }
        }
      ]
    },
    {
      "ancillaryConfiguration": {
        "allowQuantity": true,
        "maxQuantityPerPax": 3
      },
      "ancillarySpecialService": {
        "code": "PETC",
        "requiredProperties": {
          "propertyDefinitionList": [
            {
              "@type": "KeywordPropertyDefinition",
              "optional": true,
              "propertyName": "LENGTH",
              "propertyType": "ENUM"
            },
            {
              "@type": "KeywordPropertyDefinition",
              "optional": false,
              "propertyName": "WEIGHT",
              "propertyType": "INT"
            },
            {
              "@type": "PropertyDefinition",
              "optional": true,
              "propertyName": "WIDTH",
              "propertyType": "ENUM"
            },
            {
              "@type": "KeywordPropertyDefinition",
              "optional": false,
              "propertyName": "WIDTH",
              "propertyType": "INT"
            },
            {
              "@type": "KeywordPropertyDefinition",
              "optional": false,
              "propertyName": "LENGTH",
              "propertyType": "TEXT"
            }
          ]
        },
        "type": "NOTALLOWED"
      },
      "bundleItems": [
        {
          "code": "fNg",
          "groupCode": "fl"
        },
        {
          "code": "l3C",
          "groupCode": "tJ"
        }
      ],
      "code": "JlD",
      "refundable": true,
      "travelPartOffers": [
        {
          "availableInventory": 24,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Kaylin",
                "index": 2,
                "lastName": "Yost",
                "tierLevel": "Silver",
                "tierLevelNumber": 3,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 660.44,
                        "currency": "SLE"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3660.23,
                        "currency": "HTG"
                      }
                    ],
                    [
                      {
                        "amount": 2361.5,
                        "currency": "LAK"
                      },
                      {
                        "amount": 1290.91,
                        "currency": "UZS"
                      },
                      {
                        "amount": 2043.4,
                        "currency": "BBD"
                      },
                      {
                        "amount": 4686.18,
                        "currency": "HUF"
                      },
                      {
                        "amount": 1246,
                        "currency": "PKR"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "mR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4586.09,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3103,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2655.09,
                            "currency": "OMR"
                          },
                          {
                            "amount": 374.25,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 1655.02,
                            "currency": "AMD"
                          },
                          {
                            "amount": 1496.05,
                            "currency": "PEN"
                          },
                          {
                            "amount": 1016.36,
                            "currency": "LRD"
                          },
                          {
                            "amount": 2242.67,
                            "currency": "CUP"
                          },
                          {
                            "amount": 3550.22,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 1094.14,
                            "currency": "JPY"
                          },
                          {
                            "amount": 808.41,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 2700.92,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 2201.35,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3753.98,
                            "currency": "TMT"
                          },
                          {
                            "amount": 2358.5,
                            "currency": "GNF"
                          },
                          {
                            "amount": 3239.76,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 3369.44,
                            "currency": "CAD"
                          },
                          {
                            "amount": 4952.28,
                            "currency": "UGX"
                          },
                          {
                            "amount": 3500.87,
                            "currency": "BAM"
                          },
                          {
                            "amount": 3420.29,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4649.59,
                            "currency": "TMT"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "oy",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2252.98,
                            "currency": "THB"
                          },
                          {
                            "amount": 3272.92,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1341.99,
                            "currency": "XPF"
                          }
                        ],
                        [
                          {
                            "amount": 1571.13,
                            "currency": "ARS"
                          },
                          {
                            "amount": 4966.73,
                            "currency": "CNY"
                          },
                          {
                            "amount": 1167.56,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 1595,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 323.6,
                            "currency": "LRD"
                          },
                          {
                            "amount": 4424.51,
                            "currency": "SSP"
                          },
                          {
                            "amount": 2447.36,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 3087.71,
                            "currency": "XOF"
                          },
                          {
                            "amount": 1210.55,
                            "currency": "HKD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4193.41,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 1533.52,
                        "currency": "AMD"
                      },
                      {
                        "amount": 4423.46,
                        "currency": "BIF"
                      },
                      {
                        "amount": 2262.65,
                        "currency": "PEN"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4498.46,
                        "currency": "CAD"
                      },
                      {
                        "amount": 330.42,
                        "currency": "BSD"
                      },
                      {
                        "amount": 322.05,
                        "currency": "TZS"
                      },
                      {
                        "amount": 3049.53,
                        "currency": "TZS"
                      },
                      {
                        "amount": 3720.71,
                        "currency": "PEN"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Af",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2415.35,
                            "currency": "BDT"
                          },
                          {
                            "amount": 4890.48,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4225.72,
                            "currency": "INR"
                          }
                        ],
                        [
                          {
                            "amount": 102.55,
                            "currency": "HKD"
                          },
                          {
                            "amount": 3529.93,
                            "currency": "NOK"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3482.09,
                        "currency": "MOP"
                      },
                      {
                        "amount": 1700.11,
                        "currency": "CZK"
                      },
                      {
                        "amount": 2290,
                        "currency": "CHF"
                      },
                      {
                        "amount": 2281.6,
                        "currency": "XOF"
                      },
                      {
                        "amount": 4884.84,
                        "currency": "TMT"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4378.79,
                        "currency": "BMD"
                      },
                      {
                        "amount": 1474.02,
                        "currency": "RWF"
                      }
                    ],
                    [
                      {
                        "amount": 4454.36,
                        "currency": "CDF"
                      }
                    ],
                    [
                      {
                        "amount": 4516.04,
                        "currency": "LKR"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1471.5,
                        "currency": "IDR"
                      },
                      {
                        "amount": 1979.56,
                        "currency": "RON"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "96743862",
                "percentage": 14.1,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 4753.43,
                        "currency": "BAM"
                      },
                      {
                        "amount": 46.62,
                        "currency": "ERN"
                      },
                      {
                        "amount": 3408.61,
                        "currency": "SZL"
                      },
                      {
                        "amount": 36.44,
                        "currency": "CLP"
                      },
                      {
                        "amount": 754.59,
                        "currency": "KRW"
                      }
                    ],
                    [
                      {
                        "amount": 1181.57,
                        "currency": "ALL"
                      },
                      {
                        "amount": 3107.49,
                        "currency": "MAD"
                      },
                      {
                        "amount": 2861.96,
                        "currency": "GYD"
                      },
                      {
                        "amount": 230.37,
                        "currency": "DZD"
                      },
                      {
                        "amount": 1750.51,
                        "currency": "THB"
                      }
                    ],
                    [
                      {
                        "amount": 1689.6,
                        "currency": "NIO"
                      }
                    ],
                    [
                      {
                        "amount": 4751.42,
                        "currency": "NAD"
                      },
                      {
                        "amount": 1344.12,
                        "currency": "BDT"
                      },
                      {
                        "amount": 3013.47,
                        "currency": "AOA"
                      },
                      {
                        "amount": 1087.15,
                        "currency": "BAM"
                      },
                      {
                        "amount": 962.06,
                        "currency": "CRC"
                      }
                    ],
                    [
                      {
                        "amount": 3046.29,
                        "currency": "INR"
                      },
                      {
                        "amount": 4610.42,
                        "currency": "KGS"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Amaya",
                "index": 6,
                "lastName": "Klocko",
                "tierLevel": "Red",
                "tierLevelNumber": 0,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1251.18,
                        "currency": "BZD"
                      },
                      {
                        "amount": 3197.35,
                        "currency": "SBD"
                      }
                    ],
                    [
                      {
                        "amount": 3259.35,
                        "currency": "TZS"
                      },
                      {
                        "amount": 4360.62,
                        "currency": "UAH"
                      },
                      {
                        "amount": 3442.14,
                        "currency": "IQD"
                      },
                      {
                        "amount": 4826.36,
                        "currency": "MUR"
                      },
                      {
                        "amount": 3299.39,
                        "currency": "BGN"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3967.04,
                        "currency": "GYD"
                      },
                      {
                        "amount": 2921.62,
                        "currency": "LRD"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "GI",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4655.9,
                            "currency": "ALL"
                          },
                          {
                            "amount": 3724.03,
                            "currency": "WST"
                          },
                          {
                            "amount": 4532.82,
                            "currency": "BOB"
                          },
                          {
                            "amount": 490,
                            "currency": "LYD"
                          },
                          {
                            "amount": 3937.23,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 2419.01,
                            "currency": "KGS"
                          },
                          {
                            "amount": 3655.93,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 1083.29,
                            "currency": "RON"
                          },
                          {
                            "amount": 49.91,
                            "currency": "AED"
                          },
                          {
                            "amount": 733.37,
                            "currency": "PKR"
                          },
                          {
                            "amount": 4620.37,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 1441.17,
                            "currency": "LKR"
                          },
                          {
                            "amount": 4563.25,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 4130.5,
                            "currency": "SEK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "bj",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3836.14,
                            "currency": "JPY"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "iq",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1378.36,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2065.49,
                            "currency": "JMD"
                          },
                          {
                            "amount": 3079.2,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 2628.56,
                            "currency": "UZS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "XF",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4404.56,
                            "currency": "INR"
                          },
                          {
                            "amount": 2974.26,
                            "currency": "BAM"
                          },
                          {
                            "amount": 637.75,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 170.37,
                            "currency": "STN"
                          },
                          {
                            "amount": 1723.78,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 1301.67,
                            "currency": "ISK"
                          },
                          {
                            "amount": 2558.32,
                            "currency": "UGX"
                          },
                          {
                            "amount": 78.6,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 3710.96,
                            "currency": "VES"
                          },
                          {
                            "amount": 4807.83,
                            "currency": "AOA"
                          },
                          {
                            "amount": 1047.31,
                            "currency": "GEL"
                          },
                          {
                            "amount": 3362.34,
                            "currency": "BDT"
                          },
                          {
                            "amount": 1075.68,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 417.51,
                            "currency": "LSL"
                          },
                          {
                            "amount": 2159.93,
                            "currency": "KGS"
                          },
                          {
                            "amount": 3274.26,
                            "currency": "VUV"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Uy",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4399.34,
                            "currency": "MWK"
                          }
                        ],
                        [
                          {
                            "amount": 2352.34,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 1448.75,
                            "currency": "KMF"
                          }
                        ],
                        [
                          {
                            "amount": 291.94,
                            "currency": "CVE"
                          },
                          {
                            "amount": 4291.19,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 3081.75,
                            "currency": "XAF"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4325.65,
                        "currency": "SOS"
                      },
                      {
                        "amount": 585.73,
                        "currency": "RWF"
                      },
                      {
                        "amount": 2788.79,
                        "currency": "GHS"
                      },
                      {
                        "amount": 1844.98,
                        "currency": "TMT"
                      },
                      {
                        "amount": 1745.29,
                        "currency": "MXN"
                      }
                    ],
                    [
                      {
                        "amount": 1253.84,
                        "currency": "SOS"
                      },
                      {
                        "amount": 395.72,
                        "currency": "UGX"
                      },
                      {
                        "amount": 1435.47,
                        "currency": "INR"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2007.19,
                        "currency": "ISK"
                      },
                      {
                        "amount": 4154.79,
                        "currency": "LAK"
                      },
                      {
                        "amount": 3291.04,
                        "currency": "CAD"
                      },
                      {
                        "amount": 43.83,
                        "currency": "BMD"
                      }
                    ],
                    [
                      {
                        "amount": 2830.65,
                        "currency": "QAR"
                      },
                      {
                        "amount": 4749.06,
                        "currency": "SRD"
                      },
                      {
                        "amount": 753.6,
                        "currency": "CNY"
                      },
                      {
                        "amount": 4978.97,
                        "currency": "RSD"
                      }
                    ],
                    [
                      {
                        "amount": 3880.99,
                        "currency": "AZN"
                      },
                      {
                        "amount": 4829.18,
                        "currency": "NZD"
                      },
                      {
                        "amount": 1783.09,
                        "currency": "SRD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Ti",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 323.02,
                            "currency": "LRD"
                          },
                          {
                            "amount": 961.08,
                            "currency": "DJF"
                          },
                          {
                            "amount": 4214.96,
                            "currency": "QAR"
                          }
                        ],
                        [
                          {
                            "amount": 4694.59,
                            "currency": "OMR"
                          },
                          {
                            "amount": 1947.53,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 3149.01,
                            "currency": "SCR"
                          },
                          {
                            "amount": 238.19,
                            "currency": "TTD"
                          },
                          {
                            "amount": 116.21,
                            "currency": "GYD"
                          },
                          {
                            "amount": 4393.53,
                            "currency": "SHP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "jK",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 508.88,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 3986.65,
                            "currency": "AED"
                          },
                          {
                            "amount": 1485.34,
                            "currency": "XPF"
                          },
                          {
                            "amount": 629.34,
                            "currency": "JMD"
                          },
                          {
                            "amount": 4570.08,
                            "currency": "NGN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "on",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1854.96,
                            "currency": "BAM"
                          },
                          {
                            "amount": 2847.48,
                            "currency": "SAR"
                          },
                          {
                            "amount": 2770.2,
                            "currency": "XAF"
                          },
                          {
                            "amount": 3843.33,
                            "currency": "BYN"
                          },
                          {
                            "amount": 2951.75,
                            "currency": "TOP"
                          }
                        ],
                        [
                          {
                            "amount": 1794.28,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 933.29,
                            "currency": "GEL"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2510.35,
                        "currency": "NGN"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4827.97,
                        "currency": "TND"
                      },
                      {
                        "amount": 4955.13,
                        "currency": "BIF"
                      },
                      {
                        "amount": 954.91,
                        "currency": "TND"
                      }
                    ],
                    [
                      {
                        "amount": 2403.65,
                        "currency": "TJS"
                      },
                      {
                        "amount": 2152.72,
                        "currency": "GNF"
                      },
                      {
                        "amount": 188.4,
                        "currency": "SSP"
                      },
                      {
                        "amount": 4513.49,
                        "currency": "GEL"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4320.47,
                        "currency": "UAH"
                      },
                      {
                        "amount": 4376.48,
                        "currency": "MAD"
                      },
                      {
                        "amount": 2406.07,
                        "currency": "VND"
                      },
                      {
                        "amount": 294.03,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1568.89,
                        "currency": "CDF"
                      }
                    ],
                    [
                      {
                        "amount": 3769.49,
                        "currency": "SBD"
                      },
                      {
                        "amount": 1048.5,
                        "currency": "AMD"
                      },
                      {
                        "amount": 3232.04,
                        "currency": "BGN"
                      },
                      {
                        "amount": 4287.28,
                        "currency": "BND"
                      },
                      {
                        "amount": 606.04,
                        "currency": "UGX"
                      }
                    ],
                    [
                      {
                        "amount": 3917.53,
                        "currency": "CRC"
                      },
                      {
                        "amount": 1187.1,
                        "currency": "PEN"
                      },
                      {
                        "amount": 4747.82,
                        "currency": "NOK"
                      },
                      {
                        "amount": 4963.5,
                        "currency": "MAD"
                      },
                      {
                        "amount": 256.08,
                        "currency": "ARS"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "41483874",
                "percentage": 15.4,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 2170.64,
                        "currency": "AZN"
                      },
                      {
                        "amount": 856.45,
                        "currency": "SAR"
                      },
                      {
                        "amount": 1529.25,
                        "currency": "IDR"
                      },
                      {
                        "amount": 1602.4,
                        "currency": "BND"
                      },
                      {
                        "amount": 2282.83,
                        "currency": "ANG"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Caleb",
                "index": 1,
                "lastName": "Gutkowski",
                "tierLevel": "Gold",
                "tierLevelNumber": 4,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3227.99,
                        "currency": "QAR"
                      }
                    ],
                    [
                      {
                        "amount": 2959.61,
                        "currency": "LSL"
                      },
                      {
                        "amount": 3090.72,
                        "currency": "ANG"
                      },
                      {
                        "amount": 689.56,
                        "currency": "CHF"
                      }
                    ],
                    [
                      {
                        "amount": 3532.78,
                        "currency": "VES"
                      },
                      {
                        "amount": 607.64,
                        "currency": "RWF"
                      },
                      {
                        "amount": 2435.73,
                        "currency": "GYD"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4485.55,
                        "currency": "SEK"
                      },
                      {
                        "amount": 1257.95,
                        "currency": "VND"
                      },
                      {
                        "amount": 2106.07,
                        "currency": "SBD"
                      },
                      {
                        "amount": 1983.49,
                        "currency": "UAH"
                      },
                      {
                        "amount": 802.28,
                        "currency": "PKR"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "kc",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1431.54,
                            "currency": "DZD"
                          },
                          {
                            "amount": 1416.93,
                            "currency": "IDR"
                          },
                          {
                            "amount": 1907.37,
                            "currency": "XOF"
                          },
                          {
                            "amount": 4165.18,
                            "currency": "MYR"
                          },
                          {
                            "amount": 890.39,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 3638.62,
                            "currency": "MZN"
                          },
                          {
                            "amount": 3017.85,
                            "currency": "ZAR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "MS",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4918.6,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 1666.96,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 4631.46,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 4487.84,
                            "currency": "TND"
                          },
                          {
                            "amount": 1085.61,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 3377.41,
                            "currency": "AOA"
                          },
                          {
                            "amount": 2081.96,
                            "currency": "VUV"
                          },
                          {
                            "amount": 1422.81,
                            "currency": "TWD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Aj",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1951.72,
                            "currency": "LBP"
                          },
                          {
                            "amount": 4788.76,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 2292.73,
                            "currency": "KZT"
                          },
                          {
                            "amount": 291.38,
                            "currency": "XOF"
                          },
                          {
                            "amount": 2694.98,
                            "currency": "TTD"
                          },
                          {
                            "amount": 4618.03,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1664.52,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 4730.56,
                            "currency": "SDG"
                          }
                        ],
                        [
                          {
                            "amount": 260.7,
                            "currency": "BDT"
                          },
                          {
                            "amount": 1288.23,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 4381.7,
                            "currency": "ILS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "en",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1119.36,
                            "currency": "KYD"
                          },
                          {
                            "amount": 4299.73,
                            "currency": "AFN"
                          },
                          {
                            "amount": 3501.33,
                            "currency": "KMF"
                          }
                        ],
                        [
                          {
                            "amount": 1952.76,
                            "currency": "HKD"
                          },
                          {
                            "amount": 3454.63,
                            "currency": "TWD"
                          },
                          {
                            "amount": 4025.81,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 530.13,
                            "currency": "RUB"
                          }
                        ],
                        [
                          {
                            "amount": 1336.03,
                            "currency": "MOP"
                          },
                          {
                            "amount": 4437.44,
                            "currency": "KPW"
                          },
                          {
                            "amount": 1205.22,
                            "currency": "KYD"
                          },
                          {
                            "amount": 4652.26,
                            "currency": "AFN"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2366.73,
                        "currency": "QAR"
                      },
                      {
                        "amount": 3158.61,
                        "currency": "GMD"
                      }
                    ],
                    [
                      {
                        "amount": 4303.4,
                        "currency": "SRD"
                      },
                      {
                        "amount": 1467.47,
                        "currency": "DJF"
                      },
                      {
                        "amount": 1148.52,
                        "currency": "BAM"
                      }
                    ],
                    [
                      {
                        "amount": 4077.59,
                        "currency": "XAF"
                      },
                      {
                        "amount": 631.19,
                        "currency": "SRD"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1246.61,
                        "currency": "HUF"
                      },
                      {
                        "amount": 3445.13,
                        "currency": "ANG"
                      }
                    ],
                    [
                      {
                        "amount": 4161.94,
                        "currency": "TND"
                      },
                      {
                        "amount": 397.9,
                        "currency": "ILS"
                      }
                    ],
                    [
                      {
                        "amount": 908.7,
                        "currency": "UYU"
                      },
                      {
                        "amount": 1948.56,
                        "currency": "IDR"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "dV",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3033.35,
                            "currency": "SYP"
                          },
                          {
                            "amount": 184.67,
                            "currency": "PHP"
                          },
                          {
                            "amount": 3491.02,
                            "currency": "XCD"
                          },
                          {
                            "amount": 2266.38,
                            "currency": "AFN"
                          },
                          {
                            "amount": 4531.23,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 4813.42,
                            "currency": "MDL"
                          },
                          {
                            "amount": 323.39,
                            "currency": "LRD"
                          },
                          {
                            "amount": 3722.02,
                            "currency": "YER"
                          },
                          {
                            "amount": 3840.95,
                            "currency": "MOP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4031.72,
                        "currency": "MUR"
                      },
                      {
                        "amount": 4638.01,
                        "currency": "PAB"
                      }
                    ],
                    [
                      {
                        "amount": 3625.24,
                        "currency": "DZD"
                      },
                      {
                        "amount": 3391.73,
                        "currency": "KPW"
                      },
                      {
                        "amount": 2930.08,
                        "currency": "SCR"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4528.02,
                        "currency": "AWG"
                      },
                      {
                        "amount": 3787.17,
                        "currency": "SYP"
                      }
                    ],
                    [
                      {
                        "amount": 3609.17,
                        "currency": "LKR"
                      },
                      {
                        "amount": 370.45,
                        "currency": "KGS"
                      }
                    ],
                    [
                      {
                        "amount": 3981.51,
                        "currency": "MUR"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2654.79,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 2441.98,
                        "currency": "LYD"
                      }
                    ],
                    [
                      {
                        "amount": 253.82,
                        "currency": "GHS"
                      },
                      {
                        "amount": 3704.17,
                        "currency": "INR"
                      },
                      {
                        "amount": 2692.76,
                        "currency": "JPY"
                      },
                      {
                        "amount": 100.97,
                        "currency": "CHF"
                      },
                      {
                        "amount": 4392.69,
                        "currency": "ANG"
                      }
                    ],
                    [
                      {
                        "amount": 4474.65,
                        "currency": "UYU"
                      },
                      {
                        "amount": 1549.24,
                        "currency": "UZS"
                      },
                      {
                        "amount": 2127.37,
                        "currency": "VES"
                      },
                      {
                        "amount": 4736.09,
                        "currency": "AMD"
                      },
                      {
                        "amount": 1252.1,
                        "currency": "SHP"
                      }
                    ],
                    [
                      {
                        "amount": 3812.82,
                        "currency": "GIP"
                      },
                      {
                        "amount": 1255.6,
                        "currency": "GMD"
                      },
                      {
                        "amount": 1732.3,
                        "currency": "PGK"
                      },
                      {
                        "amount": 1723.6,
                        "currency": "CZK"
                      },
                      {
                        "amount": 885.6,
                        "currency": "BBD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "26942989",
                "percentage": 10.3,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 4258.17,
                        "currency": "VES"
                      },
                      {
                        "amount": 1264.78,
                        "currency": "BTN"
                      },
                      {
                        "amount": 600.43,
                        "currency": "DJF"
                      },
                      {
                        "amount": 3625.9,
                        "currency": "CNY"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Outbound"
          }
        },
        {
          "availableInventory": 5,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Jarrod",
                "index": 4,
                "lastName": "Gutkowski",
                "tierLevel": "Gold",
                "tierLevelNumber": 2,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3250.48,
                        "currency": "MOP"
                      },
                      {
                        "amount": 176.73,
                        "currency": "KPW"
                      },
                      {
                        "amount": 762.96,
                        "currency": "RWF"
                      },
                      {
                        "amount": 1530.98,
                        "currency": "DJF"
                      }
                    ],
                    [
                      {
                        "amount": 798.84,
                        "currency": "UGX"
                      }
                    ],
                    [
                      {
                        "amount": 4892.27,
                        "currency": "BAM"
                      }
                    ],
                    [
                      {
                        "amount": 1580.28,
                        "currency": "BIF"
                      },
                      {
                        "amount": 1756.2,
                        "currency": "XOF"
                      },
                      {
                        "amount": 4256.02,
                        "currency": "LAK"
                      },
                      {
                        "amount": 1878.14,
                        "currency": "KMF"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3748.75,
                        "currency": "BYN"
                      },
                      {
                        "amount": 1348.54,
                        "currency": "KYD"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "SW",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 679.33,
                            "currency": "KHR"
                          },
                          {
                            "amount": 4940.24,
                            "currency": "PKR"
                          },
                          {
                            "amount": 3793.1,
                            "currency": "ETB"
                          },
                          {
                            "amount": 354.92,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 88.36,
                            "currency": "RON"
                          }
                        ],
                        [
                          {
                            "amount": 3132.46,
                            "currency": "KGS"
                          },
                          {
                            "amount": 765.01,
                            "currency": "MNT"
                          },
                          {
                            "amount": 3360.16,
                            "currency": "TZS"
                          },
                          {
                            "amount": 1196.35,
                            "currency": "KGS"
                          }
                        ],
                        [
                          {
                            "amount": 3578.76,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 1530.02,
                            "currency": "PEN"
                          },
                          {
                            "amount": 1259.56,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 1564.98,
                            "currency": "MUR"
                          },
                          {
                            "amount": 4067.86,
                            "currency": "XPF"
                          },
                          {
                            "amount": 255.39,
                            "currency": "KGS"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "fn",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2942.61,
                            "currency": "MXN"
                          },
                          {
                            "amount": 1678.29,
                            "currency": "ISK"
                          },
                          {
                            "amount": 2372.64,
                            "currency": "TZS"
                          },
                          {
                            "amount": 2107.7,
                            "currency": "AFN"
                          },
                          {
                            "amount": 107.79,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 371.04,
                            "currency": "HUF"
                          },
                          {
                            "amount": 4428.84,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 4453.36,
                            "currency": "RSD"
                          },
                          {
                            "amount": 4899.08,
                            "currency": "SHP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "DM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3242.48,
                            "currency": "KRW"
                          }
                        ],
                        [
                          {
                            "amount": 3186.82,
                            "currency": "GIP"
                          },
                          {
                            "amount": 2179.4,
                            "currency": "ARS"
                          },
                          {
                            "amount": 4271.76,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2678.91,
                            "currency": "ETB"
                          },
                          {
                            "amount": 1306.18,
                            "currency": "TWD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "wV",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3383.45,
                            "currency": "NZD"
                          },
                          {
                            "amount": 1728.22,
                            "currency": "ETB"
                          },
                          {
                            "amount": 4768.16,
                            "currency": "NPR"
                          },
                          {
                            "amount": 1777.7,
                            "currency": "GYD"
                          },
                          {
                            "amount": 747.41,
                            "currency": "TJS"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3522.66,
                        "currency": "LYD"
                      },
                      {
                        "amount": 2357.03,
                        "currency": "BWP"
                      },
                      {
                        "amount": 1633.11,
                        "currency": "TZS"
                      }
                    ],
                    [
                      {
                        "amount": 2689.25,
                        "currency": "KGS"
                      },
                      {
                        "amount": 3203.2,
                        "currency": "XAF"
                      },
                      {
                        "amount": 128.78,
                        "currency": "DZD"
                      }
                    ],
                    [
                      {
                        "amount": 1285.1,
                        "currency": "CVE"
                      }
                    ],
                    [
                      {
                        "amount": 1282.08,
                        "currency": "BGN"
                      },
                      {
                        "amount": 2524.37,
                        "currency": "MYR"
                      },
                      {
                        "amount": 4143.96,
                        "currency": "MKD"
                      },
                      {
                        "amount": 3158.09,
                        "currency": "ERN"
                      }
                    ],
                    [
                      {
                        "amount": 1513.57,
                        "currency": "NPR"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4553.85,
                        "currency": "VND"
                      }
                    ],
                    [
                      {
                        "amount": 1882.05,
                        "currency": "BBD"
                      },
                      {
                        "amount": 2671.5,
                        "currency": "LRD"
                      }
                    ],
                    [
                      {
                        "amount": 226.25,
                        "currency": "FJD"
                      },
                      {
                        "amount": 4325.09,
                        "currency": "ISK"
                      },
                      {
                        "amount": 2442.21,
                        "currency": "SLE"
                      },
                      {
                        "amount": 2483.91,
                        "currency": "MKD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "UD",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3527.98,
                            "currency": "BBD"
                          },
                          {
                            "amount": 276.05,
                            "currency": "TZS"
                          },
                          {
                            "amount": 1937.63,
                            "currency": "PLN"
                          },
                          {
                            "amount": 819.54,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 454.87,
                            "currency": "IRR"
                          },
                          {
                            "amount": 873.98,
                            "currency": "MZN"
                          },
                          {
                            "amount": 4966.14,
                            "currency": "MKD"
                          },
                          {
                            "amount": 4471.02,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 3118.48,
                            "currency": "XPF"
                          },
                          {
                            "amount": 2989.36,
                            "currency": "DKK"
                          },
                          {
                            "amount": 847.31,
                            "currency": "UYU"
                          },
                          {
                            "amount": 3533.04,
                            "currency": "SSP"
                          }
                        ],
                        [
                          {
                            "amount": 1141.75,
                            "currency": "SSP"
                          },
                          {
                            "amount": 4396.36,
                            "currency": "SAR"
                          },
                          {
                            "amount": 4368.39,
                            "currency": "TTD"
                          },
                          {
                            "amount": 1141.26,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 2845.96,
                            "currency": "NPR"
                          },
                          {
                            "amount": 3422.35,
                            "currency": "KRW"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "uQ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3853.27,
                            "currency": "AMD"
                          },
                          {
                            "amount": 2598.14,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 1759.16,
                            "currency": "NGN"
                          },
                          {
                            "amount": 1630.18,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3983.92,
                            "currency": "CUP"
                          },
                          {
                            "amount": 1206.59,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 3095.09,
                            "currency": "AOA"
                          },
                          {
                            "amount": 2770.7,
                            "currency": "CHF"
                          },
                          {
                            "amount": 3206.11,
                            "currency": "XPF"
                          },
                          {
                            "amount": 2579.07,
                            "currency": "ETB"
                          },
                          {
                            "amount": 385.06,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 120.4,
                            "currency": "MDL"
                          },
                          {
                            "amount": 502.62,
                            "currency": "YER"
                          },
                          {
                            "amount": 1788.38,
                            "currency": "NGN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ue",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2491.2,
                            "currency": "BBD"
                          },
                          {
                            "amount": 677.11,
                            "currency": "COP"
                          },
                          {
                            "amount": 1094.6,
                            "currency": "MRU"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "cy",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4947,
                            "currency": "CLP"
                          }
                        ],
                        [
                          {
                            "amount": 656.46,
                            "currency": "ARS"
                          },
                          {
                            "amount": 4236.45,
                            "currency": "MVR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ut",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1122.98,
                            "currency": "ALL"
                          },
                          {
                            "amount": 4140.8,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 4059.52,
                            "currency": "MGA"
                          },
                          {
                            "amount": 3372.42,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4589.21,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 427.04,
                            "currency": "MZN"
                          },
                          {
                            "amount": 4299.18,
                            "currency": "MXN"
                          },
                          {
                            "amount": 1660.28,
                            "currency": "COP"
                          },
                          {
                            "amount": 2451.55,
                            "currency": "SAR"
                          },
                          {
                            "amount": 601.93,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 639.97,
                            "currency": "UYU"
                          },
                          {
                            "amount": 4727.24,
                            "currency": "PLN"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1011.82,
                        "currency": "LKR"
                      },
                      {
                        "amount": 902.77,
                        "currency": "UAH"
                      },
                      {
                        "amount": 231.51,
                        "currency": "CLP"
                      }
                    ],
                    [
                      {
                        "amount": 2797.66,
                        "currency": "FKP"
                      }
                    ],
                    [
                      {
                        "amount": 3338.04,
                        "currency": "SGD"
                      },
                      {
                        "amount": 77.57,
                        "currency": "VES"
                      },
                      {
                        "amount": 2134.33,
                        "currency": "NIO"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4969.06,
                        "currency": "NIO"
                      },
                      {
                        "amount": 4420.97,
                        "currency": "SEK"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2457.77,
                        "currency": "SLE"
                      },
                      {
                        "amount": 4632.75,
                        "currency": "VUV"
                      },
                      {
                        "amount": 3823.29,
                        "currency": "SDG"
                      },
                      {
                        "amount": 3143.4,
                        "currency": "KYD"
                      },
                      {
                        "amount": 2572.07,
                        "currency": "XAF"
                      }
                    ],
                    [
                      {
                        "amount": 4177.25,
                        "currency": "HUF"
                      },
                      {
                        "amount": 4442.22,
                        "currency": "PKR"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "71353747",
                "percentage": 9.1,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 4640.23,
                        "currency": "KRW"
                      }
                    ],
                    [
                      {
                        "amount": 1891.16,
                        "currency": "MDL"
                      },
                      {
                        "amount": 3268.13,
                        "currency": "RUB"
                      },
                      {
                        "amount": 611.43,
                        "currency": "BWP"
                      },
                      {
                        "amount": 2062.51,
                        "currency": "VES"
                      },
                      {
                        "amount": 3952.18,
                        "currency": "CLP"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Furman",
                "index": 9,
                "lastName": "Hegmann",
                "tierLevel": "Gold",
                "tierLevelNumber": 2,
                "type": "CHD"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 91.13,
                        "currency": "CUP"
                      },
                      {
                        "amount": 21.12,
                        "currency": "MDL"
                      }
                    ],
                    [
                      {
                        "amount": 190.44,
                        "currency": "KPW"
                      },
                      {
                        "amount": 3848.41,
                        "currency": "KES"
                      },
                      {
                        "amount": 1974.72,
                        "currency": "NGN"
                      },
                      {
                        "amount": 3170.89,
                        "currency": "SZL"
                      }
                    ],
                    [
                      {
                        "amount": 2045.44,
                        "currency": "NZD"
                      },
                      {
                        "amount": 3859.75,
                        "currency": "XPF"
                      },
                      {
                        "amount": 1908.2,
                        "currency": "ERN"
                      },
                      {
                        "amount": 3963.84,
                        "currency": "GBP"
                      }
                    ],
                    [
                      {
                        "amount": 1829.5,
                        "currency": "UGX"
                      },
                      {
                        "amount": 3465.74,
                        "currency": "MOP"
                      },
                      {
                        "amount": 4322.96,
                        "currency": "MUR"
                      },
                      {
                        "amount": 1808.81,
                        "currency": "SHP"
                      },
                      {
                        "amount": 1567.56,
                        "currency": "IQD"
                      }
                    ],
                    [
                      {
                        "amount": 2547.15,
                        "currency": "JPY"
                      },
                      {
                        "amount": 3576.12,
                        "currency": "LKR"
                      },
                      {
                        "amount": 3464.78,
                        "currency": "IRR"
                      },
                      {
                        "amount": 4199.26,
                        "currency": "SHP"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3807.77,
                        "currency": "PKR"
                      },
                      {
                        "amount": 4949.17,
                        "currency": "COP"
                      }
                    ],
                    [
                      {
                        "amount": 1042.04,
                        "currency": "BBD"
                      },
                      {
                        "amount": 1141.71,
                        "currency": "SBD"
                      },
                      {
                        "amount": 430.17,
                        "currency": "BOB"
                      }
                    ],
                    [
                      {
                        "amount": 4171.79,
                        "currency": "KGS"
                      },
                      {
                        "amount": 4881.03,
                        "currency": "JPY"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "LM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 446.3,
                            "currency": "HNL"
                          },
                          {
                            "amount": 2958.97,
                            "currency": "UYU"
                          },
                          {
                            "amount": 904.1,
                            "currency": "SBD"
                          },
                          {
                            "amount": 2265.57,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 3091.69,
                            "currency": "RSD"
                          },
                          {
                            "amount": 2506.05,
                            "currency": "XOF"
                          },
                          {
                            "amount": 1667.72,
                            "currency": "LKR"
                          },
                          {
                            "amount": 4608,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 3356.57,
                            "currency": "HUF"
                          },
                          {
                            "amount": 3497.49,
                            "currency": "ISK"
                          },
                          {
                            "amount": 2200.16,
                            "currency": "MZN"
                          },
                          {
                            "amount": 4036.11,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 2800,
                            "currency": "SBD"
                          },
                          {
                            "amount": 1068.44,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 2015.25,
                            "currency": "HTG"
                          },
                          {
                            "amount": 1487.32,
                            "currency": "AMD"
                          },
                          {
                            "amount": 1485.79,
                            "currency": "PYG"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Pt",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3265.81,
                            "currency": "DJF"
                          },
                          {
                            "amount": 323.85,
                            "currency": "HKD"
                          },
                          {
                            "amount": 4880.05,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1032.81,
                            "currency": "MGA"
                          },
                          {
                            "amount": 4876.72,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 1708.05,
                            "currency": "NOK"
                          },
                          {
                            "amount": 4496.25,
                            "currency": "PEN"
                          },
                          {
                            "amount": 2379.25,
                            "currency": "MOP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4689.91,
                        "currency": "TMT"
                      }
                    ],
                    [
                      {
                        "amount": 1880.2,
                        "currency": "JOD"
                      },
                      {
                        "amount": 4775.14,
                        "currency": "CRC"
                      },
                      {
                        "amount": 4043.04,
                        "currency": "PLN"
                      },
                      {
                        "amount": 4346.28,
                        "currency": "KWD"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1246.82,
                        "currency": "AFN"
                      },
                      {
                        "amount": 4557.47,
                        "currency": "EUR"
                      },
                      {
                        "amount": 91.68,
                        "currency": "KZT"
                      }
                    ],
                    [
                      {
                        "amount": 3545.36,
                        "currency": "GEL"
                      },
                      {
                        "amount": 4018.99,
                        "currency": "NZD"
                      }
                    ],
                    [
                      {
                        "amount": 2858.5,
                        "currency": "PKR"
                      }
                    ],
                    [
                      {
                        "amount": 2856.39,
                        "currency": "SHP"
                      },
                      {
                        "amount": 3642.27,
                        "currency": "CLP"
                      },
                      {
                        "amount": 4707.2,
                        "currency": "BTN"
                      },
                      {
                        "amount": 3365.75,
                        "currency": "XOF"
                      }
                    ],
                    [
                      {
                        "amount": 1408.23,
                        "currency": "SYP"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "Jv",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3817.72,
                            "currency": "SEK"
                          },
                          {
                            "amount": 1597.69,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1842.63,
                            "currency": "AOA"
                          },
                          {
                            "amount": 1905.11,
                            "currency": "GIP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "sN",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1865.16,
                            "currency": "SLE"
                          },
                          {
                            "amount": 1616.32,
                            "currency": "YER"
                          },
                          {
                            "amount": 1422.02,
                            "currency": "HKD"
                          },
                          {
                            "amount": 790.65,
                            "currency": "GBP"
                          },
                          {
                            "amount": 2655.59,
                            "currency": "FJD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "MU",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2402.34,
                            "currency": "HUF"
                          }
                        ],
                        [
                          {
                            "amount": 2622.07,
                            "currency": "SLE"
                          },
                          {
                            "amount": 4659.73,
                            "currency": "PKR"
                          },
                          {
                            "amount": 540.53,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1504.04,
                            "currency": "TZS"
                          },
                          {
                            "amount": 4913.76,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 2829.05,
                            "currency": "BOB"
                          },
                          {
                            "amount": 717.65,
                            "currency": "CUP"
                          },
                          {
                            "amount": 1118.61,
                            "currency": "NIO"
                          },
                          {
                            "amount": 112.53,
                            "currency": "TRY"
                          },
                          {
                            "amount": 1820.44,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 2194.54,
                            "currency": "MGA"
                          }
                        ],
                        [
                          {
                            "amount": 4785.3,
                            "currency": "FKP"
                          },
                          {
                            "amount": 2719.33,
                            "currency": "RSD"
                          },
                          {
                            "amount": 164.2,
                            "currency": "UYU"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "CR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1209.81,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3990.3,
                            "currency": "AFN"
                          },
                          {
                            "amount": 3435.78,
                            "currency": "XAF"
                          },
                          {
                            "amount": 3079.7,
                            "currency": "BMD"
                          },
                          {
                            "amount": 4108.22,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 4188.62,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3838.29,
                            "currency": "BMD"
                          },
                          {
                            "amount": 1104.91,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 2697.5,
                            "currency": "RON"
                          },
                          {
                            "amount": 3594.04,
                            "currency": "MZN"
                          },
                          {
                            "amount": 2810.11,
                            "currency": "PLN"
                          },
                          {
                            "amount": 3705.99,
                            "currency": "SAR"
                          },
                          {
                            "amount": 2970.77,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 517.95,
                            "currency": "GNF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "EQ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 55.82,
                            "currency": "AOA"
                          },
                          {
                            "amount": 4606.25,
                            "currency": "ETB"
                          },
                          {
                            "amount": 1987.26,
                            "currency": "LKR"
                          },
                          {
                            "amount": 394.73,
                            "currency": "PKR"
                          },
                          {
                            "amount": 4924.42,
                            "currency": "XPF"
                          }
                        ],
                        [
                          {
                            "amount": 53.54,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 2192.76,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 675.02,
                            "currency": "UAH"
                          },
                          {
                            "amount": 3756.72,
                            "currency": "WST"
                          },
                          {
                            "amount": 940.57,
                            "currency": "AED"
                          },
                          {
                            "amount": 2370.74,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4813.04,
                        "currency": "AFN"
                      }
                    ],
                    [
                      {
                        "amount": 2229.52,
                        "currency": "SHP"
                      },
                      {
                        "amount": 721.33,
                        "currency": "YER"
                      },
                      {
                        "amount": 1286.62,
                        "currency": "MZN"
                      }
                    ],
                    [
                      {
                        "amount": 3439.56,
                        "currency": "VND"
                      },
                      {
                        "amount": 1279.12,
                        "currency": "VUV"
                      },
                      {
                        "amount": 936.87,
                        "currency": "BGN"
                      },
                      {
                        "amount": 2916.03,
                        "currency": "LKR"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 598.01,
                        "currency": "MNT"
                      },
                      {
                        "amount": 3489.1,
                        "currency": "KES"
                      },
                      {
                        "amount": 1359.75,
                        "currency": "STN"
                      },
                      {
                        "amount": 2674.52,
                        "currency": "RSD"
                      }
                    ],
                    [
                      {
                        "amount": 55.57,
                        "currency": "BYN"
                      },
                      {
                        "amount": 4173.03,
                        "currency": "LSL"
                      },
                      {
                        "amount": 4524.11,
                        "currency": "BWP"
                      },
                      {
                        "amount": 2863.8,
                        "currency": "CAD"
                      },
                      {
                        "amount": 514.76,
                        "currency": "IDR"
                      }
                    ],
                    [
                      {
                        "amount": 1363.51,
                        "currency": "SLE"
                      },
                      {
                        "amount": 3349.63,
                        "currency": "HUF"
                      },
                      {
                        "amount": 2496.75,
                        "currency": "IRR"
                      }
                    ],
                    [
                      {
                        "amount": 4521.3,
                        "currency": "HKD"
                      },
                      {
                        "amount": 2035.81,
                        "currency": "TRY"
                      }
                    ],
                    [
                      {
                        "amount": 4325.44,
                        "currency": "BSD"
                      },
                      {
                        "amount": 4505.88,
                        "currency": "MAD"
                      },
                      {
                        "amount": 3682.69,
                        "currency": "KWD"
                      },
                      {
                        "amount": 1640.93,
                        "currency": "PHP"
                      },
                      {
                        "amount": 2312.16,
                        "currency": "CZK"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3549.36,
                        "currency": "CVE"
                      },
                      {
                        "amount": 2856.68,
                        "currency": "CDF"
                      },
                      {
                        "amount": 4690.5,
                        "currency": "MZN"
                      }
                    ],
                    [
                      {
                        "amount": 2152.39,
                        "currency": "AUD"
                      },
                      {
                        "amount": 1373.58,
                        "currency": "SYP"
                      },
                      {
                        "amount": 2359.43,
                        "currency": "TMT"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "95685981",
                "percentage": 10.8,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 994.79,
                        "currency": "SRD"
                      }
                    ],
                    [
                      {
                        "amount": 2633.72,
                        "currency": "AMD"
                      },
                      {
                        "amount": 1691.52,
                        "currency": "MNT"
                      },
                      {
                        "amount": 4486.95,
                        "currency": "ZWL"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": false,
              "originalAssignedQuantity": 3,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Malika",
                "index": 9,
                "lastName": "Kirlin",
                "tierLevel": "Gold",
                "tierLevelNumber": 4,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1888.98,
                        "currency": "SGD"
                      },
                      {
                        "amount": 3074.02,
                        "currency": "FKP"
                      },
                      {
                        "amount": 4029.96,
                        "currency": "ZMW"
                      }
                    ],
                    [
                      {
                        "amount": 4327.01,
                        "currency": "SEK"
                      },
                      {
                        "amount": 785.37,
                        "currency": "KES"
                      },
                      {
                        "amount": 3991.69,
                        "currency": "PEN"
                      },
                      {
                        "amount": 4832.26,
                        "currency": "COP"
                      }
                    ],
                    [
                      {
                        "amount": 4170.05,
                        "currency": "GMD"
                      },
                      {
                        "amount": 2182.52,
                        "currency": "LYD"
                      },
                      {
                        "amount": 2368.1,
                        "currency": "MUR"
                      }
                    ],
                    [
                      {
                        "amount": 4638.92,
                        "currency": "MXN"
                      },
                      {
                        "amount": 1251.56,
                        "currency": "INR"
                      },
                      {
                        "amount": 1474.69,
                        "currency": "RWF"
                      }
                    ],
                    [
                      {
                        "amount": 337.49,
                        "currency": "AWG"
                      },
                      {
                        "amount": 585.77,
                        "currency": "ARS"
                      },
                      {
                        "amount": 3191.27,
                        "currency": "NOK"
                      },
                      {
                        "amount": 4422.28,
                        "currency": "RON"
                      },
                      {
                        "amount": 1213.8,
                        "currency": "LAK"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3481.58,
                        "currency": "PKR"
                      },
                      {
                        "amount": 4169.29,
                        "currency": "JOD"
                      },
                      {
                        "amount": 1997.09,
                        "currency": "GBP"
                      }
                    ],
                    [
                      {
                        "amount": 4777.44,
                        "currency": "AED"
                      },
                      {
                        "amount": 3775.35,
                        "currency": "MZN"
                      },
                      {
                        "amount": 1211.59,
                        "currency": "CNY"
                      },
                      {
                        "amount": 4413.69,
                        "currency": "AOA"
                      },
                      {
                        "amount": 1683.99,
                        "currency": "SZL"
                      }
                    ],
                    [
                      {
                        "amount": 2679.6,
                        "currency": "CAD"
                      },
                      {
                        "amount": 3266.17,
                        "currency": "GNF"
                      },
                      {
                        "amount": 4755.38,
                        "currency": "MNT"
                      },
                      {
                        "amount": 3985.56,
                        "currency": "COP"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "kC",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2949.27,
                            "currency": "BRL"
                          },
                          {
                            "amount": 81.44,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1693.49,
                            "currency": "LKR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "fh",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1708.62,
                            "currency": "AZN"
                          },
                          {
                            "amount": 2589.86,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 3255.24,
                            "currency": "AFN"
                          },
                          {
                            "amount": 3095.65,
                            "currency": "NPR"
                          },
                          {
                            "amount": 3360.71,
                            "currency": "PGK"
                          },
                          {
                            "amount": 3198.99,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 3491.17,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 2665.01,
                            "currency": "AUD"
                          },
                          {
                            "amount": 1691.19,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 1181.05,
                            "currency": "TRY"
                          },
                          {
                            "amount": 1197.96,
                            "currency": "MUR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "nU",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 628.18,
                            "currency": "KPW"
                          },
                          {
                            "amount": 2120.08,
                            "currency": "PEN"
                          },
                          {
                            "amount": 4179.8,
                            "currency": "CVE"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4286.73,
                        "currency": "NZD"
                      },
                      {
                        "amount": 286.08,
                        "currency": "RON"
                      },
                      {
                        "amount": 115,
                        "currency": "TTD"
                      },
                      {
                        "amount": 1677.68,
                        "currency": "BDT"
                      },
                      {
                        "amount": 3743.17,
                        "currency": "GNF"
                      }
                    ],
                    [
                      {
                        "amount": 4791.32,
                        "currency": "PYG"
                      },
                      {
                        "amount": 3039.43,
                        "currency": "AWG"
                      },
                      {
                        "amount": 3430.17,
                        "currency": "USD"
                      },
                      {
                        "amount": 409.1,
                        "currency": "NPR"
                      }
                    ],
                    [
                      {
                        "amount": 1676.77,
                        "currency": "DJF"
                      },
                      {
                        "amount": 985.65,
                        "currency": "BMD"
                      },
                      {
                        "amount": 1342.63,
                        "currency": "ERN"
                      },
                      {
                        "amount": 866.34,
                        "currency": "VES"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3709.02,
                        "currency": "AWG"
                      },
                      {
                        "amount": 942.4,
                        "currency": "RON"
                      },
                      {
                        "amount": 4974.59,
                        "currency": "NIO"
                      },
                      {
                        "amount": 2281.73,
                        "currency": "MZN"
                      }
                    ],
                    [
                      {
                        "amount": 2306.68,
                        "currency": "ISK"
                      },
                      {
                        "amount": 571.49,
                        "currency": "BDT"
                      }
                    ],
                    [
                      {
                        "amount": 4183.52,
                        "currency": "SBD"
                      },
                      {
                        "amount": 4262.92,
                        "currency": "DOP"
                      }
                    ],
                    [
                      {
                        "amount": 2728.04,
                        "currency": "DKK"
                      },
                      {
                        "amount": 4034.45,
                        "currency": "SAR"
                      },
                      {
                        "amount": 4217.44,
                        "currency": "UYU"
                      },
                      {
                        "amount": 2709.27,
                        "currency": "GHS"
                      }
                    ],
                    [
                      {
                        "amount": 4592.71,
                        "currency": "MOP"
                      },
                      {
                        "amount": 2152.98,
                        "currency": "LYD"
                      },
                      {
                        "amount": 4597.63,
                        "currency": "SYP"
                      },
                      {
                        "amount": 4234.88,
                        "currency": "EGP"
                      },
                      {
                        "amount": 4748.33,
                        "currency": "SCR"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "dt",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2011.67,
                            "currency": "KES"
                          },
                          {
                            "amount": 4993.64,
                            "currency": "VND"
                          },
                          {
                            "amount": 4481.11,
                            "currency": "USD"
                          },
                          {
                            "amount": 1206.14,
                            "currency": "HKD"
                          },
                          {
                            "amount": 4508.91,
                            "currency": "MXN"
                          }
                        ],
                        [
                          {
                            "amount": 3300.09,
                            "currency": "CNY"
                          },
                          {
                            "amount": 3878.5,
                            "currency": "DJF"
                          },
                          {
                            "amount": 2085.95,
                            "currency": "CRC"
                          },
                          {
                            "amount": 3400.48,
                            "currency": "GYD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "iY",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3030.99,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 3600.09,
                            "currency": "FJD"
                          },
                          {
                            "amount": 3876.29,
                            "currency": "JOD"
                          },
                          {
                            "amount": 1524.13,
                            "currency": "SSP"
                          },
                          {
                            "amount": 394.67,
                            "currency": "AED"
                          },
                          {
                            "amount": 868.33,
                            "currency": "NIO"
                          }
                        ],
                        [
                          {
                            "amount": 1869.51,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 2448.61,
                            "currency": "USD"
                          },
                          {
                            "amount": 4268.95,
                            "currency": "BBD"
                          },
                          {
                            "amount": 2177.72,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 4599.58,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 4805.52,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "VC",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2007.29,
                            "currency": "SZL"
                          },
                          {
                            "amount": 3773.31,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1154.48,
                            "currency": "GBP"
                          },
                          {
                            "amount": 4210.18,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 10.84,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 4138.18,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2088.03,
                            "currency": "TND"
                          },
                          {
                            "amount": 849.92,
                            "currency": "JMD"
                          },
                          {
                            "amount": 2127.12,
                            "currency": "TMT"
                          },
                          {
                            "amount": 288.24,
                            "currency": "BMD"
                          }
                        ],
                        [
                          {
                            "amount": 4013.54,
                            "currency": "KPW"
                          },
                          {
                            "amount": 4579.93,
                            "currency": "TTD"
                          },
                          {
                            "amount": 2483.98,
                            "currency": "LYD"
                          },
                          {
                            "amount": 3956.67,
                            "currency": "JPY"
                          },
                          {
                            "amount": 3518.08,
                            "currency": "XOF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Cy",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4940.3,
                            "currency": "MRU"
                          },
                          {
                            "amount": 148.82,
                            "currency": "ISK"
                          },
                          {
                            "amount": 2513.14,
                            "currency": "BND"
                          },
                          {
                            "amount": 930.69,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3235.78,
                            "currency": "OMR"
                          }
                        ],
                        [
                          {
                            "amount": 4104.44,
                            "currency": "INR"
                          },
                          {
                            "amount": 1075.36,
                            "currency": "INR"
                          },
                          {
                            "amount": 4267.94,
                            "currency": "BYN"
                          },
                          {
                            "amount": 3012.88,
                            "currency": "JPY"
                          },
                          {
                            "amount": 3566.45,
                            "currency": "NIO"
                          }
                        ],
                        [
                          {
                            "amount": 1547.55,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 4890.06,
                            "currency": "MMK"
                          },
                          {
                            "amount": 3075.82,
                            "currency": "BOB"
                          },
                          {
                            "amount": 866.52,
                            "currency": "LKR"
                          },
                          {
                            "amount": 4464.58,
                            "currency": "ALL"
                          },
                          {
                            "amount": 4013.47,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 1704.19,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3276.45,
                            "currency": "VES"
                          },
                          {
                            "amount": 3253.49,
                            "currency": "LKR"
                          },
                          {
                            "amount": 3719.39,
                            "currency": "MWK"
                          },
                          {
                            "amount": 1704.76,
                            "currency": "MDL"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "GD",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3543.21,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2397.23,
                            "currency": "DZD"
                          },
                          {
                            "amount": 2124.61,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 3812.55,
                            "currency": "BGN"
                          },
                          {
                            "amount": 2452.7,
                            "currency": "PEN"
                          },
                          {
                            "amount": 1649.74,
                            "currency": "BGN"
                          },
                          {
                            "amount": 2348.02,
                            "currency": "MUR"
                          },
                          {
                            "amount": 2544.8,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 1989.31,
                            "currency": "KWD"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3004.76,
                        "currency": "SEK"
                      },
                      {
                        "amount": 2773.88,
                        "currency": "AOA"
                      }
                    ],
                    [
                      {
                        "amount": 4517.31,
                        "currency": "BIF"
                      },
                      {
                        "amount": 4644.68,
                        "currency": "GMD"
                      },
                      {
                        "amount": 4237.8,
                        "currency": "THB"
                      },
                      {
                        "amount": 414.79,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 2804.98,
                        "currency": "VES"
                      },
                      {
                        "amount": 2566.69,
                        "currency": "NPR"
                      },
                      {
                        "amount": 3609.57,
                        "currency": "NZD"
                      },
                      {
                        "amount": 3123.22,
                        "currency": "CUP"
                      },
                      {
                        "amount": 3692.97,
                        "currency": "XPF"
                      }
                    ],
                    [
                      {
                        "amount": 527.2,
                        "currency": "VES"
                      },
                      {
                        "amount": 529.51,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 3842.84,
                        "currency": "KMF"
                      },
                      {
                        "amount": 4070.24,
                        "currency": "SDG"
                      },
                      {
                        "amount": 3647.19,
                        "currency": "LKR"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1144.6,
                        "currency": "CHF"
                      },
                      {
                        "amount": 1618.53,
                        "currency": "DZD"
                      },
                      {
                        "amount": 4270.48,
                        "currency": "PGK"
                      },
                      {
                        "amount": 1946.75,
                        "currency": "EUR"
                      },
                      {
                        "amount": 2880.89,
                        "currency": "TZS"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3273.86,
                        "currency": "VND"
                      },
                      {
                        "amount": 3184.39,
                        "currency": "TTD"
                      }
                    ],
                    [
                      {
                        "amount": 27.08,
                        "currency": "SEK"
                      },
                      {
                        "amount": 380.3,
                        "currency": "SYP"
                      },
                      {
                        "amount": 889.94,
                        "currency": "UGX"
                      },
                      {
                        "amount": 3419.77,
                        "currency": "PLN"
                      },
                      {
                        "amount": 3716.23,
                        "currency": "BHD"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "93193247",
                "percentage": 27.5,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 571.59,
                        "currency": "AED"
                      },
                      {
                        "amount": 4758.17,
                        "currency": "DJF"
                      },
                      {
                        "amount": 4659.31,
                        "currency": "ETB"
                      }
                    ],
                    [
                      {
                        "amount": 3324.05,
                        "currency": "VND"
                      },
                      {
                        "amount": 1581.91,
                        "currency": "XPF"
                      },
                      {
                        "amount": 3920.73,
                        "currency": "SOS"
                      }
                    ],
                    [
                      {
                        "amount": 4595.04,
                        "currency": "UYU"
                      },
                      {
                        "amount": 3776.89,
                        "currency": "YER"
                      },
                      {
                        "amount": 1322.54,
                        "currency": "SGD"
                      },
                      {
                        "amount": 3848.49,
                        "currency": "HKD"
                      },
                      {
                        "amount": 4064.48,
                        "currency": "SYP"
                      }
                    ],
                    [
                      {
                        "amount": 1254.64,
                        "currency": "TJS"
                      },
                      {
                        "amount": 2699.83,
                        "currency": "QAR"
                      },
                      {
                        "amount": 458.91,
                        "currency": "SDG"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 1,
              "ssrDescription": "PET",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Letha",
                "index": 3,
                "lastName": "Greenfelder",
                "tierLevel": "Gold",
                "tierLevelNumber": 3,
                "type": "INF"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 989.91,
                        "currency": "CNY"
                      },
                      {
                        "amount": 2388.48,
                        "currency": "KMF"
                      },
                      {
                        "amount": 4890.26,
                        "currency": "KHR"
                      }
                    ],
                    [
                      {
                        "amount": 43.57,
                        "currency": "BIF"
                      },
                      {
                        "amount": 3904.04,
                        "currency": "RWF"
                      },
                      {
                        "amount": 558.34,
                        "currency": "CAD"
                      }
                    ],
                    [
                      {
                        "amount": 172.47,
                        "currency": "DOP"
                      },
                      {
                        "amount": 3516.83,
                        "currency": "MKD"
                      },
                      {
                        "amount": 4367.25,
                        "currency": "RON"
                      },
                      {
                        "amount": 4516.66,
                        "currency": "MMK"
                      },
                      {
                        "amount": 1866.25,
                        "currency": "VES"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2692.44,
                        "currency": "SLE"
                      },
                      {
                        "amount": 4696.1,
                        "currency": "LYD"
                      },
                      {
                        "amount": 148.32,
                        "currency": "MZN"
                      },
                      {
                        "amount": 4254.55,
                        "currency": "TND"
                      },
                      {
                        "amount": 3632.35,
                        "currency": "MVR"
                      }
                    ],
                    [
                      {
                        "amount": 1316.32,
                        "currency": "MWK"
                      },
                      {
                        "amount": 918.24,
                        "currency": "NGN"
                      }
                    ],
                    [
                      {
                        "amount": 396.25,
                        "currency": "AMD"
                      },
                      {
                        "amount": 4249.2,
                        "currency": "RON"
                      },
                      {
                        "amount": 2833.07,
                        "currency": "VES"
                      }
                    ],
                    [
                      {
                        "amount": 1061.45,
                        "currency": "SDG"
                      },
                      {
                        "amount": 545.8,
                        "currency": "MVR"
                      },
                      {
                        "amount": 2087.28,
                        "currency": "NIO"
                      },
                      {
                        "amount": 114.18,
                        "currency": "BHD"
                      },
                      {
                        "amount": 3793.29,
                        "currency": "MKD"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "Vk",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3893.77,
                            "currency": "GYD"
                          },
                          {
                            "amount": 1461.05,
                            "currency": "RUB"
                          },
                          {
                            "amount": 4071.19,
                            "currency": "DJF"
                          },
                          {
                            "amount": 4525.78,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 4406.73,
                            "currency": "TOP"
                          },
                          {
                            "amount": 4334.85,
                            "currency": "SHP"
                          },
                          {
                            "amount": 4188.3,
                            "currency": "BND"
                          }
                        ],
                        [
                          {
                            "amount": 3925.3,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 4310.35,
                            "currency": "PLN"
                          },
                          {
                            "amount": 49.6,
                            "currency": "KES"
                          },
                          {
                            "amount": 604.2,
                            "currency": "LYD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "iv",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 780.87,
                            "currency": "BIF"
                          },
                          {
                            "amount": 606.54,
                            "currency": "TND"
                          },
                          {
                            "amount": 665.81,
                            "currency": "VES"
                          },
                          {
                            "amount": 453.34,
                            "currency": "BOB"
                          },
                          {
                            "amount": 2587.92,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 567.36,
                            "currency": "TJS"
                          },
                          {
                            "amount": 2318.47,
                            "currency": "USD"
                          },
                          {
                            "amount": 629.8,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 838.79,
                            "currency": "MVR"
                          },
                          {
                            "amount": 2449.76,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1852.05,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 1411.01,
                            "currency": "ANG"
                          },
                          {
                            "amount": 2087.49,
                            "currency": "MWK"
                          },
                          {
                            "amount": 3732.41,
                            "currency": "MRU"
                          },
                          {
                            "amount": 1376.06,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1917.16,
                            "currency": "SAR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "uH",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2099.55,
                            "currency": "RON"
                          },
                          {
                            "amount": 515.06,
                            "currency": "BZD"
                          },
                          {
                            "amount": 4669.17,
                            "currency": "ISK"
                          },
                          {
                            "amount": 2251.81,
                            "currency": "HUF"
                          },
                          {
                            "amount": 3735.7,
                            "currency": "ANG"
                          }
                        ],
                        [
                          {
                            "amount": 3440.61,
                            "currency": "UAH"
                          },
                          {
                            "amount": 1421.56,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 4136.49,
                            "currency": "GMD"
                          },
                          {
                            "amount": 4807.46,
                            "currency": "CRC"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "VP",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3059.97,
                            "currency": "KRW"
                          },
                          {
                            "amount": 222.16,
                            "currency": "PGK"
                          },
                          {
                            "amount": 355.81,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1518.8,
                            "currency": "SLE"
                          },
                          {
                            "amount": 1192.35,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 267.07,
                            "currency": "PYG"
                          },
                          {
                            "amount": 2073.45,
                            "currency": "JMD"
                          },
                          {
                            "amount": 3992.92,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 198.96,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 3600.23,
                            "currency": "KPW"
                          }
                        ],
                        [
                          {
                            "amount": 4061.58,
                            "currency": "TTD"
                          },
                          {
                            "amount": 582.55,
                            "currency": "UZS"
                          },
                          {
                            "amount": 3771.61,
                            "currency": "SYP"
                          },
                          {
                            "amount": 393.06,
                            "currency": "DKK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "tr",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 628.34,
                            "currency": "PKR"
                          },
                          {
                            "amount": 1594.5,
                            "currency": "TZS"
                          },
                          {
                            "amount": 4909.02,
                            "currency": "BZD"
                          },
                          {
                            "amount": 3641.94,
                            "currency": "BSD"
                          },
                          {
                            "amount": 645.85,
                            "currency": "KPW"
                          }
                        ],
                        [
                          {
                            "amount": 260.95,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 1611.39,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1626.41,
                            "currency": "MGA"
                          },
                          {
                            "amount": 1009.17,
                            "currency": "JOD"
                          },
                          {
                            "amount": 1767.24,
                            "currency": "RWF"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3464.8,
                        "currency": "LKR"
                      },
                      {
                        "amount": 4136.53,
                        "currency": "AUD"
                      },
                      {
                        "amount": 4937.99,
                        "currency": "MXN"
                      },
                      {
                        "amount": 776.51,
                        "currency": "SYP"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4825.74,
                        "currency": "KPW"
                      },
                      {
                        "amount": 1638.81,
                        "currency": "RUB"
                      },
                      {
                        "amount": 593.98,
                        "currency": "RSD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "RP",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 680.16,
                            "currency": "LRD"
                          },
                          {
                            "amount": 3402.32,
                            "currency": "GIP"
                          },
                          {
                            "amount": 2178.94,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 1616.73,
                            "currency": "MZN"
                          },
                          {
                            "amount": 4375.96,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 3789.17,
                            "currency": "TND"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Wj",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1242.53,
                            "currency": "YER"
                          },
                          {
                            "amount": 3179.01,
                            "currency": "IDR"
                          },
                          {
                            "amount": 3783.9,
                            "currency": "CLP"
                          }
                        ],
                        [
                          {
                            "amount": 3162.78,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 3154.6,
                            "currency": "CVE"
                          },
                          {
                            "amount": 772.51,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3250.38,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 4676.6,
                            "currency": "DOP"
                          },
                          {
                            "amount": 2264.66,
                            "currency": "SYP"
                          },
                          {
                            "amount": 3906.9,
                            "currency": "AFN"
                          },
                          {
                            "amount": 4206.48,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 296.08,
                            "currency": "XCD"
                          },
                          {
                            "amount": 1119.27,
                            "currency": "ETB"
                          },
                          {
                            "amount": 1393.52,
                            "currency": "SGD"
                          },
                          {
                            "amount": 3764.54,
                            "currency": "HNL"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 682.66,
                        "currency": "SEK"
                      },
                      {
                        "amount": 2670.45,
                        "currency": "VES"
                      },
                      {
                        "amount": 1781.15,
                        "currency": "ARS"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3708.58,
                        "currency": "TRY"
                      },
                      {
                        "amount": 4718.38,
                        "currency": "BRL"
                      },
                      {
                        "amount": 2564.88,
                        "currency": "RON"
                      },
                      {
                        "amount": 4973.69,
                        "currency": "HUF"
                      },
                      {
                        "amount": 4036.89,
                        "currency": "BRL"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 183.52,
                        "currency": "HTG"
                      },
                      {
                        "amount": 3316.64,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 861.68,
                        "currency": "VND"
                      },
                      {
                        "amount": 3970.38,
                        "currency": "SZL"
                      },
                      {
                        "amount": 2092.76,
                        "currency": "XAF"
                      },
                      {
                        "amount": 1818.87,
                        "currency": "NOK"
                      }
                    ],
                    [
                      {
                        "amount": 3261.44,
                        "currency": "CUP"
                      },
                      {
                        "amount": 4355.04,
                        "currency": "ZAR"
                      },
                      {
                        "amount": 4673.15,
                        "currency": "JPY"
                      },
                      {
                        "amount": 4566.1,
                        "currency": "BZD"
                      },
                      {
                        "amount": 1613.45,
                        "currency": "OMR"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "78455702",
                "percentage": 17,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 3428.72,
                        "currency": "BBD"
                      },
                      {
                        "amount": 3803.63,
                        "currency": "BAM"
                      },
                      {
                        "amount": 12.22,
                        "currency": "PGK"
                      },
                      {
                        "amount": 111.52,
                        "currency": "MRU"
                      },
                      {
                        "amount": 3809.9,
                        "currency": "BZD"
                      }
                    ],
                    [
                      {
                        "amount": 1300.02,
                        "currency": "TZS"
                      }
                    ],
                    [
                      {
                        "amount": 1939.6,
                        "currency": "BYN"
                      },
                      {
                        "amount": 792.81,
                        "currency": "THB"
                      },
                      {
                        "amount": 2629.18,
                        "currency": "VES"
                      },
                      {
                        "amount": 3724.28,
                        "currency": "NPR"
                      },
                      {
                        "amount": 1299.12,
                        "currency": "SBD"
                      }
                    ],
                    [
                      {
                        "amount": 4757.65,
                        "currency": "MXN"
                      },
                      {
                        "amount": 1056.75,
                        "currency": "SBD"
                      },
                      {
                        "amount": 2970.88,
                        "currency": "PLN"
                      },
                      {
                        "amount": 869.07,
                        "currency": "USD"
                      }
                    ],
                    [
                      {
                        "amount": 1553.22,
                        "currency": "XAF"
                      },
                      {
                        "amount": 4116.86,
                        "currency": "ANG"
                      },
                      {
                        "amount": 1117.77,
                        "currency": "DKK"
                      },
                      {
                        "amount": 2316.19,
                        "currency": "COP"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 3,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Inbound"
          }
        },
        {
          "availableInventory": 40,
          "passengerOffers": [
            {
              "ancillaryPassenger": {
                "firstName": "Juvenal",
                "index": 5,
                "lastName": "Cormier",
                "tierLevel": "Platinum",
                "tierLevelNumber": 2,
                "type": "CHD"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3847.22,
                        "currency": "PKR"
                      }
                    ],
                    [
                      {
                        "amount": 3973.62,
                        "currency": "JMD"
                      },
                      {
                        "amount": 149.47,
                        "currency": "UAH"
                      }
                    ],
                    [
                      {
                        "amount": 3848.46,
                        "currency": "BSD"
                      }
                    ],
                    [
                      {
                        "amount": 1447.39,
                        "currency": "BZD"
                      },
                      {
                        "amount": 2529.79,
                        "currency": "TRY"
                      },
                      {
                        "amount": 4238.1,
                        "currency": "UAH"
                      },
                      {
                        "amount": 2972.36,
                        "currency": "HTG"
                      }
                    ],
                    [
                      {
                        "amount": 4008.55,
                        "currency": "NIO"
                      },
                      {
                        "amount": 1880.46,
                        "currency": "TJS"
                      },
                      {
                        "amount": 1781.47,
                        "currency": "PLN"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1535.3,
                        "currency": "VES"
                      },
                      {
                        "amount": 1478.93,
                        "currency": "SHP"
                      }
                    ],
                    [
                      {
                        "amount": 4875.6,
                        "currency": "JPY"
                      },
                      {
                        "amount": 419.03,
                        "currency": "BRL"
                      },
                      {
                        "amount": 4076.62,
                        "currency": "UAH"
                      },
                      {
                        "amount": 1801.79,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 2403.43,
                        "currency": "ERN"
                      },
                      {
                        "amount": 93.52,
                        "currency": "OMR"
                      }
                    ],
                    [
                      {
                        "amount": 181.14,
                        "currency": "BIF"
                      },
                      {
                        "amount": 1063.51,
                        "currency": "XAF"
                      },
                      {
                        "amount": 848.32,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 3532.66,
                        "currency": "XAF"
                      },
                      {
                        "amount": 65.72,
                        "currency": "KRW"
                      }
                    ],
                    [
                      {
                        "amount": 4761.81,
                        "currency": "IRR"
                      },
                      {
                        "amount": 3316.41,
                        "currency": "THB"
                      },
                      {
                        "amount": 1161.7,
                        "currency": "RSD"
                      },
                      {
                        "amount": 4737.16,
                        "currency": "BOB"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "RY",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 404.86,
                            "currency": "BBD"
                          },
                          {
                            "amount": 1196.2,
                            "currency": "AWG"
                          },
                          {
                            "amount": 1585.41,
                            "currency": "BRL"
                          },
                          {
                            "amount": 2061.45,
                            "currency": "UAH"
                          },
                          {
                            "amount": 4516.76,
                            "currency": "GTQ"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "lT",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1255.99,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 917.45,
                            "currency": "KES"
                          },
                          {
                            "amount": 4429.97,
                            "currency": "ALL"
                          },
                          {
                            "amount": 14.41,
                            "currency": "AMD"
                          },
                          {
                            "amount": 2279.34,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3778.29,
                            "currency": "MOP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "bM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4361.71,
                            "currency": "NGN"
                          },
                          {
                            "amount": 2384.51,
                            "currency": "MAD"
                          },
                          {
                            "amount": 973.18,
                            "currency": "MKD"
                          }
                        ],
                        [
                          {
                            "amount": 543.56,
                            "currency": "AED"
                          },
                          {
                            "amount": 4000.2,
                            "currency": "SGD"
                          },
                          {
                            "amount": 552.07,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 1993.66,
                            "currency": "LYD"
                          },
                          {
                            "amount": 4415.4,
                            "currency": "IRR"
                          },
                          {
                            "amount": 2991.07,
                            "currency": "TMT"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 3876.2,
                        "currency": "KHR"
                      },
                      {
                        "amount": 1021.12,
                        "currency": "DOP"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3447.96,
                        "currency": "SZL"
                      }
                    ],
                    [
                      {
                        "amount": 4644.52,
                        "currency": "DKK"
                      },
                      {
                        "amount": 3363.17,
                        "currency": "KGS"
                      },
                      {
                        "amount": 2683.82,
                        "currency": "NOK"
                      },
                      {
                        "amount": 1671.07,
                        "currency": "PLN"
                      }
                    ],
                    [
                      {
                        "amount": 509.11,
                        "currency": "BBD"
                      },
                      {
                        "amount": 411.39,
                        "currency": "WST"
                      },
                      {
                        "amount": 693.8,
                        "currency": "UAH"
                      },
                      {
                        "amount": 411.92,
                        "currency": "SBD"
                      }
                    ],
                    [
                      {
                        "amount": 2294.15,
                        "currency": "LKR"
                      },
                      {
                        "amount": 251.72,
                        "currency": "ANG"
                      },
                      {
                        "amount": 2897.28,
                        "currency": "BIF"
                      },
                      {
                        "amount": 2622.03,
                        "currency": "KRW"
                      }
                    ],
                    [
                      {
                        "amount": 2054.07,
                        "currency": "QAR"
                      },
                      {
                        "amount": 3832.55,
                        "currency": "SZL"
                      },
                      {
                        "amount": 2074.89,
                        "currency": "TWD"
                      },
                      {
                        "amount": 2599.87,
                        "currency": "SBD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "lY",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1078.75,
                            "currency": "STN"
                          },
                          {
                            "amount": 3302.6,
                            "currency": "ERN"
                          },
                          {
                            "amount": 1460.08,
                            "currency": "TZS"
                          },
                          {
                            "amount": 3222.61,
                            "currency": "CVE"
                          },
                          {
                            "amount": 1516.26,
                            "currency": "SGD"
                          }
                        ],
                        [
                          {
                            "amount": 4021.5,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1286,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 1410.59,
                            "currency": "KHR"
                          },
                          {
                            "amount": 1901.5,
                            "currency": "SCR"
                          },
                          {
                            "amount": 2860.48,
                            "currency": "AOA"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "xW",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2095.07,
                            "currency": "INR"
                          },
                          {
                            "amount": 4729.35,
                            "currency": "GEL"
                          },
                          {
                            "amount": 650.99,
                            "currency": "CAD"
                          },
                          {
                            "amount": 3304.48,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 3883.37,
                            "currency": "TRY"
                          },
                          {
                            "amount": 252.66,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2845.51,
                            "currency": "TTD"
                          },
                          {
                            "amount": 1572.64,
                            "currency": "AFN"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1624.42,
                        "currency": "TRY"
                      },
                      {
                        "amount": 455.02,
                        "currency": "AWG"
                      }
                    ],
                    [
                      {
                        "amount": 3499.58,
                        "currency": "PAB"
                      },
                      {
                        "amount": 1659.58,
                        "currency": "TRY"
                      },
                      {
                        "amount": 3377.06,
                        "currency": "LAK"
                      }
                    ],
                    [
                      {
                        "amount": 4092.93,
                        "currency": "SEK"
                      },
                      {
                        "amount": 4006.3,
                        "currency": "EGP"
                      },
                      {
                        "amount": 1013.29,
                        "currency": "RON"
                      },
                      {
                        "amount": 3038.46,
                        "currency": "AMD"
                      },
                      {
                        "amount": 2059.8,
                        "currency": "UGX"
                      }
                    ],
                    [
                      {
                        "amount": 2104.61,
                        "currency": "KPW"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 557.32,
                        "currency": "EGP"
                      },
                      {
                        "amount": 1031.43,
                        "currency": "MOP"
                      },
                      {
                        "amount": 1876.96,
                        "currency": "HUF"
                      },
                      {
                        "amount": 752.28,
                        "currency": "MXN"
                      }
                    ],
                    [
                      {
                        "amount": 1704.49,
                        "currency": "IDR"
                      }
                    ],
                    [
                      {
                        "amount": 2399.46,
                        "currency": "MXN"
                      },
                      {
                        "amount": 2747.02,
                        "currency": "BDT"
                      }
                    ],
                    [
                      {
                        "amount": 437.83,
                        "currency": "TWD"
                      },
                      {
                        "amount": 4572.81,
                        "currency": "ANG"
                      },
                      {
                        "amount": 3673.83,
                        "currency": "KES"
                      },
                      {
                        "amount": 2495.93,
                        "currency": "TJS"
                      }
                    ],
                    [
                      {
                        "amount": 4428.75,
                        "currency": "AOA"
                      },
                      {
                        "amount": 1598.08,
                        "currency": "BDT"
                      },
                      {
                        "amount": 2307.14,
                        "currency": "MOP"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2944.85,
                        "currency": "RUB"
                      },
                      {
                        "amount": 4720.41,
                        "currency": "ETB"
                      },
                      {
                        "amount": 3544.46,
                        "currency": "CHF"
                      }
                    ],
                    [
                      {
                        "amount": 911.66,
                        "currency": "DKK"
                      }
                    ],
                    [
                      {
                        "amount": 4497.39,
                        "currency": "WST"
                      },
                      {
                        "amount": 1479.3,
                        "currency": "AWG"
                      },
                      {
                        "amount": 4237.89,
                        "currency": "CAD"
                      },
                      {
                        "amount": 3588.26,
                        "currency": "TOP"
                      },
                      {
                        "amount": 2434.98,
                        "currency": "XPF"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 2,
              "available": false,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "59570395",
                "percentage": 13.5,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 4243.8,
                        "currency": "UZS"
                      },
                      {
                        "amount": 1759.3,
                        "currency": "OMR"
                      },
                      {
                        "amount": 2891.49,
                        "currency": "NPR"
                      },
                      {
                        "amount": 1186.62,
                        "currency": "KGS"
                      },
                      {
                        "amount": 3874.41,
                        "currency": "RUB"
                      }
                    ],
                    [
                      {
                        "amount": 980.17,
                        "currency": "AMD"
                      },
                      {
                        "amount": 1603,
                        "currency": "NZD"
                      },
                      {
                        "amount": 287.07,
                        "currency": "UGX"
                      },
                      {
                        "amount": 1933.84,
                        "currency": "EGP"
                      }
                    ],
                    [
                      {
                        "amount": 874.48,
                        "currency": "AFN"
                      },
                      {
                        "amount": 3199.11,
                        "currency": "NZD"
                      },
                      {
                        "amount": 898.88,
                        "currency": "SBD"
                      },
                      {
                        "amount": 3434.04,
                        "currency": "SHP"
                      },
                      {
                        "amount": 2330.7,
                        "currency": "MRU"
                      }
                    ],
                    [
                      {
                        "amount": 3722.45,
                        "currency": "DOP"
                      },
                      {
                        "amount": 4249.01,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 4199.09,
                        "currency": "MNT"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Harry",
                "index": 4,
                "lastName": "Miller",
                "tierLevel": "Silver",
                "tierLevelNumber": 1,
                "type": "YTH"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4837.99,
                        "currency": "LAK"
                      },
                      {
                        "amount": 44.25,
                        "currency": "BGN"
                      },
                      {
                        "amount": 2033.28,
                        "currency": "JMD"
                      },
                      {
                        "amount": 3324.77,
                        "currency": "UAH"
                      },
                      {
                        "amount": 4131.18,
                        "currency": "GEL"
                      }
                    ],
                    [
                      {
                        "amount": 725.99,
                        "currency": "LSL"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 754.31,
                        "currency": "MXN"
                      },
                      {
                        "amount": 229.05,
                        "currency": "RUB"
                      },
                      {
                        "amount": 2132.12,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 347.34,
                        "currency": "PKR"
                      }
                    ],
                    [
                      {
                        "amount": 987.21,
                        "currency": "GEL"
                      },
                      {
                        "amount": 147.51,
                        "currency": "BSD"
                      },
                      {
                        "amount": 3827.46,
                        "currency": "BOB"
                      },
                      {
                        "amount": 1979.41,
                        "currency": "XOF"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "up",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 331.04,
                            "currency": "ISK"
                          },
                          {
                            "amount": 4456.74,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2457.51,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 4327.65,
                            "currency": "PYG"
                          },
                          {
                            "amount": 4901.18,
                            "currency": "PAB"
                          },
                          {
                            "amount": 1735.75,
                            "currency": "AZN"
                          },
                          {
                            "amount": 3294.88,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 3486.75,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 467.18,
                            "currency": "RUB"
                          },
                          {
                            "amount": 541.78,
                            "currency": "VUV"
                          },
                          {
                            "amount": 3518.09,
                            "currency": "ARS"
                          },
                          {
                            "amount": 788.91,
                            "currency": "SEK"
                          },
                          {
                            "amount": 1522.59,
                            "currency": "ANG"
                          }
                        ],
                        [
                          {
                            "amount": 1918.61,
                            "currency": "ALL"
                          },
                          {
                            "amount": 2791.37,
                            "currency": "HUF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "sh",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1278.21,
                            "currency": "UYU"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "LT",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1908.41,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 239.29,
                            "currency": "IQD"
                          },
                          {
                            "amount": 3649.22,
                            "currency": "TND"
                          },
                          {
                            "amount": 3301.05,
                            "currency": "TJS"
                          },
                          {
                            "amount": 3864.04,
                            "currency": "LRD"
                          },
                          {
                            "amount": 1518.83,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 2875.91,
                            "currency": "SSP"
                          },
                          {
                            "amount": 3490.68,
                            "currency": "RSD"
                          },
                          {
                            "amount": 673.06,
                            "currency": "JPY"
                          },
                          {
                            "amount": 3394.65,
                            "currency": "BOB"
                          },
                          {
                            "amount": 2920.99,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 3696.99,
                            "currency": "KYD"
                          },
                          {
                            "amount": 1755.56,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4428.02,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 1775.1,
                            "currency": "AED"
                          },
                          {
                            "amount": 2606.7,
                            "currency": "SEK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "GR",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2988.65,
                            "currency": "GHS"
                          },
                          {
                            "amount": 2621.6,
                            "currency": "NZD"
                          },
                          {
                            "amount": 11.32,
                            "currency": "YER"
                          },
                          {
                            "amount": 3480.61,
                            "currency": "LKR"
                          },
                          {
                            "amount": 4290.6,
                            "currency": "RON"
                          }
                        ],
                        [
                          {
                            "amount": 3737.83,
                            "currency": "KGS"
                          },
                          {
                            "amount": 4390.03,
                            "currency": "BGN"
                          },
                          {
                            "amount": 2366.85,
                            "currency": "MOP"
                          },
                          {
                            "amount": 4305.87,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 3731.26,
                            "currency": "CLP"
                          },
                          {
                            "amount": 4850.21,
                            "currency": "UZS"
                          },
                          {
                            "amount": 872.44,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1569.86,
                            "currency": "PLN"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2283.1,
                        "currency": "ZWL"
                      },
                      {
                        "amount": 636.65,
                        "currency": "VUV"
                      }
                    ],
                    [
                      {
                        "amount": 1023.45,
                        "currency": "KMF"
                      },
                      {
                        "amount": 1277.74,
                        "currency": "COP"
                      },
                      {
                        "amount": 3477.87,
                        "currency": "JOD"
                      }
                    ],
                    [
                      {
                        "amount": 4077.62,
                        "currency": "LAK"
                      },
                      {
                        "amount": 1677.02,
                        "currency": "ALL"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 4277.75,
                        "currency": "UYU"
                      }
                    ],
                    [
                      {
                        "amount": 3935.85,
                        "currency": "BBD"
                      },
                      {
                        "amount": 4550.89,
                        "currency": "FJD"
                      },
                      {
                        "amount": 2852.65,
                        "currency": "ALL"
                      },
                      {
                        "amount": 343.79,
                        "currency": "IRR"
                      },
                      {
                        "amount": 3903.87,
                        "currency": "SDG"
                      }
                    ],
                    [
                      {
                        "amount": 4765.34,
                        "currency": "WST"
                      },
                      {
                        "amount": 4278.27,
                        "currency": "BRL"
                      },
                      {
                        "amount": 245.58,
                        "currency": "AMD"
                      }
                    ],
                    [
                      {
                        "amount": 4100.3,
                        "currency": "ERN"
                      },
                      {
                        "amount": 3842.63,
                        "currency": "BSD"
                      },
                      {
                        "amount": 2060.18,
                        "currency": "ZMW"
                      },
                      {
                        "amount": 3010.8,
                        "currency": "SAR"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "uh",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 1456.86,
                            "currency": "ISK"
                          },
                          {
                            "amount": 4880.45,
                            "currency": "PHP"
                          },
                          {
                            "amount": 930.25,
                            "currency": "DKK"
                          },
                          {
                            "amount": 4961.15,
                            "currency": "SOS"
                          },
                          {
                            "amount": 26.98,
                            "currency": "SRD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "SZ",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3184.26,
                            "currency": "GIP"
                          },
                          {
                            "amount": 196.53,
                            "currency": "AZN"
                          },
                          {
                            "amount": 62.44,
                            "currency": "NIO"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "fM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4403.74,
                            "currency": "SOS"
                          },
                          {
                            "amount": 3138.49,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 1069.13,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 3967.2,
                            "currency": "MAD"
                          },
                          {
                            "amount": 2196.41,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3032.59,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 3372.84,
                            "currency": "ZMW"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Ys",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3131.74,
                            "currency": "IDR"
                          }
                        ],
                        [
                          {
                            "amount": 4662.8,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 3065.66,
                            "currency": "THB"
                          },
                          {
                            "amount": 4252.54,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 4963.32,
                            "currency": "MNT"
                          },
                          {
                            "amount": 3569.98,
                            "currency": "KMF"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "vC",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3691.19,
                            "currency": "IDR"
                          },
                          {
                            "amount": 2044.29,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 448.91,
                            "currency": "CZK"
                          },
                          {
                            "amount": 2507.74,
                            "currency": "CAD"
                          },
                          {
                            "amount": 2160.02,
                            "currency": "WST"
                          },
                          {
                            "amount": 1363.23,
                            "currency": "CRC"
                          },
                          {
                            "amount": 4840.65,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 761.09,
                            "currency": "MZN"
                          },
                          {
                            "amount": 923.29,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 1511.67,
                            "currency": "AWG"
                          },
                          {
                            "amount": 4799.94,
                            "currency": "MDL"
                          }
                        ],
                        [
                          {
                            "amount": 1926.38,
                            "currency": "CVE"
                          },
                          {
                            "amount": 489.59,
                            "currency": "PKR"
                          },
                          {
                            "amount": 1564.03,
                            "currency": "TMT"
                          },
                          {
                            "amount": 183.29,
                            "currency": "MVR"
                          },
                          {
                            "amount": 1441.24,
                            "currency": "DOP"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2993.33,
                        "currency": "KWD"
                      },
                      {
                        "amount": 4730.82,
                        "currency": "SZL"
                      }
                    ],
                    [
                      {
                        "amount": 2233.69,
                        "currency": "SBD"
                      },
                      {
                        "amount": 3814.76,
                        "currency": "ALL"
                      },
                      {
                        "amount": 3007.5,
                        "currency": "MOP"
                      },
                      {
                        "amount": 4501.85,
                        "currency": "PYG"
                      },
                      {
                        "amount": 3731.7,
                        "currency": "NIO"
                      }
                    ],
                    [
                      {
                        "amount": 1725.47,
                        "currency": "GBP"
                      },
                      {
                        "amount": 2596.81,
                        "currency": "KZT"
                      },
                      {
                        "amount": 342.13,
                        "currency": "LRD"
                      },
                      {
                        "amount": 1530.25,
                        "currency": "TJS"
                      },
                      {
                        "amount": 4008.32,
                        "currency": "TZS"
                      }
                    ],
                    [
                      {
                        "amount": 2924.29,
                        "currency": "TZS"
                      },
                      {
                        "amount": 4738.9,
                        "currency": "CVE"
                      },
                      {
                        "amount": 1869.88,
                        "currency": "NGN"
                      },
                      {
                        "amount": 4531.86,
                        "currency": "UGX"
                      },
                      {
                        "amount": 2971.94,
                        "currency": "NIO"
                      }
                    ],
                    [
                      {
                        "amount": 379.7,
                        "currency": "TND"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2137.51,
                        "currency": "KMF"
                      },
                      {
                        "amount": 4830.22,
                        "currency": "AUD"
                      },
                      {
                        "amount": 685.2,
                        "currency": "NPR"
                      },
                      {
                        "amount": 559.99,
                        "currency": "SLE"
                      }
                    ],
                    [
                      {
                        "amount": 1832.28,
                        "currency": "ERN"
                      },
                      {
                        "amount": 3380.17,
                        "currency": "JPY"
                      },
                      {
                        "amount": 2521.51,
                        "currency": "PHP"
                      },
                      {
                        "amount": 2106.75,
                        "currency": "QAR"
                      },
                      {
                        "amount": 4001.45,
                        "currency": "BWP"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3343.74,
                        "currency": "OMR"
                      }
                    ],
                    [
                      {
                        "amount": 2462.25,
                        "currency": "OMR"
                      },
                      {
                        "amount": 4119.28,
                        "currency": "BAM"
                      },
                      {
                        "amount": 4924.25,
                        "currency": "UYU"
                      },
                      {
                        "amount": 3893.91,
                        "currency": "KHR"
                      }
                    ],
                    [
                      {
                        "amount": 1751.53,
                        "currency": "PGK"
                      },
                      {
                        "amount": 2407.15,
                        "currency": "GEL"
                      },
                      {
                        "amount": 722.35,
                        "currency": "DJF"
                      },
                      {
                        "amount": 1968.19,
                        "currency": "HUF"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "52512619",
                "percentage": 24.9,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 4114.97,
                        "currency": "TWD"
                      },
                      {
                        "amount": 3764.39,
                        "currency": "HTG"
                      },
                      {
                        "amount": 2437.5,
                        "currency": "WST"
                      },
                      {
                        "amount": 2566.98,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 4373.5,
                        "currency": "ERN"
                      }
                    ],
                    [
                      {
                        "amount": 3713.16,
                        "currency": "HNL"
                      }
                    ],
                    [
                      {
                        "amount": 1792.03,
                        "currency": "MXN"
                      },
                      {
                        "amount": 588.42,
                        "currency": "NZD"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": false,
              "modificationAllowed": true,
              "originalAssignedQuantity": 2,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Laron",
                "index": 4,
                "lastName": "Hettinger",
                "tierLevel": "Red",
                "tierLevelNumber": 5,
                "type": "CHD"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1924.98,
                        "currency": "CNY"
                      },
                      {
                        "amount": 3298.38,
                        "currency": "AWG"
                      },
                      {
                        "amount": 143.93,
                        "currency": "MDL"
                      },
                      {
                        "amount": 1552.46,
                        "currency": "SDG"
                      }
                    ],
                    [
                      {
                        "amount": 4159.85,
                        "currency": "INR"
                      },
                      {
                        "amount": 3136.5,
                        "currency": "AUD"
                      },
                      {
                        "amount": 2150.59,
                        "currency": "TZS"
                      },
                      {
                        "amount": 1410.33,
                        "currency": "KZT"
                      }
                    ],
                    [
                      {
                        "amount": 4508.32,
                        "currency": "GMD"
                      },
                      {
                        "amount": 2802.72,
                        "currency": "EUR"
                      },
                      {
                        "amount": 2206.31,
                        "currency": "IDR"
                      },
                      {
                        "amount": 4070.43,
                        "currency": "MGA"
                      }
                    ],
                    [
                      {
                        "amount": 4103.94,
                        "currency": "SDG"
                      },
                      {
                        "amount": 2270.49,
                        "currency": "DKK"
                      },
                      {
                        "amount": 486.28,
                        "currency": "ERN"
                      },
                      {
                        "amount": 3141.98,
                        "currency": "EUR"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1552.58,
                        "currency": "PEN"
                      },
                      {
                        "amount": 3328.16,
                        "currency": "TND"
                      },
                      {
                        "amount": 3425.84,
                        "currency": "XAF"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "yb",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 373.1,
                            "currency": "MNT"
                          },
                          {
                            "amount": 4360.08,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1100.02,
                            "currency": "BTN"
                          },
                          {
                            "amount": 2520.25,
                            "currency": "KHR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "Xc",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3899.7,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 3899.92,
                            "currency": "MNT"
                          },
                          {
                            "amount": 2402.31,
                            "currency": "BRL"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1333.58,
                        "currency": "EGP"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 1893.62,
                        "currency": "NAD"
                      },
                      {
                        "amount": 2904.9,
                        "currency": "CLP"
                      },
                      {
                        "amount": 1882.74,
                        "currency": "PAB"
                      },
                      {
                        "amount": 4643.17,
                        "currency": "SRD"
                      }
                    ],
                    [
                      {
                        "amount": 1839.94,
                        "currency": "MMK"
                      },
                      {
                        "amount": 3586.54,
                        "currency": "NIO"
                      },
                      {
                        "amount": 4854.78,
                        "currency": "KPW"
                      },
                      {
                        "amount": 536.13,
                        "currency": "CDF"
                      },
                      {
                        "amount": 4060.6,
                        "currency": "MZN"
                      }
                    ],
                    [
                      {
                        "amount": 4243.86,
                        "currency": "TJS"
                      }
                    ],
                    [
                      {
                        "amount": 2423.52,
                        "currency": "XAF"
                      }
                    ],
                    [
                      {
                        "amount": 2962.56,
                        "currency": "TTD"
                      },
                      {
                        "amount": 2135.57,
                        "currency": "BMD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "jM",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4058.36,
                            "currency": "RSD"
                          },
                          {
                            "amount": 3357.91,
                            "currency": "JOD"
                          }
                        ],
                        [
                          {
                            "amount": 3930.62,
                            "currency": "SYP"
                          },
                          {
                            "amount": 3176.01,
                            "currency": "AFN"
                          },
                          {
                            "amount": 2182.25,
                            "currency": "THB"
                          },
                          {
                            "amount": 4138.63,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 2429.83,
                            "currency": "BIF"
                          },
                          {
                            "amount": 4271.15,
                            "currency": "RON"
                          },
                          {
                            "amount": 1588.55,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 2288.86,
                            "currency": "CZK"
                          },
                          {
                            "amount": 1050.04,
                            "currency": "XOF"
                          },
                          {
                            "amount": 2829.21,
                            "currency": "PKR"
                          },
                          {
                            "amount": 3453.3,
                            "currency": "CUP"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "dg",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4570.04,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 1031.29,
                            "currency": "BAM"
                          },
                          {
                            "amount": 1239.27,
                            "currency": "PLN"
                          },
                          {
                            "amount": 92.61,
                            "currency": "LBP"
                          },
                          {
                            "amount": 4500.97,
                            "currency": "HKD"
                          },
                          {
                            "amount": 1585.62,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 2895.68,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 3880.38,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 3634.64,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 3639.16,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1080.59,
                        "currency": "KZT"
                      },
                      {
                        "amount": 2589.53,
                        "currency": "BBD"
                      },
                      {
                        "amount": 2009.96,
                        "currency": "SCR"
                      },
                      {
                        "amount": 1746.33,
                        "currency": "SGD"
                      },
                      {
                        "amount": 2247.4,
                        "currency": "TZS"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 544.58,
                        "currency": "SSP"
                      },
                      {
                        "amount": 3584.65,
                        "currency": "NPR"
                      },
                      {
                        "amount": 2382.32,
                        "currency": "CDF"
                      },
                      {
                        "amount": 3888.74,
                        "currency": "CNY"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 525.36,
                        "currency": "AZN"
                      }
                    ],
                    [
                      {
                        "amount": 790.67,
                        "currency": "AWG"
                      },
                      {
                        "amount": 858.58,
                        "currency": "SYP"
                      }
                    ],
                    [
                      {
                        "amount": 787.17,
                        "currency": "XAF"
                      },
                      {
                        "amount": 1542.53,
                        "currency": "NOK"
                      },
                      {
                        "amount": 2159.87,
                        "currency": "SDG"
                      }
                    ],
                    [
                      {
                        "amount": 2703.58,
                        "currency": "KHR"
                      },
                      {
                        "amount": 4179.16,
                        "currency": "KPW"
                      },
                      {
                        "amount": 3051.19,
                        "currency": "MRU"
                      },
                      {
                        "amount": 4274.11,
                        "currency": "RON"
                      },
                      {
                        "amount": 3124.72,
                        "currency": "CLP"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 1,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "79257344",
                "percentage": 11.6,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 560.23,
                        "currency": "AZN"
                      },
                      {
                        "amount": 2958.56,
                        "currency": "RSD"
                      }
                    ],
                    [
                      {
                        "amount": 3064.92,
                        "currency": "TND"
                      },
                      {
                        "amount": 999.82,
                        "currency": "MAD"
                      },
                      {
                        "amount": 526.83,
                        "currency": "TMT"
                      }
                    ],
                    [
                      {
                        "amount": 450.97,
                        "currency": "DOP"
                      },
                      {
                        "amount": 2472.72,
                        "currency": "AED"
                      },
                      {
                        "amount": 3052.5,
                        "currency": "LBP"
                      },
                      {
                        "amount": 3904.84,
                        "currency": "UGX"
                      }
                    ],
                    [
                      {
                        "amount": 423.02,
                        "currency": "AFN"
                      },
                      {
                        "amount": 2976.04,
                        "currency": "SYP"
                      },
                      {
                        "amount": 568.27,
                        "currency": "BND"
                      },
                      {
                        "amount": 1066.11,
                        "currency": "RUB"
                      },
                      {
                        "amount": 3666.49,
                        "currency": "MGA"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": false,
              "originalAssignedQuantity": 1,
              "ssrDescription": "SEAT",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            },
            {
              "ancillaryPassenger": {
                "firstName": "Alfreda",
                "index": 6,
                "lastName": "Hayes",
                "tierLevel": "Silver",
                "tierLevelNumber": 4,
                "type": "CHD"
              },
              "ancillaryPrice": {
                "basePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4950.05,
                        "currency": "THB"
                      }
                    ],
                    [
                      {
                        "amount": 1812.45,
                        "currency": "QAR"
                      },
                      {
                        "amount": 4519.21,
                        "currency": "MRU"
                      },
                      {
                        "amount": 543.56,
                        "currency": "RON"
                      },
                      {
                        "amount": 1454.12,
                        "currency": "BHD"
                      },
                      {
                        "amount": 1399.88,
                        "currency": "BND"
                      }
                    ],
                    [
                      {
                        "amount": 213.24,
                        "currency": "TOP"
                      },
                      {
                        "amount": 4771.78,
                        "currency": "UYU"
                      },
                      {
                        "amount": 3278.78,
                        "currency": "CVE"
                      },
                      {
                        "amount": 2011.93,
                        "currency": "MOP"
                      }
                    ],
                    [
                      {
                        "amount": 1964.91,
                        "currency": "MXN"
                      }
                    ]
                  ]
                },
                "originalBasePrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 2081.35,
                        "currency": "NOK"
                      },
                      {
                        "amount": 3923.79,
                        "currency": "BWP"
                      },
                      {
                        "amount": 1509.23,
                        "currency": "GTQ"
                      }
                    ]
                  ]
                },
                "originalTaxPrice": [
                  {
                    "code": "An",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 2579.66,
                            "currency": "BGN"
                          },
                          {
                            "amount": 818.07,
                            "currency": "SRD"
                          },
                          {
                            "amount": 3484.69,
                            "currency": "BZD"
                          },
                          {
                            "amount": 4035.74,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 1354.66,
                            "currency": "HNL"
                          },
                          {
                            "amount": 2864.62,
                            "currency": "GYD"
                          },
                          {
                            "amount": 1452.98,
                            "currency": "XOF"
                          }
                        ],
                        [
                          {
                            "amount": 2931.95,
                            "currency": "BZD"
                          },
                          {
                            "amount": 1812.14,
                            "currency": "CAD"
                          },
                          {
                            "amount": 2775.85,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3776.62,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 1564.67,
                            "currency": "TTD"
                          },
                          {
                            "amount": 2010.15,
                            "currency": "PAB"
                          },
                          {
                            "amount": 3881.62,
                            "currency": "TRY"
                          },
                          {
                            "amount": 4172.98,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 460.99,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2433.1,
                            "currency": "SDG"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "originalTotalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 4844.87,
                        "currency": "ZAR"
                      }
                    ],
                    [
                      {
                        "amount": 4966.15,
                        "currency": "DKK"
                      },
                      {
                        "amount": 1641.87,
                        "currency": "AWG"
                      },
                      {
                        "amount": 4996.58,
                        "currency": "RON"
                      },
                      {
                        "amount": 93.02,
                        "currency": "ERN"
                      },
                      {
                        "amount": 4785.63,
                        "currency": "MYR"
                      }
                    ],
                    [
                      {
                        "amount": 2879.26,
                        "currency": "ERN"
                      },
                      {
                        "amount": 4402.18,
                        "currency": "INR"
                      }
                    ],
                    [
                      {
                        "amount": 320.51,
                        "currency": "ARS"
                      }
                    ]
                  ]
                },
                "originalTotalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 3500.75,
                        "currency": "SYP"
                      },
                      {
                        "amount": 3554.26,
                        "currency": "TTD"
                      },
                      {
                        "amount": 3119.77,
                        "currency": "GTQ"
                      },
                      {
                        "amount": 4931.51,
                        "currency": "BND"
                      },
                      {
                        "amount": 2439.39,
                        "currency": "COP"
                      }
                    ],
                    [
                      {
                        "amount": 3716.36,
                        "currency": "LYD"
                      },
                      {
                        "amount": 3778.41,
                        "currency": "YER"
                      }
                    ],
                    [
                      {
                        "amount": 3425.16,
                        "currency": "BSD"
                      },
                      {
                        "amount": 2962.88,
                        "currency": "TOP"
                      }
                    ],
                    [
                      {
                        "amount": 4780.82,
                        "currency": "GIP"
                      }
                    ],
                    [
                      {
                        "amount": 4260.95,
                        "currency": "BIF"
                      },
                      {
                        "amount": 2549.57,
                        "currency": "KRW"
                      },
                      {
                        "amount": 2614.79,
                        "currency": "CUP"
                      },
                      {
                        "amount": 3646.8,
                        "currency": "GMD"
                      }
                    ]
                  ]
                },
                "taxPrice": [
                  {
                    "code": "OF",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 748.69,
                            "currency": "VND"
                          },
                          {
                            "amount": 3471.37,
                            "currency": "THB"
                          },
                          {
                            "amount": 1789.63,
                            "currency": "BHD"
                          },
                          {
                            "amount": 2805.54,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1318.09,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 4107.74,
                            "currency": "AMD"
                          },
                          {
                            "amount": 3653.19,
                            "currency": "OMR"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "ha",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 3461.49,
                            "currency": "KYD"
                          },
                          {
                            "amount": 3370.95,
                            "currency": "COP"
                          },
                          {
                            "amount": 3861.88,
                            "currency": "RSD"
                          },
                          {
                            "amount": 1430.52,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 4037.18,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 4995.86,
                            "currency": "AZN"
                          },
                          {
                            "amount": 1259.23,
                            "currency": "CVE"
                          },
                          {
                            "amount": 4184.49,
                            "currency": "LAK"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "wr",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4426.09,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1885.55,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 4141,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 3828.4,
                            "currency": "WST"
                          },
                          {
                            "amount": 4517.45,
                            "currency": "XAF"
                          },
                          {
                            "amount": 4834.51,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 4908.56,
                            "currency": "PLN"
                          },
                          {
                            "amount": 1580.58,
                            "currency": "ARS"
                          },
                          {
                            "amount": 1564.76,
                            "currency": "SBD"
                          },
                          {
                            "amount": 3472.3,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 868.11,
                            "currency": "STN"
                          },
                          {
                            "amount": 2509.05,
                            "currency": "PHP"
                          },
                          {
                            "amount": 1575.97,
                            "currency": "JOD"
                          },
                          {
                            "amount": 3312.18,
                            "currency": "TTD"
                          }
                        ]
                      ]
                    }
                  },
                  {
                    "code": "GY",
                    "price": {
                      "alternatives": [
                        [
                          {
                            "amount": 4359.08,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 3344.07,
                            "currency": "GEL"
                          },
                          {
                            "amount": 609.69,
                            "currency": "GHS"
                          },
                          {
                            "amount": 4114.12,
                            "currency": "HTG"
                          },
                          {
                            "amount": 3349.78,
                            "currency": "COP"
                          },
                          {
                            "amount": 2669.91,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 1194.07,
                            "currency": "NOK"
                          },
                          {
                            "amount": 842.44,
                            "currency": "TJS"
                          },
                          {
                            "amount": 784.08,
                            "currency": "IDR"
                          }
                        ],
                        [
                          {
                            "amount": 2837.01,
                            "currency": "TJS"
                          },
                          {
                            "amount": 4743.86,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 3672.14,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1426.19,
                            "currency": "KGS"
                          },
                          {
                            "amount": 4069.94,
                            "currency": "BND"
                          },
                          {
                            "amount": 1097.24,
                            "currency": "CNY"
                          },
                          {
                            "amount": 3597.79,
                            "currency": "AFN"
                          }
                        ]
                      ]
                    }
                  }
                ],
                "totalAssignedPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 1365.72,
                        "currency": "XPF"
                      },
                      {
                        "amount": 562.92,
                        "currency": "DJF"
                      }
                    ],
                    [
                      {
                        "amount": 2466.66,
                        "currency": "IRR"
                      }
                    ],
                    [
                      {
                        "amount": 402.9,
                        "currency": "MKD"
                      },
                      {
                        "amount": 4880.74,
                        "currency": "COP"
                      },
                      {
                        "amount": 4707.6,
                        "currency": "FKP"
                      },
                      {
                        "amount": 364.18,
                        "currency": "MZN"
                      },
                      {
                        "amount": 4565.41,
                        "currency": "NZD"
                      }
                    ]
                  ]
                },
                "totalPrice": {
                  "alternatives": [
                    [
                      {
                        "amount": 271.57,
                        "currency": "AUD"
                      }
                    ],
                    [
                      {
                        "amount": 21.34,
                        "currency": "MRU"
                      },
                      {
                        "amount": 1147.72,
                        "currency": "MZN"
                      },
                      {
                        "amount": 1515.39,
                        "currency": "KWD"
                      }
                    ]
                  ]
                },
                "totalTax": {
                  "alternatives": [
                    [
                      {
                        "amount": 2472,
                        "currency": "KWD"
                      }
                    ],
                    [
                      {
                        "amount": 2824.71,
                        "currency": "MMK"
                      },
                      {
                        "amount": 2197.07,
                        "currency": "BMD"
                      },
                      {
                        "amount": 3471.32,
                        "currency": "YER"
                      },
                      {
                        "amount": 1155.09,
                        "currency": "LBP"
                      },
                      {
                        "amount": 4214.98,
                        "currency": "GEL"
                      }
                    ],
                    [
                      {
                        "amount": 1479.81,
                        "currency": "ANG"
                      },
                      {
                        "amount": 222.81,
                        "currency": "CAD"
                      },
                      {
                        "amount": 1912.58,
                        "currency": "KPW"
                      },
                      {
                        "amount": 4690.46,
                        "currency": "UGX"
                      }
                    ],
                    [
                      {
                        "amount": 4058.87,
                        "currency": "BOB"
                      },
                      {
                        "amount": 2682.34,
                        "currency": "XPF"
                      },
                      {
                        "amount": 1985.16,
                        "currency": "PKR"
                      }
                    ],
                    [
                      {
                        "amount": 136.67,
                        "currency": "FJD"
                      },
                      {
                        "amount": 4692.54,
                        "currency": "CDF"
                      }
                    ]
                  ]
                }
              },
              "assignedQuantity": 3,
              "available": true,
              "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
              "dealDiscount": {
                "offerName": "92146349",
                "percentage": 26.2,
                "totalDiscount": {
                  "alternatives": [
                    [
                      {
                        "amount": 1004.16,
                        "currency": "MYR"
                      },
                      {
                        "amount": 382.85,
                        "currency": "GBP"
                      }
                    ],
                    [
                      {
                        "amount": 2238.9,
                        "currency": "SDG"
                      },
                      {
                        "amount": 884.12,
                        "currency": "MWK"
                      },
                      {
                        "amount": 3220.81,
                        "currency": "BWP"
                      }
                    ],
                    [
                      {
                        "amount": 2136.74,
                        "currency": "FJD"
                      },
                      {
                        "amount": 555.44,
                        "currency": "PGK"
                      },
                      {
                        "amount": 3741.2,
                        "currency": "BMD"
                      },
                      {
                        "amount": 3440.13,
                        "currency": "BOB"
                      },
                      {
                        "amount": 2465.73,
                        "currency": "ANG"
                      }
                    ],
                    [
                      {
                        "amount": 3538.78,
                        "currency": "ERN"
                      },
                      {
                        "amount": 2108.48,
                        "currency": "GIP"
                      }
                    ]
                  ]
                }
              },
              "includedInBundle": true,
              "modificationAllowed": true,
              "originalAssignedQuantity": 3,
              "ssrDescription": "MEAL",
              "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
            }
          ],
          "travelPart": {
            "@type": "Inbound"
          }
        }
      ]
    }
  ],
  "ancillaryGroups": [
    {
      "ancillaries": [
        {
          "ancillaryConfiguration": {
            "allowQuantity": true,
            "maxQuantityPerPax": 4
          },
          "ancillarySpecialService": {
            "code": "WCHR",
            "requiredProperties": {
              "propertyDefinitionList": [
                {
                  "@type": "KeywordPropertyDefinition",
                  "optional": true,
                  "propertyName": "WIDTH",
                  "propertyType": "DECIMAL"
                },
                {
                  "@type": "KeywordPropertyDefinition",
                  "optional": true,
                  "propertyName": "HEIGHT",
                  "propertyType": "INT"
                },
                {
                  "@type": "PropertyDefinition",
                  "optional": false,
                  "propertyName": "LENGTH",
                  "propertyType": "DECIMAL"
                }
              ]
            },
            "type": "REQUIRED"
          },
          "bundleItems": [
            {
              "code": "fF4",
              "groupCode": "vC"
            }
          ],
          "code": "43G",
          "refundable": false,
          "travelPartOffers": [
            {
              "availableInventory": 47,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Kristy",
                    "index": 5,
                    "lastName": "Volkman",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 2,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2227.06,
                            "currency": "KRW"
                          },
                          {
                            "amount": 569.53,
                            "currency": "RON"
                          },
                          {
                            "amount": 3323.48,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 333.61,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 3360.61,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2304.11,
                            "currency": "CLP"
                          },
                          {
                            "amount": 3601.36,
                            "currency": "KWD"
                          },
                          {
                            "amount": 1340.94,
                            "currency": "NIO"
                          },
                          {
                            "amount": 1127.39,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 3978.88,
                            "currency": "THB"
                          },
                          {
                            "amount": 49.83,
                            "currency": "XCD"
                          },
                          {
                            "amount": 4892.01,
                            "currency": "AFN"
                          },
                          {
                            "amount": 3796.87,
                            "currency": "CHF"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3948.16,
                            "currency": "ALL"
                          },
                          {
                            "amount": 2054.15,
                            "currency": "GEL"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "mC",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1901.77,
                                "currency": "VND"
                              }
                            ],
                            [
                              {
                                "amount": 1467.43,
                                "currency": "JOD"
                              },
                              {
                                "amount": 2630.25,
                                "currency": "BDT"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Ty",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1478.46,
                                "currency": "VES"
                              }
                            ],
                            [
                              {
                                "amount": 2930.2,
                                "currency": "IQD"
                              },
                              {
                                "amount": 3045.11,
                                "currency": "ISK"
                              }
                            ],
                            [
                              {
                                "amount": 3909.67,
                                "currency": "BTN"
                              }
                            ],
                            [
                              {
                                "amount": 3628.14,
                                "currency": "BBD"
                              },
                              {
                                "amount": 1344.74,
                                "currency": "TOP"
                              },
                              {
                                "amount": 121.1,
                                "currency": "VUV"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4717.57,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 769.56,
                            "currency": "JPY"
                          },
                          {
                            "amount": 1217.03,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 3363.34,
                            "currency": "GEL"
                          },
                          {
                            "amount": 116.16,
                            "currency": "USD"
                          },
                          {
                            "amount": 3810.59,
                            "currency": "SSP"
                          }
                        ],
                        [
                          {
                            "amount": 3534.05,
                            "currency": "SGD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4546.98,
                            "currency": "AWG"
                          },
                          {
                            "amount": 3991.23,
                            "currency": "AFN"
                          },
                          {
                            "amount": 2631.51,
                            "currency": "MRU"
                          }
                        ],
                        [
                          {
                            "amount": 3288.76,
                            "currency": "DKK"
                          },
                          {
                            "amount": 4990.61,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1971.04,
                            "currency": "SEK"
                          },
                          {
                            "amount": 1041.47,
                            "currency": "UAH"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Ph",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1989.1,
                                "currency": "COP"
                              },
                              {
                                "amount": 2303.04,
                                "currency": "KGS"
                              },
                              {
                                "amount": 1344.64,
                                "currency": "LSL"
                              },
                              {
                                "amount": 3597.28,
                                "currency": "XPF"
                              },
                              {
                                "amount": 2091.4,
                                "currency": "INR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "YQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 712.49,
                                "currency": "BMD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3418.99,
                            "currency": "DKK"
                          },
                          {
                            "amount": 638.64,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 37.52,
                            "currency": "DJF"
                          }
                        ],
                        [
                          {
                            "amount": 1257.06,
                            "currency": "TZS"
                          },
                          {
                            "amount": 2473.12,
                            "currency": "BBD"
                          },
                          {
                            "amount": 4809.75,
                            "currency": "LKR"
                          },
                          {
                            "amount": 1435.46,
                            "currency": "TMT"
                          },
                          {
                            "amount": 4381.22,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 3198.55,
                            "currency": "ZWL"
                          }
                        ],
                        [
                          {
                            "amount": 455.41,
                            "currency": "EGP"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2310.51,
                            "currency": "PLN"
                          },
                          {
                            "amount": 2718.58,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 460.83,
                            "currency": "MKD"
                          }
                        ],
                        [
                          {
                            "amount": 966.75,
                            "currency": "SYP"
                          },
                          {
                            "amount": 2583.06,
                            "currency": "RUB"
                          },
                          {
                            "amount": 4545.92,
                            "currency": "XOF"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2284.59,
                            "currency": "HTG"
                          },
                          {
                            "amount": 1821.78,
                            "currency": "SEK"
                          },
                          {
                            "amount": 3246.51,
                            "currency": "WST"
                          },
                          {
                            "amount": 3536.02,
                            "currency": "VUV"
                          },
                          {
                            "amount": 3059.01,
                            "currency": "GYD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "25696688",
                    "percentage": 16.2,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4275.7,
                            "currency": "MAD"
                          },
                          {
                            "amount": 4322.88,
                            "currency": "CHF"
                          },
                          {
                            "amount": 986.01,
                            "currency": "SBD"
                          },
                          {
                            "amount": 469.26,
                            "currency": "KHR"
                          },
                          {
                            "amount": 3389.87,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 2715.08,
                            "currency": "UAH"
                          },
                          {
                            "amount": 4370.17,
                            "currency": "AZN"
                          }
                        ],
                        [
                          {
                            "amount": 2913.86,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 1521.32,
                            "currency": "VUV"
                          },
                          {
                            "amount": 3539.6,
                            "currency": "ANG"
                          },
                          {
                            "amount": 2145.49,
                            "currency": "STN"
                          },
                          {
                            "amount": 2266.28,
                            "currency": "SZL"
                          },
                          {
                            "amount": 3255.28,
                            "currency": "BBD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Anastasia",
                    "index": 4,
                    "lastName": "Kovacek",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 2,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1068,
                            "currency": "BOB"
                          },
                          {
                            "amount": 3458.87,
                            "currency": "KPW"
                          },
                          {
                            "amount": 3173.19,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 3374.25,
                            "currency": "BMD"
                          },
                          {
                            "amount": 4056.08,
                            "currency": "RUB"
                          },
                          {
                            "amount": 2584.36,
                            "currency": "FJD"
                          },
                          {
                            "amount": 1274.28,
                            "currency": "ALL"
                          },
                          {
                            "amount": 3417.93,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 1369.18,
                            "currency": "AFN"
                          },
                          {
                            "amount": 4900.4,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3212.42,
                            "currency": "INR"
                          },
                          {
                            "amount": 3189.97,
                            "currency": "ETB"
                          },
                          {
                            "amount": 2855.67,
                            "currency": "ETB"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4946.87,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 179.17,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 3029.14,
                            "currency": "YER"
                          },
                          {
                            "amount": 449.02,
                            "currency": "BIF"
                          },
                          {
                            "amount": 4716.08,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 1731.8,
                            "currency": "ARS"
                          },
                          {
                            "amount": 3190.94,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 3902.93,
                            "currency": "TZS"
                          },
                          {
                            "amount": 1519.74,
                            "currency": "LSL"
                          },
                          {
                            "amount": 635.91,
                            "currency": "PAB"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "TN",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2731.32,
                                "currency": "KZT"
                              },
                              {
                                "amount": 3067.73,
                                "currency": "SHP"
                              },
                              {
                                "amount": 4915.55,
                                "currency": "BDT"
                              },
                              {
                                "amount": 4649.82,
                                "currency": "PYG"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "KH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 700.11,
                                "currency": "KGS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "yx",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1625.09,
                                "currency": "TJS"
                              }
                            ],
                            [
                              {
                                "amount": 4960.84,
                                "currency": "CLP"
                              },
                              {
                                "amount": 1667.47,
                                "currency": "NAD"
                              }
                            ],
                            [
                              {
                                "amount": 2977.96,
                                "currency": "BAM"
                              },
                              {
                                "amount": 76.54,
                                "currency": "IRR"
                              },
                              {
                                "amount": 935.83,
                                "currency": "STN"
                              },
                              {
                                "amount": 3433.51,
                                "currency": "JPY"
                              }
                            ],
                            [
                              {
                                "amount": 4743.56,
                                "currency": "NPR"
                              },
                              {
                                "amount": 625.67,
                                "currency": "KYD"
                              },
                              {
                                "amount": 37.84,
                                "currency": "TZS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "gP",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3344.23,
                                "currency": "GNF"
                              },
                              {
                                "amount": 4277.68,
                                "currency": "AWG"
                              }
                            ],
                            [
                              {
                                "amount": 3658.52,
                                "currency": "VES"
                              },
                              {
                                "amount": 1188.72,
                                "currency": "OMR"
                              },
                              {
                                "amount": 1164.02,
                                "currency": "BWP"
                              },
                              {
                                "amount": 4814.18,
                                "currency": "OMR"
                              },
                              {
                                "amount": 3684.21,
                                "currency": "MRU"
                              }
                            ],
                            [
                              {
                                "amount": 4504.21,
                                "currency": "AZN"
                              },
                              {
                                "amount": 4294.32,
                                "currency": "BBD"
                              },
                              {
                                "amount": 2420.73,
                                "currency": "CDF"
                              },
                              {
                                "amount": 1271.75,
                                "currency": "SDG"
                              },
                              {
                                "amount": 2067.06,
                                "currency": "COP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "US",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4904.73,
                                "currency": "MYR"
                              },
                              {
                                "amount": 4878.3,
                                "currency": "CNY"
                              },
                              {
                                "amount": 4156.1,
                                "currency": "TTD"
                              },
                              {
                                "amount": 1442.63,
                                "currency": "XCD"
                              }
                            ],
                            [
                              {
                                "amount": 2527.09,
                                "currency": "SSP"
                              },
                              {
                                "amount": 3052.92,
                                "currency": "IDR"
                              },
                              {
                                "amount": 2819.79,
                                "currency": "UGX"
                              }
                            ],
                            [
                              {
                                "amount": 1433.39,
                                "currency": "DZD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4978.27,
                            "currency": "SSP"
                          },
                          {
                            "amount": 4894.63,
                            "currency": "HKD"
                          },
                          {
                            "amount": 128.93,
                            "currency": "UAH"
                          },
                          {
                            "amount": 4671.79,
                            "currency": "LRD"
                          },
                          {
                            "amount": 1416.34,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 2765.75,
                            "currency": "INR"
                          },
                          {
                            "amount": 2565.9,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 45.68,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 564.71,
                            "currency": "SHP"
                          },
                          {
                            "amount": 2639.65,
                            "currency": "SGD"
                          },
                          {
                            "amount": 1366.04,
                            "currency": "LRD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2078.29,
                            "currency": "CAD"
                          },
                          {
                            "amount": 3207.99,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 3094.57,
                            "currency": "PEN"
                          },
                          {
                            "amount": 1758.59,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 1071.9,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3015.64,
                            "currency": "TOP"
                          },
                          {
                            "amount": 2924.6,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 1500.45,
                            "currency": "XAF"
                          },
                          {
                            "amount": 3082.46,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1655.31,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 2729.89,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 864.11,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1050.25,
                            "currency": "DOP"
                          },
                          {
                            "amount": 4557.29,
                            "currency": "MWK"
                          },
                          {
                            "amount": 1831.64,
                            "currency": "BSD"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "oh",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1020.47,
                                "currency": "NPR"
                              },
                              {
                                "amount": 286.39,
                                "currency": "SCR"
                              },
                              {
                                "amount": 4909.95,
                                "currency": "CNY"
                              },
                              {
                                "amount": 2652.18,
                                "currency": "LBP"
                              }
                            ],
                            [
                              {
                                "amount": 1540.88,
                                "currency": "MXN"
                              },
                              {
                                "amount": 4891.51,
                                "currency": "PKR"
                              }
                            ],
                            [
                              {
                                "amount": 2165.59,
                                "currency": "CUP"
                              },
                              {
                                "amount": 2489.52,
                                "currency": "UAH"
                              },
                              {
                                "amount": 3144.17,
                                "currency": "RWF"
                              }
                            ],
                            [
                              {
                                "amount": 1383.11,
                                "currency": "SBD"
                              },
                              {
                                "amount": 1772.45,
                                "currency": "UZS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "iW",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 431.07,
                                "currency": "CRC"
                              },
                              {
                                "amount": 964.9,
                                "currency": "NOK"
                              },
                              {
                                "amount": 4453.68,
                                "currency": "XOF"
                              },
                              {
                                "amount": 3684.54,
                                "currency": "CRC"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1701.9,
                            "currency": "MYR"
                          },
                          {
                            "amount": 3386.02,
                            "currency": "LAK"
                          },
                          {
                            "amount": 56.03,
                            "currency": "CVE"
                          },
                          {
                            "amount": 3557.03,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 1214.94,
                            "currency": "TMT"
                          },
                          {
                            "amount": 3438.13,
                            "currency": "HNL"
                          },
                          {
                            "amount": 2604.39,
                            "currency": "SCR"
                          }
                        ],
                        [
                          {
                            "amount": 1246.16,
                            "currency": "NGN"
                          },
                          {
                            "amount": 2122.18,
                            "currency": "IRR"
                          },
                          {
                            "amount": 152.56,
                            "currency": "CZK"
                          },
                          {
                            "amount": 2308.74,
                            "currency": "MOP"
                          },
                          {
                            "amount": 2015.19,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 3316.02,
                            "currency": "RON"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 711.62,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1517.02,
                            "currency": "BMD"
                          },
                          {
                            "amount": 3934.26,
                            "currency": "AZN"
                          },
                          {
                            "amount": 2485.54,
                            "currency": "MXN"
                          }
                        ],
                        [
                          {
                            "amount": 3195.42,
                            "currency": "JPY"
                          },
                          {
                            "amount": 4162.21,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 1568.18,
                            "currency": "INR"
                          },
                          {
                            "amount": 2274.12,
                            "currency": "QAR"
                          },
                          {
                            "amount": 3406.53,
                            "currency": "DKK"
                          },
                          {
                            "amount": 2750.71,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1939.82,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 1577.28,
                            "currency": "PLN"
                          }
                        ],
                        [
                          {
                            "amount": 2880.03,
                            "currency": "BOB"
                          },
                          {
                            "amount": 2273.94,
                            "currency": "UZS"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4214.17,
                            "currency": "PEN"
                          },
                          {
                            "amount": 4719.25,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 773.38,
                            "currency": "KRW"
                          },
                          {
                            "amount": 1294.7,
                            "currency": "SDG"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "59670029",
                    "percentage": 29.3,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1920.72,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4383.2,
                            "currency": "EGP"
                          },
                          {
                            "amount": 4634.02,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 3061.6,
                            "currency": "SSP"
                          },
                          {
                            "amount": 2180.16,
                            "currency": "DOP"
                          },
                          {
                            "amount": 4834.68,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 1625.04,
                            "currency": "SGD"
                          }
                        ],
                        [
                          {
                            "amount": 3392.42,
                            "currency": "BMD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Chloe",
                    "index": 2,
                    "lastName": "Wiza",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 2,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4820.3,
                            "currency": "MDL"
                          },
                          {
                            "amount": 1814.01,
                            "currency": "AFN"
                          }
                        ],
                        [
                          {
                            "amount": 3660.6,
                            "currency": "SGD"
                          },
                          {
                            "amount": 269.1,
                            "currency": "VES"
                          },
                          {
                            "amount": 3563.12,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 2928.95,
                            "currency": "PAB"
                          },
                          {
                            "amount": 4054.3,
                            "currency": "AFN"
                          },
                          {
                            "amount": 3639.96,
                            "currency": "SOS"
                          }
                        ],
                        [
                          {
                            "amount": 3219.25,
                            "currency": "LRD"
                          },
                          {
                            "amount": 3568.67,
                            "currency": "AUD"
                          },
                          {
                            "amount": 4080.69,
                            "currency": "PLN"
                          },
                          {
                            "amount": 1068.07,
                            "currency": "AZN"
                          },
                          {
                            "amount": 1988.82,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 2290.21,
                            "currency": "CZK"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 724.22,
                            "currency": "KES"
                          },
                          {
                            "amount": 1978.77,
                            "currency": "GEL"
                          },
                          {
                            "amount": 3502.7,
                            "currency": "THB"
                          },
                          {
                            "amount": 1775.91,
                            "currency": "AUD"
                          },
                          {
                            "amount": 2420.76,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 2445.08,
                            "currency": "MGA"
                          },
                          {
                            "amount": 3028.17,
                            "currency": "LYD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "cx",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4941.57,
                                "currency": "DJF"
                              },
                              {
                                "amount": 962.97,
                                "currency": "USD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1238.09,
                            "currency": "HNL"
                          },
                          {
                            "amount": 2041.05,
                            "currency": "TTD"
                          },
                          {
                            "amount": 4823.49,
                            "currency": "MOP"
                          },
                          {
                            "amount": 2412.67,
                            "currency": "BYN"
                          },
                          {
                            "amount": 569.18,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 815.32,
                            "currency": "STN"
                          },
                          {
                            "amount": 1910.5,
                            "currency": "SLE"
                          },
                          {
                            "amount": 1796.43,
                            "currency": "BIF"
                          }
                        ],
                        [
                          {
                            "amount": 189.17,
                            "currency": "ANG"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2084.95,
                            "currency": "WST"
                          },
                          {
                            "amount": 2807.7,
                            "currency": "MDL"
                          }
                        ],
                        [
                          {
                            "amount": 3289.81,
                            "currency": "BZD"
                          },
                          {
                            "amount": 2630.49,
                            "currency": "JPY"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "AI",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3909.6,
                                "currency": "DJF"
                              },
                              {
                                "amount": 3906.72,
                                "currency": "IQD"
                              },
                              {
                                "amount": 2353.39,
                                "currency": "GTQ"
                              }
                            ],
                            [
                              {
                                "amount": 3314.7,
                                "currency": "TND"
                              },
                              {
                                "amount": 4288.62,
                                "currency": "NGN"
                              },
                              {
                                "amount": 4356.88,
                                "currency": "DOP"
                              },
                              {
                                "amount": 3591.41,
                                "currency": "RUB"
                              },
                              {
                                "amount": 3534.39,
                                "currency": "AOA"
                              }
                            ],
                            [
                              {
                                "amount": 129.6,
                                "currency": "MMK"
                              },
                              {
                                "amount": 35.86,
                                "currency": "SHP"
                              },
                              {
                                "amount": 2927.83,
                                "currency": "GNF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "JL",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 897.34,
                                "currency": "NZD"
                              },
                              {
                                "amount": 1699.97,
                                "currency": "GYD"
                              },
                              {
                                "amount": 3133.35,
                                "currency": "MWK"
                              },
                              {
                                "amount": 3332.66,
                                "currency": "CVE"
                              },
                              {
                                "amount": 4655.45,
                                "currency": "KWD"
                              }
                            ],
                            [
                              {
                                "amount": 3576.57,
                                "currency": "BGN"
                              },
                              {
                                "amount": 4288.22,
                                "currency": "BIF"
                              },
                              {
                                "amount": 1825.03,
                                "currency": "THB"
                              },
                              {
                                "amount": 3169.43,
                                "currency": "HNL"
                              }
                            ],
                            [
                              {
                                "amount": 1150.71,
                                "currency": "PYG"
                              },
                              {
                                "amount": 2238.91,
                                "currency": "LYD"
                              },
                              {
                                "amount": 1027.66,
                                "currency": "NIO"
                              },
                              {
                                "amount": 222.6,
                                "currency": "LSL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "gi",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3879.13,
                                "currency": "JMD"
                              },
                              {
                                "amount": 4289.26,
                                "currency": "SDG"
                              },
                              {
                                "amount": 1547.55,
                                "currency": "RUB"
                              },
                              {
                                "amount": 2941.02,
                                "currency": "ANG"
                              },
                              {
                                "amount": 3389.03,
                                "currency": "BZD"
                              }
                            ],
                            [
                              {
                                "amount": 4755.56,
                                "currency": "PEN"
                              },
                              {
                                "amount": 3115.85,
                                "currency": "WST"
                              },
                              {
                                "amount": 2322.54,
                                "currency": "BHD"
                              },
                              {
                                "amount": 2682.47,
                                "currency": "MDL"
                              },
                              {
                                "amount": 1516.92,
                                "currency": "PLN"
                              }
                            ],
                            [
                              {
                                "amount": 4319.75,
                                "currency": "SSP"
                              },
                              {
                                "amount": 638.79,
                                "currency": "LRD"
                              },
                              {
                                "amount": 423.77,
                                "currency": "SZL"
                              },
                              {
                                "amount": 2130.27,
                                "currency": "PGK"
                              },
                              {
                                "amount": 2280.45,
                                "currency": "TWD"
                              }
                            ],
                            [
                              {
                                "amount": 3663.12,
                                "currency": "YER"
                              },
                              {
                                "amount": 3297.8,
                                "currency": "BAM"
                              },
                              {
                                "amount": 1564.46,
                                "currency": "DZD"
                              },
                              {
                                "amount": 1933.54,
                                "currency": "AWG"
                              }
                            ],
                            [
                              {
                                "amount": 3502.01,
                                "currency": "PGK"
                              },
                              {
                                "amount": 3350.74,
                                "currency": "COP"
                              },
                              {
                                "amount": 3637.37,
                                "currency": "BTN"
                              },
                              {
                                "amount": 4643.78,
                                "currency": "MXN"
                              },
                              {
                                "amount": 741.79,
                                "currency": "TJS"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1866.86,
                            "currency": "TTD"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4939.39,
                            "currency": "ISK"
                          },
                          {
                            "amount": 2417.5,
                            "currency": "MUR"
                          },
                          {
                            "amount": 3166.68,
                            "currency": "SSP"
                          },
                          {
                            "amount": 3159.75,
                            "currency": "MAD"
                          },
                          {
                            "amount": 3579.39,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 4434.04,
                            "currency": "MKD"
                          },
                          {
                            "amount": 806.65,
                            "currency": "EGP"
                          },
                          {
                            "amount": 4925.83,
                            "currency": "DZD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 375.98,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 2200.1,
                            "currency": "IDR"
                          },
                          {
                            "amount": 212.52,
                            "currency": "CDF"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "26313994",
                    "percentage": 17.6,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3596.75,
                            "currency": "TOP"
                          },
                          {
                            "amount": 3022.87,
                            "currency": "GMD"
                          },
                          {
                            "amount": 3815.62,
                            "currency": "MUR"
                          },
                          {
                            "amount": 652.45,
                            "currency": "TWD"
                          },
                          {
                            "amount": 200.9,
                            "currency": "GBP"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Norberto",
                    "index": 6,
                    "lastName": "McDermott",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 5,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4233.92,
                            "currency": "GIP"
                          },
                          {
                            "amount": 533.22,
                            "currency": "BYN"
                          },
                          {
                            "amount": 3294.15,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 2512.27,
                            "currency": "CDF"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2445.72,
                            "currency": "DKK"
                          },
                          {
                            "amount": 1930.47,
                            "currency": "BTN"
                          },
                          {
                            "amount": 2731.47,
                            "currency": "VND"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "BW",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 39.13,
                                "currency": "MAD"
                              },
                              {
                                "amount": 4310.85,
                                "currency": "AMD"
                              }
                            ],
                            [
                              {
                                "amount": 3809.84,
                                "currency": "SGD"
                              },
                              {
                                "amount": 1313.82,
                                "currency": "NIO"
                              },
                              {
                                "amount": 3644.99,
                                "currency": "CZK"
                              },
                              {
                                "amount": 1314.02,
                                "currency": "PHP"
                              }
                            ],
                            [
                              {
                                "amount": 2404.97,
                                "currency": "LSL"
                              },
                              {
                                "amount": 2698.87,
                                "currency": "DKK"
                              },
                              {
                                "amount": 4231.06,
                                "currency": "USD"
                              },
                              {
                                "amount": 2066.27,
                                "currency": "HKD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "hN",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2036.94,
                                "currency": "OMR"
                              },
                              {
                                "amount": 1312.8,
                                "currency": "CLP"
                              },
                              {
                                "amount": 4661.18,
                                "currency": "XPF"
                              },
                              {
                                "amount": 554.74,
                                "currency": "BOB"
                              }
                            ],
                            [
                              {
                                "amount": 2473.67,
                                "currency": "MGA"
                              },
                              {
                                "amount": 1830.41,
                                "currency": "NGN"
                              }
                            ],
                            [
                              {
                                "amount": 983.13,
                                "currency": "BTN"
                              },
                              {
                                "amount": 1481.84,
                                "currency": "AMD"
                              },
                              {
                                "amount": 2461.51,
                                "currency": "FKP"
                              },
                              {
                                "amount": 3332.83,
                                "currency": "TND"
                              },
                              {
                                "amount": 3768.93,
                                "currency": "MGA"
                              }
                            ],
                            [
                              {
                                "amount": 2155.74,
                                "currency": "MOP"
                              },
                              {
                                "amount": 687.81,
                                "currency": "SHP"
                              },
                              {
                                "amount": 4258.23,
                                "currency": "PAB"
                              },
                              {
                                "amount": 704.56,
                                "currency": "TTD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "nI",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3673.99,
                                "currency": "BYN"
                              },
                              {
                                "amount": 2295.79,
                                "currency": "NOK"
                              },
                              {
                                "amount": 1133.94,
                                "currency": "AWG"
                              },
                              {
                                "amount": 2810.58,
                                "currency": "SZL"
                              }
                            ],
                            [
                              {
                                "amount": 2137.22,
                                "currency": "AZN"
                              }
                            ],
                            [
                              {
                                "amount": 3286.23,
                                "currency": "RON"
                              },
                              {
                                "amount": 1168.2,
                                "currency": "TMT"
                              },
                              {
                                "amount": 387.64,
                                "currency": "SAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "xd",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1325.32,
                                "currency": "EGP"
                              },
                              {
                                "amount": 4902.65,
                                "currency": "AWG"
                              },
                              {
                                "amount": 3168.78,
                                "currency": "MGA"
                              },
                              {
                                "amount": 72.05,
                                "currency": "SOS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Tq",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1760.96,
                                "currency": "PYG"
                              },
                              {
                                "amount": 3118.87,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 4996.65,
                                "currency": "TTD"
                              },
                              {
                                "amount": 2570.55,
                                "currency": "LYD"
                              },
                              {
                                "amount": 1212.46,
                                "currency": "BMD"
                              }
                            ],
                            [
                              {
                                "amount": 866.81,
                                "currency": "JOD"
                              },
                              {
                                "amount": 4154.61,
                                "currency": "AMD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3957.18,
                            "currency": "LYD"
                          },
                          {
                            "amount": 605.67,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2949.22,
                            "currency": "TMT"
                          },
                          {
                            "amount": 70.43,
                            "currency": "JPY"
                          },
                          {
                            "amount": 2504.64,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 1342.49,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2011.93,
                            "currency": "BRL"
                          },
                          {
                            "amount": 4402.27,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1424.44,
                            "currency": "GEL"
                          }
                        ],
                        [
                          {
                            "amount": 2209.59,
                            "currency": "SHP"
                          },
                          {
                            "amount": 3576.35,
                            "currency": "TND"
                          },
                          {
                            "amount": 3952.92,
                            "currency": "AWG"
                          },
                          {
                            "amount": 1514.94,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 238.41,
                            "currency": "MKD"
                          },
                          {
                            "amount": 2788.25,
                            "currency": "TND"
                          },
                          {
                            "amount": 2451.89,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2622.21,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 586.21,
                            "currency": "RON"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3155.98,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2132.39,
                            "currency": "KZT"
                          },
                          {
                            "amount": 3959.22,
                            "currency": "TZS"
                          },
                          {
                            "amount": 480.63,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 3247.55,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 95.38,
                            "currency": "UZS"
                          },
                          {
                            "amount": 3701.64,
                            "currency": "MNT"
                          },
                          {
                            "amount": 2698.79,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 171.92,
                            "currency": "GBP"
                          },
                          {
                            "amount": 2193.87,
                            "currency": "ETB"
                          },
                          {
                            "amount": 4748.7,
                            "currency": "LBP"
                          },
                          {
                            "amount": 4761.75,
                            "currency": "ISK"
                          },
                          {
                            "amount": 1322.12,
                            "currency": "CZK"
                          }
                        ],
                        [
                          {
                            "amount": 3969.6,
                            "currency": "AFN"
                          },
                          {
                            "amount": 4174.62,
                            "currency": "MDL"
                          },
                          {
                            "amount": 1414.56,
                            "currency": "YER"
                          },
                          {
                            "amount": 2434.28,
                            "currency": "SBD"
                          },
                          {
                            "amount": 3915.21,
                            "currency": "XPF"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "MO",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 160.22,
                                "currency": "BAM"
                              }
                            ],
                            [
                              {
                                "amount": 4963.3,
                                "currency": "MNT"
                              },
                              {
                                "amount": 1455.48,
                                "currency": "AMD"
                              },
                              {
                                "amount": 2183.96,
                                "currency": "AMD"
                              },
                              {
                                "amount": 3370.03,
                                "currency": "WST"
                              }
                            ],
                            [
                              {
                                "amount": 2571.02,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 4011.43,
                                "currency": "PHP"
                              },
                              {
                                "amount": 3190.5,
                                "currency": "XAF"
                              },
                              {
                                "amount": 478.59,
                                "currency": "SGD"
                              },
                              {
                                "amount": 2132.63,
                                "currency": "ETB"
                              }
                            ],
                            [
                              {
                                "amount": 1511.08,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 207.07,
                                "currency": "LAK"
                              },
                              {
                                "amount": 3535.25,
                                "currency": "MZN"
                              },
                              {
                                "amount": 2011.79,
                                "currency": "HNL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "rx",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1145.97,
                                "currency": "FJD"
                              }
                            ],
                            [
                              {
                                "amount": 175.63,
                                "currency": "ETB"
                              },
                              {
                                "amount": 1889.22,
                                "currency": "BTN"
                              },
                              {
                                "amount": 1396.84,
                                "currency": "ZWL"
                              }
                            ],
                            [
                              {
                                "amount": 599.07,
                                "currency": "BYN"
                              },
                              {
                                "amount": 3456.28,
                                "currency": "AED"
                              },
                              {
                                "amount": 1839.35,
                                "currency": "LKR"
                              },
                              {
                                "amount": 54.37,
                                "currency": "LRD"
                              }
                            ],
                            [
                              {
                                "amount": 1124.58,
                                "currency": "KZT"
                              },
                              {
                                "amount": 4145.76,
                                "currency": "PGK"
                              },
                              {
                                "amount": 4893.55,
                                "currency": "USD"
                              },
                              {
                                "amount": 2420.33,
                                "currency": "LYD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "wP",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 992.59,
                                "currency": "NGN"
                              },
                              {
                                "amount": 679.74,
                                "currency": "LBP"
                              },
                              {
                                "amount": 810.17,
                                "currency": "TND"
                              },
                              {
                                "amount": 254.2,
                                "currency": "JMD"
                              }
                            ],
                            [
                              {
                                "amount": 3441.13,
                                "currency": "CNY"
                              },
                              {
                                "amount": 356.97,
                                "currency": "TMT"
                              }
                            ],
                            [
                              {
                                "amount": 2853.44,
                                "currency": "SBD"
                              },
                              {
                                "amount": 303.42,
                                "currency": "LAK"
                              },
                              {
                                "amount": 4400.12,
                                "currency": "SOS"
                              },
                              {
                                "amount": 3201.33,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 4796.68,
                                "currency": "BIF"
                              }
                            ],
                            [
                              {
                                "amount": 1359.26,
                                "currency": "GBP"
                              },
                              {
                                "amount": 3739.14,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 3708.28,
                                "currency": "PEN"
                              },
                              {
                                "amount": 624.88,
                                "currency": "KWD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 130.83,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1630.54,
                            "currency": "XAF"
                          },
                          {
                            "amount": 2173.45,
                            "currency": "KHR"
                          },
                          {
                            "amount": 911.61,
                            "currency": "USD"
                          },
                          {
                            "amount": 3984.63,
                            "currency": "MKD"
                          }
                        ],
                        [
                          {
                            "amount": 3810.94,
                            "currency": "ETB"
                          }
                        ],
                        [
                          {
                            "amount": 432.42,
                            "currency": "EUR"
                          },
                          {
                            "amount": 526.51,
                            "currency": "EUR"
                          },
                          {
                            "amount": 767.53,
                            "currency": "UGX"
                          },
                          {
                            "amount": 3925.65,
                            "currency": "UGX"
                          },
                          {
                            "amount": 1130.86,
                            "currency": "UGX"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2374.29,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 537.32,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 313.16,
                            "currency": "TOP"
                          },
                          {
                            "amount": 3804.74,
                            "currency": "MVR"
                          },
                          {
                            "amount": 1946.37,
                            "currency": "LBP"
                          },
                          {
                            "amount": 3473.66,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 1289.55,
                            "currency": "GIP"
                          },
                          {
                            "amount": 4401.64,
                            "currency": "KES"
                          },
                          {
                            "amount": 4659.74,
                            "currency": "SOS"
                          },
                          {
                            "amount": 2626.38,
                            "currency": "CNY"
                          }
                        ],
                        [
                          {
                            "amount": 2485.74,
                            "currency": "XPF"
                          },
                          {
                            "amount": 764.74,
                            "currency": "RWF"
                          },
                          {
                            "amount": 1238.85,
                            "currency": "XAF"
                          },
                          {
                            "amount": 4178.15,
                            "currency": "OMR"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3342.35,
                            "currency": "NIO"
                          },
                          {
                            "amount": 3234.08,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4430.73,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 4480.12,
                            "currency": "WST"
                          },
                          {
                            "amount": 2873.99,
                            "currency": "HKD"
                          },
                          {
                            "amount": 2271.13,
                            "currency": "SAR"
                          }
                        ],
                        [
                          {
                            "amount": 3118.08,
                            "currency": "CZK"
                          },
                          {
                            "amount": 4678.37,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 1857.74,
                            "currency": "USD"
                          },
                          {
                            "amount": 3720.39,
                            "currency": "TZS"
                          },
                          {
                            "amount": 2831.22,
                            "currency": "BGN"
                          }
                        ],
                        [
                          {
                            "amount": 4390.58,
                            "currency": "BOB"
                          },
                          {
                            "amount": 1984.85,
                            "currency": "SYP"
                          },
                          {
                            "amount": 2841.78,
                            "currency": "QAR"
                          },
                          {
                            "amount": 2469.12,
                            "currency": "NGN"
                          },
                          {
                            "amount": 3928.4,
                            "currency": "CZK"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "79037081",
                    "percentage": 16.2,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1616.78,
                            "currency": "MYR"
                          },
                          {
                            "amount": 4279.62,
                            "currency": "BIF"
                          },
                          {
                            "amount": 971.67,
                            "currency": "BMD"
                          }
                        ],
                        [
                          {
                            "amount": 4549.01,
                            "currency": "SSP"
                          }
                        ],
                        [
                          {
                            "amount": 3415.62,
                            "currency": "BSD"
                          },
                          {
                            "amount": 449.39,
                            "currency": "HNL"
                          }
                        ],
                        [
                          {
                            "amount": 3640.49,
                            "currency": "BDT"
                          },
                          {
                            "amount": 1680.42,
                            "currency": "LBP"
                          },
                          {
                            "amount": 755.94,
                            "currency": "MVR"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Jed",
                    "index": 6,
                    "lastName": "Klein",
                    "tierLevel": "Red",
                    "tierLevelNumber": 3,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2232.9,
                            "currency": "KHR"
                          }
                        ],
                        [
                          {
                            "amount": 815.73,
                            "currency": "MYR"
                          },
                          {
                            "amount": 482.97,
                            "currency": "SYP"
                          },
                          {
                            "amount": 40.67,
                            "currency": "KGS"
                          }
                        ],
                        [
                          {
                            "amount": 481.89,
                            "currency": "AUD"
                          },
                          {
                            "amount": 539.24,
                            "currency": "MDL"
                          },
                          {
                            "amount": 3220.62,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 13.76,
                            "currency": "SYP"
                          },
                          {
                            "amount": 422.69,
                            "currency": "CLP"
                          },
                          {
                            "amount": 1429.99,
                            "currency": "TOP"
                          },
                          {
                            "amount": 432.4,
                            "currency": "MGA"
                          },
                          {
                            "amount": 1786.42,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 4264.69,
                            "currency": "BIF"
                          },
                          {
                            "amount": 3997.04,
                            "currency": "NOK"
                          },
                          {
                            "amount": 768.54,
                            "currency": "MWK"
                          },
                          {
                            "amount": 55.34,
                            "currency": "NGN"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 90.03,
                            "currency": "STN"
                          },
                          {
                            "amount": 2463.53,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 1927.65,
                            "currency": "STN"
                          },
                          {
                            "amount": 1526.24,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 2255.65,
                            "currency": "GMD"
                          },
                          {
                            "amount": 345.38,
                            "currency": "AWG"
                          },
                          {
                            "amount": 651.35,
                            "currency": "AOA"
                          },
                          {
                            "amount": 2093.82,
                            "currency": "AUD"
                          },
                          {
                            "amount": 683.64,
                            "currency": "TOP"
                          }
                        ],
                        [
                          {
                            "amount": 3219.32,
                            "currency": "GEL"
                          },
                          {
                            "amount": 622.12,
                            "currency": "KMF"
                          },
                          {
                            "amount": 4645.58,
                            "currency": "JMD"
                          },
                          {
                            "amount": 497.78,
                            "currency": "INR"
                          },
                          {
                            "amount": 4204.98,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 4232.1,
                            "currency": "MMK"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "WQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4165.25,
                                "currency": "LSL"
                              },
                              {
                                "amount": 3972.43,
                                "currency": "MAD"
                              }
                            ],
                            [
                              {
                                "amount": 3647.81,
                                "currency": "XAF"
                              },
                              {
                                "amount": 1451.44,
                                "currency": "ANG"
                              }
                            ],
                            [
                              {
                                "amount": 3314.9,
                                "currency": "CDF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Bt",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 460.75,
                                "currency": "CDF"
                              },
                              {
                                "amount": 4994.8,
                                "currency": "INR"
                              },
                              {
                                "amount": 2789.8,
                                "currency": "RSD"
                              },
                              {
                                "amount": 2571.11,
                                "currency": "LAK"
                              }
                            ],
                            [
                              {
                                "amount": 1106.84,
                                "currency": "KPW"
                              },
                              {
                                "amount": 4487.29,
                                "currency": "FKP"
                              }
                            ],
                            [
                              {
                                "amount": 1093.87,
                                "currency": "KHR"
                              },
                              {
                                "amount": 2022.34,
                                "currency": "MYR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "lo",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3434.14,
                                "currency": "NIO"
                              },
                              {
                                "amount": 2002.27,
                                "currency": "XPF"
                              },
                              {
                                "amount": 1912.81,
                                "currency": "TWD"
                              },
                              {
                                "amount": 3958.79,
                                "currency": "MWK"
                              },
                              {
                                "amount": 1073.94,
                                "currency": "CDF"
                              }
                            ],
                            [
                              {
                                "amount": 2102.31,
                                "currency": "PHP"
                              },
                              {
                                "amount": 3767.94,
                                "currency": "CDF"
                              }
                            ],
                            [
                              {
                                "amount": 4517.83,
                                "currency": "CUP"
                              },
                              {
                                "amount": 2681.22,
                                "currency": "BMD"
                              }
                            ],
                            [
                              {
                                "amount": 3368.06,
                                "currency": "VUV"
                              },
                              {
                                "amount": 2991.8,
                                "currency": "XOF"
                              },
                              {
                                "amount": 4887.83,
                                "currency": "VND"
                              },
                              {
                                "amount": 243.73,
                                "currency": "GIP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "MM",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 761.6,
                                "currency": "CZK"
                              },
                              {
                                "amount": 514.8,
                                "currency": "SLE"
                              },
                              {
                                "amount": 2347.35,
                                "currency": "PKR"
                              },
                              {
                                "amount": 3214.4,
                                "currency": "AZN"
                              },
                              {
                                "amount": 4925.16,
                                "currency": "BWP"
                              }
                            ],
                            [
                              {
                                "amount": 4973.77,
                                "currency": "RUB"
                              }
                            ],
                            [
                              {
                                "amount": 1675.01,
                                "currency": "RSD"
                              }
                            ],
                            [
                              {
                                "amount": 4507.11,
                                "currency": "MMK"
                              }
                            ],
                            [
                              {
                                "amount": 747.26,
                                "currency": "PYG"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ZO",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3774.79,
                                "currency": "SDG"
                              }
                            ],
                            [
                              {
                                "amount": 2556.79,
                                "currency": "THB"
                              },
                              {
                                "amount": 2383.31,
                                "currency": "IDR"
                              },
                              {
                                "amount": 3462.65,
                                "currency": "AUD"
                              },
                              {
                                "amount": 2316.71,
                                "currency": "UGX"
                              },
                              {
                                "amount": 2180.58,
                                "currency": "BIF"
                              }
                            ],
                            [
                              {
                                "amount": 3391.55,
                                "currency": "NAD"
                              },
                              {
                                "amount": 1344.76,
                                "currency": "SGD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4704.33,
                            "currency": "GBP"
                          },
                          {
                            "amount": 4529.92,
                            "currency": "SDG"
                          }
                        ],
                        [
                          {
                            "amount": 2744.15,
                            "currency": "SRD"
                          },
                          {
                            "amount": 3119.09,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 4238.26,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 2551.71,
                            "currency": "JOD"
                          },
                          {
                            "amount": 3852.34,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 2438.34,
                            "currency": "SAR"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2609.39,
                            "currency": "MKD"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "xH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4651.34,
                                "currency": "VES"
                              }
                            ],
                            [
                              {
                                "amount": 935.46,
                                "currency": "MYR"
                              },
                              {
                                "amount": 2147.05,
                                "currency": "SLE"
                              },
                              {
                                "amount": 2818.95,
                                "currency": "BAM"
                              },
                              {
                                "amount": 243.98,
                                "currency": "CRC"
                              },
                              {
                                "amount": 807.86,
                                "currency": "BYN"
                              }
                            ],
                            [
                              {
                                "amount": 974.05,
                                "currency": "LAK"
                              },
                              {
                                "amount": 413.64,
                                "currency": "MYR"
                              },
                              {
                                "amount": 2683.03,
                                "currency": "NPR"
                              },
                              {
                                "amount": 2599.34,
                                "currency": "LKR"
                              },
                              {
                                "amount": 3009.07,
                                "currency": "MYR"
                              }
                            ],
                            [
                              {
                                "amount": 1026.04,
                                "currency": "ZAR"
                              },
                              {
                                "amount": 3269.43,
                                "currency": "MOP"
                              }
                            ],
                            [
                              {
                                "amount": 1693.25,
                                "currency": "RUB"
                              },
                              {
                                "amount": 4770.67,
                                "currency": "AWG"
                              },
                              {
                                "amount": 253.71,
                                "currency": "RUB"
                              },
                              {
                                "amount": 1683.96,
                                "currency": "JMD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Bn",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4949.81,
                                "currency": "KZT"
                              },
                              {
                                "amount": 3898.4,
                                "currency": "LSL"
                              },
                              {
                                "amount": 332.65,
                                "currency": "NOK"
                              },
                              {
                                "amount": 2470.13,
                                "currency": "HUF"
                              }
                            ],
                            [
                              {
                                "amount": 313.65,
                                "currency": "BHD"
                              },
                              {
                                "amount": 3438.9,
                                "currency": "ETB"
                              },
                              {
                                "amount": 1217.48,
                                "currency": "SGD"
                              }
                            ],
                            [
                              {
                                "amount": 1740.64,
                                "currency": "CNY"
                              },
                              {
                                "amount": 1475.41,
                                "currency": "FKP"
                              }
                            ],
                            [
                              {
                                "amount": 979.32,
                                "currency": "MUR"
                              },
                              {
                                "amount": 1783.88,
                                "currency": "RSD"
                              },
                              {
                                "amount": 2178.77,
                                "currency": "EGP"
                              },
                              {
                                "amount": 390.09,
                                "currency": "MUR"
                              },
                              {
                                "amount": 4642.73,
                                "currency": "MDL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ZU",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3288.64,
                                "currency": "BAM"
                              },
                              {
                                "amount": 2680.08,
                                "currency": "CAD"
                              },
                              {
                                "amount": 104,
                                "currency": "NAD"
                              },
                              {
                                "amount": 199.29,
                                "currency": "SDG"
                              },
                              {
                                "amount": 3267.33,
                                "currency": "MNT"
                              }
                            ],
                            [
                              {
                                "amount": 4225.44,
                                "currency": "ANG"
                              },
                              {
                                "amount": 771.74,
                                "currency": "THB"
                              },
                              {
                                "amount": 2275.51,
                                "currency": "NPR"
                              },
                              {
                                "amount": 4174.87,
                                "currency": "AOA"
                              }
                            ],
                            [
                              {
                                "amount": 2768.45,
                                "currency": "SOS"
                              },
                              {
                                "amount": 2884.25,
                                "currency": "CUP"
                              },
                              {
                                "amount": 2557.48,
                                "currency": "SZL"
                              },
                              {
                                "amount": 1426.06,
                                "currency": "NOK"
                              },
                              {
                                "amount": 1578.25,
                                "currency": "BOB"
                              }
                            ],
                            [
                              {
                                "amount": 2449.9,
                                "currency": "FKP"
                              },
                              {
                                "amount": 4621.22,
                                "currency": "BWP"
                              }
                            ],
                            [
                              {
                                "amount": 139.1,
                                "currency": "TWD"
                              },
                              {
                                "amount": 4406.67,
                                "currency": "SHP"
                              },
                              {
                                "amount": 517.92,
                                "currency": "SEK"
                              },
                              {
                                "amount": 2120.77,
                                "currency": "AMD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "gj",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 351.08,
                                "currency": "PHP"
                              },
                              {
                                "amount": 1814.53,
                                "currency": "PGK"
                              },
                              {
                                "amount": 2743.81,
                                "currency": "GMD"
                              },
                              {
                                "amount": 2987.14,
                                "currency": "VUV"
                              },
                              {
                                "amount": 4883.35,
                                "currency": "JOD"
                              }
                            ],
                            [
                              {
                                "amount": 4022.34,
                                "currency": "IRR"
                              },
                              {
                                "amount": 1584.96,
                                "currency": "TOP"
                              },
                              {
                                "amount": 2037.38,
                                "currency": "BHD"
                              },
                              {
                                "amount": 1623.01,
                                "currency": "EUR"
                              },
                              {
                                "amount": 806.53,
                                "currency": "BTN"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2896.56,
                            "currency": "BSD"
                          },
                          {
                            "amount": 3706.4,
                            "currency": "TOP"
                          },
                          {
                            "amount": 3767.25,
                            "currency": "KYD"
                          },
                          {
                            "amount": 4724.23,
                            "currency": "MWK"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4838.64,
                            "currency": "ERN"
                          },
                          {
                            "amount": 1448.24,
                            "currency": "MRU"
                          },
                          {
                            "amount": 2784.56,
                            "currency": "CHF"
                          },
                          {
                            "amount": 2779.33,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3795.22,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 304.76,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2981.5,
                            "currency": "CNY"
                          },
                          {
                            "amount": 395.97,
                            "currency": "FKP"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1976.44,
                            "currency": "EGP"
                          },
                          {
                            "amount": 4391.63,
                            "currency": "BMD"
                          },
                          {
                            "amount": 1254.82,
                            "currency": "BMD"
                          },
                          {
                            "amount": 4247.85,
                            "currency": "VND"
                          }
                        ],
                        [
                          {
                            "amount": 2678.68,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 2030.78,
                            "currency": "COP"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "37095114",
                    "percentage": 10.9,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4607.12,
                            "currency": "SRD"
                          },
                          {
                            "amount": 2547.21,
                            "currency": "TJS"
                          },
                          {
                            "amount": 2368.78,
                            "currency": "XAF"
                          },
                          {
                            "amount": 4906.55,
                            "currency": "BHD"
                          },
                          {
                            "amount": 2599.21,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 3068.41,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4697.65,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2294.74,
                            "currency": "BDT"
                          },
                          {
                            "amount": 754.05,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 3764.4,
                            "currency": "SGD"
                          },
                          {
                            "amount": 855.1,
                            "currency": "BSD"
                          },
                          {
                            "amount": 1824.76,
                            "currency": "SZL"
                          },
                          {
                            "amount": 2238.44,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 2847.61,
                            "currency": "KHR"
                          },
                          {
                            "amount": 1595.13,
                            "currency": "OMR"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Connection"
              }
            }
          ]
        }
      ],
      "code": "tU",
      "maxGroupedQuantity": 7
    },
    {
      "ancillaries": [
        {
          "ancillaryConfiguration": {
            "allowQuantity": false,
            "maxQuantityPerPax": 4
          },
          "ancillarySpecialService": {
            "code": "PETC",
            "requiredProperties": {
              "propertyDefinitionList": [
                {
                  "@type": "KeywordPropertyDefinition",
                  "optional": true,
                  "propertyName": "WEIGHT",
                  "propertyType": "DECIMAL"
                },
                {
                  "@type": "PropertyDefinition",
                  "optional": true,
                  "propertyName": "WEIGHT",
                  "propertyType": "TEXT"
                },
                {
                  "@type": "KeywordPropertyDefinition",
                  "optional": true,
                  "propertyName": "HEIGHT",
                  "propertyType": "INT"
                }
              ]
            },
            "type": "OPTIONAL"
          },
          "bundleItems": [
            {
              "code": "4Jd",
              "groupCode": "CB"
            },
            {
              "code": "Luf",
              "groupCode": "UV"
            }
          ],
          "code": "9uv",
          "refundable": false,
          "travelPartOffers": [
            {
              "availableInventory": 14,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Lucio",
                    "index": 7,
                    "lastName": "Russel",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 4,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3714.38,
                            "currency": "NOK"
                          },
                          {
                            "amount": 1812.62,
                            "currency": "SSP"
                          },
                          {
                            "amount": 20.29,
                            "currency": "SRD"
                          },
                          {
                            "amount": 3956.66,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 1716.32,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 3441.19,
                            "currency": "CZK"
                          },
                          {
                            "amount": 579.3,
                            "currency": "AWG"
                          },
                          {
                            "amount": 1605.08,
                            "currency": "KMF"
                          },
                          {
                            "amount": 45.73,
                            "currency": "TZS"
                          },
                          {
                            "amount": 3656.12,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 4015.3,
                            "currency": "GHS"
                          },
                          {
                            "amount": 4148.48,
                            "currency": "YER"
                          },
                          {
                            "amount": 1874.56,
                            "currency": "LYD"
                          },
                          {
                            "amount": 3503.96,
                            "currency": "QAR"
                          },
                          {
                            "amount": 1894.54,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 4359.74,
                            "currency": "KRW"
                          },
                          {
                            "amount": 3206.07,
                            "currency": "UAH"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3503.56,
                            "currency": "NIO"
                          },
                          {
                            "amount": 4593.63,
                            "currency": "FKP"
                          },
                          {
                            "amount": 4211.2,
                            "currency": "ANG"
                          },
                          {
                            "amount": 1384.33,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 4449.45,
                            "currency": "RON"
                          },
                          {
                            "amount": 330.11,
                            "currency": "BND"
                          },
                          {
                            "amount": 941.21,
                            "currency": "TND"
                          },
                          {
                            "amount": 3848.71,
                            "currency": "CHF"
                          },
                          {
                            "amount": 2665.37,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 1786.56,
                            "currency": "JPY"
                          },
                          {
                            "amount": 2874.57,
                            "currency": "MVR"
                          },
                          {
                            "amount": 2632.48,
                            "currency": "DJF"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "uL",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4509.89,
                                "currency": "GMD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "eB",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3528.82,
                                "currency": "YER"
                              },
                              {
                                "amount": 4059.01,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 2079.32,
                                "currency": "IDR"
                              }
                            ],
                            [
                              {
                                "amount": 3690.42,
                                "currency": "AZN"
                              },
                              {
                                "amount": 2166.58,
                                "currency": "ETB"
                              },
                              {
                                "amount": 1892.87,
                                "currency": "SHP"
                              },
                              {
                                "amount": 145.99,
                                "currency": "BRL"
                              }
                            ],
                            [
                              {
                                "amount": 2761.45,
                                "currency": "NIO"
                              },
                              {
                                "amount": 1403.54,
                                "currency": "LKR"
                              },
                              {
                                "amount": 1372.68,
                                "currency": "HTG"
                              }
                            ],
                            [
                              {
                                "amount": 1228.78,
                                "currency": "SCR"
                              },
                              {
                                "amount": 323.44,
                                "currency": "SDG"
                              },
                              {
                                "amount": 2931.09,
                                "currency": "TWD"
                              },
                              {
                                "amount": 1003.4,
                                "currency": "MKD"
                              },
                              {
                                "amount": 4102.76,
                                "currency": "HKD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "zp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1224.6,
                                "currency": "LBP"
                              }
                            ],
                            [
                              {
                                "amount": 1151.72,
                                "currency": "CRC"
                              },
                              {
                                "amount": 4353.57,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 3107.81,
                                "currency": "PGK"
                              },
                              {
                                "amount": 2416.17,
                                "currency": "BTN"
                              }
                            ],
                            [
                              {
                                "amount": 2911.03,
                                "currency": "SGD"
                              },
                              {
                                "amount": 2030.91,
                                "currency": "MWK"
                              },
                              {
                                "amount": 3379.42,
                                "currency": "LYD"
                              }
                            ],
                            [
                              {
                                "amount": 1656.16,
                                "currency": "HUF"
                              },
                              {
                                "amount": 4885.09,
                                "currency": "XOF"
                              },
                              {
                                "amount": 3789.92,
                                "currency": "SGD"
                              },
                              {
                                "amount": 1740.33,
                                "currency": "JOD"
                              },
                              {
                                "amount": 2613.67,
                                "currency": "BMD"
                              }
                            ],
                            [
                              {
                                "amount": 2679.63,
                                "currency": "NGN"
                              },
                              {
                                "amount": 4611.76,
                                "currency": "TTD"
                              },
                              {
                                "amount": 585.82,
                                "currency": "GHS"
                              },
                              {
                                "amount": 4239.59,
                                "currency": "TWD"
                              },
                              {
                                "amount": 3890.56,
                                "currency": "SOS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Ci",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 795.22,
                                "currency": "VND"
                              },
                              {
                                "amount": 3104.37,
                                "currency": "LAK"
                              },
                              {
                                "amount": 1738.21,
                                "currency": "IRR"
                              },
                              {
                                "amount": 3815.07,
                                "currency": "MVR"
                              }
                            ],
                            [
                              {
                                "amount": 3012.84,
                                "currency": "GMD"
                              },
                              {
                                "amount": 237.69,
                                "currency": "MYR"
                              },
                              {
                                "amount": 3331.35,
                                "currency": "DKK"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 392.02,
                            "currency": "TTD"
                          },
                          {
                            "amount": 2274.75,
                            "currency": "XAF"
                          },
                          {
                            "amount": 738.59,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 1997.26,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2320.2,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 4513.94,
                            "currency": "BIF"
                          },
                          {
                            "amount": 2648.03,
                            "currency": "KMF"
                          },
                          {
                            "amount": 4976.12,
                            "currency": "CZK"
                          },
                          {
                            "amount": 3653.61,
                            "currency": "MNT"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3566.84,
                            "currency": "VUV"
                          },
                          {
                            "amount": 427.46,
                            "currency": "KMF"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "KM",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1335.98,
                                "currency": "PAB"
                              }
                            ],
                            [
                              {
                                "amount": 2376.35,
                                "currency": "ISK"
                              },
                              {
                                "amount": 1696.26,
                                "currency": "ISK"
                              },
                              {
                                "amount": 2520.37,
                                "currency": "LSL"
                              },
                              {
                                "amount": 297.91,
                                "currency": "UGX"
                              },
                              {
                                "amount": 1235.24,
                                "currency": "SZL"
                              }
                            ],
                            [
                              {
                                "amount": 2915.23,
                                "currency": "QAR"
                              },
                              {
                                "amount": 3171.88,
                                "currency": "XOF"
                              },
                              {
                                "amount": 794.68,
                                "currency": "PKR"
                              },
                              {
                                "amount": 3778.12,
                                "currency": "AWG"
                              },
                              {
                                "amount": 967.88,
                                "currency": "KRW"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "WB",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2434.19,
                                "currency": "PLN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "VW",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 544.91,
                                "currency": "IQD"
                              }
                            ],
                            [
                              {
                                "amount": 2709.76,
                                "currency": "QAR"
                              },
                              {
                                "amount": 4189.36,
                                "currency": "TND"
                              },
                              {
                                "amount": 805.3,
                                "currency": "SCR"
                              }
                            ],
                            [
                              {
                                "amount": 928.11,
                                "currency": "ERN"
                              },
                              {
                                "amount": 1631.98,
                                "currency": "BMD"
                              },
                              {
                                "amount": 1821.94,
                                "currency": "SZL"
                              }
                            ],
                            [
                              {
                                "amount": 2647.08,
                                "currency": "THB"
                              },
                              {
                                "amount": 1737.54,
                                "currency": "CZK"
                              },
                              {
                                "amount": 2945.4,
                                "currency": "XPF"
                              },
                              {
                                "amount": 1524.76,
                                "currency": "HKD"
                              }
                            ],
                            [
                              {
                                "amount": 4091.89,
                                "currency": "MNT"
                              },
                              {
                                "amount": 3590.93,
                                "currency": "ERN"
                              },
                              {
                                "amount": 4884.36,
                                "currency": "LRD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2705.62,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1852.12,
                            "currency": "GYD"
                          },
                          {
                            "amount": 2812.73,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 771.55,
                            "currency": "INR"
                          },
                          {
                            "amount": 1626.01,
                            "currency": "SZL"
                          },
                          {
                            "amount": 2635,
                            "currency": "UYU"
                          },
                          {
                            "amount": 2340.87,
                            "currency": "MGA"
                          },
                          {
                            "amount": 3669.27,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 1293.96,
                            "currency": "SDG"
                          },
                          {
                            "amount": 682.63,
                            "currency": "PGK"
                          },
                          {
                            "amount": 309.04,
                            "currency": "BGN"
                          },
                          {
                            "amount": 4792.03,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 3023.14,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1144.99,
                            "currency": "XCD"
                          },
                          {
                            "amount": 4532.42,
                            "currency": "BGN"
                          },
                          {
                            "amount": 4043.78,
                            "currency": "GTQ"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3875.59,
                            "currency": "BHD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4869.12,
                            "currency": "CNY"
                          },
                          {
                            "amount": 4088.14,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 2166.77,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 736.66,
                            "currency": "GYD"
                          },
                          {
                            "amount": 695.75,
                            "currency": "CRC"
                          },
                          {
                            "amount": 3608.79,
                            "currency": "XOF"
                          },
                          {
                            "amount": 1954.7,
                            "currency": "KZT"
                          },
                          {
                            "amount": 4568.54,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 242.26,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2905.14,
                            "currency": "THB"
                          },
                          {
                            "amount": 3524.9,
                            "currency": "COP"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "53125692",
                    "percentage": 15.3,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3286.71,
                            "currency": "MDL"
                          },
                          {
                            "amount": 3465.09,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4611.4,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1856.92,
                            "currency": "DZD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Haylie",
                    "index": 1,
                    "lastName": "Bartoletti",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 3,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3818.61,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2650.88,
                            "currency": "XPF"
                          },
                          {
                            "amount": 4850.16,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 1736.57,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3568.19,
                            "currency": "KHR"
                          },
                          {
                            "amount": 4929.66,
                            "currency": "BBD"
                          },
                          {
                            "amount": 372.3,
                            "currency": "CZK"
                          }
                        ],
                        [
                          {
                            "amount": 2011.09,
                            "currency": "SGD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 416.07,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 4460.34,
                            "currency": "SSP"
                          },
                          {
                            "amount": 782.86,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3651.52,
                            "currency": "COP"
                          },
                          {
                            "amount": 3621.53,
                            "currency": "UGX"
                          },
                          {
                            "amount": 289.99,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 2835.45,
                            "currency": "OMR"
                          }
                        ],
                        [
                          {
                            "amount": 774.34,
                            "currency": "TMT"
                          },
                          {
                            "amount": 1128.97,
                            "currency": "RON"
                          },
                          {
                            "amount": 4852.27,
                            "currency": "KGS"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "MI",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2350.49,
                                "currency": "GYD"
                              },
                              {
                                "amount": 2668.34,
                                "currency": "HUF"
                              },
                              {
                                "amount": 3333.91,
                                "currency": "TTD"
                              },
                              {
                                "amount": 4407.6,
                                "currency": "BGN"
                              }
                            ],
                            [
                              {
                                "amount": 3493.82,
                                "currency": "PYG"
                              }
                            ],
                            [
                              {
                                "amount": 2392.07,
                                "currency": "SHP"
                              }
                            ],
                            [
                              {
                                "amount": 1786.59,
                                "currency": "ARS"
                              },
                              {
                                "amount": 1256.64,
                                "currency": "ETB"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2808.9,
                            "currency": "TWD"
                          },
                          {
                            "amount": 1992.56,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 4296.69,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2499.7,
                            "currency": "JOD"
                          },
                          {
                            "amount": 4037.73,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 2237.21,
                            "currency": "KGS"
                          },
                          {
                            "amount": 3733.25,
                            "currency": "RUB"
                          },
                          {
                            "amount": 1978.87,
                            "currency": "ZWL"
                          }
                        ],
                        [
                          {
                            "amount": 4241.95,
                            "currency": "KES"
                          },
                          {
                            "amount": 1492.3,
                            "currency": "TWD"
                          },
                          {
                            "amount": 535.29,
                            "currency": "KMF"
                          }
                        ],
                        [
                          {
                            "amount": 3556.32,
                            "currency": "SRD"
                          },
                          {
                            "amount": 709,
                            "currency": "MOP"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2713.51,
                            "currency": "ALL"
                          },
                          {
                            "amount": 4746.42,
                            "currency": "FKP"
                          },
                          {
                            "amount": 4627.72,
                            "currency": "MZN"
                          },
                          {
                            "amount": 2141.46,
                            "currency": "MWK"
                          },
                          {
                            "amount": 3938.76,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 4815.62,
                            "currency": "JOD"
                          },
                          {
                            "amount": 717.58,
                            "currency": "KHR"
                          },
                          {
                            "amount": 798.09,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 467.57,
                            "currency": "CHF"
                          },
                          {
                            "amount": 4511.01,
                            "currency": "LBP"
                          },
                          {
                            "amount": 2322.24,
                            "currency": "BWP"
                          },
                          {
                            "amount": 1459.19,
                            "currency": "IDR"
                          },
                          {
                            "amount": 1999.9,
                            "currency": "SCR"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "LQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1509.43,
                                "currency": "HNL"
                              }
                            ],
                            [
                              {
                                "amount": 1264.86,
                                "currency": "SOS"
                              }
                            ],
                            [
                              {
                                "amount": 1490.75,
                                "currency": "KZT"
                              }
                            ],
                            [
                              {
                                "amount": 337.68,
                                "currency": "CHF"
                              },
                              {
                                "amount": 409.61,
                                "currency": "LSL"
                              },
                              {
                                "amount": 1712.21,
                                "currency": "LKR"
                              },
                              {
                                "amount": 2944.27,
                                "currency": "DJF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "cE",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1036.4,
                                "currency": "FJD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "PW",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 190.24,
                                "currency": "TOP"
                              },
                              {
                                "amount": 1368.54,
                                "currency": "DZD"
                              },
                              {
                                "amount": 2739.74,
                                "currency": "ARS"
                              },
                              {
                                "amount": 878.26,
                                "currency": "MXN"
                              },
                              {
                                "amount": 1349.51,
                                "currency": "THB"
                              }
                            ],
                            [
                              {
                                "amount": 3590.06,
                                "currency": "VND"
                              },
                              {
                                "amount": 2917.39,
                                "currency": "NOK"
                              }
                            ],
                            [
                              {
                                "amount": 3355.55,
                                "currency": "NAD"
                              },
                              {
                                "amount": 2553.5,
                                "currency": "TOP"
                              }
                            ],
                            [
                              {
                                "amount": 1796.82,
                                "currency": "CLP"
                              },
                              {
                                "amount": 2335.92,
                                "currency": "CDF"
                              },
                              {
                                "amount": 675.43,
                                "currency": "ERN"
                              },
                              {
                                "amount": 4434.46,
                                "currency": "XAF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Ci",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2837.77,
                                "currency": "BGN"
                              },
                              {
                                "amount": 240.93,
                                "currency": "BIF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "tT",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 442.01,
                                "currency": "FKP"
                              },
                              {
                                "amount": 3080.82,
                                "currency": "TTD"
                              },
                              {
                                "amount": 4048.86,
                                "currency": "MAD"
                              },
                              {
                                "amount": 4111.45,
                                "currency": "PAB"
                              },
                              {
                                "amount": 839.77,
                                "currency": "ETB"
                              }
                            ],
                            [
                              {
                                "amount": 2909,
                                "currency": "LYD"
                              },
                              {
                                "amount": 4757.73,
                                "currency": "LYD"
                              },
                              {
                                "amount": 1079.03,
                                "currency": "LRD"
                              },
                              {
                                "amount": 3855.23,
                                "currency": "WST"
                              }
                            ],
                            [
                              {
                                "amount": 1851.98,
                                "currency": "CLP"
                              },
                              {
                                "amount": 1572.47,
                                "currency": "NZD"
                              },
                              {
                                "amount": 2660.89,
                                "currency": "KWD"
                              },
                              {
                                "amount": 1037.1,
                                "currency": "ARS"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 121.87,
                            "currency": "MVR"
                          },
                          {
                            "amount": 1161.03,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 2717.65,
                            "currency": "ARS"
                          },
                          {
                            "amount": 2599.39,
                            "currency": "MWK"
                          },
                          {
                            "amount": 4395.73,
                            "currency": "PAB"
                          },
                          {
                            "amount": 371.28,
                            "currency": "HTG"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2407.94,
                            "currency": "HTG"
                          },
                          {
                            "amount": 2017.63,
                            "currency": "LRD"
                          },
                          {
                            "amount": 2089.36,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 4073.39,
                            "currency": "KES"
                          },
                          {
                            "amount": 3629.77,
                            "currency": "VUV"
                          },
                          {
                            "amount": 3859.24,
                            "currency": "AFN"
                          }
                        ],
                        [
                          {
                            "amount": 3344.09,
                            "currency": "CVE"
                          },
                          {
                            "amount": 523.85,
                            "currency": "MUR"
                          },
                          {
                            "amount": 365.62,
                            "currency": "BAM"
                          },
                          {
                            "amount": 155.28,
                            "currency": "SSP"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4763.7,
                            "currency": "EGP"
                          },
                          {
                            "amount": 3392.92,
                            "currency": "UAH"
                          },
                          {
                            "amount": 3998.32,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 4257.43,
                            "currency": "GYD"
                          },
                          {
                            "amount": 487.17,
                            "currency": "EGP"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "05038412",
                    "percentage": 28.8,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 2733.74,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1079.1,
                            "currency": "PEN"
                          },
                          {
                            "amount": 4525.12,
                            "currency": "PKR"
                          },
                          {
                            "amount": 98.62,
                            "currency": "TMT"
                          },
                          {
                            "amount": 2602.13,
                            "currency": "SBD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Outbound"
              }
            }
          ]
        },
        {
          "ancillaryConfiguration": {
            "allowQuantity": true,
            "maxQuantityPerPax": 4
          },
          "ancillarySpecialService": {
            "code": "WCHR",
            "requiredProperties": {
              "propertyDefinitionList": [
                {
                  "@type": "PropertyDefinition",
                  "optional": false,
                  "propertyName": "WEIGHT",
                  "propertyType": "DECIMAL"
                },
                {
                  "@type": "PropertyDefinition",
                  "optional": true,
                  "propertyName": "LENGTH",
                  "propertyType": "INT"
                },
                {
                  "@type": "PropertyDefinition",
                  "optional": false,
                  "propertyName": "WEIGHT",
                  "propertyType": "TEXT"
                }
              ]
            },
            "type": "NOTALLOWED"
          },
          "bundleItems": [
            {
              "code": "7kc",
              "groupCode": "wf"
            },
            {
              "code": "BDN",
              "groupCode": "DH"
            }
          ],
          "code": "JNi",
          "refundable": false,
          "travelPartOffers": [
            {
              "availableInventory": 33,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Samantha",
                    "index": 1,
                    "lastName": "Labadie",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 3,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2131.11,
                            "currency": "TOP"
                          }
                        ],
                        [
                          {
                            "amount": 17.63,
                            "currency": "IQD"
                          },
                          {
                            "amount": 1746.78,
                            "currency": "PAB"
                          },
                          {
                            "amount": 738.27,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3870.1,
                            "currency": "BZD"
                          },
                          {
                            "amount": 2744.31,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 4898.2,
                            "currency": "SOS"
                          },
                          {
                            "amount": 819.89,
                            "currency": "IRR"
                          },
                          {
                            "amount": 420.49,
                            "currency": "BND"
                          }
                        ],
                        [
                          {
                            "amount": 4225.68,
                            "currency": "TND"
                          },
                          {
                            "amount": 1889.12,
                            "currency": "GYD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3763.91,
                            "currency": "DOP"
                          },
                          {
                            "amount": 1920.25,
                            "currency": "AED"
                          },
                          {
                            "amount": 4620.71,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4863.15,
                            "currency": "TOP"
                          }
                        ],
                        [
                          {
                            "amount": 1851.83,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1755.06,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 2491.28,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 4745.14,
                            "currency": "IDR"
                          },
                          {
                            "amount": 2990.83,
                            "currency": "VND"
                          },
                          {
                            "amount": 2917.67,
                            "currency": "BIF"
                          },
                          {
                            "amount": 4244.72,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 789.39,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2212.46,
                            "currency": "HTG"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "gp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1585.58,
                                "currency": "UYU"
                              },
                              {
                                "amount": 833.31,
                                "currency": "XAF"
                              },
                              {
                                "amount": 435.46,
                                "currency": "GNF"
                              },
                              {
                                "amount": 4111.17,
                                "currency": "MZN"
                              }
                            ],
                            [
                              {
                                "amount": 4270.2,
                                "currency": "DJF"
                              },
                              {
                                "amount": 3784.94,
                                "currency": "TRY"
                              },
                              {
                                "amount": 2654.08,
                                "currency": "ISK"
                              },
                              {
                                "amount": 462.47,
                                "currency": "AFN"
                              }
                            ],
                            [
                              {
                                "amount": 982.7,
                                "currency": "ALL"
                              },
                              {
                                "amount": 183.75,
                                "currency": "SLE"
                              },
                              {
                                "amount": 4007.57,
                                "currency": "THB"
                              },
                              {
                                "amount": 2873.75,
                                "currency": "CVE"
                              }
                            ],
                            [
                              {
                                "amount": 2936.27,
                                "currency": "KRW"
                              },
                              {
                                "amount": 24.06,
                                "currency": "PKR"
                              },
                              {
                                "amount": 757.71,
                                "currency": "BWP"
                              },
                              {
                                "amount": 1432.62,
                                "currency": "BRL"
                              }
                            ],
                            [
                              {
                                "amount": 665.05,
                                "currency": "KYD"
                              },
                              {
                                "amount": 2266.32,
                                "currency": "BMD"
                              },
                              {
                                "amount": 2366.71,
                                "currency": "AOA"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2062.33,
                            "currency": "PGK"
                          },
                          {
                            "amount": 1865.55,
                            "currency": "HUF"
                          }
                        ],
                        [
                          {
                            "amount": 3385.52,
                            "currency": "XCD"
                          },
                          {
                            "amount": 596.77,
                            "currency": "WST"
                          },
                          {
                            "amount": 153.05,
                            "currency": "JPY"
                          },
                          {
                            "amount": 2435.52,
                            "currency": "ZWL"
                          }
                        ],
                        [
                          {
                            "amount": 2524.41,
                            "currency": "SDG"
                          },
                          {
                            "amount": 4971.1,
                            "currency": "SBD"
                          },
                          {
                            "amount": 1302.73,
                            "currency": "DOP"
                          },
                          {
                            "amount": 227.46,
                            "currency": "NPR"
                          },
                          {
                            "amount": 1225.34,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 3187.06,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 4076.32,
                            "currency": "PLN"
                          },
                          {
                            "amount": 3858.66,
                            "currency": "MYR"
                          },
                          {
                            "amount": 26.51,
                            "currency": "NIO"
                          },
                          {
                            "amount": 1669.63,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 2311.51,
                            "currency": "OMR"
                          },
                          {
                            "amount": 1615.05,
                            "currency": "HTG"
                          },
                          {
                            "amount": 628.14,
                            "currency": "NAD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1730.41,
                            "currency": "RON"
                          },
                          {
                            "amount": 731.49,
                            "currency": "USD"
                          },
                          {
                            "amount": 363.93,
                            "currency": "CAD"
                          },
                          {
                            "amount": 477.45,
                            "currency": "EGP"
                          },
                          {
                            "amount": 557.91,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 1672.81,
                            "currency": "BOB"
                          },
                          {
                            "amount": 4353.53,
                            "currency": "ERN"
                          },
                          {
                            "amount": 33.12,
                            "currency": "KWD"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "uu",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4197.01,
                                "currency": "ZAR"
                              }
                            ],
                            [
                              {
                                "amount": 314.19,
                                "currency": "BAM"
                              },
                              {
                                "amount": 2943.35,
                                "currency": "AZN"
                              },
                              {
                                "amount": 3339.33,
                                "currency": "CLP"
                              },
                              {
                                "amount": 2505.64,
                                "currency": "XPF"
                              }
                            ],
                            [
                              {
                                "amount": 820.82,
                                "currency": "DZD"
                              },
                              {
                                "amount": 4375.4,
                                "currency": "CUP"
                              }
                            ],
                            [
                              {
                                "amount": 1864.28,
                                "currency": "SRD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "jb",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1765.09,
                                "currency": "PKR"
                              }
                            ],
                            [
                              {
                                "amount": 4837.96,
                                "currency": "UYU"
                              }
                            ],
                            [
                              {
                                "amount": 4334.72,
                                "currency": "UYU"
                              },
                              {
                                "amount": 2522.59,
                                "currency": "TMT"
                              }
                            ],
                            [
                              {
                                "amount": 2343.07,
                                "currency": "CAD"
                              },
                              {
                                "amount": 2719.26,
                                "currency": "ILS"
                              },
                              {
                                "amount": 4406.12,
                                "currency": "NPR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "hs",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4616.41,
                                "currency": "ALL"
                              },
                              {
                                "amount": 3691.25,
                                "currency": "HKD"
                              }
                            ],
                            [
                              {
                                "amount": 2294.81,
                                "currency": "PYG"
                              }
                            ],
                            [
                              {
                                "amount": 1934.99,
                                "currency": "DOP"
                              },
                              {
                                "amount": 1282.68,
                                "currency": "UGX"
                              },
                              {
                                "amount": 3441.78,
                                "currency": "SBD"
                              }
                            ],
                            [
                              {
                                "amount": 149.67,
                                "currency": "THB"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "nI",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2277.16,
                                "currency": "KMF"
                              },
                              {
                                "amount": 3472.57,
                                "currency": "ILS"
                              },
                              {
                                "amount": 1737.43,
                                "currency": "DOP"
                              },
                              {
                                "amount": 2507.17,
                                "currency": "THB"
                              }
                            ],
                            [
                              {
                                "amount": 4258.66,
                                "currency": "GNF"
                              }
                            ],
                            [
                              {
                                "amount": 4415.69,
                                "currency": "MGA"
                              },
                              {
                                "amount": 3381.88,
                                "currency": "BSD"
                              },
                              {
                                "amount": 248.31,
                                "currency": "CAD"
                              },
                              {
                                "amount": 1241.94,
                                "currency": "BIF"
                              },
                              {
                                "amount": 1840.98,
                                "currency": "MUR"
                              }
                            ],
                            [
                              {
                                "amount": 3099.54,
                                "currency": "ERN"
                              },
                              {
                                "amount": 4008.07,
                                "currency": "SSP"
                              },
                              {
                                "amount": 939.56,
                                "currency": "CHF"
                              }
                            ],
                            [
                              {
                                "amount": 2432.15,
                                "currency": "OMR"
                              },
                              {
                                "amount": 4990.25,
                                "currency": "MOP"
                              },
                              {
                                "amount": 2789.8,
                                "currency": "CRC"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2091.17,
                            "currency": "YER"
                          },
                          {
                            "amount": 3638.18,
                            "currency": "LSL"
                          },
                          {
                            "amount": 803.32,
                            "currency": "VND"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 561.28,
                            "currency": "ARS"
                          },
                          {
                            "amount": 1604.14,
                            "currency": "MGA"
                          },
                          {
                            "amount": 1292.19,
                            "currency": "KMF"
                          }
                        ],
                        [
                          {
                            "amount": 4489.75,
                            "currency": "SOS"
                          },
                          {
                            "amount": 2200.4,
                            "currency": "MDL"
                          },
                          {
                            "amount": 1717.62,
                            "currency": "BHD"
                          },
                          {
                            "amount": 2086.86,
                            "currency": "PKR"
                          },
                          {
                            "amount": 2492.04,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 3214.43,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 3475.14,
                            "currency": "KRW"
                          },
                          {
                            "amount": 947.21,
                            "currency": "BZD"
                          },
                          {
                            "amount": 4363.36,
                            "currency": "CNY"
                          },
                          {
                            "amount": 1214.69,
                            "currency": "NIO"
                          },
                          {
                            "amount": 3935.19,
                            "currency": "TTD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2593.8,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 3790.24,
                            "currency": "ALL"
                          },
                          {
                            "amount": 4654.56,
                            "currency": "KWD"
                          },
                          {
                            "amount": 2439.11,
                            "currency": "BYN"
                          },
                          {
                            "amount": 924.14,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 3371.56,
                            "currency": "GHS"
                          },
                          {
                            "amount": 916.04,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 2491.86,
                            "currency": "USD"
                          },
                          {
                            "amount": 1733.62,
                            "currency": "CAD"
                          },
                          {
                            "amount": 4730.38,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 1834.42,
                            "currency": "SLE"
                          },
                          {
                            "amount": 4011.42,
                            "currency": "KYD"
                          },
                          {
                            "amount": 4848.32,
                            "currency": "JOD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "24549711",
                    "percentage": 29.7,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 494.14,
                            "currency": "HNL"
                          },
                          {
                            "amount": 120.54,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3979.23,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 1362.06,
                            "currency": "KGS"
                          },
                          {
                            "amount": 416.4,
                            "currency": "SRD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Chadrick",
                    "index": 2,
                    "lastName": "Purdy",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 0,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 17.77,
                            "currency": "BSD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3081.79,
                            "currency": "HNL"
                          },
                          {
                            "amount": 2261.95,
                            "currency": "SYP"
                          },
                          {
                            "amount": 4643.68,
                            "currency": "CLP"
                          }
                        ],
                        [
                          {
                            "amount": 1846.74,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 1553.21,
                            "currency": "MUR"
                          },
                          {
                            "amount": 1860.93,
                            "currency": "SAR"
                          },
                          {
                            "amount": 489.6,
                            "currency": "ALL"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "ck",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3497.69,
                                "currency": "BRL"
                              }
                            ],
                            [
                              {
                                "amount": 3794.14,
                                "currency": "GEL"
                              },
                              {
                                "amount": 4955.07,
                                "currency": "PEN"
                              },
                              {
                                "amount": 1414.59,
                                "currency": "BND"
                              },
                              {
                                "amount": 2574.08,
                                "currency": "KES"
                              },
                              {
                                "amount": 4786.55,
                                "currency": "GBP"
                              }
                            ],
                            [
                              {
                                "amount": 229.87,
                                "currency": "ARS"
                              },
                              {
                                "amount": 3106.71,
                                "currency": "BDT"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "yp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1538.7,
                                "currency": "COP"
                              },
                              {
                                "amount": 2566.25,
                                "currency": "NOK"
                              },
                              {
                                "amount": 3844.48,
                                "currency": "PYG"
                              },
                              {
                                "amount": 2642.77,
                                "currency": "MWK"
                              }
                            ],
                            [
                              {
                                "amount": 866.61,
                                "currency": "CNY"
                              },
                              {
                                "amount": 4145.71,
                                "currency": "QAR"
                              },
                              {
                                "amount": 4333.62,
                                "currency": "LBP"
                              },
                              {
                                "amount": 3533.88,
                                "currency": "FKP"
                              },
                              {
                                "amount": 323.54,
                                "currency": "KHR"
                              }
                            ],
                            [
                              {
                                "amount": 1572.26,
                                "currency": "UYU"
                              },
                              {
                                "amount": 155.39,
                                "currency": "AWG"
                              },
                              {
                                "amount": 1047.68,
                                "currency": "TTD"
                              },
                              {
                                "amount": 924.63,
                                "currency": "BHD"
                              },
                              {
                                "amount": 2959.14,
                                "currency": "TND"
                              }
                            ],
                            [
                              {
                                "amount": 3125.97,
                                "currency": "LAK"
                              },
                              {
                                "amount": 762.97,
                                "currency": "BHD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "DV",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2420.93,
                                "currency": "MWK"
                              },
                              {
                                "amount": 3811.77,
                                "currency": "VES"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2275.41,
                            "currency": "AUD"
                          },
                          {
                            "amount": 2464.41,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4434.62,
                            "currency": "AMD"
                          },
                          {
                            "amount": 2110.23,
                            "currency": "RUB"
                          }
                        ],
                        [
                          {
                            "amount": 767.29,
                            "currency": "IQD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2112.2,
                            "currency": "WST"
                          },
                          {
                            "amount": 4619.14,
                            "currency": "CHF"
                          },
                          {
                            "amount": 2145.08,
                            "currency": "MXN"
                          },
                          {
                            "amount": 1296.15,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 3052.61,
                            "currency": "DOP"
                          },
                          {
                            "amount": 2013.06,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1096.67,
                            "currency": "CDF"
                          },
                          {
                            "amount": 4343.27,
                            "currency": "CNY"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "jZ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 745.86,
                                "currency": "ERN"
                              },
                              {
                                "amount": 1738.55,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 730.92,
                                "currency": "KES"
                              },
                              {
                                "amount": 501.19,
                                "currency": "CZK"
                              },
                              {
                                "amount": 4726.93,
                                "currency": "NAD"
                              }
                            ],
                            [
                              {
                                "amount": 1065.89,
                                "currency": "AWG"
                              },
                              {
                                "amount": 1587.2,
                                "currency": "NOK"
                              },
                              {
                                "amount": 3621.09,
                                "currency": "FJD"
                              }
                            ],
                            [
                              {
                                "amount": 4461.98,
                                "currency": "GMD"
                              }
                            ],
                            [
                              {
                                "amount": 206.98,
                                "currency": "SDG"
                              },
                              {
                                "amount": 4953.84,
                                "currency": "MKD"
                              },
                              {
                                "amount": 3000.39,
                                "currency": "KPW"
                              },
                              {
                                "amount": 623.24,
                                "currency": "ISK"
                              },
                              {
                                "amount": 1295.72,
                                "currency": "GTQ"
                              }
                            ],
                            [
                              {
                                "amount": 3106.9,
                                "currency": "BZD"
                              },
                              {
                                "amount": 1899.99,
                                "currency": "BHD"
                              },
                              {
                                "amount": 822.51,
                                "currency": "SDG"
                              },
                              {
                                "amount": 2308.16,
                                "currency": "CNY"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "gF",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1965.81,
                                "currency": "BRL"
                              },
                              {
                                "amount": 4800.78,
                                "currency": "BND"
                              },
                              {
                                "amount": 3022.67,
                                "currency": "JMD"
                              },
                              {
                                "amount": 729.16,
                                "currency": "IQD"
                              }
                            ],
                            [
                              {
                                "amount": 1084.18,
                                "currency": "KRW"
                              },
                              {
                                "amount": 988.75,
                                "currency": "XOF"
                              },
                              {
                                "amount": 877.09,
                                "currency": "QAR"
                              }
                            ],
                            [
                              {
                                "amount": 183.41,
                                "currency": "VUV"
                              },
                              {
                                "amount": 2737.86,
                                "currency": "RUB"
                              },
                              {
                                "amount": 447.02,
                                "currency": "MRU"
                              },
                              {
                                "amount": 3985.08,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 2454.06,
                                "currency": "TND"
                              }
                            ],
                            [
                              {
                                "amount": 803.72,
                                "currency": "RWF"
                              },
                              {
                                "amount": 2746.42,
                                "currency": "AOA"
                              },
                              {
                                "amount": 2535.38,
                                "currency": "PGK"
                              },
                              {
                                "amount": 3887.7,
                                "currency": "CRC"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "xt",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 251.87,
                                "currency": "PKR"
                              },
                              {
                                "amount": 1610.12,
                                "currency": "MXN"
                              },
                              {
                                "amount": 1723.38,
                                "currency": "KYD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Ci",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1131.04,
                                "currency": "BYN"
                              },
                              {
                                "amount": 861.14,
                                "currency": "LBP"
                              }
                            ],
                            [
                              {
                                "amount": 265.95,
                                "currency": "DJF"
                              },
                              {
                                "amount": 2694.04,
                                "currency": "ILS"
                              },
                              {
                                "amount": 4280.57,
                                "currency": "DOP"
                              },
                              {
                                "amount": 2543.02,
                                "currency": "SHP"
                              }
                            ],
                            [
                              {
                                "amount": 2154.66,
                                "currency": "AOA"
                              },
                              {
                                "amount": 2509.48,
                                "currency": "MYR"
                              }
                            ],
                            [
                              {
                                "amount": 4373.53,
                                "currency": "GBP"
                              },
                              {
                                "amount": 4518.04,
                                "currency": "MVR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3389.94,
                            "currency": "GYD"
                          },
                          {
                            "amount": 2646.45,
                            "currency": "AOA"
                          },
                          {
                            "amount": 4708.81,
                            "currency": "PYG"
                          },
                          {
                            "amount": 3090.77,
                            "currency": "UGX"
                          },
                          {
                            "amount": 3054.54,
                            "currency": "DJF"
                          }
                        ],
                        [
                          {
                            "amount": 3818.65,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1485.28,
                            "currency": "MAD"
                          },
                          {
                            "amount": 1023.87,
                            "currency": "XCD"
                          },
                          {
                            "amount": 4768.31,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 4207.7,
                            "currency": "MXN"
                          },
                          {
                            "amount": 1239.62,
                            "currency": "CAD"
                          },
                          {
                            "amount": 4737.67,
                            "currency": "JOD"
                          },
                          {
                            "amount": 4700.75,
                            "currency": "UYU"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3653.43,
                            "currency": "GIP"
                          },
                          {
                            "amount": 3167.19,
                            "currency": "SZL"
                          },
                          {
                            "amount": 3615.54,
                            "currency": "VND"
                          },
                          {
                            "amount": 3717.7,
                            "currency": "LSL"
                          },
                          {
                            "amount": 158.71,
                            "currency": "KHR"
                          }
                        ],
                        [
                          {
                            "amount": 899.09,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1956.37,
                            "currency": "ETB"
                          },
                          {
                            "amount": 2656.36,
                            "currency": "CZK"
                          },
                          {
                            "amount": 2945.31,
                            "currency": "BAM"
                          },
                          {
                            "amount": 3852.28,
                            "currency": "KYD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 316.46,
                            "currency": "UAH"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "88718867",
                    "percentage": 5.3,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 2212.08,
                            "currency": "LKR"
                          },
                          {
                            "amount": 4846.91,
                            "currency": "JPY"
                          },
                          {
                            "amount": 2695.83,
                            "currency": "THB"
                          },
                          {
                            "amount": 1916.09,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 1134.23,
                            "currency": "WST"
                          },
                          {
                            "amount": 4629.74,
                            "currency": "KHR"
                          },
                          {
                            "amount": 2608.44,
                            "currency": "NOK"
                          },
                          {
                            "amount": 291.63,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 4909.85,
                            "currency": "XPF"
                          }
                        ],
                        [
                          {
                            "amount": 1132.3,
                            "currency": "PGK"
                          },
                          {
                            "amount": 2615.11,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Emerson",
                    "index": 9,
                    "lastName": "Daugherty",
                    "tierLevel": "Red",
                    "tierLevelNumber": 0,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2588.04,
                            "currency": "PAB"
                          },
                          {
                            "amount": 739.06,
                            "currency": "VND"
                          },
                          {
                            "amount": 704.77,
                            "currency": "NOK"
                          },
                          {
                            "amount": 330.55,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 2579.75,
                            "currency": "IDR"
                          },
                          {
                            "amount": 1219.1,
                            "currency": "CLP"
                          },
                          {
                            "amount": 337.61,
                            "currency": "MVR"
                          },
                          {
                            "amount": 825.65,
                            "currency": "SSP"
                          },
                          {
                            "amount": 3073.36,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 3550.19,
                            "currency": "ZWL"
                          }
                        ],
                        [
                          {
                            "amount": 2736.27,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 931.3,
                            "currency": "GMD"
                          },
                          {
                            "amount": 442.57,
                            "currency": "XAF"
                          },
                          {
                            "amount": 4041.86,
                            "currency": "JMD"
                          },
                          {
                            "amount": 39.32,
                            "currency": "HNL"
                          },
                          {
                            "amount": 4961.96,
                            "currency": "MDL"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 401.11,
                            "currency": "UGX"
                          },
                          {
                            "amount": 2099.66,
                            "currency": "EGP"
                          },
                          {
                            "amount": 2954.59,
                            "currency": "GHS"
                          },
                          {
                            "amount": 1191.72,
                            "currency": "INR"
                          }
                        ],
                        [
                          {
                            "amount": 2240,
                            "currency": "VUV"
                          },
                          {
                            "amount": 228.48,
                            "currency": "MNT"
                          },
                          {
                            "amount": 3837.87,
                            "currency": "ILS"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "eI",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3322.32,
                                "currency": "ERN"
                              },
                              {
                                "amount": 1373.96,
                                "currency": "NZD"
                              }
                            ],
                            [
                              {
                                "amount": 1956.17,
                                "currency": "MGA"
                              },
                              {
                                "amount": 3887.23,
                                "currency": "AWG"
                              },
                              {
                                "amount": 3426.63,
                                "currency": "KYD"
                              },
                              {
                                "amount": 4156.08,
                                "currency": "AZN"
                              },
                              {
                                "amount": 4135.6,
                                "currency": "JPY"
                              }
                            ],
                            [
                              {
                                "amount": 4056.37,
                                "currency": "GNF"
                              },
                              {
                                "amount": 4794.36,
                                "currency": "TZS"
                              },
                              {
                                "amount": 4325.02,
                                "currency": "PEN"
                              },
                              {
                                "amount": 2597.97,
                                "currency": "BRL"
                              },
                              {
                                "amount": 4821.94,
                                "currency": "KGS"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4144.11,
                            "currency": "SYP"
                          },
                          {
                            "amount": 2764.3,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 661.1,
                            "currency": "HNL"
                          }
                        ],
                        [
                          {
                            "amount": 359.1,
                            "currency": "ETB"
                          },
                          {
                            "amount": 872.38,
                            "currency": "NGN"
                          },
                          {
                            "amount": 4484.44,
                            "currency": "SRD"
                          },
                          {
                            "amount": 3589.51,
                            "currency": "CUP"
                          },
                          {
                            "amount": 3614.63,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 3987.08,
                            "currency": "SDG"
                          },
                          {
                            "amount": 4598.78,
                            "currency": "UZS"
                          },
                          {
                            "amount": 4047.4,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 4858.29,
                            "currency": "ERN"
                          },
                          {
                            "amount": 3172.8,
                            "currency": "ARS"
                          },
                          {
                            "amount": 643.47,
                            "currency": "SRD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3035.23,
                            "currency": "MGA"
                          },
                          {
                            "amount": 1231.27,
                            "currency": "LYD"
                          },
                          {
                            "amount": 1724.38,
                            "currency": "XPF"
                          }
                        ],
                        [
                          {
                            "amount": 1248.92,
                            "currency": "MRU"
                          },
                          {
                            "amount": 2855.26,
                            "currency": "BSD"
                          },
                          {
                            "amount": 3575.01,
                            "currency": "IRR"
                          },
                          {
                            "amount": 4669.2,
                            "currency": "STN"
                          },
                          {
                            "amount": 1921.7,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 1312.56,
                            "currency": "MZN"
                          },
                          {
                            "amount": 4344.39,
                            "currency": "MVR"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "uH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 905.53,
                                "currency": "YER"
                              }
                            ],
                            [
                              {
                                "amount": 502.97,
                                "currency": "IDR"
                              },
                              {
                                "amount": 3582.92,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 3718.04,
                                "currency": "WST"
                              },
                              {
                                "amount": 4440.71,
                                "currency": "IQD"
                              }
                            ],
                            [
                              {
                                "amount": 3903.05,
                                "currency": "ERN"
                              },
                              {
                                "amount": 2231.41,
                                "currency": "TRY"
                              },
                              {
                                "amount": 2633.84,
                                "currency": "BOB"
                              }
                            ],
                            [
                              {
                                "amount": 1651.21,
                                "currency": "MOP"
                              },
                              {
                                "amount": 1074.28,
                                "currency": "BIF"
                              },
                              {
                                "amount": 260.04,
                                "currency": "IQD"
                              },
                              {
                                "amount": 2308.49,
                                "currency": "MUR"
                              },
                              {
                                "amount": 3223.2,
                                "currency": "TMT"
                              }
                            ],
                            [
                              {
                                "amount": 4376.97,
                                "currency": "VND"
                              },
                              {
                                "amount": 3449.43,
                                "currency": "GHS"
                              },
                              {
                                "amount": 1963.81,
                                "currency": "NIO"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "qs",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1512.51,
                                "currency": "DOP"
                              },
                              {
                                "amount": 4610.51,
                                "currency": "VUV"
                              },
                              {
                                "amount": 3820.99,
                                "currency": "SLE"
                              },
                              {
                                "amount": 406.71,
                                "currency": "KES"
                              }
                            ],
                            [
                              {
                                "amount": 2490.88,
                                "currency": "NIO"
                              },
                              {
                                "amount": 1923.59,
                                "currency": "BDT"
                              },
                              {
                                "amount": 2004.94,
                                "currency": "CAD"
                              },
                              {
                                "amount": 2343.16,
                                "currency": "MMK"
                              },
                              {
                                "amount": 2900.85,
                                "currency": "WST"
                              }
                            ],
                            [
                              {
                                "amount": 3156.09,
                                "currency": "ETB"
                              },
                              {
                                "amount": 1252.98,
                                "currency": "PHP"
                              },
                              {
                                "amount": 298.64,
                                "currency": "SZL"
                              }
                            ],
                            [
                              {
                                "amount": 218.15,
                                "currency": "PEN"
                              },
                              {
                                "amount": 4099.34,
                                "currency": "FKP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Su",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2708.54,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 2690.56,
                                "currency": "NZD"
                              },
                              {
                                "amount": 139.8,
                                "currency": "MRU"
                              },
                              {
                                "amount": 3358.35,
                                "currency": "JMD"
                              },
                              {
                                "amount": 4764.02,
                                "currency": "HTG"
                              }
                            ],
                            [
                              {
                                "amount": 2867.97,
                                "currency": "BGN"
                              },
                              {
                                "amount": 1740.97,
                                "currency": "SZL"
                              },
                              {
                                "amount": 2507,
                                "currency": "AUD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2220.19,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 4724.26,
                            "currency": "VND"
                          },
                          {
                            "amount": 3627.22,
                            "currency": "TTD"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1428.96,
                            "currency": "AZN"
                          },
                          {
                            "amount": 938.75,
                            "currency": "ILS"
                          },
                          {
                            "amount": 161.19,
                            "currency": "TOP"
                          },
                          {
                            "amount": 4931.78,
                            "currency": "KYD"
                          },
                          {
                            "amount": 3460.27,
                            "currency": "SDG"
                          }
                        ],
                        [
                          {
                            "amount": 776.96,
                            "currency": "KHR"
                          },
                          {
                            "amount": 1596.67,
                            "currency": "DJF"
                          },
                          {
                            "amount": 101.71,
                            "currency": "JOD"
                          }
                        ],
                        [
                          {
                            "amount": 3089.76,
                            "currency": "SCR"
                          },
                          {
                            "amount": 4935.89,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 1296.29,
                            "currency": "PAB"
                          },
                          {
                            "amount": 4288.69,
                            "currency": "AMD"
                          },
                          {
                            "amount": 222.29,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 1786.89,
                            "currency": "ANG"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3648.12,
                            "currency": "ALL"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "04961166",
                    "percentage": 24.4,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1126.05,
                            "currency": "KYD"
                          },
                          {
                            "amount": 933.94,
                            "currency": "CAD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Darrin",
                    "index": 2,
                    "lastName": "Rath",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 4,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2146.9,
                            "currency": "FKP"
                          },
                          {
                            "amount": 3955.79,
                            "currency": "LRD"
                          },
                          {
                            "amount": 4573.51,
                            "currency": "OMR"
                          }
                        ],
                        [
                          {
                            "amount": 4724.05,
                            "currency": "FKP"
                          },
                          {
                            "amount": 4071.77,
                            "currency": "THB"
                          },
                          {
                            "amount": 622.01,
                            "currency": "NIO"
                          },
                          {
                            "amount": 1149.82,
                            "currency": "KMF"
                          },
                          {
                            "amount": 4374.92,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 911.14,
                            "currency": "INR"
                          }
                        ],
                        [
                          {
                            "amount": 4100.93,
                            "currency": "NIO"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2259.22,
                            "currency": "WST"
                          },
                          {
                            "amount": 3872,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3664.22,
                            "currency": "SHP"
                          },
                          {
                            "amount": 4634.29,
                            "currency": "SLE"
                          },
                          {
                            "amount": 764.15,
                            "currency": "CNY"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Pp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 554.5,
                                "currency": "TJS"
                              },
                              {
                                "amount": 3748.98,
                                "currency": "RUB"
                              },
                              {
                                "amount": 4308.12,
                                "currency": "DOP"
                              },
                              {
                                "amount": 2253.23,
                                "currency": "PKR"
                              }
                            ],
                            [
                              {
                                "amount": 1483.39,
                                "currency": "TMT"
                              },
                              {
                                "amount": 1609.23,
                                "currency": "GHS"
                              },
                              {
                                "amount": 2158.71,
                                "currency": "BTN"
                              }
                            ],
                            [
                              {
                                "amount": 3068.27,
                                "currency": "PEN"
                              },
                              {
                                "amount": 4291.22,
                                "currency": "HNL"
                              },
                              {
                                "amount": 2141.91,
                                "currency": "ARS"
                              },
                              {
                                "amount": 1643.02,
                                "currency": "BZD"
                              }
                            ],
                            [
                              {
                                "amount": 1728.6,
                                "currency": "TRY"
                              },
                              {
                                "amount": 521.71,
                                "currency": "MAD"
                              },
                              {
                                "amount": 148.7,
                                "currency": "TOP"
                              },
                              {
                                "amount": 3053.57,
                                "currency": "USD"
                              },
                              {
                                "amount": 1545.73,
                                "currency": "COP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "PS",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 692.1,
                                "currency": "BAM"
                              },
                              {
                                "amount": 4604.37,
                                "currency": "TZS"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2893.59,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1118.07,
                            "currency": "RSD"
                          },
                          {
                            "amount": 539.85,
                            "currency": "LYD"
                          },
                          {
                            "amount": 2518.88,
                            "currency": "DOP"
                          },
                          {
                            "amount": 2882.43,
                            "currency": "CHF"
                          }
                        ],
                        [
                          {
                            "amount": 3451.02,
                            "currency": "SEK"
                          },
                          {
                            "amount": 2840.26,
                            "currency": "MGA"
                          }
                        ],
                        [
                          {
                            "amount": 1753.1,
                            "currency": "AED"
                          },
                          {
                            "amount": 4045.37,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 756.48,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 1337.42,
                            "currency": "CRC"
                          },
                          {
                            "amount": 3307.72,
                            "currency": "SZL"
                          },
                          {
                            "amount": 2453.02,
                            "currency": "BAM"
                          },
                          {
                            "amount": 4683.8,
                            "currency": "AZN"
                          }
                        ],
                        [
                          {
                            "amount": 1138.73,
                            "currency": "CZK"
                          },
                          {
                            "amount": 1432.54,
                            "currency": "LYD"
                          },
                          {
                            "amount": 2860.76,
                            "currency": "BZD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2280.99,
                            "currency": "AFN"
                          },
                          {
                            "amount": 1263.89,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 2961.05,
                            "currency": "PAB"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Hk",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4311.9,
                                "currency": "SBD"
                              },
                              {
                                "amount": 21.14,
                                "currency": "NGN"
                              },
                              {
                                "amount": 1134.17,
                                "currency": "INR"
                              },
                              {
                                "amount": 4415.74,
                                "currency": "TND"
                              },
                              {
                                "amount": 1294.53,
                                "currency": "QAR"
                              }
                            ],
                            [
                              {
                                "amount": 4240.14,
                                "currency": "RUB"
                              }
                            ],
                            [
                              {
                                "amount": 3445.01,
                                "currency": "SSP"
                              },
                              {
                                "amount": 3810.51,
                                "currency": "ZAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "hF",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2568.87,
                                "currency": "SBD"
                              },
                              {
                                "amount": 574.94,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 1062.73,
                                "currency": "GMD"
                              },
                              {
                                "amount": 4924.46,
                                "currency": "SHP"
                              },
                              {
                                "amount": 403.14,
                                "currency": "CAD"
                              }
                            ],
                            [
                              {
                                "amount": 3191.14,
                                "currency": "TND"
                              },
                              {
                                "amount": 4188.67,
                                "currency": "NZD"
                              },
                              {
                                "amount": 2774.83,
                                "currency": "INR"
                              }
                            ],
                            [
                              {
                                "amount": 3963.2,
                                "currency": "BRL"
                              },
                              {
                                "amount": 1465.65,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 3131.42,
                                "currency": "MGA"
                              },
                              {
                                "amount": 2430.39,
                                "currency": "RON"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2129.16,
                            "currency": "HTG"
                          },
                          {
                            "amount": 4999.02,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 2596.03,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1692.06,
                            "currency": "HTG"
                          },
                          {
                            "amount": 3463.84,
                            "currency": "EUR"
                          },
                          {
                            "amount": 814.12,
                            "currency": "TOP"
                          },
                          {
                            "amount": 2458.8,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 299.35,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4628.78,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 4715.35,
                            "currency": "QAR"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2478.5,
                            "currency": "VUV"
                          },
                          {
                            "amount": 4778.55,
                            "currency": "MAD"
                          },
                          {
                            "amount": 3363.7,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 465.49,
                            "currency": "GEL"
                          }
                        ],
                        [
                          {
                            "amount": 2790.91,
                            "currency": "MYR"
                          },
                          {
                            "amount": 492.53,
                            "currency": "CNY"
                          },
                          {
                            "amount": 4307.56,
                            "currency": "MVR"
                          },
                          {
                            "amount": 4235.75,
                            "currency": "MUR"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3021.1,
                            "currency": "CRC"
                          },
                          {
                            "amount": 3080.08,
                            "currency": "WST"
                          },
                          {
                            "amount": 288.71,
                            "currency": "NIO"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "48312212",
                    "percentage": 16,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 2173,
                            "currency": "HNL"
                          },
                          {
                            "amount": 2478.7,
                            "currency": "SHP"
                          },
                          {
                            "amount": 3649.95,
                            "currency": "JPY"
                          },
                          {
                            "amount": 4518.63,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 628.07,
                            "currency": "UGX"
                          },
                          {
                            "amount": 1381.22,
                            "currency": "CRC"
                          },
                          {
                            "amount": 3146.28,
                            "currency": "JPY"
                          },
                          {
                            "amount": 3044.01,
                            "currency": "MWK"
                          },
                          {
                            "amount": 4480.34,
                            "currency": "BSD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Zoe",
                    "index": 3,
                    "lastName": "Harvey",
                    "tierLevel": "Red",
                    "tierLevelNumber": 3,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 259.11,
                            "currency": "MVR"
                          },
                          {
                            "amount": 753.77,
                            "currency": "PHP"
                          },
                          {
                            "amount": 923.34,
                            "currency": "ANG"
                          },
                          {
                            "amount": 4502.41,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 1497.87,
                            "currency": "BRL"
                          },
                          {
                            "amount": 3884.42,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 683.55,
                            "currency": "NGN"
                          },
                          {
                            "amount": 2671.41,
                            "currency": "KHR"
                          }
                        ],
                        [
                          {
                            "amount": 4655.28,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 4195.02,
                            "currency": "RSD"
                          },
                          {
                            "amount": 1227.24,
                            "currency": "STN"
                          },
                          {
                            "amount": 3493.87,
                            "currency": "MUR"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4373.82,
                            "currency": "UYU"
                          },
                          {
                            "amount": 1383.44,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 2808.09,
                            "currency": "XOF"
                          },
                          {
                            "amount": 1276.48,
                            "currency": "THB"
                          }
                        ],
                        [
                          {
                            "amount": 4819.48,
                            "currency": "TTD"
                          },
                          {
                            "amount": 2981.29,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3759.8,
                            "currency": "RWF"
                          },
                          {
                            "amount": 1648.95,
                            "currency": "RSD"
                          },
                          {
                            "amount": 1665.74,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 2688.94,
                            "currency": "LAK"
                          },
                          {
                            "amount": 2163.55,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 3626.03,
                            "currency": "SYP"
                          },
                          {
                            "amount": 4381.44,
                            "currency": "MVR"
                          },
                          {
                            "amount": 4614.63,
                            "currency": "SYP"
                          },
                          {
                            "amount": 2502.4,
                            "currency": "EGP"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "JZ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3474.44,
                                "currency": "ARS"
                              },
                              {
                                "amount": 922.22,
                                "currency": "JMD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "VY",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3320.47,
                                "currency": "XAF"
                              },
                              {
                                "amount": 4630.23,
                                "currency": "MNT"
                              }
                            ],
                            [
                              {
                                "amount": 4412.43,
                                "currency": "LKR"
                              }
                            ],
                            [
                              {
                                "amount": 625.55,
                                "currency": "ETB"
                              },
                              {
                                "amount": 4406.71,
                                "currency": "EGP"
                              },
                              {
                                "amount": 4532.32,
                                "currency": "MWK"
                              },
                              {
                                "amount": 3513.02,
                                "currency": "AWG"
                              }
                            ],
                            [
                              {
                                "amount": 2328.1,
                                "currency": "FKP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "xw",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3312.16,
                                "currency": "TOP"
                              },
                              {
                                "amount": 251.98,
                                "currency": "GHS"
                              },
                              {
                                "amount": 2119.24,
                                "currency": "DOP"
                              },
                              {
                                "amount": 88.82,
                                "currency": "FJD"
                              }
                            ],
                            [
                              {
                                "amount": 1071.99,
                                "currency": "BDT"
                              },
                              {
                                "amount": 939.99,
                                "currency": "MRU"
                              },
                              {
                                "amount": 3762.49,
                                "currency": "VES"
                              },
                              {
                                "amount": 4392.59,
                                "currency": "PYG"
                              },
                              {
                                "amount": 1826.02,
                                "currency": "BOB"
                              }
                            ],
                            [
                              {
                                "amount": 3471.42,
                                "currency": "MRU"
                              },
                              {
                                "amount": 3030.94,
                                "currency": "RWF"
                              },
                              {
                                "amount": 3632.52,
                                "currency": "VUV"
                              },
                              {
                                "amount": 2020.71,
                                "currency": "BIF"
                              }
                            ],
                            [
                              {
                                "amount": 2659.03,
                                "currency": "UAH"
                              },
                              {
                                "amount": 1564.22,
                                "currency": "SYP"
                              }
                            ],
                            [
                              {
                                "amount": 267.19,
                                "currency": "IRR"
                              },
                              {
                                "amount": 4871.02,
                                "currency": "MNT"
                              },
                              {
                                "amount": 1011.34,
                                "currency": "GEL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Wy",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2643.31,
                                "currency": "LRD"
                              }
                            ],
                            [
                              {
                                "amount": 3308.43,
                                "currency": "KWD"
                              }
                            ],
                            [
                              {
                                "amount": 811.52,
                                "currency": "MVR"
                              },
                              {
                                "amount": 1723.12,
                                "currency": "PYG"
                              },
                              {
                                "amount": 4629.08,
                                "currency": "GHS"
                              },
                              {
                                "amount": 2301.61,
                                "currency": "UGX"
                              },
                              {
                                "amount": 4282.76,
                                "currency": "SCR"
                              }
                            ],
                            [
                              {
                                "amount": 2384.55,
                                "currency": "JPY"
                              },
                              {
                                "amount": 1150.38,
                                "currency": "JMD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "NZ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4364.61,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 1430.23,
                                "currency": "MRU"
                              },
                              {
                                "amount": 1740.23,
                                "currency": "SOS"
                              },
                              {
                                "amount": 280.8,
                                "currency": "PLN"
                              },
                              {
                                "amount": 3227.98,
                                "currency": "IRR"
                              }
                            ],
                            [
                              {
                                "amount": 1996.12,
                                "currency": "UZS"
                              },
                              {
                                "amount": 944.56,
                                "currency": "BIF"
                              },
                              {
                                "amount": 4275.14,
                                "currency": "CDF"
                              },
                              {
                                "amount": 1324.05,
                                "currency": "GTQ"
                              }
                            ],
                            [
                              {
                                "amount": 3280.79,
                                "currency": "MYR"
                              },
                              {
                                "amount": 2049.76,
                                "currency": "SBD"
                              },
                              {
                                "amount": 3277.43,
                                "currency": "PAB"
                              }
                            ],
                            [
                              {
                                "amount": 4005.98,
                                "currency": "COP"
                              },
                              {
                                "amount": 1161.65,
                                "currency": "JOD"
                              },
                              {
                                "amount": 1181.37,
                                "currency": "VES"
                              },
                              {
                                "amount": 3765.51,
                                "currency": "SBD"
                              }
                            ],
                            [
                              {
                                "amount": 1235.22,
                                "currency": "BMD"
                              },
                              {
                                "amount": 1252.28,
                                "currency": "MUR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4869.09,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1286.41,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 533.95,
                            "currency": "MUR"
                          },
                          {
                            "amount": 4626.2,
                            "currency": "JMD"
                          },
                          {
                            "amount": 4306.84,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 4524.06,
                            "currency": "MZN"
                          },
                          {
                            "amount": 3668.86,
                            "currency": "UAH"
                          },
                          {
                            "amount": 4754.97,
                            "currency": "MRU"
                          },
                          {
                            "amount": 1441.01,
                            "currency": "GMD"
                          },
                          {
                            "amount": 2116.84,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 1783.04,
                            "currency": "MGA"
                          },
                          {
                            "amount": 4636.02,
                            "currency": "RUB"
                          },
                          {
                            "amount": 1062.21,
                            "currency": "COP"
                          }
                        ],
                        [
                          {
                            "amount": 2375.67,
                            "currency": "RWF"
                          },
                          {
                            "amount": 3775.24,
                            "currency": "BND"
                          },
                          {
                            "amount": 2536.58,
                            "currency": "GBP"
                          },
                          {
                            "amount": 3552.04,
                            "currency": "KES"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2326.76,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 1435.77,
                            "currency": "TOP"
                          },
                          {
                            "amount": 807.02,
                            "currency": "MYR"
                          },
                          {
                            "amount": 2461.55,
                            "currency": "BMD"
                          }
                        ],
                        [
                          {
                            "amount": 2779.74,
                            "currency": "MZN"
                          },
                          {
                            "amount": 2743.74,
                            "currency": "KWD"
                          },
                          {
                            "amount": 1650.85,
                            "currency": "USD"
                          },
                          {
                            "amount": 2963.93,
                            "currency": "GHS"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Jn",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3777.65,
                                "currency": "OMR"
                              },
                              {
                                "amount": 1607.99,
                                "currency": "MGA"
                              },
                              {
                                "amount": 898.73,
                                "currency": "FKP"
                              },
                              {
                                "amount": 4818,
                                "currency": "GIP"
                              },
                              {
                                "amount": 978.86,
                                "currency": "SHP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "oc",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2822.47,
                                "currency": "LBP"
                              },
                              {
                                "amount": 573.74,
                                "currency": "JMD"
                              }
                            ],
                            [
                              {
                                "amount": 4870.96,
                                "currency": "ETB"
                              }
                            ],
                            [
                              {
                                "amount": 840.05,
                                "currency": "KYD"
                              },
                              {
                                "amount": 4795.44,
                                "currency": "TRY"
                              },
                              {
                                "amount": 3148.17,
                                "currency": "NZD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1451.98,
                            "currency": "FKP"
                          },
                          {
                            "amount": 3871.1,
                            "currency": "BWP"
                          },
                          {
                            "amount": 1099.28,
                            "currency": "BSD"
                          },
                          {
                            "amount": 1221.76,
                            "currency": "BZD"
                          },
                          {
                            "amount": 2942.91,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 989.75,
                            "currency": "PKR"
                          },
                          {
                            "amount": 4897.03,
                            "currency": "LKR"
                          },
                          {
                            "amount": 961.76,
                            "currency": "PHP"
                          },
                          {
                            "amount": 315.81,
                            "currency": "GEL"
                          },
                          {
                            "amount": 4007.1,
                            "currency": "KPW"
                          }
                        ],
                        [
                          {
                            "amount": 2230.05,
                            "currency": "KWD"
                          },
                          {
                            "amount": 272.3,
                            "currency": "PEN"
                          },
                          {
                            "amount": 2004.55,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 2862.53,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4426.3,
                            "currency": "SAR"
                          },
                          {
                            "amount": 2528.36,
                            "currency": "PHP"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2023.45,
                            "currency": "KMF"
                          },
                          {
                            "amount": 2692.29,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 856.17,
                            "currency": "LYD"
                          },
                          {
                            "amount": 3578.75,
                            "currency": "JOD"
                          },
                          {
                            "amount": 2098.2,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4050.4,
                            "currency": "BIF"
                          },
                          {
                            "amount": 1330.61,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 4028.04,
                            "currency": "SRD"
                          },
                          {
                            "amount": 3382.6,
                            "currency": "LYD"
                          },
                          {
                            "amount": 2175.95,
                            "currency": "UAH"
                          },
                          {
                            "amount": 1942.62,
                            "currency": "RSD"
                          },
                          {
                            "amount": 838.35,
                            "currency": "SEK"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1320.86,
                            "currency": "STN"
                          },
                          {
                            "amount": 3589.74,
                            "currency": "CUP"
                          },
                          {
                            "amount": 1766.69,
                            "currency": "HNL"
                          },
                          {
                            "amount": 4885.81,
                            "currency": "QAR"
                          },
                          {
                            "amount": 3095.12,
                            "currency": "HNL"
                          }
                        ],
                        [
                          {
                            "amount": 1229.23,
                            "currency": "ERN"
                          },
                          {
                            "amount": 2832.85,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 289.1,
                            "currency": "WST"
                          },
                          {
                            "amount": 1829.45,
                            "currency": "RWF"
                          },
                          {
                            "amount": 3274.47,
                            "currency": "BHD"
                          },
                          {
                            "amount": 730.92,
                            "currency": "BDT"
                          },
                          {
                            "amount": 954.35,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 2961.23,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 139.29,
                            "currency": "BMD"
                          },
                          {
                            "amount": 3594.55,
                            "currency": "RSD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "03981371",
                    "percentage": 27.7,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4471.31,
                            "currency": "SRD"
                          },
                          {
                            "amount": 4862.9,
                            "currency": "DJF"
                          },
                          {
                            "amount": 3250.79,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 3663.96,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 946.4,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4196.11,
                            "currency": "GEL"
                          },
                          {
                            "amount": 3100.29,
                            "currency": "AFN"
                          },
                          {
                            "amount": 601.12,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 4012.37,
                            "currency": "MGA"
                          },
                          {
                            "amount": 745.2,
                            "currency": "LBP"
                          },
                          {
                            "amount": 2423.12,
                            "currency": "GBP"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Connection"
              }
            },
            {
              "availableInventory": 8,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Toni",
                    "index": 7,
                    "lastName": "Kertzmann",
                    "tierLevel": "Red",
                    "tierLevelNumber": 1,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3512.63,
                            "currency": "AFN"
                          },
                          {
                            "amount": 3674.12,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4932.37,
                            "currency": "PKR"
                          }
                        ],
                        [
                          {
                            "amount": 3138.76,
                            "currency": "TOP"
                          },
                          {
                            "amount": 2775.06,
                            "currency": "JPY"
                          },
                          {
                            "amount": 3937.04,
                            "currency": "PEN"
                          },
                          {
                            "amount": 520.69,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 2236.83,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 1908.67,
                            "currency": "AED"
                          },
                          {
                            "amount": 2393.79,
                            "currency": "TZS"
                          },
                          {
                            "amount": 1850.05,
                            "currency": "FJD"
                          },
                          {
                            "amount": 1272.75,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 2021.56,
                            "currency": "BHD"
                          },
                          {
                            "amount": 2633.95,
                            "currency": "XOF"
                          },
                          {
                            "amount": 906.71,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1939.35,
                            "currency": "SOS"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3181.72,
                            "currency": "MWK"
                          },
                          {
                            "amount": 4230.84,
                            "currency": "AUD"
                          },
                          {
                            "amount": 1765.69,
                            "currency": "PAB"
                          },
                          {
                            "amount": 3109.7,
                            "currency": "BBD"
                          },
                          {
                            "amount": 4624.97,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 2956.93,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4292.24,
                            "currency": "DZD"
                          },
                          {
                            "amount": 1341.09,
                            "currency": "CNY"
                          }
                        ],
                        [
                          {
                            "amount": 1815.26,
                            "currency": "AED"
                          },
                          {
                            "amount": 4791.14,
                            "currency": "XCD"
                          },
                          {
                            "amount": 1958.54,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 1971.31,
                            "currency": "NIO"
                          },
                          {
                            "amount": 4713.28,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 759.26,
                            "currency": "LBP"
                          },
                          {
                            "amount": 2346.55,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1466.64,
                            "currency": "NZD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "tq",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4977.4,
                                "currency": "LRD"
                              },
                              {
                                "amount": 1438.61,
                                "currency": "THB"
                              },
                              {
                                "amount": 839.82,
                                "currency": "KGS"
                              },
                              {
                                "amount": 4369.17,
                                "currency": "TWD"
                              }
                            ],
                            [
                              {
                                "amount": 931.31,
                                "currency": "SYP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "NN",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 373.6,
                                "currency": "AOA"
                              },
                              {
                                "amount": 1548.64,
                                "currency": "GHS"
                              },
                              {
                                "amount": 4062.33,
                                "currency": "KGS"
                              },
                              {
                                "amount": 30.29,
                                "currency": "XCD"
                              }
                            ],
                            [
                              {
                                "amount": 695.75,
                                "currency": "MWK"
                              },
                              {
                                "amount": 1593.34,
                                "currency": "LKR"
                              },
                              {
                                "amount": 2873.31,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 4882.93,
                                "currency": "NAD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1639.51,
                            "currency": "VES"
                          }
                        ],
                        [
                          {
                            "amount": 3617.91,
                            "currency": "CDF"
                          },
                          {
                            "amount": 706.62,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 944.12,
                            "currency": "BAM"
                          },
                          {
                            "amount": 865.76,
                            "currency": "HTG"
                          },
                          {
                            "amount": 4868.78,
                            "currency": "CZK"
                          }
                        ],
                        [
                          {
                            "amount": 1598.39,
                            "currency": "CHF"
                          },
                          {
                            "amount": 4487.24,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 3009.69,
                            "currency": "NIO"
                          },
                          {
                            "amount": 4421.43,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 3373.47,
                            "currency": "EGP"
                          },
                          {
                            "amount": 3014.86,
                            "currency": "CRC"
                          },
                          {
                            "amount": 3593.04,
                            "currency": "AZN"
                          },
                          {
                            "amount": 3798.76,
                            "currency": "LSL"
                          },
                          {
                            "amount": 1034.44,
                            "currency": "ILS"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "vA",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2722.32,
                                "currency": "LYD"
                              },
                              {
                                "amount": 4599.3,
                                "currency": "PGK"
                              },
                              {
                                "amount": 2844.35,
                                "currency": "LBP"
                              },
                              {
                                "amount": 1853.47,
                                "currency": "KMF"
                              },
                              {
                                "amount": 1136.55,
                                "currency": "PEN"
                              }
                            ],
                            [
                              {
                                "amount": 4483.95,
                                "currency": "TND"
                              },
                              {
                                "amount": 4484.2,
                                "currency": "FKP"
                              },
                              {
                                "amount": 3032.72,
                                "currency": "LYD"
                              },
                              {
                                "amount": 4467.46,
                                "currency": "XOF"
                              },
                              {
                                "amount": 1862.01,
                                "currency": "TMT"
                              }
                            ],
                            [
                              {
                                "amount": 1644.93,
                                "currency": "IQD"
                              },
                              {
                                "amount": 3406.53,
                                "currency": "AFN"
                              },
                              {
                                "amount": 3766.59,
                                "currency": "SEK"
                              },
                              {
                                "amount": 4834.77,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 4421.6,
                                "currency": "ERN"
                              }
                            ],
                            [
                              {
                                "amount": 3824.65,
                                "currency": "BMD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 205,
                            "currency": "CLP"
                          },
                          {
                            "amount": 1009.07,
                            "currency": "TWD"
                          },
                          {
                            "amount": 357.06,
                            "currency": "XOF"
                          },
                          {
                            "amount": 1632.51,
                            "currency": "GMD"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3680.94,
                            "currency": "XCD"
                          },
                          {
                            "amount": 1043.53,
                            "currency": "GBP"
                          },
                          {
                            "amount": 4141.41,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3157.74,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 3326.55,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 1071.01,
                            "currency": "GNF"
                          },
                          {
                            "amount": 2481.45,
                            "currency": "VUV"
                          },
                          {
                            "amount": 4942.06,
                            "currency": "SGD"
                          },
                          {
                            "amount": 1549.32,
                            "currency": "SYP"
                          },
                          {
                            "amount": 1145.23,
                            "currency": "BOB"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3465.59,
                            "currency": "THB"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "65066452",
                    "percentage": 12.5,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4007.66,
                            "currency": "USD"
                          },
                          {
                            "amount": 1776.59,
                            "currency": "TMT"
                          },
                          {
                            "amount": 1412.25,
                            "currency": "SOS"
                          },
                          {
                            "amount": 1660.73,
                            "currency": "VND"
                          }
                        ],
                        [
                          {
                            "amount": 2905.97,
                            "currency": "NAD"
                          },
                          {
                            "amount": 229.13,
                            "currency": "BSD"
                          },
                          {
                            "amount": 527.37,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 2507.89,
                            "currency": "ANG"
                          }
                        ],
                        [
                          {
                            "amount": 1764.84,
                            "currency": "GNF"
                          },
                          {
                            "amount": 1636.02,
                            "currency": "YER"
                          },
                          {
                            "amount": 1106.86,
                            "currency": "JPY"
                          },
                          {
                            "amount": 11.66,
                            "currency": "CNY"
                          }
                        ],
                        [
                          {
                            "amount": 3928.26,
                            "currency": "BND"
                          },
                          {
                            "amount": 1245.16,
                            "currency": "GHS"
                          },
                          {
                            "amount": 2892.58,
                            "currency": "IDR"
                          },
                          {
                            "amount": 2856.09,
                            "currency": "BHD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Connection"
              }
            },
            {
              "availableInventory": 40,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Carmelo",
                    "index": 7,
                    "lastName": "Price",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 2,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2068.99,
                            "currency": "HNL"
                          },
                          {
                            "amount": 1772.7,
                            "currency": "SCR"
                          }
                        ],
                        [
                          {
                            "amount": 1158.37,
                            "currency": "WST"
                          }
                        ],
                        [
                          {
                            "amount": 3458.36,
                            "currency": "GMD"
                          }
                        ],
                        [
                          {
                            "amount": 3787.41,
                            "currency": "TMT"
                          },
                          {
                            "amount": 369.67,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 889.54,
                            "currency": "BMD"
                          },
                          {
                            "amount": 2243.72,
                            "currency": "HUF"
                          },
                          {
                            "amount": 460.27,
                            "currency": "CVE"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2974.32,
                            "currency": "HNL"
                          }
                        ],
                        [
                          {
                            "amount": 3004.91,
                            "currency": "MUR"
                          },
                          {
                            "amount": 2716.24,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 472.12,
                            "currency": "XOF"
                          },
                          {
                            "amount": 4583.07,
                            "currency": "KHR"
                          },
                          {
                            "amount": 3223.62,
                            "currency": "QAR"
                          },
                          {
                            "amount": 3998.21,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 159.24,
                            "currency": "ZWL"
                          }
                        ],
                        [
                          {
                            "amount": 1924.09,
                            "currency": "MWK"
                          },
                          {
                            "amount": 2690.42,
                            "currency": "VND"
                          },
                          {
                            "amount": 34.83,
                            "currency": "LKR"
                          },
                          {
                            "amount": 4487.36,
                            "currency": "TWD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "ei",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 613.87,
                                "currency": "PKR"
                              },
                              {
                                "amount": 2333.21,
                                "currency": "MDL"
                              },
                              {
                                "amount": 2602.06,
                                "currency": "ANG"
                              },
                              {
                                "amount": 2756.57,
                                "currency": "CLP"
                              }
                            ],
                            [
                              {
                                "amount": 762.76,
                                "currency": "SRD"
                              },
                              {
                                "amount": 4289.88,
                                "currency": "HUF"
                              },
                              {
                                "amount": 1849.46,
                                "currency": "MWK"
                              }
                            ],
                            [
                              {
                                "amount": 2166.11,
                                "currency": "PLN"
                              },
                              {
                                "amount": 1163.21,
                                "currency": "PAB"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "HX",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2202.77,
                                "currency": "USD"
                              },
                              {
                                "amount": 4289.02,
                                "currency": "MZN"
                              }
                            ],
                            [
                              {
                                "amount": 4036.59,
                                "currency": "GEL"
                              },
                              {
                                "amount": 2219.26,
                                "currency": "CZK"
                              },
                              {
                                "amount": 4824.23,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 1056.66,
                                "currency": "AUD"
                              }
                            ],
                            [
                              {
                                "amount": 1063.68,
                                "currency": "GBP"
                              }
                            ],
                            [
                              {
                                "amount": 3598.54,
                                "currency": "KMF"
                              },
                              {
                                "amount": 206.11,
                                "currency": "NGN"
                              },
                              {
                                "amount": 3264.05,
                                "currency": "PKR"
                              },
                              {
                                "amount": 3652.23,
                                "currency": "MVR"
                              },
                              {
                                "amount": 304.17,
                                "currency": "IQD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 508.37,
                            "currency": "JMD"
                          },
                          {
                            "amount": 2668.04,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 4519.85,
                            "currency": "DKK"
                          },
                          {
                            "amount": 2235.15,
                            "currency": "JOD"
                          }
                        ],
                        [
                          {
                            "amount": 3187.12,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1009.32,
                            "currency": "UGX"
                          },
                          {
                            "amount": 4499.79,
                            "currency": "MGA"
                          },
                          {
                            "amount": 651.48,
                            "currency": "ETB"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 629.89,
                            "currency": "AZN"
                          },
                          {
                            "amount": 867.32,
                            "currency": "BGN"
                          },
                          {
                            "amount": 1013.48,
                            "currency": "AED"
                          },
                          {
                            "amount": 3989.58,
                            "currency": "ARS"
                          },
                          {
                            "amount": 695.9,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 4524.27,
                            "currency": "ISK"
                          },
                          {
                            "amount": 3459.25,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 1955.56,
                            "currency": "RON"
                          },
                          {
                            "amount": 825.83,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1305.09,
                            "currency": "HTG"
                          },
                          {
                            "amount": 4991.95,
                            "currency": "BMD"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "lV",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1047.82,
                                "currency": "GBP"
                              },
                              {
                                "amount": 3798.24,
                                "currency": "BIF"
                              },
                              {
                                "amount": 1179.59,
                                "currency": "HKD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Uv",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3718.76,
                                "currency": "RWF"
                              },
                              {
                                "amount": 1702.57,
                                "currency": "AWG"
                              },
                              {
                                "amount": 1918.01,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 2067.1,
                                "currency": "NIO"
                              },
                              {
                                "amount": 447.01,
                                "currency": "NPR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2489.42,
                            "currency": "INR"
                          },
                          {
                            "amount": 2436.79,
                            "currency": "ERN"
                          },
                          {
                            "amount": 3112.1,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 4645.25,
                            "currency": "MVR"
                          },
                          {
                            "amount": 4497.66,
                            "currency": "UGX"
                          },
                          {
                            "amount": 4299.24,
                            "currency": "JMD"
                          },
                          {
                            "amount": 1412.26,
                            "currency": "BMD"
                          },
                          {
                            "amount": 3043.21,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 3323.08,
                            "currency": "AWG"
                          },
                          {
                            "amount": 145.29,
                            "currency": "AFN"
                          },
                          {
                            "amount": 3372.3,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 1928.66,
                            "currency": "CNY"
                          },
                          {
                            "amount": 668.33,
                            "currency": "COP"
                          },
                          {
                            "amount": 3264.36,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 396.64,
                            "currency": "CDF"
                          },
                          {
                            "amount": 757.47,
                            "currency": "DOP"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 747.34,
                            "currency": "PKR"
                          },
                          {
                            "amount": 1188.59,
                            "currency": "KES"
                          },
                          {
                            "amount": 3715.17,
                            "currency": "ARS"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3269.6,
                            "currency": "PYG"
                          },
                          {
                            "amount": 2352.96,
                            "currency": "NAD"
                          },
                          {
                            "amount": 1833.38,
                            "currency": "MRU"
                          }
                        ],
                        [
                          {
                            "amount": 649.66,
                            "currency": "BAM"
                          },
                          {
                            "amount": 2972.59,
                            "currency": "UZS"
                          },
                          {
                            "amount": 4028.48,
                            "currency": "IDR"
                          }
                        ],
                        [
                          {
                            "amount": 3677.87,
                            "currency": "RWF"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "70307083",
                    "percentage": 15.6,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1290.83,
                            "currency": "BBD"
                          },
                          {
                            "amount": 635.43,
                            "currency": "PKR"
                          },
                          {
                            "amount": 3754.25,
                            "currency": "AOA"
                          },
                          {
                            "amount": 1410.37,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 2549.76,
                            "currency": "AUD"
                          },
                          {
                            "amount": 3532.99,
                            "currency": "BHD"
                          },
                          {
                            "amount": 34.59,
                            "currency": "BDT"
                          },
                          {
                            "amount": 4307.93,
                            "currency": "PYG"
                          },
                          {
                            "amount": 2026.6,
                            "currency": "KHR"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Elinor",
                    "index": 1,
                    "lastName": "Strosin",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 2,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2272.6,
                            "currency": "XCD"
                          },
                          {
                            "amount": 1841.95,
                            "currency": "KWD"
                          },
                          {
                            "amount": 2189.18,
                            "currency": "SLE"
                          },
                          {
                            "amount": 4691.38,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 399.99,
                            "currency": "VES"
                          },
                          {
                            "amount": 115.06,
                            "currency": "SAR"
                          },
                          {
                            "amount": 2390.37,
                            "currency": "FKP"
                          },
                          {
                            "amount": 4321.82,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1499.91,
                            "currency": "SGD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2519.08,
                            "currency": "GNF"
                          },
                          {
                            "amount": 2998.81,
                            "currency": "MOP"
                          }
                        ],
                        [
                          {
                            "amount": 1763.13,
                            "currency": "MYR"
                          },
                          {
                            "amount": 830.55,
                            "currency": "RWF"
                          },
                          {
                            "amount": 1575.11,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4498.9,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1157.26,
                            "currency": "IQD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Eu",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1940.67,
                                "currency": "SRD"
                              },
                              {
                                "amount": 3967.14,
                                "currency": "VES"
                              },
                              {
                                "amount": 3863.32,
                                "currency": "ANG"
                              },
                              {
                                "amount": 2685.04,
                                "currency": "KES"
                              }
                            ],
                            [
                              {
                                "amount": 2146.08,
                                "currency": "MGA"
                              },
                              {
                                "amount": 769.11,
                                "currency": "OMR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "bc",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4492.96,
                                "currency": "MAD"
                              },
                              {
                                "amount": 1606.37,
                                "currency": "YER"
                              },
                              {
                                "amount": 1306.59,
                                "currency": "KES"
                              },
                              {
                                "amount": 4763.92,
                                "currency": "SRD"
                              },
                              {
                                "amount": 323.92,
                                "currency": "ZWL"
                              }
                            ],
                            [
                              {
                                "amount": 2908.39,
                                "currency": "MXN"
                              },
                              {
                                "amount": 677.56,
                                "currency": "CZK"
                              },
                              {
                                "amount": 3501.93,
                                "currency": "HNL"
                              },
                              {
                                "amount": 1453.57,
                                "currency": "SBD"
                              },
                              {
                                "amount": 3630.85,
                                "currency": "SAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "QH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2763.24,
                                "currency": "IDR"
                              },
                              {
                                "amount": 4561.33,
                                "currency": "GNF"
                              },
                              {
                                "amount": 4590.18,
                                "currency": "BSD"
                              }
                            ],
                            [
                              {
                                "amount": 2732.44,
                                "currency": "NOK"
                              },
                              {
                                "amount": 4973.36,
                                "currency": "TWD"
                              }
                            ],
                            [
                              {
                                "amount": 2880.1,
                                "currency": "VUV"
                              }
                            ],
                            [
                              {
                                "amount": 452.38,
                                "currency": "BSD"
                              },
                              {
                                "amount": 3505,
                                "currency": "CDF"
                              },
                              {
                                "amount": 2715.2,
                                "currency": "ETB"
                              },
                              {
                                "amount": 1928.83,
                                "currency": "TMT"
                              },
                              {
                                "amount": 4576.42,
                                "currency": "NZD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1263.57,
                            "currency": "GYD"
                          },
                          {
                            "amount": 3207.99,
                            "currency": "PGK"
                          },
                          {
                            "amount": 1230.18,
                            "currency": "KYD"
                          },
                          {
                            "amount": 304.94,
                            "currency": "COP"
                          },
                          {
                            "amount": 1636.25,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 4047.39,
                            "currency": "OMR"
                          },
                          {
                            "amount": 1516.84,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 1240.79,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 4515.99,
                            "currency": "CVE"
                          },
                          {
                            "amount": 4702.98,
                            "currency": "DOP"
                          },
                          {
                            "amount": 482.16,
                            "currency": "SDG"
                          },
                          {
                            "amount": 3124.74,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 3188.98,
                            "currency": "EGP"
                          },
                          {
                            "amount": 3535.32,
                            "currency": "INR"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4351.82,
                            "currency": "BBD"
                          },
                          {
                            "amount": 183.78,
                            "currency": "DOP"
                          },
                          {
                            "amount": 4565.94,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 1705.79,
                            "currency": "YER"
                          },
                          {
                            "amount": 569.77,
                            "currency": "GIP"
                          },
                          {
                            "amount": 2893.61,
                            "currency": "DJF"
                          },
                          {
                            "amount": 3044.02,
                            "currency": "AUD"
                          },
                          {
                            "amount": 810.7,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 328.97,
                            "currency": "OMR"
                          },
                          {
                            "amount": 4173.65,
                            "currency": "PKR"
                          },
                          {
                            "amount": 4333.12,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 1836.39,
                            "currency": "JPY"
                          },
                          {
                            "amount": 4378.58,
                            "currency": "THB"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Tv",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 916.89,
                                "currency": "ANG"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "po",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 480.54,
                                "currency": "BTN"
                              },
                              {
                                "amount": 3404.65,
                                "currency": "NAD"
                              }
                            ],
                            [
                              {
                                "amount": 447.31,
                                "currency": "KHR"
                              },
                              {
                                "amount": 4247.07,
                                "currency": "ANG"
                              },
                              {
                                "amount": 3303.97,
                                "currency": "PEN"
                              },
                              {
                                "amount": 3940.5,
                                "currency": "UZS"
                              }
                            ],
                            [
                              {
                                "amount": 2423.8,
                                "currency": "MXN"
                              },
                              {
                                "amount": 1497.5,
                                "currency": "JOD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "kn",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1001.33,
                                "currency": "KHR"
                              },
                              {
                                "amount": 1474.1,
                                "currency": "MZN"
                              },
                              {
                                "amount": 3160.21,
                                "currency": "CNY"
                              },
                              {
                                "amount": 4770.82,
                                "currency": "BIF"
                              },
                              {
                                "amount": 4398.14,
                                "currency": "BWP"
                              }
                            ],
                            [
                              {
                                "amount": 3236.05,
                                "currency": "SRD"
                              },
                              {
                                "amount": 1978.16,
                                "currency": "VND"
                              },
                              {
                                "amount": 3719.82,
                                "currency": "THB"
                              }
                            ],
                            [
                              {
                                "amount": 4885.53,
                                "currency": "PAB"
                              },
                              {
                                "amount": 2049.87,
                                "currency": "IRR"
                              },
                              {
                                "amount": 4848.06,
                                "currency": "NAD"
                              },
                              {
                                "amount": 928.92,
                                "currency": "SGD"
                              },
                              {
                                "amount": 2548.55,
                                "currency": "KZT"
                              }
                            ],
                            [
                              {
                                "amount": 3839.99,
                                "currency": "VND"
                              },
                              {
                                "amount": 3726.42,
                                "currency": "ISK"
                              },
                              {
                                "amount": 2983.49,
                                "currency": "UGX"
                              },
                              {
                                "amount": 4333.66,
                                "currency": "PLN"
                              },
                              {
                                "amount": 3084.94,
                                "currency": "KES"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4959.25,
                            "currency": "PYG"
                          },
                          {
                            "amount": 4279.15,
                            "currency": "TMT"
                          },
                          {
                            "amount": 4959.96,
                            "currency": "RON"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1872.38,
                            "currency": "GHS"
                          },
                          {
                            "amount": 2804.67,
                            "currency": "COP"
                          },
                          {
                            "amount": 2274.65,
                            "currency": "ILS"
                          },
                          {
                            "amount": 4211.4,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 406.1,
                            "currency": "ZAR"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 412.85,
                            "currency": "CNY"
                          }
                        ],
                        [
                          {
                            "amount": 2811.1,
                            "currency": "OMR"
                          },
                          {
                            "amount": 2643.2,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3011.58,
                            "currency": "SLE"
                          },
                          {
                            "amount": 1599.53,
                            "currency": "MZN"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "50449356",
                    "percentage": 23.7,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3348.91,
                            "currency": "ETB"
                          },
                          {
                            "amount": 2084.94,
                            "currency": "BAM"
                          },
                          {
                            "amount": 4889.1,
                            "currency": "SEK"
                          },
                          {
                            "amount": 3456.59,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 551.42,
                            "currency": "SEK"
                          }
                        ],
                        [
                          {
                            "amount": 3156.55,
                            "currency": "BWP"
                          },
                          {
                            "amount": 3270.23,
                            "currency": "HUF"
                          },
                          {
                            "amount": 1150.38,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 2801.18,
                            "currency": "BWP"
                          },
                          {
                            "amount": 47.26,
                            "currency": "GMD"
                          },
                          {
                            "amount": 3755.76,
                            "currency": "LAK"
                          },
                          {
                            "amount": 2007.8,
                            "currency": "TOP"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Ellis",
                    "index": 7,
                    "lastName": "Mraz",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 3,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2327.4,
                            "currency": "PGK"
                          },
                          {
                            "amount": 2366,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 489.69,
                            "currency": "KWD"
                          },
                          {
                            "amount": 3649.77,
                            "currency": "AOA"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3422.59,
                            "currency": "LYD"
                          },
                          {
                            "amount": 4874.49,
                            "currency": "SGD"
                          }
                        ],
                        [
                          {
                            "amount": 4815.23,
                            "currency": "BYN"
                          },
                          {
                            "amount": 776.33,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 2338.34,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 2022.8,
                            "currency": "KPW"
                          },
                          {
                            "amount": 1897.53,
                            "currency": "ALL"
                          },
                          {
                            "amount": 563.39,
                            "currency": "USD"
                          },
                          {
                            "amount": 197.87,
                            "currency": "IQD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "fu",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4867.55,
                                "currency": "LYD"
                              },
                              {
                                "amount": 3318.85,
                                "currency": "AWG"
                              },
                              {
                                "amount": 1482.76,
                                "currency": "RON"
                              },
                              {
                                "amount": 668.19,
                                "currency": "NAD"
                              },
                              {
                                "amount": 4166.44,
                                "currency": "BYN"
                              }
                            ],
                            [
                              {
                                "amount": 4924.04,
                                "currency": "ARS"
                              },
                              {
                                "amount": 3141.09,
                                "currency": "SHP"
                              }
                            ],
                            [
                              {
                                "amount": 1145.56,
                                "currency": "KGS"
                              },
                              {
                                "amount": 3056.86,
                                "currency": "SZL"
                              },
                              {
                                "amount": 775.88,
                                "currency": "STN"
                              },
                              {
                                "amount": 1013.15,
                                "currency": "GNF"
                              }
                            ],
                            [
                              {
                                "amount": 613.92,
                                "currency": "EGP"
                              },
                              {
                                "amount": 4473.78,
                                "currency": "PYG"
                              },
                              {
                                "amount": 824.2,
                                "currency": "TZS"
                              },
                              {
                                "amount": 4524.62,
                                "currency": "PYG"
                              },
                              {
                                "amount": 4344.42,
                                "currency": "JPY"
                              }
                            ],
                            [
                              {
                                "amount": 173.14,
                                "currency": "CZK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ju",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2361.96,
                                "currency": "VUV"
                              }
                            ],
                            [
                              {
                                "amount": 2409.2,
                                "currency": "MZN"
                              },
                              {
                                "amount": 3912.33,
                                "currency": "SAR"
                              },
                              {
                                "amount": 2324.6,
                                "currency": "MRU"
                              },
                              {
                                "amount": 1720.15,
                                "currency": "RUB"
                              }
                            ],
                            [
                              {
                                "amount": 2650.83,
                                "currency": "WST"
                              },
                              {
                                "amount": 1966.18,
                                "currency": "LAK"
                              },
                              {
                                "amount": 2626.87,
                                "currency": "MDL"
                              },
                              {
                                "amount": 2209.2,
                                "currency": "MVR"
                              },
                              {
                                "amount": 4529.46,
                                "currency": "PKR"
                              }
                            ],
                            [
                              {
                                "amount": 585.41,
                                "currency": "NGN"
                              },
                              {
                                "amount": 3066.23,
                                "currency": "ETB"
                              },
                              {
                                "amount": 1361.81,
                                "currency": "EGP"
                              },
                              {
                                "amount": 1240.05,
                                "currency": "SBD"
                              },
                              {
                                "amount": 2734.44,
                                "currency": "IRR"
                              }
                            ],
                            [
                              {
                                "amount": 3037.3,
                                "currency": "JOD"
                              },
                              {
                                "amount": 195.49,
                                "currency": "BAM"
                              },
                              {
                                "amount": 4594.25,
                                "currency": "BIF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Mp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2232.33,
                                "currency": "YER"
                              },
                              {
                                "amount": 3641.42,
                                "currency": "DKK"
                              },
                              {
                                "amount": 3796.93,
                                "currency": "LBP"
                              },
                              {
                                "amount": 3038.3,
                                "currency": "HUF"
                              },
                              {
                                "amount": 3574.14,
                                "currency": "BBD"
                              }
                            ],
                            [
                              {
                                "amount": 2231.94,
                                "currency": "DZD"
                              },
                              {
                                "amount": 2423.53,
                                "currency": "KES"
                              }
                            ],
                            [
                              {
                                "amount": 1259.18,
                                "currency": "KHR"
                              },
                              {
                                "amount": 2329.88,
                                "currency": "KYD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "kw",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 941.66,
                                "currency": "FKP"
                              },
                              {
                                "amount": 309.54,
                                "currency": "OMR"
                              },
                              {
                                "amount": 1625.72,
                                "currency": "BIF"
                              },
                              {
                                "amount": 2489,
                                "currency": "BMD"
                              },
                              {
                                "amount": 3073.99,
                                "currency": "BSD"
                              }
                            ],
                            [
                              {
                                "amount": 804.07,
                                "currency": "GMD"
                              },
                              {
                                "amount": 4549.69,
                                "currency": "MNT"
                              },
                              {
                                "amount": 1751.17,
                                "currency": "BYN"
                              },
                              {
                                "amount": 2978.27,
                                "currency": "UGX"
                              }
                            ],
                            [
                              {
                                "amount": 1381.74,
                                "currency": "SLE"
                              },
                              {
                                "amount": 3232.37,
                                "currency": "DKK"
                              },
                              {
                                "amount": 1197.68,
                                "currency": "SHP"
                              },
                              {
                                "amount": 2289.01,
                                "currency": "TOP"
                              },
                              {
                                "amount": 966.42,
                                "currency": "ILS"
                              }
                            ],
                            [
                              {
                                "amount": 1354.77,
                                "currency": "NGN"
                              },
                              {
                                "amount": 404.04,
                                "currency": "TOP"
                              },
                              {
                                "amount": 3307.33,
                                "currency": "RWF"
                              },
                              {
                                "amount": 3806.76,
                                "currency": "ARS"
                              }
                            ],
                            [
                              {
                                "amount": 4105.58,
                                "currency": "TND"
                              },
                              {
                                "amount": 2607.14,
                                "currency": "HNL"
                              },
                              {
                                "amount": 1583.96,
                                "currency": "ISK"
                              },
                              {
                                "amount": 1869.07,
                                "currency": "AED"
                              },
                              {
                                "amount": 1208.08,
                                "currency": "BWP"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1426.36,
                            "currency": "GBP"
                          },
                          {
                            "amount": 4057.48,
                            "currency": "MXN"
                          },
                          {
                            "amount": 1912.12,
                            "currency": "NAD"
                          },
                          {
                            "amount": 1724.89,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2875.18,
                            "currency": "PKR"
                          }
                        ],
                        [
                          {
                            "amount": 410.23,
                            "currency": "LSL"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2641.53,
                            "currency": "KPW"
                          },
                          {
                            "amount": 923.74,
                            "currency": "RUB"
                          },
                          {
                            "amount": 1321.49,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 2363.9,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 2695.07,
                            "currency": "GYD"
                          },
                          {
                            "amount": 3999.65,
                            "currency": "WST"
                          },
                          {
                            "amount": 4474.42,
                            "currency": "PHP"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "vZ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1301.21,
                                "currency": "LAK"
                              },
                              {
                                "amount": 2098.19,
                                "currency": "PHP"
                              },
                              {
                                "amount": 2901.86,
                                "currency": "NPR"
                              },
                              {
                                "amount": 2541.52,
                                "currency": "NGN"
                              },
                              {
                                "amount": 965.04,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 3588.56,
                                "currency": "GIP"
                              },
                              {
                                "amount": 4898.23,
                                "currency": "DOP"
                              },
                              {
                                "amount": 2346.93,
                                "currency": "SCR"
                              },
                              {
                                "amount": 1526.22,
                                "currency": "MVR"
                              }
                            ],
                            [
                              {
                                "amount": 1788.41,
                                "currency": "KGS"
                              }
                            ],
                            [
                              {
                                "amount": 3794.06,
                                "currency": "AWG"
                              },
                              {
                                "amount": 2682.27,
                                "currency": "USD"
                              },
                              {
                                "amount": 3187.13,
                                "currency": "IRR"
                              },
                              {
                                "amount": 4120.53,
                                "currency": "UGX"
                              }
                            ],
                            [
                              {
                                "amount": 3561.29,
                                "currency": "NAD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "SH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4832.91,
                                "currency": "NAD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ql",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4589.85,
                                "currency": "KGS"
                              },
                              {
                                "amount": 2231.08,
                                "currency": "JPY"
                              },
                              {
                                "amount": 4179.76,
                                "currency": "MKD"
                              },
                              {
                                "amount": 244.5,
                                "currency": "CHF"
                              },
                              {
                                "amount": 2218.42,
                                "currency": "MUR"
                              }
                            ],
                            [
                              {
                                "amount": 1604.51,
                                "currency": "SCR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1788.57,
                            "currency": "LRD"
                          },
                          {
                            "amount": 3570.61,
                            "currency": "SCR"
                          }
                        ],
                        [
                          {
                            "amount": 3770.06,
                            "currency": "CDF"
                          },
                          {
                            "amount": 4892.97,
                            "currency": "CHF"
                          },
                          {
                            "amount": 3049.43,
                            "currency": "AFN"
                          },
                          {
                            "amount": 2927.78,
                            "currency": "LKR"
                          },
                          {
                            "amount": 324.23,
                            "currency": "VES"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2263.01,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 4478.74,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 1809.72,
                            "currency": "JMD"
                          },
                          {
                            "amount": 2495.84,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 4040.41,
                            "currency": "PAB"
                          },
                          {
                            "amount": 2040.1,
                            "currency": "MWK"
                          },
                          {
                            "amount": 872.35,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 3659,
                            "currency": "HNL"
                          },
                          {
                            "amount": 4750.13,
                            "currency": "TTD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4231.12,
                            "currency": "UAH"
                          },
                          {
                            "amount": 2385.33,
                            "currency": "ERN"
                          },
                          {
                            "amount": 830.61,
                            "currency": "XPF"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "38478632",
                    "percentage": 27.6,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3410.91,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1528.18,
                            "currency": "EUR"
                          },
                          {
                            "amount": 664.24,
                            "currency": "SAR"
                          }
                        ],
                        [
                          {
                            "amount": 4240.29,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 1955.42,
                            "currency": "TRY"
                          },
                          {
                            "amount": 343.53,
                            "currency": "SYP"
                          },
                          {
                            "amount": 864.58,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 2176.61,
                            "currency": "LYD"
                          },
                          {
                            "amount": 1449.83,
                            "currency": "BHD"
                          },
                          {
                            "amount": 2753.03,
                            "currency": "PGK"
                          },
                          {
                            "amount": 755.47,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 4694.76,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 3948.2,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 4559.26,
                            "currency": "TMT"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Inbound"
              }
            },
            {
              "availableInventory": 38,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Selena",
                    "index": 1,
                    "lastName": "Robel",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 0,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4835.78,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 260.96,
                            "currency": "UYU"
                          },
                          {
                            "amount": 3598.93,
                            "currency": "BIF"
                          },
                          {
                            "amount": 1215.51,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 270.12,
                            "currency": "MUR"
                          },
                          {
                            "amount": 1120.24,
                            "currency": "NGN"
                          },
                          {
                            "amount": 258.54,
                            "currency": "SEK"
                          },
                          {
                            "amount": 4234.78,
                            "currency": "AWG"
                          },
                          {
                            "amount": 915.39,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 2289.25,
                            "currency": "KZT"
                          },
                          {
                            "amount": 4115.68,
                            "currency": "IRR"
                          },
                          {
                            "amount": 1439.78,
                            "currency": "IDR"
                          },
                          {
                            "amount": 521.59,
                            "currency": "ANG"
                          }
                        ],
                        [
                          {
                            "amount": 2237.91,
                            "currency": "SHP"
                          },
                          {
                            "amount": 4259.06,
                            "currency": "IDR"
                          },
                          {
                            "amount": 1274.26,
                            "currency": "CVE"
                          },
                          {
                            "amount": 3438.46,
                            "currency": "SCR"
                          },
                          {
                            "amount": 3914.76,
                            "currency": "BWP"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 987.03,
                            "currency": "LRD"
                          },
                          {
                            "amount": 3230.68,
                            "currency": "BOB"
                          },
                          {
                            "amount": 4806.31,
                            "currency": "MAD"
                          },
                          {
                            "amount": 4446.27,
                            "currency": "QAR"
                          },
                          {
                            "amount": 1921.59,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 2979.55,
                            "currency": "TOP"
                          },
                          {
                            "amount": 546.2,
                            "currency": "USD"
                          },
                          {
                            "amount": 4796.25,
                            "currency": "NIO"
                          },
                          {
                            "amount": 1936.03,
                            "currency": "TND"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "mw",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4384.06,
                                "currency": "HNL"
                              },
                              {
                                "amount": 4367.1,
                                "currency": "JPY"
                              },
                              {
                                "amount": 3554.61,
                                "currency": "TZS"
                              },
                              {
                                "amount": 3174.41,
                                "currency": "KMF"
                              },
                              {
                                "amount": 793.01,
                                "currency": "ALL"
                              }
                            ],
                            [
                              {
                                "amount": 165.24,
                                "currency": "MUR"
                              }
                            ],
                            [
                              {
                                "amount": 1439.76,
                                "currency": "MNT"
                              }
                            ],
                            [
                              {
                                "amount": 2469.72,
                                "currency": "KES"
                              },
                              {
                                "amount": 2700,
                                "currency": "GIP"
                              }
                            ],
                            [
                              {
                                "amount": 2279.28,
                                "currency": "KYD"
                              },
                              {
                                "amount": 937.39,
                                "currency": "TRY"
                              },
                              {
                                "amount": 131.81,
                                "currency": "TOP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "us",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4209.81,
                                "currency": "HTG"
                              },
                              {
                                "amount": 3166.86,
                                "currency": "WST"
                              },
                              {
                                "amount": 711.46,
                                "currency": "TWD"
                              }
                            ],
                            [
                              {
                                "amount": 4080.16,
                                "currency": "MNT"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Za",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 192.14,
                                "currency": "KPW"
                              },
                              {
                                "amount": 702.22,
                                "currency": "IQD"
                              },
                              {
                                "amount": 480.58,
                                "currency": "ETB"
                              },
                              {
                                "amount": 437.79,
                                "currency": "GBP"
                              },
                              {
                                "amount": 3019.66,
                                "currency": "SRD"
                              }
                            ],
                            [
                              {
                                "amount": 2376.75,
                                "currency": "TRY"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "RR",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1856.16,
                                "currency": "PHP"
                              },
                              {
                                "amount": 4363.05,
                                "currency": "HKD"
                              },
                              {
                                "amount": 538.66,
                                "currency": "AWG"
                              },
                              {
                                "amount": 1438.65,
                                "currency": "KES"
                              },
                              {
                                "amount": 2828.29,
                                "currency": "XAF"
                              }
                            ],
                            [
                              {
                                "amount": 879.2,
                                "currency": "ISK"
                              }
                            ],
                            [
                              {
                                "amount": 4546.49,
                                "currency": "STN"
                              },
                              {
                                "amount": 2433.02,
                                "currency": "JOD"
                              },
                              {
                                "amount": 2728.84,
                                "currency": "PGK"
                              },
                              {
                                "amount": 2093.86,
                                "currency": "BIF"
                              },
                              {
                                "amount": 1833.19,
                                "currency": "NZD"
                              }
                            ],
                            [
                              {
                                "amount": 523.31,
                                "currency": "BWP"
                              },
                              {
                                "amount": 2287.21,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 788.55,
                                "currency": "MYR"
                              },
                              {
                                "amount": 4204.51,
                                "currency": "KWD"
                              },
                              {
                                "amount": 3902.83,
                                "currency": "IQD"
                              }
                            ],
                            [
                              {
                                "amount": 3222.26,
                                "currency": "STN"
                              },
                              {
                                "amount": 1812.11,
                                "currency": "SRD"
                              },
                              {
                                "amount": 3667.46,
                                "currency": "BIF"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 915.57,
                            "currency": "BZD"
                          },
                          {
                            "amount": 4241.88,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 686.72,
                            "currency": "BRL"
                          },
                          {
                            "amount": 4061.44,
                            "currency": "AZN"
                          },
                          {
                            "amount": 3877.32,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 187.58,
                            "currency": "ERN"
                          },
                          {
                            "amount": 3191.77,
                            "currency": "GYD"
                          },
                          {
                            "amount": 3534.72,
                            "currency": "KPW"
                          },
                          {
                            "amount": 2573.59,
                            "currency": "NGN"
                          },
                          {
                            "amount": 1489.41,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 4393.36,
                            "currency": "PAB"
                          },
                          {
                            "amount": 2867.04,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3107.44,
                            "currency": "OMR"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4330.54,
                            "currency": "VUV"
                          },
                          {
                            "amount": 179.76,
                            "currency": "RON"
                          },
                          {
                            "amount": 1762.32,
                            "currency": "KPW"
                          },
                          {
                            "amount": 3803.92,
                            "currency": "LSL"
                          },
                          {
                            "amount": 715.1,
                            "currency": "KGS"
                          }
                        ],
                        [
                          {
                            "amount": 145.74,
                            "currency": "SOS"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "EP",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2573.71,
                                "currency": "PHP"
                              },
                              {
                                "amount": 557.3,
                                "currency": "YER"
                              },
                              {
                                "amount": 1387.07,
                                "currency": "AED"
                              }
                            ],
                            [
                              {
                                "amount": 572.74,
                                "currency": "UAH"
                              },
                              {
                                "amount": 921.69,
                                "currency": "BTN"
                              },
                              {
                                "amount": 1934.77,
                                "currency": "EGP"
                              },
                              {
                                "amount": 4833.15,
                                "currency": "CNY"
                              }
                            ],
                            [
                              {
                                "amount": 1026.65,
                                "currency": "AOA"
                              },
                              {
                                "amount": 4976.04,
                                "currency": "ZAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "VD",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4992.57,
                                "currency": "IDR"
                              }
                            ],
                            [
                              {
                                "amount": 4364.78,
                                "currency": "RSD"
                              },
                              {
                                "amount": 1439.86,
                                "currency": "ARS"
                              }
                            ],
                            [
                              {
                                "amount": 4378.64,
                                "currency": "MZN"
                              },
                              {
                                "amount": 1278.55,
                                "currency": "ALL"
                              }
                            ],
                            [
                              {
                                "amount": 2985.51,
                                "currency": "ZAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "nW",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3588.67,
                                "currency": "LYD"
                              },
                              {
                                "amount": 830.88,
                                "currency": "YER"
                              },
                              {
                                "amount": 4533.53,
                                "currency": "AZN"
                              },
                              {
                                "amount": 644.64,
                                "currency": "CLP"
                              },
                              {
                                "amount": 3643.57,
                                "currency": "BRL"
                              }
                            ],
                            [
                              {
                                "amount": 3891.36,
                                "currency": "TZS"
                              },
                              {
                                "amount": 2843.02,
                                "currency": "SZL"
                              },
                              {
                                "amount": 1615.28,
                                "currency": "DZD"
                              },
                              {
                                "amount": 3806.97,
                                "currency": "HUF"
                              },
                              {
                                "amount": 1821.65,
                                "currency": "MKD"
                              }
                            ],
                            [
                              {
                                "amount": 810.68,
                                "currency": "STN"
                              },
                              {
                                "amount": 679.77,
                                "currency": "JOD"
                              },
                              {
                                "amount": 3658.97,
                                "currency": "BTN"
                              },
                              {
                                "amount": 4082.66,
                                "currency": "EGP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Mh",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1891.32,
                                "currency": "ARS"
                              },
                              {
                                "amount": 3498.87,
                                "currency": "CNY"
                              },
                              {
                                "amount": 2205.76,
                                "currency": "SAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "za",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1782.67,
                                "currency": "MAD"
                              }
                            ],
                            [
                              {
                                "amount": 1190.5,
                                "currency": "LBP"
                              },
                              {
                                "amount": 2497.1,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 4284.12,
                                "currency": "AOA"
                              },
                              {
                                "amount": 4855.05,
                                "currency": "MNT"
                              },
                              {
                                "amount": 4043.27,
                                "currency": "BHD"
                              }
                            ],
                            [
                              {
                                "amount": 3669.57,
                                "currency": "RON"
                              },
                              {
                                "amount": 1370.63,
                                "currency": "XCD"
                              },
                              {
                                "amount": 2721.82,
                                "currency": "PLN"
                              },
                              {
                                "amount": 1861.51,
                                "currency": "KYD"
                              },
                              {
                                "amount": 4935.33,
                                "currency": "VND"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2773.53,
                            "currency": "GYD"
                          },
                          {
                            "amount": 3637.86,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 1774.05,
                            "currency": "IDR"
                          },
                          {
                            "amount": 2889.02,
                            "currency": "SYP"
                          },
                          {
                            "amount": 12.34,
                            "currency": "KGS"
                          }
                        ],
                        [
                          {
                            "amount": 360.53,
                            "currency": "BTN"
                          },
                          {
                            "amount": 2844.07,
                            "currency": "IDR"
                          },
                          {
                            "amount": 812.2,
                            "currency": "MWK"
                          },
                          {
                            "amount": 2624.94,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 1340.59,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 2170.09,
                            "currency": "ANG"
                          },
                          {
                            "amount": 947.59,
                            "currency": "RWF"
                          },
                          {
                            "amount": 746.13,
                            "currency": "CNY"
                          },
                          {
                            "amount": 4605.67,
                            "currency": "UAH"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 185.86,
                            "currency": "RUB"
                          },
                          {
                            "amount": 4384.17,
                            "currency": "PEN"
                          },
                          {
                            "amount": 1032.68,
                            "currency": "KGS"
                          },
                          {
                            "amount": 4973.73,
                            "currency": "TTD"
                          },
                          {
                            "amount": 2857.17,
                            "currency": "CNY"
                          }
                        ],
                        [
                          {
                            "amount": 2135.86,
                            "currency": "PKR"
                          },
                          {
                            "amount": 3130.77,
                            "currency": "NPR"
                          },
                          {
                            "amount": 4954.76,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2354.96,
                            "currency": "AZN"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1992.63,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 4180.79,
                            "currency": "SHP"
                          },
                          {
                            "amount": 700.6,
                            "currency": "TJS"
                          },
                          {
                            "amount": 3774.3,
                            "currency": "TMT"
                          },
                          {
                            "amount": 2911.93,
                            "currency": "KHR"
                          }
                        ],
                        [
                          {
                            "amount": 2514.71,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 317.84,
                            "currency": "RWF"
                          },
                          {
                            "amount": 3508.41,
                            "currency": "BZD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "44380273",
                    "percentage": 6.1,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1914.53,
                            "currency": "GBP"
                          },
                          {
                            "amount": 2400.35,
                            "currency": "PLN"
                          },
                          {
                            "amount": 958.29,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 4284.34,
                            "currency": "PHP"
                          },
                          {
                            "amount": 1358.22,
                            "currency": "BYN"
                          },
                          {
                            "amount": 1001.53,
                            "currency": "CLP"
                          },
                          {
                            "amount": 3589.96,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 2323.71,
                            "currency": "QAR"
                          },
                          {
                            "amount": 4947.58,
                            "currency": "MOP"
                          }
                        ],
                        [
                          {
                            "amount": 632.64,
                            "currency": "CLP"
                          },
                          {
                            "amount": 4676.61,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1090.47,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Noemi",
                    "index": 1,
                    "lastName": "Emmerich",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 1,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2728.36,
                            "currency": "KES"
                          },
                          {
                            "amount": 233.33,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 4965.85,
                            "currency": "LYD"
                          },
                          {
                            "amount": 2113.39,
                            "currency": "BAM"
                          },
                          {
                            "amount": 3630.02,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 3035.19,
                            "currency": "HUF"
                          },
                          {
                            "amount": 1525.9,
                            "currency": "BBD"
                          },
                          {
                            "amount": 248.03,
                            "currency": "RWF"
                          },
                          {
                            "amount": 1405.87,
                            "currency": "KRW"
                          }
                        ],
                        [
                          {
                            "amount": 1111.29,
                            "currency": "BIF"
                          },
                          {
                            "amount": 1293.54,
                            "currency": "UAH"
                          },
                          {
                            "amount": 4312.38,
                            "currency": "TZS"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1971.84,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 4294.24,
                            "currency": "ANG"
                          },
                          {
                            "amount": 149.3,
                            "currency": "TTD"
                          },
                          {
                            "amount": 1757.82,
                            "currency": "UAH"
                          },
                          {
                            "amount": 239.52,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 4067.55,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1685.33,
                            "currency": "NOK"
                          },
                          {
                            "amount": 2289.61,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 3768.34,
                            "currency": "BYN"
                          },
                          {
                            "amount": 2529.8,
                            "currency": "HUF"
                          },
                          {
                            "amount": 328.28,
                            "currency": "FJD"
                          },
                          {
                            "amount": 2678.39,
                            "currency": "BGN"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "vv",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2963.34,
                                "currency": "INR"
                              },
                              {
                                "amount": 1363.8,
                                "currency": "ANG"
                              },
                              {
                                "amount": 1584.62,
                                "currency": "CUP"
                              }
                            ],
                            [
                              {
                                "amount": 1933.49,
                                "currency": "IRR"
                              },
                              {
                                "amount": 4863.04,
                                "currency": "PLN"
                              },
                              {
                                "amount": 4035.04,
                                "currency": "PYG"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Mv",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3105.17,
                                "currency": "SGD"
                              },
                              {
                                "amount": 3153.85,
                                "currency": "FJD"
                              },
                              {
                                "amount": 4722.45,
                                "currency": "MMK"
                              },
                              {
                                "amount": 1705.16,
                                "currency": "TTD"
                              },
                              {
                                "amount": 1750.36,
                                "currency": "CZK"
                              }
                            ],
                            [
                              {
                                "amount": 266.5,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 1709.53,
                                "currency": "VUV"
                              },
                              {
                                "amount": 1806.02,
                                "currency": "BWP"
                              },
                              {
                                "amount": 2649.82,
                                "currency": "BBD"
                              }
                            ],
                            [
                              {
                                "amount": 2140.62,
                                "currency": "KMF"
                              }
                            ],
                            [
                              {
                                "amount": 4672.19,
                                "currency": "SYP"
                              },
                              {
                                "amount": 546.39,
                                "currency": "ZAR"
                              },
                              {
                                "amount": 3863.41,
                                "currency": "MKD"
                              }
                            ],
                            [
                              {
                                "amount": 3721.91,
                                "currency": "ARS"
                              },
                              {
                                "amount": 1666.23,
                                "currency": "WST"
                              },
                              {
                                "amount": 3254.58,
                                "currency": "UYU"
                              },
                              {
                                "amount": 4669,
                                "currency": "AED"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "tO",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4103.69,
                                "currency": "DZD"
                              }
                            ],
                            [
                              {
                                "amount": 4349.56,
                                "currency": "SCR"
                              }
                            ],
                            [
                              {
                                "amount": 4132.18,
                                "currency": "OMR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "qH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2079.37,
                                "currency": "PAB"
                              },
                              {
                                "amount": 3688.81,
                                "currency": "CVE"
                              },
                              {
                                "amount": 1296.73,
                                "currency": "CRC"
                              },
                              {
                                "amount": 1904.36,
                                "currency": "QAR"
                              }
                            ],
                            [
                              {
                                "amount": 2053.89,
                                "currency": "TZS"
                              },
                              {
                                "amount": 2242.73,
                                "currency": "PAB"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Xi",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1091.38,
                                "currency": "DJF"
                              },
                              {
                                "amount": 2252.31,
                                "currency": "SBD"
                              }
                            ],
                            [
                              {
                                "amount": 44.02,
                                "currency": "CVE"
                              },
                              {
                                "amount": 1387.6,
                                "currency": "PLN"
                              },
                              {
                                "amount": 4303.76,
                                "currency": "NOK"
                              },
                              {
                                "amount": 594.76,
                                "currency": "PLN"
                              },
                              {
                                "amount": 1584.95,
                                "currency": "BDT"
                              }
                            ],
                            [
                              {
                                "amount": 134.09,
                                "currency": "BHD"
                              },
                              {
                                "amount": 310.66,
                                "currency": "BWP"
                              },
                              {
                                "amount": 3198.84,
                                "currency": "SHP"
                              }
                            ],
                            [
                              {
                                "amount": 3602.44,
                                "currency": "BBD"
                              },
                              {
                                "amount": 53.73,
                                "currency": "IRR"
                              },
                              {
                                "amount": 2985.26,
                                "currency": "STN"
                              },
                              {
                                "amount": 2096.03,
                                "currency": "UGX"
                              }
                            ],
                            [
                              {
                                "amount": 2959.04,
                                "currency": "PYG"
                              },
                              {
                                "amount": 2243.77,
                                "currency": "GNF"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4971.67,
                            "currency": "MKD"
                          },
                          {
                            "amount": 3988.35,
                            "currency": "PKR"
                          },
                          {
                            "amount": 1448.95,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 400.39,
                            "currency": "FKP"
                          },
                          {
                            "amount": 4921.32,
                            "currency": "BRL"
                          },
                          {
                            "amount": 2541.96,
                            "currency": "TND"
                          },
                          {
                            "amount": 2453.49,
                            "currency": "ZWL"
                          }
                        ],
                        [
                          {
                            "amount": 3724.93,
                            "currency": "AOA"
                          },
                          {
                            "amount": 1449.07,
                            "currency": "KGS"
                          },
                          {
                            "amount": 876.87,
                            "currency": "KZT"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1017,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3760.48,
                            "currency": "CHF"
                          },
                          {
                            "amount": 3666.36,
                            "currency": "SOS"
                          },
                          {
                            "amount": 3399.26,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 1580.81,
                            "currency": "CNY"
                          },
                          {
                            "amount": 795.47,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 2571.99,
                            "currency": "CVE"
                          },
                          {
                            "amount": 3276.64,
                            "currency": "EUR"
                          },
                          {
                            "amount": 4068.4,
                            "currency": "MWK"
                          },
                          {
                            "amount": 195.75,
                            "currency": "PHP"
                          },
                          {
                            "amount": 4913.84,
                            "currency": "TWD"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Gp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2560.83,
                                "currency": "SZL"
                              },
                              {
                                "amount": 4090.26,
                                "currency": "CVE"
                              },
                              {
                                "amount": 1456.42,
                                "currency": "KZT"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1786.05,
                            "currency": "USD"
                          },
                          {
                            "amount": 327.44,
                            "currency": "SHP"
                          },
                          {
                            "amount": 2635.23,
                            "currency": "USD"
                          },
                          {
                            "amount": 4068.79,
                            "currency": "BZD"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3190.4,
                            "currency": "CDF"
                          },
                          {
                            "amount": 1710.7,
                            "currency": "VUV"
                          }
                        ],
                        [
                          {
                            "amount": 2308.03,
                            "currency": "UGX"
                          },
                          {
                            "amount": 4826.39,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 632.83,
                            "currency": "LSL"
                          },
                          {
                            "amount": 1778.03,
                            "currency": "BDT"
                          },
                          {
                            "amount": 3286.37,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 59.49,
                            "currency": "KRW"
                          },
                          {
                            "amount": 2611.36,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4169.53,
                            "currency": "BWP"
                          },
                          {
                            "amount": 1387.5,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4433.47,
                            "currency": "YER"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 919.15,
                            "currency": "CDF"
                          },
                          {
                            "amount": 874.32,
                            "currency": "VES"
                          }
                        ],
                        [
                          {
                            "amount": 3836.7,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 378.03,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 264.77,
                            "currency": "KGS"
                          },
                          {
                            "amount": 558.48,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1034.38,
                            "currency": "SYP"
                          },
                          {
                            "amount": 4495.43,
                            "currency": "XPF"
                          },
                          {
                            "amount": 4398.06,
                            "currency": "KZT"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "95675237",
                    "percentage": 12.7,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3908.6,
                            "currency": "NIO"
                          }
                        ],
                        [
                          {
                            "amount": 1864.84,
                            "currency": "TWD"
                          },
                          {
                            "amount": 615.22,
                            "currency": "MZN"
                          }
                        ],
                        [
                          {
                            "amount": 832.47,
                            "currency": "IDR"
                          }
                        ],
                        [
                          {
                            "amount": 142.61,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 2618.33,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Dessie",
                    "index": 7,
                    "lastName": "Zemlak",
                    "tierLevel": "Red",
                    "tierLevelNumber": 3,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1638.69,
                            "currency": "CRC"
                          },
                          {
                            "amount": 1788.87,
                            "currency": "NGN"
                          },
                          {
                            "amount": 2002.34,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 4225.33,
                            "currency": "GYD"
                          },
                          {
                            "amount": 4279,
                            "currency": "ANG"
                          },
                          {
                            "amount": 4200.69,
                            "currency": "RWF"
                          },
                          {
                            "amount": 527.37,
                            "currency": "MUR"
                          },
                          {
                            "amount": 3456.83,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 2765.84,
                            "currency": "TTD"
                          },
                          {
                            "amount": 4953.2,
                            "currency": "SZL"
                          },
                          {
                            "amount": 610.82,
                            "currency": "AED"
                          },
                          {
                            "amount": 3875.38,
                            "currency": "JMD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 818.28,
                            "currency": "GYD"
                          },
                          {
                            "amount": 3592.5,
                            "currency": "CVE"
                          },
                          {
                            "amount": 82.72,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 881.58,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2561.35,
                            "currency": "DZD"
                          },
                          {
                            "amount": 936.1,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 863.35,
                            "currency": "PLN"
                          },
                          {
                            "amount": 3909.91,
                            "currency": "SAR"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "db",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2804.58,
                                "currency": "SDG"
                              },
                              {
                                "amount": 10.45,
                                "currency": "PAB"
                              },
                              {
                                "amount": 4909.58,
                                "currency": "DJF"
                              },
                              {
                                "amount": 2656.59,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 307.72,
                                "currency": "ARS"
                              }
                            ],
                            [
                              {
                                "amount": 1910.02,
                                "currency": "GBP"
                              },
                              {
                                "amount": 4950.96,
                                "currency": "IDR"
                              },
                              {
                                "amount": 4327.29,
                                "currency": "KPW"
                              },
                              {
                                "amount": 4378.04,
                                "currency": "FJD"
                              },
                              {
                                "amount": 1989.7,
                                "currency": "BYN"
                              }
                            ],
                            [
                              {
                                "amount": 3967.49,
                                "currency": "NOK"
                              },
                              {
                                "amount": 1120.18,
                                "currency": "PYG"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "HR",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1642.09,
                                "currency": "FKP"
                              },
                              {
                                "amount": 4491.68,
                                "currency": "SEK"
                              },
                              {
                                "amount": 2530.63,
                                "currency": "GBP"
                              },
                              {
                                "amount": 2372.13,
                                "currency": "GHS"
                              },
                              {
                                "amount": 3151.74,
                                "currency": "XCD"
                              }
                            ],
                            [
                              {
                                "amount": 2695.68,
                                "currency": "XPF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Jr",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3694.34,
                                "currency": "AED"
                              }
                            ],
                            [
                              {
                                "amount": 728.68,
                                "currency": "BOB"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "zd",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1481.7,
                                "currency": "RON"
                              },
                              {
                                "amount": 1421.49,
                                "currency": "LSL"
                              },
                              {
                                "amount": 3663.24,
                                "currency": "IDR"
                              },
                              {
                                "amount": 3564.22,
                                "currency": "CDF"
                              },
                              {
                                "amount": 3690.13,
                                "currency": "SCR"
                              }
                            ],
                            [
                              {
                                "amount": 2642.72,
                                "currency": "LYD"
                              },
                              {
                                "amount": 62.65,
                                "currency": "ZWL"
                              }
                            ],
                            [
                              {
                                "amount": 2913.5,
                                "currency": "NOK"
                              },
                              {
                                "amount": 2976.17,
                                "currency": "BWP"
                              },
                              {
                                "amount": 4880.23,
                                "currency": "GHS"
                              },
                              {
                                "amount": 4796.88,
                                "currency": "SYP"
                              },
                              {
                                "amount": 4377.28,
                                "currency": "QAR"
                              }
                            ],
                            [
                              {
                                "amount": 2887.63,
                                "currency": "INR"
                              },
                              {
                                "amount": 3208.23,
                                "currency": "SOS"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 722.95,
                            "currency": "TOP"
                          },
                          {
                            "amount": 2734.42,
                            "currency": "IRR"
                          },
                          {
                            "amount": 2951.77,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 1593.71,
                            "currency": "GEL"
                          },
                          {
                            "amount": 722.31,
                            "currency": "XPF"
                          },
                          {
                            "amount": 1892.57,
                            "currency": "MVR"
                          },
                          {
                            "amount": 482.52,
                            "currency": "BWP"
                          },
                          {
                            "amount": 1430.71,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 4428.15,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4415.27,
                            "currency": "USD"
                          },
                          {
                            "amount": 4558.14,
                            "currency": "SAR"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4095.36,
                            "currency": "XPF"
                          },
                          {
                            "amount": 4347.82,
                            "currency": "JOD"
                          },
                          {
                            "amount": 3066.97,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 920.75,
                            "currency": "HTG"
                          },
                          {
                            "amount": 2925.46,
                            "currency": "IRR"
                          },
                          {
                            "amount": 2916.95,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 1852.23,
                            "currency": "KGS"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "BK",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 902.49,
                                "currency": "TTD"
                              },
                              {
                                "amount": 2661.1,
                                "currency": "AED"
                              },
                              {
                                "amount": 3351.83,
                                "currency": "PHP"
                              },
                              {
                                "amount": 4572.4,
                                "currency": "SBD"
                              },
                              {
                                "amount": 2624.68,
                                "currency": "BZD"
                              }
                            ],
                            [
                              {
                                "amount": 2495.52,
                                "currency": "ILS"
                              },
                              {
                                "amount": 1584.05,
                                "currency": "MZN"
                              },
                              {
                                "amount": 3290.85,
                                "currency": "XOF"
                              },
                              {
                                "amount": 412.72,
                                "currency": "KES"
                              },
                              {
                                "amount": 4783.72,
                                "currency": "DOP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "QU",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 834.9,
                                "currency": "GEL"
                              },
                              {
                                "amount": 3461.76,
                                "currency": "SZL"
                              }
                            ],
                            [
                              {
                                "amount": 3931.41,
                                "currency": "ZAR"
                              },
                              {
                                "amount": 4919.27,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 3972.24,
                                "currency": "OMR"
                              }
                            ],
                            [
                              {
                                "amount": 2507.19,
                                "currency": "RWF"
                              },
                              {
                                "amount": 552.54,
                                "currency": "LAK"
                              },
                              {
                                "amount": 4394.89,
                                "currency": "NZD"
                              },
                              {
                                "amount": 1202.05,
                                "currency": "MMK"
                              }
                            ],
                            [
                              {
                                "amount": 2410.33,
                                "currency": "JMD"
                              },
                              {
                                "amount": 4260.48,
                                "currency": "BMD"
                              },
                              {
                                "amount": 2285.12,
                                "currency": "GEL"
                              },
                              {
                                "amount": 3573.51,
                                "currency": "RSD"
                              },
                              {
                                "amount": 3134.82,
                                "currency": "SZL"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 702.07,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3772.22,
                            "currency": "CHF"
                          },
                          {
                            "amount": 2650.99,
                            "currency": "MGA"
                          },
                          {
                            "amount": 3175.19,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 4585.03,
                            "currency": "SEK"
                          },
                          {
                            "amount": 1202.77,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 1112.02,
                            "currency": "PEN"
                          },
                          {
                            "amount": 4656.58,
                            "currency": "LKR"
                          },
                          {
                            "amount": 1507.2,
                            "currency": "KPW"
                          },
                          {
                            "amount": 4404.77,
                            "currency": "YER"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4077.99,
                            "currency": "LYD"
                          },
                          {
                            "amount": 2157.52,
                            "currency": "USD"
                          },
                          {
                            "amount": 4822.35,
                            "currency": "AWG"
                          },
                          {
                            "amount": 3485.09,
                            "currency": "RON"
                          },
                          {
                            "amount": 3078.94,
                            "currency": "MZN"
                          }
                        ],
                        [
                          {
                            "amount": 498.91,
                            "currency": "IRR"
                          },
                          {
                            "amount": 1301.71,
                            "currency": "LSL"
                          },
                          {
                            "amount": 2641.59,
                            "currency": "CHF"
                          },
                          {
                            "amount": 2319.51,
                            "currency": "KGS"
                          }
                        ],
                        [
                          {
                            "amount": 1069.13,
                            "currency": "THB"
                          },
                          {
                            "amount": 595.1,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 525.8,
                            "currency": "GEL"
                          },
                          {
                            "amount": 2260.85,
                            "currency": "AMD"
                          },
                          {
                            "amount": 3968.39,
                            "currency": "LAK"
                          },
                          {
                            "amount": 3908.11,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 2754.52,
                            "currency": "XOF"
                          },
                          {
                            "amount": 2466.16,
                            "currency": "JMD"
                          },
                          {
                            "amount": 1598.93,
                            "currency": "TZS"
                          },
                          {
                            "amount": 590.05,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 2564.41,
                            "currency": "CNY"
                          },
                          {
                            "amount": 1447.9,
                            "currency": "MOP"
                          },
                          {
                            "amount": 839.11,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 1922.44,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 23.45,
                            "currency": "CZK"
                          },
                          {
                            "amount": 3918.87,
                            "currency": "GYD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "67558997",
                    "percentage": 28.7,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 2885.26,
                            "currency": "KWD"
                          },
                          {
                            "amount": 974.42,
                            "currency": "JMD"
                          },
                          {
                            "amount": 1263.54,
                            "currency": "XOF"
                          }
                        ],
                        [
                          {
                            "amount": 335.25,
                            "currency": "BZD"
                          },
                          {
                            "amount": 399.63,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 1082.83,
                            "currency": "DZD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Bobby",
                    "index": 1,
                    "lastName": "Keeling",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 2,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 58.91,
                            "currency": "ERN"
                          },
                          {
                            "amount": 2543.1,
                            "currency": "TMT"
                          },
                          {
                            "amount": 1894.45,
                            "currency": "JOD"
                          },
                          {
                            "amount": 2876.07,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 3244.05,
                            "currency": "ILS"
                          },
                          {
                            "amount": 36.93,
                            "currency": "MXN"
                          },
                          {
                            "amount": 252.48,
                            "currency": "XPF"
                          },
                          {
                            "amount": 22.24,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 4450.75,
                            "currency": "XCD"
                          },
                          {
                            "amount": 448.94,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 1972.23,
                            "currency": "AED"
                          },
                          {
                            "amount": 533.05,
                            "currency": "GNF"
                          },
                          {
                            "amount": 1239.01,
                            "currency": "HKD"
                          },
                          {
                            "amount": 1870.32,
                            "currency": "STN"
                          },
                          {
                            "amount": 614.57,
                            "currency": "NOK"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1729.34,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 2288.61,
                            "currency": "FJD"
                          },
                          {
                            "amount": 3103.47,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 1371.13,
                            "currency": "STN"
                          },
                          {
                            "amount": 4537.25,
                            "currency": "TWD"
                          },
                          {
                            "amount": 286.97,
                            "currency": "AFN"
                          },
                          {
                            "amount": 1241.54,
                            "currency": "CZK"
                          },
                          {
                            "amount": 4666.93,
                            "currency": "EGP"
                          }
                        ],
                        [
                          {
                            "amount": 3534.88,
                            "currency": "NOK"
                          },
                          {
                            "amount": 3167.78,
                            "currency": "ANG"
                          },
                          {
                            "amount": 2588.81,
                            "currency": "LBP"
                          },
                          {
                            "amount": 1709.06,
                            "currency": "MNT"
                          },
                          {
                            "amount": 365.3,
                            "currency": "BWP"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "hl",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 377.4,
                                "currency": "ANG"
                              },
                              {
                                "amount": 436.58,
                                "currency": "DOP"
                              },
                              {
                                "amount": 3536.42,
                                "currency": "BOB"
                              },
                              {
                                "amount": 3957.84,
                                "currency": "MKD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Wk",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4049.86,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 4278.03,
                                "currency": "DKK"
                              },
                              {
                                "amount": 2719.4,
                                "currency": "YER"
                              },
                              {
                                "amount": 2309.56,
                                "currency": "DOP"
                              }
                            ],
                            [
                              {
                                "amount": 2353.43,
                                "currency": "ETB"
                              },
                              {
                                "amount": 3411.59,
                                "currency": "BBD"
                              },
                              {
                                "amount": 3286.75,
                                "currency": "DJF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ur",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1662.07,
                                "currency": "AZN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "bk",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2487.92,
                                "currency": "BND"
                              },
                              {
                                "amount": 1335.53,
                                "currency": "COP"
                              }
                            ],
                            [
                              {
                                "amount": 3331.07,
                                "currency": "GIP"
                              }
                            ],
                            [
                              {
                                "amount": 3171.66,
                                "currency": "BSD"
                              },
                              {
                                "amount": 3365.84,
                                "currency": "ILS"
                              },
                              {
                                "amount": 2254.6,
                                "currency": "RSD"
                              },
                              {
                                "amount": 3895.62,
                                "currency": "KGS"
                              },
                              {
                                "amount": 4085.87,
                                "currency": "NGN"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1966.13,
                            "currency": "BBD"
                          },
                          {
                            "amount": 4501.74,
                            "currency": "HKD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2942.57,
                            "currency": "MOP"
                          },
                          {
                            "amount": 813.1,
                            "currency": "QAR"
                          },
                          {
                            "amount": 2836.58,
                            "currency": "LYD"
                          },
                          {
                            "amount": 782.91,
                            "currency": "DKK"
                          },
                          {
                            "amount": 2309.17,
                            "currency": "THB"
                          }
                        ],
                        [
                          {
                            "amount": 759.09,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 2206.46,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 3683.48,
                            "currency": "CHF"
                          },
                          {
                            "amount": 4421.83,
                            "currency": "TND"
                          },
                          {
                            "amount": 4062.97,
                            "currency": "UAH"
                          },
                          {
                            "amount": 3672.09,
                            "currency": "RSD"
                          },
                          {
                            "amount": 216.1,
                            "currency": "AMD"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "SH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 678.78,
                                "currency": "AFN"
                              },
                              {
                                "amount": 2857.7,
                                "currency": "HKD"
                              },
                              {
                                "amount": 2437.76,
                                "currency": "TOP"
                              }
                            ],
                            [
                              {
                                "amount": 439.43,
                                "currency": "BSD"
                              },
                              {
                                "amount": 2904.93,
                                "currency": "TND"
                              }
                            ],
                            [
                              {
                                "amount": 759.29,
                                "currency": "CUP"
                              }
                            ],
                            [
                              {
                                "amount": 3990.78,
                                "currency": "LRD"
                              },
                              {
                                "amount": 1247.51,
                                "currency": "LKR"
                              },
                              {
                                "amount": 953.15,
                                "currency": "DOP"
                              },
                              {
                                "amount": 4308.66,
                                "currency": "CUP"
                              }
                            ],
                            [
                              {
                                "amount": 2936.01,
                                "currency": "DOP"
                              },
                              {
                                "amount": 1821.53,
                                "currency": "JPY"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "QK",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2573.69,
                                "currency": "ZWL"
                              }
                            ],
                            [
                              {
                                "amount": 1389.32,
                                "currency": "CZK"
                              },
                              {
                                "amount": 4496.83,
                                "currency": "QAR"
                              },
                              {
                                "amount": 2974.99,
                                "currency": "GMD"
                              },
                              {
                                "amount": 1339.77,
                                "currency": "ZAR"
                              }
                            ],
                            [
                              {
                                "amount": 863.1,
                                "currency": "ANG"
                              },
                              {
                                "amount": 2681.66,
                                "currency": "DOP"
                              },
                              {
                                "amount": 1561.34,
                                "currency": "VES"
                              },
                              {
                                "amount": 4701.38,
                                "currency": "IDR"
                              }
                            ],
                            [
                              {
                                "amount": 4479.63,
                                "currency": "DOP"
                              },
                              {
                                "amount": 116.44,
                                "currency": "MKD"
                              }
                            ],
                            [
                              {
                                "amount": 192.41,
                                "currency": "HUF"
                              },
                              {
                                "amount": 315.31,
                                "currency": "JOD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "QQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1957.67,
                                "currency": "CUP"
                              },
                              {
                                "amount": 1183.58,
                                "currency": "HNL"
                              },
                              {
                                "amount": 802.96,
                                "currency": "ISK"
                              },
                              {
                                "amount": 1222.22,
                                "currency": "EGP"
                              },
                              {
                                "amount": 748.17,
                                "currency": "IDR"
                              }
                            ],
                            [
                              {
                                "amount": 271.02,
                                "currency": "MNT"
                              }
                            ],
                            [
                              {
                                "amount": 3118.22,
                                "currency": "GNF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "sF",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4740.36,
                                "currency": "SCR"
                              },
                              {
                                "amount": 4419.54,
                                "currency": "KPW"
                              },
                              {
                                "amount": 2839.63,
                                "currency": "CHF"
                              }
                            ],
                            [
                              {
                                "amount": 3195.53,
                                "currency": "AZN"
                              },
                              {
                                "amount": 2963.3,
                                "currency": "AMD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4285.5,
                            "currency": "STN"
                          },
                          {
                            "amount": 1560.1,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4218.75,
                            "currency": "NIO"
                          },
                          {
                            "amount": 831.17,
                            "currency": "ISK"
                          },
                          {
                            "amount": 295.01,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 2330.82,
                            "currency": "RUB"
                          },
                          {
                            "amount": 2982.6,
                            "currency": "DJF"
                          },
                          {
                            "amount": 2727.36,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 694.76,
                            "currency": "MZN"
                          },
                          {
                            "amount": 4295.73,
                            "currency": "GEL"
                          },
                          {
                            "amount": 1075.16,
                            "currency": "JPY"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4882.14,
                            "currency": "PLN"
                          },
                          {
                            "amount": 3756.1,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 3210.61,
                            "currency": "ANG"
                          },
                          {
                            "amount": 920.39,
                            "currency": "MUR"
                          },
                          {
                            "amount": 548.27,
                            "currency": "BND"
                          },
                          {
                            "amount": 2201.27,
                            "currency": "NOK"
                          },
                          {
                            "amount": 3776.46,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 1112.51,
                            "currency": "GIP"
                          },
                          {
                            "amount": 153.02,
                            "currency": "KZT"
                          },
                          {
                            "amount": 1202.7,
                            "currency": "FKP"
                          },
                          {
                            "amount": 3226.37,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 1526.4,
                            "currency": "SBD"
                          },
                          {
                            "amount": 3073.39,
                            "currency": "RON"
                          },
                          {
                            "amount": 3676.8,
                            "currency": "TMT"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3472.07,
                            "currency": "HNL"
                          },
                          {
                            "amount": 1621.65,
                            "currency": "QAR"
                          },
                          {
                            "amount": 1682.94,
                            "currency": "ERN"
                          },
                          {
                            "amount": 4810.32,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 3704.62,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 4616.99,
                            "currency": "VUV"
                          }
                        ],
                        [
                          {
                            "amount": 2580,
                            "currency": "UYU"
                          },
                          {
                            "amount": 1897.46,
                            "currency": "IDR"
                          },
                          {
                            "amount": 3961.05,
                            "currency": "NPR"
                          },
                          {
                            "amount": 2697.28,
                            "currency": "IDR"
                          },
                          {
                            "amount": 775.13,
                            "currency": "SOS"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "09690412",
                    "percentage": 25.4,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 716.74,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4066.19,
                            "currency": "IRR"
                          },
                          {
                            "amount": 3449.07,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 4664.45,
                            "currency": "BDT"
                          },
                          {
                            "amount": 3136.9,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3814.89,
                            "currency": "MXN"
                          },
                          {
                            "amount": 4225.94,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 3941.65,
                            "currency": "SRD"
                          },
                          {
                            "amount": 23.74,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 148.38,
                            "currency": "PYG"
                          },
                          {
                            "amount": 4076.94,
                            "currency": "AMD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Reid",
                    "index": 4,
                    "lastName": "Roob",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 0,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3899.08,
                            "currency": "MMK"
                          },
                          {
                            "amount": 1870.09,
                            "currency": "BGN"
                          },
                          {
                            "amount": 3598.37,
                            "currency": "TWD"
                          },
                          {
                            "amount": 3489.88,
                            "currency": "HNL"
                          }
                        ],
                        [
                          {
                            "amount": 4674.3,
                            "currency": "TMT"
                          },
                          {
                            "amount": 3981.43,
                            "currency": "CZK"
                          },
                          {
                            "amount": 2121.44,
                            "currency": "SEK"
                          }
                        ],
                        [
                          {
                            "amount": 20.88,
                            "currency": "BZD"
                          },
                          {
                            "amount": 1893.44,
                            "currency": "TOP"
                          },
                          {
                            "amount": 4834.81,
                            "currency": "UGX"
                          },
                          {
                            "amount": 1196.83,
                            "currency": "CHF"
                          },
                          {
                            "amount": 3029.31,
                            "currency": "FKP"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1018.71,
                            "currency": "NGN"
                          },
                          {
                            "amount": 4179.84,
                            "currency": "SEK"
                          },
                          {
                            "amount": 1305.77,
                            "currency": "DKK"
                          },
                          {
                            "amount": 2055.18,
                            "currency": "QAR"
                          },
                          {
                            "amount": 1666.07,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 2936.25,
                            "currency": "DJF"
                          },
                          {
                            "amount": 2862,
                            "currency": "ANG"
                          },
                          {
                            "amount": 2991.36,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 2803.45,
                            "currency": "SAR"
                          },
                          {
                            "amount": 152.55,
                            "currency": "MUR"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Lw",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2000.77,
                                "currency": "TRY"
                              },
                              {
                                "amount": 4321.14,
                                "currency": "WST"
                              },
                              {
                                "amount": 3241.7,
                                "currency": "KYD"
                              },
                              {
                                "amount": 2772.86,
                                "currency": "PKR"
                              }
                            ],
                            [
                              {
                                "amount": 1608.6,
                                "currency": "CAD"
                              },
                              {
                                "amount": 2692.47,
                                "currency": "UYU"
                              },
                              {
                                "amount": 3366.09,
                                "currency": "ANG"
                              },
                              {
                                "amount": 4768.65,
                                "currency": "LRD"
                              }
                            ],
                            [
                              {
                                "amount": 4354.75,
                                "currency": "TWD"
                              },
                              {
                                "amount": 1581.39,
                                "currency": "NAD"
                              },
                              {
                                "amount": 851.09,
                                "currency": "MXN"
                              },
                              {
                                "amount": 3436.93,
                                "currency": "PGK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Hu",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 534.54,
                                "currency": "SGD"
                              },
                              {
                                "amount": 4098.01,
                                "currency": "CDF"
                              },
                              {
                                "amount": 4529.06,
                                "currency": "THB"
                              },
                              {
                                "amount": 4812.8,
                                "currency": "GEL"
                              }
                            ],
                            [
                              {
                                "amount": 4678.52,
                                "currency": "TND"
                              },
                              {
                                "amount": 1044.28,
                                "currency": "ERN"
                              },
                              {
                                "amount": 282.29,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 3550.15,
                                "currency": "ZMW"
                              }
                            ],
                            [
                              {
                                "amount": 1360.9,
                                "currency": "MGA"
                              },
                              {
                                "amount": 3373.85,
                                "currency": "NGN"
                              },
                              {
                                "amount": 4357.27,
                                "currency": "LBP"
                              },
                              {
                                "amount": 2926.8,
                                "currency": "CDF"
                              }
                            ],
                            [
                              {
                                "amount": 2876.26,
                                "currency": "ERN"
                              },
                              {
                                "amount": 997.23,
                                "currency": "MRU"
                              },
                              {
                                "amount": 3936.05,
                                "currency": "CNY"
                              },
                              {
                                "amount": 2304.54,
                                "currency": "HUF"
                              },
                              {
                                "amount": 66.29,
                                "currency": "MWK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "io",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3888.13,
                                "currency": "SYP"
                              },
                              {
                                "amount": 3374.01,
                                "currency": "BOB"
                              },
                              {
                                "amount": 3032.35,
                                "currency": "KMF"
                              },
                              {
                                "amount": 2093.34,
                                "currency": "DOP"
                              },
                              {
                                "amount": 3657.14,
                                "currency": "KWD"
                              }
                            ],
                            [
                              {
                                "amount": 2446.91,
                                "currency": "CNY"
                              },
                              {
                                "amount": 4879.42,
                                "currency": "EUR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "od",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3136.95,
                                "currency": "BRL"
                              },
                              {
                                "amount": 4012.88,
                                "currency": "CVE"
                              },
                              {
                                "amount": 367.73,
                                "currency": "VND"
                              },
                              {
                                "amount": 35.39,
                                "currency": "KES"
                              },
                              {
                                "amount": 1863.33,
                                "currency": "HUF"
                              }
                            ],
                            [
                              {
                                "amount": 322.07,
                                "currency": "IDR"
                              },
                              {
                                "amount": 1347.53,
                                "currency": "WST"
                              },
                              {
                                "amount": 2509.24,
                                "currency": "TWD"
                              },
                              {
                                "amount": 1917.35,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 2786.36,
                                "currency": "STN"
                              },
                              {
                                "amount": 4419.58,
                                "currency": "AUD"
                              },
                              {
                                "amount": 3040.05,
                                "currency": "PLN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "jF",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 587.96,
                                "currency": "BOB"
                              }
                            ],
                            [
                              {
                                "amount": 1404.4,
                                "currency": "TWD"
                              },
                              {
                                "amount": 1652.33,
                                "currency": "CUP"
                              }
                            ],
                            [
                              {
                                "amount": 3388.06,
                                "currency": "MKD"
                              },
                              {
                                "amount": 4512.92,
                                "currency": "KES"
                              },
                              {
                                "amount": 3166.89,
                                "currency": "PYG"
                              },
                              {
                                "amount": 2257.38,
                                "currency": "NIO"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3552.36,
                            "currency": "BOB"
                          },
                          {
                            "amount": 898.26,
                            "currency": "SYP"
                          },
                          {
                            "amount": 843.41,
                            "currency": "PHP"
                          },
                          {
                            "amount": 3299.64,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 296.63,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 3538.54,
                            "currency": "HUF"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2759.53,
                            "currency": "BHD"
                          },
                          {
                            "amount": 184.59,
                            "currency": "XPF"
                          },
                          {
                            "amount": 803.91,
                            "currency": "IRR"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "UL",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4087.9,
                                "currency": "MKD"
                              },
                              {
                                "amount": 1548.3,
                                "currency": "BIF"
                              },
                              {
                                "amount": 4164.06,
                                "currency": "GYD"
                              },
                              {
                                "amount": 3150,
                                "currency": "SDG"
                              },
                              {
                                "amount": 2922.21,
                                "currency": "AWG"
                              }
                            ],
                            [
                              {
                                "amount": 3417.34,
                                "currency": "ISK"
                              },
                              {
                                "amount": 3415.83,
                                "currency": "NAD"
                              },
                              {
                                "amount": 4661.96,
                                "currency": "BGN"
                              },
                              {
                                "amount": 3976.96,
                                "currency": "PGK"
                              }
                            ],
                            [
                              {
                                "amount": 2073.72,
                                "currency": "RWF"
                              },
                              {
                                "amount": 2346.01,
                                "currency": "WST"
                              },
                              {
                                "amount": 928.92,
                                "currency": "STN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "vP",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2395.57,
                                "currency": "PEN"
                              },
                              {
                                "amount": 4870.53,
                                "currency": "XPF"
                              },
                              {
                                "amount": 3627.03,
                                "currency": "CRC"
                              },
                              {
                                "amount": 650.85,
                                "currency": "ALL"
                              }
                            ],
                            [
                              {
                                "amount": 241.13,
                                "currency": "VUV"
                              }
                            ],
                            [
                              {
                                "amount": 4190.57,
                                "currency": "ILS"
                              }
                            ],
                            [
                              {
                                "amount": 3879.07,
                                "currency": "BWP"
                              }
                            ],
                            [
                              {
                                "amount": 2029.93,
                                "currency": "MNT"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "yH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3901.71,
                                "currency": "DOP"
                              },
                              {
                                "amount": 2837.52,
                                "currency": "BDT"
                              },
                              {
                                "amount": 4276.19,
                                "currency": "BRL"
                              }
                            ],
                            [
                              {
                                "amount": 2627.05,
                                "currency": "AED"
                              },
                              {
                                "amount": 3763.89,
                                "currency": "MVR"
                              }
                            ],
                            [
                              {
                                "amount": 3624.32,
                                "currency": "BMD"
                              },
                              {
                                "amount": 975.86,
                                "currency": "AZN"
                              },
                              {
                                "amount": 4773.22,
                                "currency": "IRR"
                              },
                              {
                                "amount": 1956.71,
                                "currency": "USD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4264.37,
                            "currency": "USD"
                          },
                          {
                            "amount": 3254.34,
                            "currency": "PGK"
                          },
                          {
                            "amount": 4590.45,
                            "currency": "AMD"
                          }
                        ],
                        [
                          {
                            "amount": 539.6,
                            "currency": "JOD"
                          },
                          {
                            "amount": 1438.59,
                            "currency": "AED"
                          },
                          {
                            "amount": 1772.7,
                            "currency": "BIF"
                          },
                          {
                            "amount": 1403.95,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2430.28,
                            "currency": "MXN"
                          }
                        ],
                        [
                          {
                            "amount": 4416,
                            "currency": "MOP"
                          },
                          {
                            "amount": 1003.73,
                            "currency": "CZK"
                          },
                          {
                            "amount": 4834.72,
                            "currency": "ILS"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 685.1,
                            "currency": "UZS"
                          },
                          {
                            "amount": 4673.19,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 2197.51,
                            "currency": "PAB"
                          },
                          {
                            "amount": 1998.66,
                            "currency": "TTD"
                          },
                          {
                            "amount": 3165.45,
                            "currency": "HUF"
                          },
                          {
                            "amount": 95.85,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 599.48,
                            "currency": "BZD"
                          },
                          {
                            "amount": 1111.68,
                            "currency": "BND"
                          },
                          {
                            "amount": 1250.22,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 666.98,
                            "currency": "MGA"
                          },
                          {
                            "amount": 512.9,
                            "currency": "IDR"
                          },
                          {
                            "amount": 1024.91,
                            "currency": "SOS"
                          },
                          {
                            "amount": 2483.33,
                            "currency": "KMF"
                          },
                          {
                            "amount": 2325.04,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 4445.08,
                            "currency": "CDF"
                          },
                          {
                            "amount": 4638.25,
                            "currency": "DJF"
                          },
                          {
                            "amount": 2590.9,
                            "currency": "MUR"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2137.06,
                            "currency": "MDL"
                          },
                          {
                            "amount": 1456.8,
                            "currency": "TRY"
                          },
                          {
                            "amount": 4040.2,
                            "currency": "NAD"
                          },
                          {
                            "amount": 206.88,
                            "currency": "MYR"
                          },
                          {
                            "amount": 4671.26,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 4727.24,
                            "currency": "XCD"
                          },
                          {
                            "amount": 4553.08,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 4489.65,
                            "currency": "BGN"
                          },
                          {
                            "amount": 132.05,
                            "currency": "CLP"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "96227201",
                    "percentage": 25.6,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 909.19,
                            "currency": "ISK"
                          },
                          {
                            "amount": 4084.01,
                            "currency": "VND"
                          }
                        ],
                        [
                          {
                            "amount": 3348.87,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2967.59,
                            "currency": "SRD"
                          },
                          {
                            "amount": 3013.37,
                            "currency": "ANG"
                          },
                          {
                            "amount": 3209.76,
                            "currency": "KMF"
                          }
                        ],
                        [
                          {
                            "amount": 4895.56,
                            "currency": "DJF"
                          },
                          {
                            "amount": 3124.48,
                            "currency": "UYU"
                          },
                          {
                            "amount": 3616.59,
                            "currency": "SEK"
                          },
                          {
                            "amount": 3175.12,
                            "currency": "RSD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Inbound"
              }
            },
            {
              "availableInventory": 37,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Catharine",
                    "index": 7,
                    "lastName": "Gerlach",
                    "tierLevel": "Red",
                    "tierLevelNumber": 1,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1076.27,
                            "currency": "MKD"
                          },
                          {
                            "amount": 4166.65,
                            "currency": "TRY"
                          },
                          {
                            "amount": 2482.65,
                            "currency": "SYP"
                          },
                          {
                            "amount": 2664.79,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 2015.85,
                            "currency": "UZS"
                          },
                          {
                            "amount": 519.81,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 3773.63,
                            "currency": "FKP"
                          },
                          {
                            "amount": 980.49,
                            "currency": "VES"
                          }
                        ],
                        [
                          {
                            "amount": 1778.74,
                            "currency": "RSD"
                          },
                          {
                            "amount": 1773.72,
                            "currency": "BHD"
                          },
                          {
                            "amount": 290.23,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 4856.56,
                            "currency": "BND"
                          },
                          {
                            "amount": 4415.74,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 731.43,
                            "currency": "FKP"
                          },
                          {
                            "amount": 866.77,
                            "currency": "JMD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 762.18,
                            "currency": "THB"
                          }
                        ],
                        [
                          {
                            "amount": 4411.91,
                            "currency": "SBD"
                          },
                          {
                            "amount": 3613.71,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 825.89,
                            "currency": "QAR"
                          },
                          {
                            "amount": 1311.45,
                            "currency": "KES"
                          },
                          {
                            "amount": 2925.7,
                            "currency": "HKD"
                          },
                          {
                            "amount": 217.7,
                            "currency": "MGA"
                          },
                          {
                            "amount": 573.73,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 1060.45,
                            "currency": "GYD"
                          },
                          {
                            "amount": 1855.84,
                            "currency": "LRD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "SL",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3013.72,
                                "currency": "TOP"
                              },
                              {
                                "amount": 1277.88,
                                "currency": "ZAR"
                              }
                            ],
                            [
                              {
                                "amount": 3273.84,
                                "currency": "BBD"
                              },
                              {
                                "amount": 65.56,
                                "currency": "MAD"
                              },
                              {
                                "amount": 3285.32,
                                "currency": "SAR"
                              },
                              {
                                "amount": 3229.87,
                                "currency": "PAB"
                              }
                            ],
                            [
                              {
                                "amount": 2457.54,
                                "currency": "RSD"
                              },
                              {
                                "amount": 4915.97,
                                "currency": "GHS"
                              },
                              {
                                "amount": 143.65,
                                "currency": "AWG"
                              },
                              {
                                "amount": 4360.48,
                                "currency": "THB"
                              }
                            ],
                            [
                              {
                                "amount": 356.81,
                                "currency": "SZL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "RG",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3877.79,
                                "currency": "ALL"
                              },
                              {
                                "amount": 1135.9,
                                "currency": "BAM"
                              },
                              {
                                "amount": 1588.16,
                                "currency": "CDF"
                              },
                              {
                                "amount": 4508.63,
                                "currency": "TRY"
                              }
                            ],
                            [
                              {
                                "amount": 1915.22,
                                "currency": "SAR"
                              },
                              {
                                "amount": 1948.55,
                                "currency": "CRC"
                              },
                              {
                                "amount": 3363.26,
                                "currency": "PAB"
                              },
                              {
                                "amount": 992.94,
                                "currency": "ALL"
                              },
                              {
                                "amount": 3981.37,
                                "currency": "USD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2138.49,
                            "currency": "INR"
                          },
                          {
                            "amount": 103.14,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4075.23,
                            "currency": "MZN"
                          },
                          {
                            "amount": 2901.57,
                            "currency": "XCD"
                          },
                          {
                            "amount": 362.47,
                            "currency": "KRW"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1645.37,
                            "currency": "KZT"
                          },
                          {
                            "amount": 2629.27,
                            "currency": "SOS"
                          },
                          {
                            "amount": 2737.46,
                            "currency": "TZS"
                          },
                          {
                            "amount": 208.81,
                            "currency": "SAR"
                          },
                          {
                            "amount": 828.98,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 1648.99,
                            "currency": "HUF"
                          },
                          {
                            "amount": 3943.69,
                            "currency": "GYD"
                          },
                          {
                            "amount": 1836.59,
                            "currency": "LBP"
                          },
                          {
                            "amount": 195.11,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 2515.04,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3635.43,
                            "currency": "ARS"
                          },
                          {
                            "amount": 2763.42,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 2205.7,
                            "currency": "MGA"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Fm",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3232.94,
                                "currency": "HNL"
                              },
                              {
                                "amount": 4051.26,
                                "currency": "GEL"
                              },
                              {
                                "amount": 926.27,
                                "currency": "KMF"
                              }
                            ],
                            [
                              {
                                "amount": 1221.46,
                                "currency": "DKK"
                              }
                            ],
                            [
                              {
                                "amount": 1294.39,
                                "currency": "BDT"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Cr",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3189.63,
                                "currency": "TTD"
                              }
                            ],
                            [
                              {
                                "amount": 4090.21,
                                "currency": "PKR"
                              }
                            ],
                            [
                              {
                                "amount": 4649.68,
                                "currency": "BND"
                              },
                              {
                                "amount": 1765.58,
                                "currency": "ERN"
                              }
                            ],
                            [
                              {
                                "amount": 364,
                                "currency": "HKD"
                              }
                            ],
                            [
                              {
                                "amount": 151.71,
                                "currency": "SBD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4952.72,
                            "currency": "BMD"
                          },
                          {
                            "amount": 1014.45,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 914.43,
                            "currency": "XAF"
                          },
                          {
                            "amount": 2921.18,
                            "currency": "SCR"
                          }
                        ],
                        [
                          {
                            "amount": 4917.1,
                            "currency": "HNL"
                          },
                          {
                            "amount": 3434.3,
                            "currency": "TMT"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2497.99,
                            "currency": "BOB"
                          },
                          {
                            "amount": 1223.78,
                            "currency": "PEN"
                          },
                          {
                            "amount": 457.09,
                            "currency": "XCD"
                          },
                          {
                            "amount": 1624.55,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 2131.68,
                            "currency": "VES"
                          },
                          {
                            "amount": 1652.25,
                            "currency": "SHP"
                          },
                          {
                            "amount": 3714.05,
                            "currency": "IDR"
                          },
                          {
                            "amount": 1452.4,
                            "currency": "ZWL"
                          }
                        ],
                        [
                          {
                            "amount": 4959.77,
                            "currency": "DJF"
                          },
                          {
                            "amount": 611.78,
                            "currency": "KYD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1926.46,
                            "currency": "SYP"
                          },
                          {
                            "amount": 3658.32,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 3309.43,
                            "currency": "GIP"
                          },
                          {
                            "amount": 3751.91,
                            "currency": "EGP"
                          }
                        ],
                        [
                          {
                            "amount": 1486.48,
                            "currency": "VND"
                          },
                          {
                            "amount": 1482.35,
                            "currency": "FKP"
                          },
                          {
                            "amount": 1075.7,
                            "currency": "HTG"
                          },
                          {
                            "amount": 3677.35,
                            "currency": "VES"
                          },
                          {
                            "amount": 3291.45,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 4782.31,
                            "currency": "GHS"
                          },
                          {
                            "amount": 1728.32,
                            "currency": "MVR"
                          },
                          {
                            "amount": 955.74,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 1872.6,
                            "currency": "JOD"
                          },
                          {
                            "amount": 2444.74,
                            "currency": "VES"
                          },
                          {
                            "amount": 532.68,
                            "currency": "BND"
                          },
                          {
                            "amount": 4079.59,
                            "currency": "HTG"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "68369601",
                    "percentage": 6.4,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1311.45,
                            "currency": "DOP"
                          },
                          {
                            "amount": 3344.33,
                            "currency": "YER"
                          },
                          {
                            "amount": 1507.23,
                            "currency": "LSL"
                          },
                          {
                            "amount": 3797.94,
                            "currency": "INR"
                          },
                          {
                            "amount": 3581.49,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 1551.42,
                            "currency": "ALL"
                          },
                          {
                            "amount": 4030.28,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4376.68,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2914.57,
                            "currency": "KHR"
                          },
                          {
                            "amount": 3491.75,
                            "currency": "VUV"
                          }
                        ],
                        [
                          {
                            "amount": 3978.83,
                            "currency": "GMD"
                          },
                          {
                            "amount": 2646.43,
                            "currency": "NIO"
                          }
                        ],
                        [
                          {
                            "amount": 1087.31,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1018.12,
                            "currency": "TOP"
                          },
                          {
                            "amount": 4259.3,
                            "currency": "XAF"
                          },
                          {
                            "amount": 361.76,
                            "currency": "TND"
                          },
                          {
                            "amount": 1309.88,
                            "currency": "MOP"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Quinn",
                    "index": 6,
                    "lastName": "Gutkowski",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 2,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2523.28,
                            "currency": "PAB"
                          },
                          {
                            "amount": 4976.61,
                            "currency": "MRU"
                          },
                          {
                            "amount": 2095.03,
                            "currency": "NIO"
                          },
                          {
                            "amount": 3595.24,
                            "currency": "SAR"
                          },
                          {
                            "amount": 4785.73,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 1754.06,
                            "currency": "TJS"
                          },
                          {
                            "amount": 4650.98,
                            "currency": "BGN"
                          }
                        ],
                        [
                          {
                            "amount": 608.9,
                            "currency": "LSL"
                          },
                          {
                            "amount": 2687.98,
                            "currency": "AMD"
                          },
                          {
                            "amount": 734.24,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1077.77,
                            "currency": "XPF"
                          },
                          {
                            "amount": 4208.34,
                            "currency": "THB"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 669.18,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 1689.77,
                            "currency": "MXN"
                          },
                          {
                            "amount": 1976.46,
                            "currency": "EGP"
                          },
                          {
                            "amount": 4377.01,
                            "currency": "VES"
                          }
                        ],
                        [
                          {
                            "amount": 2364.38,
                            "currency": "BZD"
                          },
                          {
                            "amount": 2588.59,
                            "currency": "TND"
                          },
                          {
                            "amount": 2197.51,
                            "currency": "TOP"
                          },
                          {
                            "amount": 3616.56,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 784.85,
                            "currency": "INR"
                          },
                          {
                            "amount": 2237.55,
                            "currency": "KRW"
                          },
                          {
                            "amount": 4153.33,
                            "currency": "SAR"
                          },
                          {
                            "amount": 3053.58,
                            "currency": "ZMW"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "IK",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2434.86,
                                "currency": "KWD"
                              },
                              {
                                "amount": 4633.81,
                                "currency": "TWD"
                              },
                              {
                                "amount": 864.74,
                                "currency": "DJF"
                              },
                              {
                                "amount": 578.33,
                                "currency": "KPW"
                              }
                            ],
                            [
                              {
                                "amount": 4023.68,
                                "currency": "MNT"
                              },
                              {
                                "amount": 915.25,
                                "currency": "GNF"
                              }
                            ],
                            [
                              {
                                "amount": 3215.63,
                                "currency": "KGS"
                              }
                            ],
                            [
                              {
                                "amount": 3800.84,
                                "currency": "DJF"
                              },
                              {
                                "amount": 748.12,
                                "currency": "NIO"
                              }
                            ],
                            [
                              {
                                "amount": 4259.16,
                                "currency": "BRL"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 510.94,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 61.82,
                            "currency": "XOF"
                          },
                          {
                            "amount": 4028.89,
                            "currency": "XPF"
                          },
                          {
                            "amount": 3952.79,
                            "currency": "USD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 93.95,
                            "currency": "SYP"
                          },
                          {
                            "amount": 707.34,
                            "currency": "DZD"
                          },
                          {
                            "amount": 358.52,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 3836.19,
                            "currency": "SAR"
                          },
                          {
                            "amount": 4506.18,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 901.67,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 4058.99,
                            "currency": "MWK"
                          },
                          {
                            "amount": 4527.52,
                            "currency": "SEK"
                          }
                        ],
                        [
                          {
                            "amount": 1229.14,
                            "currency": "BBD"
                          },
                          {
                            "amount": 3520.11,
                            "currency": "ERN"
                          },
                          {
                            "amount": 244.01,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3923.54,
                            "currency": "AOA"
                          },
                          {
                            "amount": 2746.04,
                            "currency": "PKR"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "IN",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1542.91,
                                "currency": "PGK"
                              },
                              {
                                "amount": 2309.77,
                                "currency": "MGA"
                              },
                              {
                                "amount": 2419.46,
                                "currency": "QAR"
                              },
                              {
                                "amount": 803.41,
                                "currency": "BOB"
                              },
                              {
                                "amount": 1384.51,
                                "currency": "QAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "hg",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2805.3,
                                "currency": "NIO"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ER",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4727.64,
                                "currency": "LBP"
                              },
                              {
                                "amount": 170.09,
                                "currency": "MOP"
                              },
                              {
                                "amount": 4120.63,
                                "currency": "YER"
                              },
                              {
                                "amount": 917.17,
                                "currency": "HTG"
                              }
                            ],
                            [
                              {
                                "amount": 725.83,
                                "currency": "MZN"
                              },
                              {
                                "amount": 445.08,
                                "currency": "IDR"
                              },
                              {
                                "amount": 4408,
                                "currency": "BMD"
                              },
                              {
                                "amount": 4817.11,
                                "currency": "PKR"
                              }
                            ],
                            [
                              {
                                "amount": 1254.91,
                                "currency": "SAR"
                              },
                              {
                                "amount": 3895.44,
                                "currency": "BDT"
                              },
                              {
                                "amount": 4390.52,
                                "currency": "DKK"
                              },
                              {
                                "amount": 627.99,
                                "currency": "CAD"
                              }
                            ],
                            [
                              {
                                "amount": 1530.28,
                                "currency": "SDG"
                              },
                              {
                                "amount": 1635.33,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 1110.02,
                                "currency": "PHP"
                              },
                              {
                                "amount": 4380.05,
                                "currency": "BBD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "hx",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3341.27,
                                "currency": "CNY"
                              }
                            ],
                            [
                              {
                                "amount": 3602.21,
                                "currency": "AZN"
                              }
                            ],
                            [
                              {
                                "amount": 4388.89,
                                "currency": "TWD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "HD",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2110.88,
                                "currency": "AUD"
                              },
                              {
                                "amount": 1747.6,
                                "currency": "ARS"
                              }
                            ],
                            [
                              {
                                "amount": 2633,
                                "currency": "RSD"
                              }
                            ],
                            [
                              {
                                "amount": 3865.75,
                                "currency": "CNY"
                              },
                              {
                                "amount": 1255.49,
                                "currency": "PLN"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4931.6,
                            "currency": "TMT"
                          },
                          {
                            "amount": 2850.43,
                            "currency": "NGN"
                          },
                          {
                            "amount": 4781.25,
                            "currency": "BDT"
                          },
                          {
                            "amount": 2463.59,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 4152.85,
                            "currency": "NZD"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1865.33,
                            "currency": "CRC"
                          },
                          {
                            "amount": 862.53,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 3832.46,
                            "currency": "ALL"
                          },
                          {
                            "amount": 4074.04,
                            "currency": "DOP"
                          },
                          {
                            "amount": 4336.03,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 3090.26,
                            "currency": "COP"
                          },
                          {
                            "amount": 4078.95,
                            "currency": "YER"
                          },
                          {
                            "amount": 2214.96,
                            "currency": "AFN"
                          }
                        ],
                        [
                          {
                            "amount": 4343.69,
                            "currency": "RSD"
                          },
                          {
                            "amount": 3684.67,
                            "currency": "ETB"
                          },
                          {
                            "amount": 3311.32,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 27.17,
                            "currency": "XCD"
                          },
                          {
                            "amount": 4543.05,
                            "currency": "GTQ"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2373.51,
                            "currency": "ILS"
                          },
                          {
                            "amount": 4050.52,
                            "currency": "LAK"
                          },
                          {
                            "amount": 2759.55,
                            "currency": "YER"
                          },
                          {
                            "amount": 4901.22,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 2434.19,
                            "currency": "AUD"
                          },
                          {
                            "amount": 2889.77,
                            "currency": "XPF"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "61385678",
                    "percentage": 8.1,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 183.27,
                            "currency": "BSD"
                          },
                          {
                            "amount": 697.91,
                            "currency": "THB"
                          },
                          {
                            "amount": 1048.21,
                            "currency": "KZT"
                          },
                          {
                            "amount": 2483.86,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 302.37,
                            "currency": "SAR"
                          },
                          {
                            "amount": 3009.91,
                            "currency": "DZD"
                          },
                          {
                            "amount": 2374.83,
                            "currency": "SRD"
                          },
                          {
                            "amount": 1760.84,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 2224.65,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 1699.08,
                            "currency": "SHP"
                          },
                          {
                            "amount": 1909.01,
                            "currency": "VES"
                          },
                          {
                            "amount": 4514.81,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1230.38,
                            "currency": "PHP"
                          },
                          {
                            "amount": 1488.24,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 4692.94,
                            "currency": "SZL"
                          },
                          {
                            "amount": 745.67,
                            "currency": "THB"
                          },
                          {
                            "amount": 803.08,
                            "currency": "LSL"
                          },
                          {
                            "amount": 2228.67,
                            "currency": "BGN"
                          }
                        ],
                        [
                          {
                            "amount": 1183.53,
                            "currency": "BIF"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Isac",
                    "index": 2,
                    "lastName": "Jerde",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 0,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 463.81,
                            "currency": "VND"
                          },
                          {
                            "amount": 570.97,
                            "currency": "SDG"
                          },
                          {
                            "amount": 4306.99,
                            "currency": "GMD"
                          }
                        ],
                        [
                          {
                            "amount": 2282.54,
                            "currency": "THB"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1750.5,
                            "currency": "HKD"
                          },
                          {
                            "amount": 1054.48,
                            "currency": "HTG"
                          },
                          {
                            "amount": 4430.75,
                            "currency": "IRR"
                          },
                          {
                            "amount": 3687.1,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 3704.21,
                            "currency": "PGK"
                          },
                          {
                            "amount": 1265.64,
                            "currency": "EGP"
                          },
                          {
                            "amount": 4509.33,
                            "currency": "TTD"
                          },
                          {
                            "amount": 3264.27,
                            "currency": "ETB"
                          }
                        ],
                        [
                          {
                            "amount": 1995.47,
                            "currency": "MZN"
                          },
                          {
                            "amount": 4898.16,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 3343.64,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 2834.85,
                            "currency": "JMD"
                          },
                          {
                            "amount": 2841.35,
                            "currency": "ERN"
                          },
                          {
                            "amount": 4648.41,
                            "currency": "AZN"
                          },
                          {
                            "amount": 3068.69,
                            "currency": "IDR"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "jU",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1755.7,
                                "currency": "STN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Rm",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4277.12,
                                "currency": "IQD"
                              }
                            ],
                            [
                              {
                                "amount": 4927.76,
                                "currency": "KWD"
                              },
                              {
                                "amount": 3031.76,
                                "currency": "GBP"
                              }
                            ],
                            [
                              {
                                "amount": 2575.64,
                                "currency": "GMD"
                              },
                              {
                                "amount": 2680.41,
                                "currency": "NOK"
                              },
                              {
                                "amount": 3569.71,
                                "currency": "LBP"
                              },
                              {
                                "amount": 1882.07,
                                "currency": "CUP"
                              },
                              {
                                "amount": 2733.21,
                                "currency": "SDG"
                              }
                            ],
                            [
                              {
                                "amount": 3613.27,
                                "currency": "ILS"
                              },
                              {
                                "amount": 3002.88,
                                "currency": "IQD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Gs",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 795.54,
                                "currency": "MDL"
                              },
                              {
                                "amount": 444.51,
                                "currency": "XPF"
                              },
                              {
                                "amount": 4150.38,
                                "currency": "EGP"
                              }
                            ],
                            [
                              {
                                "amount": 4593.6,
                                "currency": "SSP"
                              }
                            ],
                            [
                              {
                                "amount": 518.13,
                                "currency": "SSP"
                              },
                              {
                                "amount": 2988.53,
                                "currency": "PKR"
                              },
                              {
                                "amount": 3658.73,
                                "currency": "ISK"
                              },
                              {
                                "amount": 539.22,
                                "currency": "MMK"
                              }
                            ],
                            [
                              {
                                "amount": 702.73,
                                "currency": "KGS"
                              },
                              {
                                "amount": 3650.55,
                                "currency": "PHP"
                              },
                              {
                                "amount": 4203.03,
                                "currency": "BWP"
                              },
                              {
                                "amount": 2144.28,
                                "currency": "JOD"
                              },
                              {
                                "amount": 2473.46,
                                "currency": "PEN"
                              }
                            ],
                            [
                              {
                                "amount": 3808.22,
                                "currency": "IQD"
                              },
                              {
                                "amount": 197.26,
                                "currency": "XAF"
                              },
                              {
                                "amount": 845.24,
                                "currency": "ILS"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4922.72,
                            "currency": "DJF"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3899.44,
                            "currency": "TND"
                          },
                          {
                            "amount": 1526.45,
                            "currency": "SRD"
                          },
                          {
                            "amount": 2130.65,
                            "currency": "KZT"
                          },
                          {
                            "amount": 3620.41,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 311.11,
                            "currency": "CNY"
                          },
                          {
                            "amount": 2331.26,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 2884.59,
                            "currency": "AOA"
                          },
                          {
                            "amount": 978.83,
                            "currency": "KYD"
                          },
                          {
                            "amount": 244.54,
                            "currency": "SCR"
                          }
                        ],
                        [
                          {
                            "amount": 3579.02,
                            "currency": "CUP"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "xV",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 455.49,
                                "currency": "FJD"
                              }
                            ],
                            [
                              {
                                "amount": 1432.03,
                                "currency": "NIO"
                              },
                              {
                                "amount": 1568.76,
                                "currency": "MVR"
                              }
                            ],
                            [
                              {
                                "amount": 4811.55,
                                "currency": "TZS"
                              },
                              {
                                "amount": 1920.03,
                                "currency": "MYR"
                              },
                              {
                                "amount": 2819.33,
                                "currency": "GHS"
                              },
                              {
                                "amount": 3455.26,
                                "currency": "LYD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Xs",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4675.52,
                                "currency": "ALL"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2294.43,
                            "currency": "LSL"
                          },
                          {
                            "amount": 1733.47,
                            "currency": "XOF"
                          },
                          {
                            "amount": 232.96,
                            "currency": "GEL"
                          },
                          {
                            "amount": 4470.12,
                            "currency": "SEK"
                          }
                        ],
                        [
                          {
                            "amount": 3970.81,
                            "currency": "VND"
                          },
                          {
                            "amount": 217.54,
                            "currency": "KRW"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4044.86,
                            "currency": "NGN"
                          },
                          {
                            "amount": 3524.26,
                            "currency": "BOB"
                          },
                          {
                            "amount": 3338.39,
                            "currency": "SAR"
                          },
                          {
                            "amount": 1661.04,
                            "currency": "KHR"
                          },
                          {
                            "amount": 1634.68,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 723.83,
                            "currency": "IRR"
                          },
                          {
                            "amount": 2101.14,
                            "currency": "TRY"
                          },
                          {
                            "amount": 2281.87,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4438.78,
                            "currency": "MMK"
                          },
                          {
                            "amount": 1181.85,
                            "currency": "JOD"
                          }
                        ],
                        [
                          {
                            "amount": 4215.24,
                            "currency": "RUB"
                          },
                          {
                            "amount": 1386.29,
                            "currency": "SRD"
                          },
                          {
                            "amount": 1700.84,
                            "currency": "BZD"
                          },
                          {
                            "amount": 4491.75,
                            "currency": "SYP"
                          },
                          {
                            "amount": 4270.26,
                            "currency": "UAH"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2227.02,
                            "currency": "CUP"
                          },
                          {
                            "amount": 607.2,
                            "currency": "TWD"
                          },
                          {
                            "amount": 3958.3,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 1352.4,
                            "currency": "NIO"
                          },
                          {
                            "amount": 2857.47,
                            "currency": "YER"
                          },
                          {
                            "amount": 272.05,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 3795.3,
                            "currency": "XPF"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "43212808",
                    "percentage": 29.1,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1920.43,
                            "currency": "MDL"
                          },
                          {
                            "amount": 3985.87,
                            "currency": "COP"
                          },
                          {
                            "amount": 1436.14,
                            "currency": "UZS"
                          },
                          {
                            "amount": 4981.43,
                            "currency": "USD"
                          }
                        ],
                        [
                          {
                            "amount": 1053.4,
                            "currency": "XPF"
                          },
                          {
                            "amount": 670.45,
                            "currency": "GHS"
                          },
                          {
                            "amount": 798.59,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 3075.24,
                            "currency": "ALL"
                          },
                          {
                            "amount": 3508.12,
                            "currency": "GMD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Keegan",
                    "index": 6,
                    "lastName": "Schulist",
                    "tierLevel": "Red",
                    "tierLevelNumber": 5,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3276.73,
                            "currency": "PLN"
                          },
                          {
                            "amount": 470.65,
                            "currency": "SHP"
                          },
                          {
                            "amount": 2915.11,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 3178.83,
                            "currency": "PGK"
                          },
                          {
                            "amount": 2585.17,
                            "currency": "HUF"
                          }
                        ],
                        [
                          {
                            "amount": 2555.68,
                            "currency": "CNY"
                          },
                          {
                            "amount": 1972.53,
                            "currency": "ERN"
                          },
                          {
                            "amount": 2715.25,
                            "currency": "GYD"
                          },
                          {
                            "amount": 2106.63,
                            "currency": "INR"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2789.04,
                            "currency": "ISK"
                          },
                          {
                            "amount": 2456.94,
                            "currency": "RON"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "ta",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3904.65,
                                "currency": "KWD"
                              }
                            ],
                            [
                              {
                                "amount": 881.33,
                                "currency": "GEL"
                              },
                              {
                                "amount": 1259.89,
                                "currency": "COP"
                              },
                              {
                                "amount": 2470.2,
                                "currency": "ARS"
                              }
                            ],
                            [
                              {
                                "amount": 1064.17,
                                "currency": "BIF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "LS",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2667.35,
                                "currency": "KZT"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 29.63,
                            "currency": "TMT"
                          },
                          {
                            "amount": 4139.73,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3055.35,
                            "currency": "PHP"
                          },
                          {
                            "amount": 1214.89,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 3392.62,
                            "currency": "PKR"
                          },
                          {
                            "amount": 1111.39,
                            "currency": "USD"
                          },
                          {
                            "amount": 2325.88,
                            "currency": "BRL"
                          },
                          {
                            "amount": 4807.58,
                            "currency": "SOS"
                          }
                        ],
                        [
                          {
                            "amount": 3671.09,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3265.82,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 2337.81,
                            "currency": "WST"
                          },
                          {
                            "amount": 4409.85,
                            "currency": "KHR"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2320.31,
                            "currency": "DKK"
                          },
                          {
                            "amount": 329.55,
                            "currency": "GEL"
                          },
                          {
                            "amount": 1998.9,
                            "currency": "SSP"
                          },
                          {
                            "amount": 885.07,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 4159.5,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 73.45,
                            "currency": "MRU"
                          },
                          {
                            "amount": 4950.69,
                            "currency": "CHF"
                          },
                          {
                            "amount": 183.11,
                            "currency": "NPR"
                          },
                          {
                            "amount": 3043.74,
                            "currency": "KMF"
                          },
                          {
                            "amount": 3686.75,
                            "currency": "ETB"
                          }
                        ],
                        [
                          {
                            "amount": 1746.38,
                            "currency": "VUV"
                          },
                          {
                            "amount": 3773.65,
                            "currency": "XPF"
                          },
                          {
                            "amount": 1124.58,
                            "currency": "SGD"
                          },
                          {
                            "amount": 3171.14,
                            "currency": "MUR"
                          },
                          {
                            "amount": 4962.94,
                            "currency": "SAR"
                          }
                        ],
                        [
                          {
                            "amount": 1986.01,
                            "currency": "DJF"
                          },
                          {
                            "amount": 4290.23,
                            "currency": "HTG"
                          },
                          {
                            "amount": 1870.73,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 3591.7,
                            "currency": "CDF"
                          },
                          {
                            "amount": 2759.99,
                            "currency": "JOD"
                          },
                          {
                            "amount": 4271.51,
                            "currency": "YER"
                          },
                          {
                            "amount": 377.61,
                            "currency": "KPW"
                          },
                          {
                            "amount": 3032.13,
                            "currency": "BSD"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Fl",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 119.25,
                                "currency": "KPW"
                              },
                              {
                                "amount": 1370.43,
                                "currency": "USD"
                              },
                              {
                                "amount": 1271.18,
                                "currency": "NZD"
                              },
                              {
                                "amount": 3742.21,
                                "currency": "IQD"
                              },
                              {
                                "amount": 637.09,
                                "currency": "BBD"
                              }
                            ],
                            [
                              {
                                "amount": 4513.06,
                                "currency": "GEL"
                              }
                            ],
                            [
                              {
                                "amount": 4649.54,
                                "currency": "SAR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2240.16,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4662.44,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 636.85,
                            "currency": "GMD"
                          },
                          {
                            "amount": 4304.33,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4869.45,
                            "currency": "CDF"
                          },
                          {
                            "amount": 2046.54,
                            "currency": "IDR"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1223.71,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 3783.14,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1413.51,
                            "currency": "KYD"
                          },
                          {
                            "amount": 395.66,
                            "currency": "USD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4503.83,
                            "currency": "LYD"
                          },
                          {
                            "amount": 3422.71,
                            "currency": "SOS"
                          },
                          {
                            "amount": 1238.99,
                            "currency": "AED"
                          },
                          {
                            "amount": 876.47,
                            "currency": "LAK"
                          },
                          {
                            "amount": 3541.08,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 2652.33,
                            "currency": "HUF"
                          }
                        ],
                        [
                          {
                            "amount": 2861.99,
                            "currency": "KMF"
                          },
                          {
                            "amount": 4490.23,
                            "currency": "VUV"
                          },
                          {
                            "amount": 3860.29,
                            "currency": "NOK"
                          },
                          {
                            "amount": 266.37,
                            "currency": "GHS"
                          },
                          {
                            "amount": 4594.27,
                            "currency": "BOB"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "28833056",
                    "percentage": 9.6,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3393.33,
                            "currency": "AMD"
                          },
                          {
                            "amount": 2299.56,
                            "currency": "LSL"
                          },
                          {
                            "amount": 822.35,
                            "currency": "CZK"
                          },
                          {
                            "amount": 4445.3,
                            "currency": "HKD"
                          },
                          {
                            "amount": 4867.88,
                            "currency": "JOD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Outbound"
              }
            }
          ]
        },
        {
          "ancillaryConfiguration": {
            "allowQuantity": true,
            "maxQuantityPerPax": 3
          },
          "ancillarySpecialService": {
            "code": "OTHER",
            "requiredProperties": {
              "propertyDefinitionList": [
                {
                  "@type": "KeywordPropertyDefinition",
                  "optional": true,
                  "propertyName": "WEIGHT",
                  "propertyType": "DECIMAL"
                }
              ]
            },
            "type": "NOTALLOWED"
          },
          "bundleItems": [
            {
              "code": "sE9",
              "groupCode": "rF"
            },
            {
              "code": "PUH",
              "groupCode": "ji"
            },
            {
              "code": "RGU",
              "groupCode": "Ee"
            },
            {
              "code": "jqM",
              "groupCode": "Rm"
            },
            {
              "code": "3lf",
              "groupCode": "zU"
            }
          ],
          "code": "v6M",
          "refundable": true,
          "travelPartOffers": [
            {
              "availableInventory": 38,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Harold",
                    "index": 5,
                    "lastName": "Nolan",
                    "tierLevel": "Red",
                    "tierLevelNumber": 4,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1037.79,
                            "currency": "AED"
                          },
                          {
                            "amount": 2257.01,
                            "currency": "LYD"
                          },
                          {
                            "amount": 2588.48,
                            "currency": "IQD"
                          },
                          {
                            "amount": 4421.4,
                            "currency": "HNL"
                          },
                          {
                            "amount": 1287.62,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 1107.05,
                            "currency": "MAD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2206.73,
                            "currency": "NIO"
                          },
                          {
                            "amount": 3429.22,
                            "currency": "UGX"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "ZP",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4684.17,
                                "currency": "CDF"
                              },
                              {
                                "amount": 932,
                                "currency": "SGD"
                              },
                              {
                                "amount": 4950.8,
                                "currency": "NOK"
                              },
                              {
                                "amount": 1725.55,
                                "currency": "VUV"
                              }
                            ],
                            [
                              {
                                "amount": 2703.65,
                                "currency": "NOK"
                              },
                              {
                                "amount": 4766.3,
                                "currency": "KES"
                              }
                            ],
                            [
                              {
                                "amount": 2875.91,
                                "currency": "GHS"
                              },
                              {
                                "amount": 2415.48,
                                "currency": "ARS"
                              },
                              {
                                "amount": 2283.73,
                                "currency": "AZN"
                              },
                              {
                                "amount": 2821.52,
                                "currency": "SRD"
                              },
                              {
                                "amount": 2263.76,
                                "currency": "LYD"
                              }
                            ],
                            [
                              {
                                "amount": 2563.12,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 2439.46,
                                "currency": "COP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "pi",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1929.31,
                                "currency": "MOP"
                              },
                              {
                                "amount": 96.61,
                                "currency": "NGN"
                              },
                              {
                                "amount": 3187.6,
                                "currency": "CVE"
                              }
                            ],
                            [
                              {
                                "amount": 4431.4,
                                "currency": "SEK"
                              },
                              {
                                "amount": 4359.52,
                                "currency": "CUP"
                              },
                              {
                                "amount": 2509.97,
                                "currency": "BZD"
                              },
                              {
                                "amount": 885.24,
                                "currency": "KRW"
                              }
                            ],
                            [
                              {
                                "amount": 1340.77,
                                "currency": "NOK"
                              },
                              {
                                "amount": 1324.08,
                                "currency": "SOS"
                              },
                              {
                                "amount": 2073.7,
                                "currency": "TWD"
                              },
                              {
                                "amount": 4359.38,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 1914.38,
                                "currency": "DJF"
                              },
                              {
                                "amount": 4986.91,
                                "currency": "EUR"
                              },
                              {
                                "amount": 1968.36,
                                "currency": "INR"
                              },
                              {
                                "amount": 2909.28,
                                "currency": "PLN"
                              }
                            ],
                            [
                              {
                                "amount": 4111.69,
                                "currency": "JPY"
                              },
                              {
                                "amount": 96.81,
                                "currency": "AOA"
                              },
                              {
                                "amount": 4087.78,
                                "currency": "BMD"
                              },
                              {
                                "amount": 4796.01,
                                "currency": "KMF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "VJ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1970.61,
                                "currency": "XOF"
                              },
                              {
                                "amount": 1854.3,
                                "currency": "LAK"
                              },
                              {
                                "amount": 4745.79,
                                "currency": "EUR"
                              },
                              {
                                "amount": 3088.73,
                                "currency": "SBD"
                              }
                            ],
                            [
                              {
                                "amount": 1924.17,
                                "currency": "RWF"
                              },
                              {
                                "amount": 423.91,
                                "currency": "IQD"
                              },
                              {
                                "amount": 1786.43,
                                "currency": "JMD"
                              },
                              {
                                "amount": 894.19,
                                "currency": "SHP"
                              },
                              {
                                "amount": 1206.81,
                                "currency": "LYD"
                              }
                            ],
                            [
                              {
                                "amount": 3486.61,
                                "currency": "IQD"
                              },
                              {
                                "amount": 4616.35,
                                "currency": "TJS"
                              },
                              {
                                "amount": 3269.63,
                                "currency": "HTG"
                              },
                              {
                                "amount": 4331,
                                "currency": "LSL"
                              },
                              {
                                "amount": 1830.32,
                                "currency": "VUV"
                              }
                            ],
                            [
                              {
                                "amount": 1544.77,
                                "currency": "QAR"
                              },
                              {
                                "amount": 4433.28,
                                "currency": "AMD"
                              },
                              {
                                "amount": 3887.35,
                                "currency": "AED"
                              },
                              {
                                "amount": 4278.81,
                                "currency": "FJD"
                              },
                              {
                                "amount": 3442.44,
                                "currency": "GMD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "tj",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1576.93,
                                "currency": "UZS"
                              },
                              {
                                "amount": 2877.18,
                                "currency": "MGA"
                              },
                              {
                                "amount": 987.07,
                                "currency": "XPF"
                              }
                            ],
                            [
                              {
                                "amount": 3263.36,
                                "currency": "SCR"
                              },
                              {
                                "amount": 2303.16,
                                "currency": "UYU"
                              }
                            ],
                            [
                              {
                                "amount": 2138.26,
                                "currency": "TND"
                              },
                              {
                                "amount": 3223.55,
                                "currency": "MNT"
                              }
                            ],
                            [
                              {
                                "amount": 3481.11,
                                "currency": "NPR"
                              }
                            ],
                            [
                              {
                                "amount": 1444.7,
                                "currency": "RUB"
                              },
                              {
                                "amount": 2466.76,
                                "currency": "FJD"
                              },
                              {
                                "amount": 346.87,
                                "currency": "LRD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "AI",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 811.71,
                                "currency": "GNF"
                              },
                              {
                                "amount": 2101.88,
                                "currency": "MKD"
                              },
                              {
                                "amount": 297.66,
                                "currency": "RWF"
                              },
                              {
                                "amount": 229.87,
                                "currency": "MVR"
                              },
                              {
                                "amount": 801.59,
                                "currency": "LYD"
                              }
                            ],
                            [
                              {
                                "amount": 2047.6,
                                "currency": "RSD"
                              }
                            ],
                            [
                              {
                                "amount": 981.58,
                                "currency": "MXN"
                              }
                            ],
                            [
                              {
                                "amount": 1462.71,
                                "currency": "UZS"
                              },
                              {
                                "amount": 652.22,
                                "currency": "AZN"
                              },
                              {
                                "amount": 1827.59,
                                "currency": "IRR"
                              },
                              {
                                "amount": 3948.59,
                                "currency": "TTD"
                              }
                            ],
                            [
                              {
                                "amount": 2395.28,
                                "currency": "IDR"
                              },
                              {
                                "amount": 1090.18,
                                "currency": "PAB"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 480.49,
                            "currency": "SSP"
                          },
                          {
                            "amount": 4160.7,
                            "currency": "PLN"
                          },
                          {
                            "amount": 3517.77,
                            "currency": "SLE"
                          },
                          {
                            "amount": 2594.08,
                            "currency": "CHF"
                          }
                        ],
                        [
                          {
                            "amount": 3836.71,
                            "currency": "KRW"
                          },
                          {
                            "amount": 2317.56,
                            "currency": "KRW"
                          },
                          {
                            "amount": 3661.75,
                            "currency": "MOP"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 239.18,
                            "currency": "RON"
                          },
                          {
                            "amount": 3437.2,
                            "currency": "CRC"
                          },
                          {
                            "amount": 3985.76,
                            "currency": "MZN"
                          },
                          {
                            "amount": 2700.13,
                            "currency": "AED"
                          },
                          {
                            "amount": 1757.14,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 3412.46,
                            "currency": "SEK"
                          },
                          {
                            "amount": 1372.33,
                            "currency": "HKD"
                          },
                          {
                            "amount": 2292.62,
                            "currency": "JPY"
                          },
                          {
                            "amount": 60.99,
                            "currency": "ILS"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "DI",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3992.67,
                                "currency": "UZS"
                              },
                              {
                                "amount": 3432.25,
                                "currency": "BWP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ce",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 942.21,
                                "currency": "SOS"
                              }
                            ],
                            [
                              {
                                "amount": 3969.48,
                                "currency": "JMD"
                              },
                              {
                                "amount": 2516.18,
                                "currency": "OMR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2662.42,
                            "currency": "SRD"
                          },
                          {
                            "amount": 278.05,
                            "currency": "OMR"
                          }
                        ],
                        [
                          {
                            "amount": 2003.21,
                            "currency": "ARS"
                          },
                          {
                            "amount": 4449.31,
                            "currency": "MXN"
                          }
                        ],
                        [
                          {
                            "amount": 486.95,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4669.57,
                            "currency": "SHP"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4674.57,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 1023.33,
                            "currency": "MYR"
                          },
                          {
                            "amount": 4443.53,
                            "currency": "KHR"
                          },
                          {
                            "amount": 2064.86,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 3420.11,
                            "currency": "USD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2736.95,
                            "currency": "MNT"
                          },
                          {
                            "amount": 2701.04,
                            "currency": "KMF"
                          },
                          {
                            "amount": 2280.35,
                            "currency": "BND"
                          },
                          {
                            "amount": 1100.42,
                            "currency": "KPW"
                          },
                          {
                            "amount": 3861.58,
                            "currency": "SCR"
                          }
                        ],
                        [
                          {
                            "amount": 345.25,
                            "currency": "CRC"
                          },
                          {
                            "amount": 4169.42,
                            "currency": "DZD"
                          },
                          {
                            "amount": 2312.21,
                            "currency": "BAM"
                          },
                          {
                            "amount": 1514.67,
                            "currency": "BRL"
                          },
                          {
                            "amount": 836.9,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "67013040",
                    "percentage": 24.4,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 2524.43,
                            "currency": "BMD"
                          },
                          {
                            "amount": 525.69,
                            "currency": "LYD"
                          },
                          {
                            "amount": 4248.48,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 4998.23,
                            "currency": "LBP"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Salvador",
                    "index": 6,
                    "lastName": "Collier",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 5,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1719.29,
                            "currency": "VES"
                          },
                          {
                            "amount": 1951.04,
                            "currency": "RSD"
                          },
                          {
                            "amount": 2426.99,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 4670.97,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 4503.51,
                            "currency": "OMR"
                          },
                          {
                            "amount": 2838.43,
                            "currency": "NOK"
                          },
                          {
                            "amount": 4020.3,
                            "currency": "CHF"
                          }
                        ],
                        [
                          {
                            "amount": 2941.2,
                            "currency": "KRW"
                          },
                          {
                            "amount": 4693.97,
                            "currency": "KGS"
                          },
                          {
                            "amount": 4084.92,
                            "currency": "DJF"
                          },
                          {
                            "amount": 2047.42,
                            "currency": "MRU"
                          },
                          {
                            "amount": 2549.02,
                            "currency": "VND"
                          }
                        ],
                        [
                          {
                            "amount": 1279.33,
                            "currency": "PGK"
                          },
                          {
                            "amount": 1868.48,
                            "currency": "TWD"
                          },
                          {
                            "amount": 2413.69,
                            "currency": "BDT"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2572.21,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 836.26,
                            "currency": "RWF"
                          },
                          {
                            "amount": 2787.92,
                            "currency": "TRY"
                          },
                          {
                            "amount": 2844.43,
                            "currency": "MDL"
                          }
                        ],
                        [
                          {
                            "amount": 3375.79,
                            "currency": "OMR"
                          },
                          {
                            "amount": 4725.34,
                            "currency": "KGS"
                          },
                          {
                            "amount": 2410.3,
                            "currency": "BND"
                          }
                        ],
                        [
                          {
                            "amount": 4438.47,
                            "currency": "BGN"
                          },
                          {
                            "amount": 1759.31,
                            "currency": "GNF"
                          },
                          {
                            "amount": 986.24,
                            "currency": "AUD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "eQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1374.19,
                                "currency": "QAR"
                              },
                              {
                                "amount": 3140.19,
                                "currency": "ERN"
                              }
                            ],
                            [
                              {
                                "amount": 1947.86,
                                "currency": "JPY"
                              },
                              {
                                "amount": 1743.54,
                                "currency": "WST"
                              },
                              {
                                "amount": 2452.95,
                                "currency": "SYP"
                              }
                            ],
                            [
                              {
                                "amount": 3751.45,
                                "currency": "DOP"
                              },
                              {
                                "amount": 2885.84,
                                "currency": "LYD"
                              },
                              {
                                "amount": 2675.42,
                                "currency": "GBP"
                              },
                              {
                                "amount": 3336.33,
                                "currency": "CHF"
                              }
                            ],
                            [
                              {
                                "amount": 692.99,
                                "currency": "BDT"
                              }
                            ],
                            [
                              {
                                "amount": 3904.2,
                                "currency": "BND"
                              },
                              {
                                "amount": 2413.89,
                                "currency": "FJD"
                              },
                              {
                                "amount": 4623.92,
                                "currency": "MOP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "xH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3688.44,
                                "currency": "VND"
                              },
                              {
                                "amount": 2795.16,
                                "currency": "JMD"
                              },
                              {
                                "amount": 2993.73,
                                "currency": "MMK"
                              }
                            ],
                            [
                              {
                                "amount": 1173.74,
                                "currency": "BYN"
                              },
                              {
                                "amount": 4049.63,
                                "currency": "NOK"
                              }
                            ],
                            [
                              {
                                "amount": 2963.04,
                                "currency": "NZD"
                              },
                              {
                                "amount": 3667.94,
                                "currency": "MVR"
                              }
                            ],
                            [
                              {
                                "amount": 1085.09,
                                "currency": "TWD"
                              }
                            ],
                            [
                              {
                                "amount": 4448.92,
                                "currency": "CNY"
                              },
                              {
                                "amount": 458.94,
                                "currency": "INR"
                              },
                              {
                                "amount": 436.85,
                                "currency": "BSD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "iO",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1861.26,
                                "currency": "BMD"
                              },
                              {
                                "amount": 4826.84,
                                "currency": "USD"
                              },
                              {
                                "amount": 1455.97,
                                "currency": "PGK"
                              },
                              {
                                "amount": 3660.49,
                                "currency": "ZWL"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4539.53,
                            "currency": "TOP"
                          },
                          {
                            "amount": 4635.6,
                            "currency": "RON"
                          },
                          {
                            "amount": 2607.69,
                            "currency": "YER"
                          },
                          {
                            "amount": 2091.69,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1850.93,
                            "currency": "NOK"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 694.6,
                            "currency": "SDG"
                          },
                          {
                            "amount": 999.12,
                            "currency": "EGP"
                          },
                          {
                            "amount": 1506.74,
                            "currency": "TND"
                          },
                          {
                            "amount": 792.57,
                            "currency": "AZN"
                          },
                          {
                            "amount": 52.88,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 2126.4,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 485.59,
                            "currency": "BBD"
                          },
                          {
                            "amount": 384.88,
                            "currency": "TRY"
                          },
                          {
                            "amount": 1599.7,
                            "currency": "INR"
                          },
                          {
                            "amount": 4871.28,
                            "currency": "BND"
                          },
                          {
                            "amount": 2343.29,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 1629.38,
                            "currency": "AWG"
                          },
                          {
                            "amount": 115.49,
                            "currency": "NOK"
                          },
                          {
                            "amount": 1511.68,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 245.38,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1313.73,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 4959.97,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3188.47,
                            "currency": "BSD"
                          },
                          {
                            "amount": 4146.28,
                            "currency": "LYD"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "CH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3696.39,
                                "currency": "MAD"
                              },
                              {
                                "amount": 167.16,
                                "currency": "JMD"
                              },
                              {
                                "amount": 167.22,
                                "currency": "CUP"
                              },
                              {
                                "amount": 2481.22,
                                "currency": "RWF"
                              }
                            ],
                            [
                              {
                                "amount": 2066.32,
                                "currency": "QAR"
                              },
                              {
                                "amount": 3804.74,
                                "currency": "TOP"
                              },
                              {
                                "amount": 4438.22,
                                "currency": "MXN"
                              },
                              {
                                "amount": 2797.72,
                                "currency": "KPW"
                              },
                              {
                                "amount": 1975.03,
                                "currency": "OMR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "jy",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3070.22,
                                "currency": "AED"
                              },
                              {
                                "amount": 2620.16,
                                "currency": "SDG"
                              },
                              {
                                "amount": 3156.53,
                                "currency": "FJD"
                              },
                              {
                                "amount": 1058.45,
                                "currency": "BDT"
                              },
                              {
                                "amount": 2169.69,
                                "currency": "SAR"
                              }
                            ],
                            [
                              {
                                "amount": 1338,
                                "currency": "BDT"
                              },
                              {
                                "amount": 3384.47,
                                "currency": "NZD"
                              },
                              {
                                "amount": 3553.86,
                                "currency": "MRU"
                              },
                              {
                                "amount": 2442.96,
                                "currency": "GYD"
                              },
                              {
                                "amount": 2096.45,
                                "currency": "HTG"
                              }
                            ],
                            [
                              {
                                "amount": 1885.55,
                                "currency": "MYR"
                              }
                            ],
                            [
                              {
                                "amount": 2642.13,
                                "currency": "MRU"
                              },
                              {
                                "amount": 1322.13,
                                "currency": "MOP"
                              },
                              {
                                "amount": 1190.33,
                                "currency": "ARS"
                              },
                              {
                                "amount": 1960.99,
                                "currency": "MUR"
                              },
                              {
                                "amount": 4540,
                                "currency": "LSL"
                              }
                            ],
                            [
                              {
                                "amount": 423.1,
                                "currency": "KWD"
                              },
                              {
                                "amount": 701.71,
                                "currency": "JOD"
                              },
                              {
                                "amount": 632.09,
                                "currency": "STN"
                              },
                              {
                                "amount": 1382.31,
                                "currency": "ILS"
                              },
                              {
                                "amount": 115.48,
                                "currency": "GYD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3583.24,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 1747.88,
                            "currency": "KYD"
                          },
                          {
                            "amount": 3303.6,
                            "currency": "KMF"
                          },
                          {
                            "amount": 606.62,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 1657.25,
                            "currency": "BMD"
                          },
                          {
                            "amount": 2467.21,
                            "currency": "XPF"
                          },
                          {
                            "amount": 663,
                            "currency": "VUV"
                          },
                          {
                            "amount": 4283.78,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 3261.24,
                            "currency": "SAR"
                          },
                          {
                            "amount": 2912.51,
                            "currency": "GYD"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4519.01,
                            "currency": "KPW"
                          },
                          {
                            "amount": 791.38,
                            "currency": "GMD"
                          },
                          {
                            "amount": 375.33,
                            "currency": "XOF"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4510.41,
                            "currency": "BMD"
                          },
                          {
                            "amount": 4557.65,
                            "currency": "ILS"
                          },
                          {
                            "amount": 4114.42,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 737.37,
                            "currency": "HKD"
                          },
                          {
                            "amount": 809.48,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 231.94,
                            "currency": "RWF"
                          },
                          {
                            "amount": 3542.93,
                            "currency": "OMR"
                          }
                        ],
                        [
                          {
                            "amount": 4797.62,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3510.57,
                            "currency": "CRC"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "29179426",
                    "percentage": 6.2,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 2787.25,
                            "currency": "NGN"
                          },
                          {
                            "amount": 2545.87,
                            "currency": "LAK"
                          },
                          {
                            "amount": 243.24,
                            "currency": "HNL"
                          },
                          {
                            "amount": 2443.85,
                            "currency": "LRD"
                          },
                          {
                            "amount": 1934.53,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 3867.85,
                            "currency": "LKR"
                          },
                          {
                            "amount": 1249.07,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 409.77,
                            "currency": "QAR"
                          },
                          {
                            "amount": 619.78,
                            "currency": "HTG"
                          },
                          {
                            "amount": 659.44,
                            "currency": "CRC"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Tatyana",
                    "index": 2,
                    "lastName": "Mann",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 0,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1558.93,
                            "currency": "TOP"
                          },
                          {
                            "amount": 2288.17,
                            "currency": "RSD"
                          },
                          {
                            "amount": 1379.96,
                            "currency": "SBD"
                          },
                          {
                            "amount": 650.75,
                            "currency": "NPR"
                          },
                          {
                            "amount": 335.25,
                            "currency": "MXN"
                          }
                        ],
                        [
                          {
                            "amount": 2202.17,
                            "currency": "AED"
                          },
                          {
                            "amount": 1382.5,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4112.36,
                            "currency": "CLP"
                          }
                        ],
                        [
                          {
                            "amount": 358.32,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1937.04,
                            "currency": "SRD"
                          },
                          {
                            "amount": 4054.07,
                            "currency": "CUP"
                          },
                          {
                            "amount": 3809.65,
                            "currency": "MDL"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 189.31,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 1692.82,
                            "currency": "SLE"
                          },
                          {
                            "amount": 1330.44,
                            "currency": "MYR"
                          },
                          {
                            "amount": 3985.97,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3527.74,
                            "currency": "AUD"
                          },
                          {
                            "amount": 690.42,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 1288.85,
                            "currency": "GHS"
                          },
                          {
                            "amount": 4484.28,
                            "currency": "BBD"
                          },
                          {
                            "amount": 1627.03,
                            "currency": "GBP"
                          },
                          {
                            "amount": 3033.33,
                            "currency": "USD"
                          },
                          {
                            "amount": 3764.78,
                            "currency": "BGN"
                          }
                        ],
                        [
                          {
                            "amount": 4796.76,
                            "currency": "RWF"
                          },
                          {
                            "amount": 2443.01,
                            "currency": "PYG"
                          },
                          {
                            "amount": 2125.49,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 4298.54,
                            "currency": "RSD"
                          },
                          {
                            "amount": 745.53,
                            "currency": "MZN"
                          },
                          {
                            "amount": 2934.46,
                            "currency": "TRY"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "lx",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3171.86,
                                "currency": "TTD"
                              }
                            ],
                            [
                              {
                                "amount": 4676.59,
                                "currency": "BOB"
                              },
                              {
                                "amount": 3516.43,
                                "currency": "DJF"
                              }
                            ],
                            [
                              {
                                "amount": 4448.59,
                                "currency": "OMR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "wO",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3238.28,
                                "currency": "KZT"
                              },
                              {
                                "amount": 2400.5,
                                "currency": "PGK"
                              },
                              {
                                "amount": 3748.52,
                                "currency": "SRD"
                              },
                              {
                                "amount": 908.54,
                                "currency": "HKD"
                              }
                            ],
                            [
                              {
                                "amount": 4674.84,
                                "currency": "SLE"
                              }
                            ],
                            [
                              {
                                "amount": 888.28,
                                "currency": "GIP"
                              },
                              {
                                "amount": 767.05,
                                "currency": "AUD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "dK",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3011.32,
                                "currency": "BMD"
                              }
                            ],
                            [
                              {
                                "amount": 129.09,
                                "currency": "LKR"
                              }
                            ],
                            [
                              {
                                "amount": 1104.86,
                                "currency": "KHR"
                              },
                              {
                                "amount": 2624.76,
                                "currency": "PYG"
                              }
                            ],
                            [
                              {
                                "amount": 2504.69,
                                "currency": "QAR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 270.68,
                            "currency": "GEL"
                          },
                          {
                            "amount": 262.55,
                            "currency": "SDG"
                          },
                          {
                            "amount": 3235.34,
                            "currency": "STN"
                          },
                          {
                            "amount": 3652.05,
                            "currency": "RON"
                          },
                          {
                            "amount": 209.98,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 2941.34,
                            "currency": "IRR"
                          },
                          {
                            "amount": 3668.84,
                            "currency": "CUP"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4911,
                            "currency": "GYD"
                          },
                          {
                            "amount": 1046.28,
                            "currency": "LBP"
                          },
                          {
                            "amount": 4390.8,
                            "currency": "KRW"
                          }
                        ],
                        [
                          {
                            "amount": 407.07,
                            "currency": "TND"
                          },
                          {
                            "amount": 3036.57,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4473.68,
                            "currency": "SEK"
                          },
                          {
                            "amount": 2214.72,
                            "currency": "TMT"
                          },
                          {
                            "amount": 4782.15,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 4075.11,
                            "currency": "KMF"
                          },
                          {
                            "amount": 3854.49,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 1779.22,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 3600.36,
                            "currency": "CUP"
                          },
                          {
                            "amount": 1673.03,
                            "currency": "NIO"
                          },
                          {
                            "amount": 3222.17,
                            "currency": "COP"
                          },
                          {
                            "amount": 4037.85,
                            "currency": "TZS"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Hq",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3737.92,
                                "currency": "ILS"
                              },
                              {
                                "amount": 3094.02,
                                "currency": "QAR"
                              },
                              {
                                "amount": 754.31,
                                "currency": "BIF"
                              },
                              {
                                "amount": 4427.9,
                                "currency": "UGX"
                              },
                              {
                                "amount": 611.71,
                                "currency": "RON"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Dp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3490.74,
                                "currency": "HNL"
                              },
                              {
                                "amount": 117.6,
                                "currency": "CRC"
                              },
                              {
                                "amount": 2494.18,
                                "currency": "PHP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Hi",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4328.09,
                                "currency": "SLE"
                              },
                              {
                                "amount": 3538.02,
                                "currency": "PHP"
                              },
                              {
                                "amount": 3336.78,
                                "currency": "MNT"
                              },
                              {
                                "amount": 939.52,
                                "currency": "STN"
                              },
                              {
                                "amount": 1890.97,
                                "currency": "ZWL"
                              }
                            ],
                            [
                              {
                                "amount": 789.79,
                                "currency": "TWD"
                              },
                              {
                                "amount": 3576.52,
                                "currency": "PEN"
                              },
                              {
                                "amount": 4959.76,
                                "currency": "XPF"
                              },
                              {
                                "amount": 2469.56,
                                "currency": "SDG"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "xO",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2620.92,
                                "currency": "SLE"
                              },
                              {
                                "amount": 427.47,
                                "currency": "CLP"
                              },
                              {
                                "amount": 3202.1,
                                "currency": "SDG"
                              },
                              {
                                "amount": 3707.44,
                                "currency": "ISK"
                              },
                              {
                                "amount": 843,
                                "currency": "VND"
                              }
                            ],
                            [
                              {
                                "amount": 147.72,
                                "currency": "CVE"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Hn",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 212.21,
                                "currency": "PGK"
                              },
                              {
                                "amount": 633.4,
                                "currency": "XPF"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2173.8,
                            "currency": "BIF"
                          }
                        ],
                        [
                          {
                            "amount": 2519.99,
                            "currency": "LRD"
                          },
                          {
                            "amount": 3099.11,
                            "currency": "GNF"
                          },
                          {
                            "amount": 3821.63,
                            "currency": "ETB"
                          },
                          {
                            "amount": 2278.15,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 1487.87,
                            "currency": "CAD"
                          },
                          {
                            "amount": 4333.74,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 4464.82,
                            "currency": "SCR"
                          },
                          {
                            "amount": 4356.36,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 2482.35,
                            "currency": "KES"
                          },
                          {
                            "amount": 3717.95,
                            "currency": "PEN"
                          },
                          {
                            "amount": 88.5,
                            "currency": "TTD"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2196.34,
                            "currency": "SYP"
                          },
                          {
                            "amount": 3977.22,
                            "currency": "PAB"
                          },
                          {
                            "amount": 3711.85,
                            "currency": "AOA"
                          },
                          {
                            "amount": 4049.53,
                            "currency": "GMD"
                          },
                          {
                            "amount": 4371.12,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 4559.55,
                            "currency": "SEK"
                          },
                          {
                            "amount": 3870.27,
                            "currency": "MOP"
                          },
                          {
                            "amount": 2244.86,
                            "currency": "ALL"
                          },
                          {
                            "amount": 1224.91,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 2365.8,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2742.87,
                            "currency": "VES"
                          },
                          {
                            "amount": 419.19,
                            "currency": "SDG"
                          }
                        ],
                        [
                          {
                            "amount": 1435.07,
                            "currency": "TRY"
                          },
                          {
                            "amount": 1060.94,
                            "currency": "GHS"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3038.48,
                            "currency": "AOA"
                          },
                          {
                            "amount": 4624.74,
                            "currency": "MGA"
                          }
                        ],
                        [
                          {
                            "amount": 2116.64,
                            "currency": "KES"
                          },
                          {
                            "amount": 1600.86,
                            "currency": "ARS"
                          },
                          {
                            "amount": 2446.13,
                            "currency": "PHP"
                          },
                          {
                            "amount": 1167.97,
                            "currency": "KGS"
                          }
                        ],
                        [
                          {
                            "amount": 2197.48,
                            "currency": "GMD"
                          },
                          {
                            "amount": 1977.08,
                            "currency": "BGN"
                          },
                          {
                            "amount": 1425.06,
                            "currency": "NOK"
                          },
                          {
                            "amount": 3289.69,
                            "currency": "TJS"
                          },
                          {
                            "amount": 4165.38,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 3632.1,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 3572.45,
                            "currency": "HKD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "25669241",
                    "percentage": 17.8,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 37.5,
                            "currency": "AED"
                          },
                          {
                            "amount": 1589.04,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 4265.59,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 607.93,
                            "currency": "MUR"
                          },
                          {
                            "amount": 2565.96,
                            "currency": "HTG"
                          },
                          {
                            "amount": 2183.13,
                            "currency": "BYN"
                          },
                          {
                            "amount": 2470.31,
                            "currency": "KMF"
                          },
                          {
                            "amount": 4108.39,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Connection"
              }
            },
            {
              "availableInventory": 14,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Meda",
                    "index": 1,
                    "lastName": "Considine",
                    "tierLevel": "Red",
                    "tierLevelNumber": 0,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2490.83,
                            "currency": "TRY"
                          },
                          {
                            "amount": 969.86,
                            "currency": "OMR"
                          },
                          {
                            "amount": 116.95,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2712.02,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 1252.03,
                            "currency": "TJS"
                          },
                          {
                            "amount": 3638.76,
                            "currency": "KMF"
                          },
                          {
                            "amount": 3635.88,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 637.62,
                            "currency": "NPR"
                          },
                          {
                            "amount": 1135.19,
                            "currency": "EUR"
                          },
                          {
                            "amount": 4264.65,
                            "currency": "LYD"
                          },
                          {
                            "amount": 4219.68,
                            "currency": "BWP"
                          },
                          {
                            "amount": 1391.79,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 3784.11,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 822.69,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 2853.14,
                            "currency": "ETB"
                          },
                          {
                            "amount": 3217.42,
                            "currency": "KHR"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1703.25,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 4113.66,
                            "currency": "MMK"
                          },
                          {
                            "amount": 3313.21,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 1158.23,
                            "currency": "TJS"
                          },
                          {
                            "amount": 2705.92,
                            "currency": "USD"
                          },
                          {
                            "amount": 831.19,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 3289.58,
                            "currency": "EGP"
                          },
                          {
                            "amount": 2427.91,
                            "currency": "VES"
                          },
                          {
                            "amount": 330.69,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2327.26,
                            "currency": "VUV"
                          }
                        ],
                        [
                          {
                            "amount": 1874.18,
                            "currency": "JOD"
                          },
                          {
                            "amount": 4472.93,
                            "currency": "WST"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "sY",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4322.88,
                                "currency": "RSD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "dl",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4915.81,
                                "currency": "ARS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "NE",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1419.93,
                                "currency": "MNT"
                              },
                              {
                                "amount": 1366.86,
                                "currency": "MNT"
                              },
                              {
                                "amount": 661.57,
                                "currency": "BTN"
                              },
                              {
                                "amount": 1560.08,
                                "currency": "AOA"
                              }
                            ],
                            [
                              {
                                "amount": 2692.16,
                                "currency": "DJF"
                              },
                              {
                                "amount": 3972.34,
                                "currency": "BMD"
                              },
                              {
                                "amount": 590.1,
                                "currency": "GYD"
                              }
                            ],
                            [
                              {
                                "amount": 4115.98,
                                "currency": "TMT"
                              },
                              {
                                "amount": 2587.55,
                                "currency": "THB"
                              },
                              {
                                "amount": 4397.53,
                                "currency": "FKP"
                              },
                              {
                                "amount": 2624.2,
                                "currency": "KHR"
                              }
                            ],
                            [
                              {
                                "amount": 2694.64,
                                "currency": "XAF"
                              },
                              {
                                "amount": 3639.8,
                                "currency": "SRD"
                              },
                              {
                                "amount": 2670.72,
                                "currency": "SAR"
                              },
                              {
                                "amount": 1785.38,
                                "currency": "BDT"
                              }
                            ],
                            [
                              {
                                "amount": 2136.04,
                                "currency": "PLN"
                              },
                              {
                                "amount": 1599.57,
                                "currency": "MAD"
                              },
                              {
                                "amount": 4282.17,
                                "currency": "MMK"
                              },
                              {
                                "amount": 1780.03,
                                "currency": "IDR"
                              },
                              {
                                "amount": 135.15,
                                "currency": "MGA"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 897.88,
                            "currency": "MDL"
                          },
                          {
                            "amount": 1011.43,
                            "currency": "MAD"
                          },
                          {
                            "amount": 603.35,
                            "currency": "MOP"
                          }
                        ],
                        [
                          {
                            "amount": 1896.57,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2061.55,
                            "currency": "TZS"
                          },
                          {
                            "amount": 781.56,
                            "currency": "GYD"
                          },
                          {
                            "amount": 4066.52,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3168.58,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 4024.89,
                            "currency": "AZN"
                          },
                          {
                            "amount": 550.34,
                            "currency": "STN"
                          },
                          {
                            "amount": 138.86,
                            "currency": "BDT"
                          },
                          {
                            "amount": 1344.19,
                            "currency": "MZN"
                          }
                        ],
                        [
                          {
                            "amount": 1411.71,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 237.27,
                            "currency": "RUB"
                          },
                          {
                            "amount": 1101.42,
                            "currency": "AUD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1530.85,
                            "currency": "MUR"
                          },
                          {
                            "amount": 101.43,
                            "currency": "LAK"
                          },
                          {
                            "amount": 3256.45,
                            "currency": "RWF"
                          },
                          {
                            "amount": 268.6,
                            "currency": "KZT"
                          },
                          {
                            "amount": 760.86,
                            "currency": "NPR"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "uZ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 996.26,
                                "currency": "XCD"
                              },
                              {
                                "amount": 4497.36,
                                "currency": "DJF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "hI",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 819.72,
                                "currency": "NAD"
                              },
                              {
                                "amount": 1227.39,
                                "currency": "PHP"
                              },
                              {
                                "amount": 4135.14,
                                "currency": "SOS"
                              },
                              {
                                "amount": 586.21,
                                "currency": "SHP"
                              },
                              {
                                "amount": 961.6,
                                "currency": "KMF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ad",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2356.09,
                                "currency": "ALL"
                              }
                            ],
                            [
                              {
                                "amount": 2929.97,
                                "currency": "TOP"
                              },
                              {
                                "amount": 1576.56,
                                "currency": "MVR"
                              },
                              {
                                "amount": 848.87,
                                "currency": "GTQ"
                              }
                            ],
                            [
                              {
                                "amount": 350.68,
                                "currency": "ETB"
                              },
                              {
                                "amount": 3557.57,
                                "currency": "HTG"
                              }
                            ],
                            [
                              {
                                "amount": 1226.34,
                                "currency": "JPY"
                              },
                              {
                                "amount": 143.55,
                                "currency": "DZD"
                              },
                              {
                                "amount": 2705.92,
                                "currency": "LAK"
                              },
                              {
                                "amount": 4088.64,
                                "currency": "UYU"
                              },
                              {
                                "amount": 629.87,
                                "currency": "GEL"
                              }
                            ],
                            [
                              {
                                "amount": 1958.91,
                                "currency": "CHF"
                              },
                              {
                                "amount": 135.88,
                                "currency": "MNT"
                              },
                              {
                                "amount": 2918.22,
                                "currency": "THB"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "lf",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4531.45,
                                "currency": "JMD"
                              },
                              {
                                "amount": 451.6,
                                "currency": "TRY"
                              },
                              {
                                "amount": 747.29,
                                "currency": "TND"
                              },
                              {
                                "amount": 601.38,
                                "currency": "PGK"
                              }
                            ],
                            [
                              {
                                "amount": 1343.95,
                                "currency": "TWD"
                              },
                              {
                                "amount": 3461.77,
                                "currency": "MKD"
                              },
                              {
                                "amount": 3081.67,
                                "currency": "SSP"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4952.61,
                            "currency": "KWD"
                          },
                          {
                            "amount": 1297.08,
                            "currency": "COP"
                          },
                          {
                            "amount": 3809.69,
                            "currency": "AFN"
                          },
                          {
                            "amount": 863.1,
                            "currency": "KGS"
                          },
                          {
                            "amount": 903.83,
                            "currency": "MXN"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2440.65,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4667.43,
                            "currency": "QAR"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1789.94,
                            "currency": "PAB"
                          },
                          {
                            "amount": 1525.28,
                            "currency": "HTG"
                          },
                          {
                            "amount": 2875.2,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2860.12,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 3896.14,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4972.77,
                            "currency": "CDF"
                          },
                          {
                            "amount": 3366.43,
                            "currency": "MZN"
                          },
                          {
                            "amount": 4298.1,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 142.46,
                            "currency": "AED"
                          },
                          {
                            "amount": 1386.9,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 478.98,
                            "currency": "VES"
                          },
                          {
                            "amount": 3419.94,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3615.24,
                            "currency": "RWF"
                          },
                          {
                            "amount": 2476.46,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4507.51,
                            "currency": "CUP"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "95460914",
                    "percentage": 21.9,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1050.63,
                            "currency": "QAR"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Paxton",
                    "index": 8,
                    "lastName": "Ebert",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 5,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2957.18,
                            "currency": "MKD"
                          },
                          {
                            "amount": 623.44,
                            "currency": "ERN"
                          },
                          {
                            "amount": 3372.99,
                            "currency": "PHP"
                          },
                          {
                            "amount": 2652.05,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 4197.23,
                            "currency": "KZT"
                          },
                          {
                            "amount": 803.94,
                            "currency": "BIF"
                          },
                          {
                            "amount": 2819,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 342.91,
                            "currency": "SBD"
                          },
                          {
                            "amount": 3698.55,
                            "currency": "BWP"
                          },
                          {
                            "amount": 3187.32,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 1591.09,
                            "currency": "AOA"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 385.46,
                            "currency": "GNF"
                          },
                          {
                            "amount": 114.48,
                            "currency": "IDR"
                          },
                          {
                            "amount": 4230.26,
                            "currency": "BYN"
                          },
                          {
                            "amount": 1165.05,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 1010.28,
                            "currency": "PAB"
                          },
                          {
                            "amount": 4856.96,
                            "currency": "VUV"
                          },
                          {
                            "amount": 606.33,
                            "currency": "IDR"
                          },
                          {
                            "amount": 2741.3,
                            "currency": "BND"
                          },
                          {
                            "amount": 3355.25,
                            "currency": "RUB"
                          }
                        ],
                        [
                          {
                            "amount": 4390.36,
                            "currency": "MUR"
                          },
                          {
                            "amount": 4144.13,
                            "currency": "MVR"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "OV",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 31.36,
                                "currency": "CVE"
                              }
                            ],
                            [
                              {
                                "amount": 4110.5,
                                "currency": "TOP"
                              }
                            ],
                            [
                              {
                                "amount": 4041.34,
                                "currency": "OMR"
                              },
                              {
                                "amount": 4565.62,
                                "currency": "JMD"
                              },
                              {
                                "amount": 3621.57,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 4494.8,
                                "currency": "HUF"
                              }
                            ],
                            [
                              {
                                "amount": 273.47,
                                "currency": "MWK"
                              },
                              {
                                "amount": 3308.9,
                                "currency": "HUF"
                              },
                              {
                                "amount": 2426.3,
                                "currency": "MKD"
                              },
                              {
                                "amount": 2066.41,
                                "currency": "IDR"
                              },
                              {
                                "amount": 2796.1,
                                "currency": "PGK"
                              }
                            ],
                            [
                              {
                                "amount": 542.71,
                                "currency": "MDL"
                              },
                              {
                                "amount": 4358.25,
                                "currency": "MMK"
                              },
                              {
                                "amount": 2889.44,
                                "currency": "ERN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Ge",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1758.32,
                                "currency": "UGX"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 828.84,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 3667.32,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 3933.1,
                            "currency": "TTD"
                          },
                          {
                            "amount": 108.44,
                            "currency": "HNL"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3070.67,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4349.53,
                            "currency": "KPW"
                          },
                          {
                            "amount": 4122.36,
                            "currency": "LBP"
                          },
                          {
                            "amount": 2178.56,
                            "currency": "AFN"
                          }
                        ],
                        [
                          {
                            "amount": 3002.52,
                            "currency": "HTG"
                          },
                          {
                            "amount": 2200.5,
                            "currency": "UYU"
                          },
                          {
                            "amount": 1308.53,
                            "currency": "FJD"
                          },
                          {
                            "amount": 3823.33,
                            "currency": "SAR"
                          },
                          {
                            "amount": 195.97,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 1412.21,
                            "currency": "QAR"
                          },
                          {
                            "amount": 3323.3,
                            "currency": "GNF"
                          },
                          {
                            "amount": 4750.17,
                            "currency": "BOB"
                          },
                          {
                            "amount": 53.12,
                            "currency": "BRL"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "wm",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3421.71,
                                "currency": "HNL"
                              },
                              {
                                "amount": 1384.78,
                                "currency": "PKR"
                              },
                              {
                                "amount": 3481.91,
                                "currency": "BHD"
                              },
                              {
                                "amount": 243.31,
                                "currency": "PEN"
                              },
                              {
                                "amount": 4678.92,
                                "currency": "ARS"
                              }
                            ],
                            [
                              {
                                "amount": 4564.1,
                                "currency": "SZL"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 114.91,
                            "currency": "TND"
                          },
                          {
                            "amount": 3725.99,
                            "currency": "UGX"
                          },
                          {
                            "amount": 4627.56,
                            "currency": "MKD"
                          }
                        ],
                        [
                          {
                            "amount": 1490.77,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2185.61,
                            "currency": "MMK"
                          },
                          {
                            "amount": 3559.65,
                            "currency": "LKR"
                          },
                          {
                            "amount": 3915.04,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 4801.9,
                            "currency": "JPY"
                          },
                          {
                            "amount": 2351.16,
                            "currency": "PLN"
                          },
                          {
                            "amount": 119.06,
                            "currency": "XPF"
                          }
                        ],
                        [
                          {
                            "amount": 1064.04,
                            "currency": "SRD"
                          },
                          {
                            "amount": 1682.48,
                            "currency": "XAF"
                          },
                          {
                            "amount": 3813.59,
                            "currency": "PEN"
                          },
                          {
                            "amount": 3558.68,
                            "currency": "VES"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2145.61,
                            "currency": "SGD"
                          },
                          {
                            "amount": 729.98,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 2115.72,
                            "currency": "AMD"
                          },
                          {
                            "amount": 4081.86,
                            "currency": "DKK"
                          },
                          {
                            "amount": 1416.12,
                            "currency": "BOB"
                          },
                          {
                            "amount": 3591.22,
                            "currency": "NIO"
                          }
                        ],
                        [
                          {
                            "amount": 629.82,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1078.21,
                            "currency": "LSL"
                          },
                          {
                            "amount": 3351.08,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 603.55,
                            "currency": "HUF"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4092.05,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 2888.51,
                            "currency": "KMF"
                          },
                          {
                            "amount": 4905.46,
                            "currency": "CNY"
                          },
                          {
                            "amount": 3504.14,
                            "currency": "KHR"
                          },
                          {
                            "amount": 418.24,
                            "currency": "VES"
                          },
                          {
                            "amount": 3747.76,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 4429.99,
                            "currency": "SZL"
                          },
                          {
                            "amount": 182.81,
                            "currency": "AUD"
                          },
                          {
                            "amount": 4590.97,
                            "currency": "THB"
                          },
                          {
                            "amount": 1612.8,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 3266.92,
                            "currency": "AED"
                          },
                          {
                            "amount": 381.83,
                            "currency": "HNL"
                          },
                          {
                            "amount": 1644.72,
                            "currency": "XCD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "46988970",
                    "percentage": 12.2,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 695.82,
                            "currency": "SOS"
                          },
                          {
                            "amount": 2698.24,
                            "currency": "KRW"
                          },
                          {
                            "amount": 3841.88,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 4917.17,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 2405.76,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2636.94,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 1525.6,
                            "currency": "GYD"
                          },
                          {
                            "amount": 1717.26,
                            "currency": "UZS"
                          },
                          {
                            "amount": 4818.88,
                            "currency": "SYP"
                          },
                          {
                            "amount": 550.47,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 2194.43,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 2236.1,
                            "currency": "MKD"
                          },
                          {
                            "amount": 1878.46,
                            "currency": "NIO"
                          },
                          {
                            "amount": 3776.63,
                            "currency": "NPR"
                          },
                          {
                            "amount": 1524.02,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Outbound"
              }
            }
          ]
        },
        {
          "ancillaryConfiguration": {
            "allowQuantity": true,
            "maxQuantityPerPax": 1
          },
          "ancillarySpecialService": {
            "code": "PETC",
            "requiredProperties": {
              "propertyDefinitionList": [
                {
                  "@type": "KeywordPropertyDefinition",
                  "optional": true,
                  "propertyName": "WIDTH",
                  "propertyType": "ENUM"
                },
                {
                  "@type": "KeywordPropertyDefinition",
                  "optional": false,
                  "propertyName": "LENGTH",
                  "propertyType": "INT"
                },
                {
                  "@type": "PropertyDefinition",
                  "optional": false,
                  "propertyName": "WEIGHT",
                  "propertyType": "TEXT"
                },
                {
                  "@type": "KeywordPropertyDefinition",
                  "optional": true,
                  "propertyName": "WEIGHT",
                  "propertyType": "DECIMAL"
                },
                {
                  "@type": "PropertyDefinition",
                  "optional": false,
                  "propertyName": "WIDTH",
                  "propertyType": "ENUM"
                }
              ]
            },
            "type": "NOTALLOWED"
          },
          "bundleItems": [
            {
              "code": "oMQ",
              "groupCode": "Lu"
            },
            {
              "code": "dRW",
              "groupCode": "xE"
            },
            {
              "code": "yqO",
              "groupCode": "NT"
            },
            {
              "code": "7d6",
              "groupCode": "nU"
            },
            {
              "code": "tgA",
              "groupCode": "yn"
            }
          ],
          "code": "XzT",
          "refundable": false,
          "travelPartOffers": [
            {
              "availableInventory": 31,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Jerel",
                    "index": 1,
                    "lastName": "Reichel",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 4,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3150.89,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 3033.82,
                            "currency": "BOB"
                          },
                          {
                            "amount": 1978.14,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3453.33,
                            "currency": "SSP"
                          },
                          {
                            "amount": 3468.88,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 1254.99,
                            "currency": "ETB"
                          },
                          {
                            "amount": 835.01,
                            "currency": "CZK"
                          },
                          {
                            "amount": 1775.38,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1213.35,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4029.57,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 1648.39,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1843.92,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4041.27,
                            "currency": "RUB"
                          },
                          {
                            "amount": 408.97,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 1569,
                            "currency": "CNY"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4307.58,
                            "currency": "TWD"
                          },
                          {
                            "amount": 2231.36,
                            "currency": "CHF"
                          },
                          {
                            "amount": 1233.63,
                            "currency": "SYP"
                          },
                          {
                            "amount": 4807.21,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 1397.19,
                            "currency": "PEN"
                          },
                          {
                            "amount": 1436.11,
                            "currency": "INR"
                          },
                          {
                            "amount": 4991.68,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 4262.49,
                            "currency": "TJS"
                          },
                          {
                            "amount": 3635.68,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 1339.63,
                            "currency": "EGP"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Lr",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 788.15,
                                "currency": "ANG"
                              },
                              {
                                "amount": 3632.57,
                                "currency": "RON"
                              },
                              {
                                "amount": 2711.61,
                                "currency": "CZK"
                              },
                              {
                                "amount": 4676.02,
                                "currency": "CRC"
                              },
                              {
                                "amount": 2473.45,
                                "currency": "CAD"
                              }
                            ],
                            [
                              {
                                "amount": 2473.33,
                                "currency": "MKD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "VC",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4150.21,
                                "currency": "NAD"
                              },
                              {
                                "amount": 2498,
                                "currency": "MNT"
                              },
                              {
                                "amount": 4345.36,
                                "currency": "PGK"
                              },
                              {
                                "amount": 2682.15,
                                "currency": "MXN"
                              }
                            ],
                            [
                              {
                                "amount": 2629.11,
                                "currency": "RON"
                              },
                              {
                                "amount": 38.71,
                                "currency": "MNT"
                              }
                            ],
                            [
                              {
                                "amount": 3070.05,
                                "currency": "SOS"
                              },
                              {
                                "amount": 224.87,
                                "currency": "LKR"
                              },
                              {
                                "amount": 3455.5,
                                "currency": "ILS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "fg",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3880.82,
                                "currency": "MRU"
                              },
                              {
                                "amount": 2369.43,
                                "currency": "SOS"
                              },
                              {
                                "amount": 465.38,
                                "currency": "KYD"
                              },
                              {
                                "amount": 2573.43,
                                "currency": "MMK"
                              },
                              {
                                "amount": 4292.7,
                                "currency": "MVR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "HH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 289.2,
                                "currency": "SOS"
                              },
                              {
                                "amount": 3170.23,
                                "currency": "GHS"
                              },
                              {
                                "amount": 789.86,
                                "currency": "EGP"
                              },
                              {
                                "amount": 4918.39,
                                "currency": "AMD"
                              },
                              {
                                "amount": 2616.31,
                                "currency": "VND"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3090.57,
                            "currency": "BZD"
                          },
                          {
                            "amount": 1753.68,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 4701.26,
                            "currency": "GYD"
                          },
                          {
                            "amount": 700.2,
                            "currency": "ISK"
                          },
                          {
                            "amount": 2857.76,
                            "currency": "IQD"
                          },
                          {
                            "amount": 1720.32,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 1833.93,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1070.66,
                            "currency": "BWP"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1627.97,
                            "currency": "JMD"
                          },
                          {
                            "amount": 3720.88,
                            "currency": "RSD"
                          },
                          {
                            "amount": 731.5,
                            "currency": "MWK"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "wV",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3619.86,
                                "currency": "LKR"
                              },
                              {
                                "amount": 1042.22,
                                "currency": "JMD"
                              },
                              {
                                "amount": 87.32,
                                "currency": "NIO"
                              },
                              {
                                "amount": 3227.46,
                                "currency": "MMK"
                              },
                              {
                                "amount": 3394.86,
                                "currency": "SCR"
                              }
                            ],
                            [
                              {
                                "amount": 2903.14,
                                "currency": "WST"
                              },
                              {
                                "amount": 2845.28,
                                "currency": "BMD"
                              },
                              {
                                "amount": 1889.33,
                                "currency": "LKR"
                              },
                              {
                                "amount": 410.43,
                                "currency": "TND"
                              },
                              {
                                "amount": 2513.35,
                                "currency": "MWK"
                              }
                            ],
                            [
                              {
                                "amount": 1808.86,
                                "currency": "MMK"
                              },
                              {
                                "amount": 4417.84,
                                "currency": "KYD"
                              },
                              {
                                "amount": 2405.51,
                                "currency": "SZL"
                              },
                              {
                                "amount": 2459.46,
                                "currency": "XAF"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2019.08,
                            "currency": "UGX"
                          },
                          {
                            "amount": 1255.19,
                            "currency": "NGN"
                          },
                          {
                            "amount": 3549.26,
                            "currency": "BIF"
                          },
                          {
                            "amount": 3436.71,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 4278.38,
                            "currency": "SEK"
                          },
                          {
                            "amount": 1678.18,
                            "currency": "AMD"
                          },
                          {
                            "amount": 2958.85,
                            "currency": "TWD"
                          },
                          {
                            "amount": 4270.11,
                            "currency": "ANG"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2919.89,
                            "currency": "EGP"
                          },
                          {
                            "amount": 1297.87,
                            "currency": "QAR"
                          }
                        ],
                        [
                          {
                            "amount": 3600.23,
                            "currency": "EGP"
                          },
                          {
                            "amount": 4770.52,
                            "currency": "SBD"
                          },
                          {
                            "amount": 4086.23,
                            "currency": "CLP"
                          },
                          {
                            "amount": 2016.62,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 111.36,
                            "currency": "ILS"
                          },
                          {
                            "amount": 3010.72,
                            "currency": "KHR"
                          },
                          {
                            "amount": 3288.61,
                            "currency": "SCR"
                          },
                          {
                            "amount": 2874.03,
                            "currency": "MKD"
                          },
                          {
                            "amount": 326.47,
                            "currency": "TWD"
                          }
                        ],
                        [
                          {
                            "amount": 2410.94,
                            "currency": "GEL"
                          },
                          {
                            "amount": 969.13,
                            "currency": "AZN"
                          },
                          {
                            "amount": 234.43,
                            "currency": "DOP"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1044.14,
                            "currency": "KZT"
                          },
                          {
                            "amount": 2966.67,
                            "currency": "PLN"
                          },
                          {
                            "amount": 1035.23,
                            "currency": "NPR"
                          },
                          {
                            "amount": 2238.12,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 2045.94,
                            "currency": "SRD"
                          },
                          {
                            "amount": 1516.04,
                            "currency": "NOK"
                          },
                          {
                            "amount": 3353.85,
                            "currency": "BSD"
                          },
                          {
                            "amount": 3878.39,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 1094.98,
                            "currency": "KZT"
                          },
                          {
                            "amount": 2326.36,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3981.91,
                            "currency": "MGA"
                          },
                          {
                            "amount": 4582.1,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 2041.05,
                            "currency": "UZS"
                          },
                          {
                            "amount": 4647.61,
                            "currency": "BIF"
                          },
                          {
                            "amount": 1509.82,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 2734.26,
                            "currency": "GYD"
                          },
                          {
                            "amount": 2489.1,
                            "currency": "MKD"
                          },
                          {
                            "amount": 4350.31,
                            "currency": "ARS"
                          },
                          {
                            "amount": 3133.05,
                            "currency": "LYD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "40471441",
                    "percentage": 12.7,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4424.52,
                            "currency": "SHP"
                          },
                          {
                            "amount": 1152.65,
                            "currency": "AOA"
                          },
                          {
                            "amount": 1167.71,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4964.24,
                            "currency": "TMT"
                          },
                          {
                            "amount": 365.96,
                            "currency": "BRL"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Savanna",
                    "index": 1,
                    "lastName": "Labadie",
                    "tierLevel": "Red",
                    "tierLevelNumber": 1,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4869.62,
                            "currency": "ANG"
                          },
                          {
                            "amount": 1422.46,
                            "currency": "GMD"
                          },
                          {
                            "amount": 3784.27,
                            "currency": "CLP"
                          },
                          {
                            "amount": 2260.73,
                            "currency": "COP"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4105.37,
                            "currency": "KGS"
                          },
                          {
                            "amount": 4910.51,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3050.2,
                            "currency": "GNF"
                          },
                          {
                            "amount": 2844.9,
                            "currency": "MZN"
                          },
                          {
                            "amount": 3930.88,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 1029.3,
                            "currency": "COP"
                          },
                          {
                            "amount": 644.85,
                            "currency": "ETB"
                          },
                          {
                            "amount": 4583.29,
                            "currency": "BND"
                          },
                          {
                            "amount": 3019.28,
                            "currency": "ALL"
                          },
                          {
                            "amount": 1871.35,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 4755.25,
                            "currency": "GNF"
                          },
                          {
                            "amount": 1817.39,
                            "currency": "THB"
                          },
                          {
                            "amount": 1970.94,
                            "currency": "RON"
                          },
                          {
                            "amount": 130.04,
                            "currency": "LKR"
                          },
                          {
                            "amount": 1564.43,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 584.23,
                            "currency": "DJF"
                          }
                        ],
                        [
                          {
                            "amount": 2108.4,
                            "currency": "SEK"
                          },
                          {
                            "amount": 3172.48,
                            "currency": "MYR"
                          },
                          {
                            "amount": 2639.85,
                            "currency": "VES"
                          },
                          {
                            "amount": 1660.55,
                            "currency": "KHR"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "ok",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4208.39,
                                "currency": "RON"
                              }
                            ],
                            [
                              {
                                "amount": 2307.64,
                                "currency": "RON"
                              },
                              {
                                "amount": 2256.61,
                                "currency": "UGX"
                              },
                              {
                                "amount": 3991.93,
                                "currency": "SGD"
                              },
                              {
                                "amount": 982.63,
                                "currency": "GNF"
                              },
                              {
                                "amount": 3495.66,
                                "currency": "PKR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Qq",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1750.12,
                                "currency": "KPW"
                              },
                              {
                                "amount": 659.14,
                                "currency": "USD"
                              },
                              {
                                "amount": 2257.06,
                                "currency": "BMD"
                              }
                            ],
                            [
                              {
                                "amount": 1263.66,
                                "currency": "JMD"
                              }
                            ],
                            [
                              {
                                "amount": 4097.24,
                                "currency": "SGD"
                              },
                              {
                                "amount": 2364.88,
                                "currency": "MGA"
                              },
                              {
                                "amount": 4819.24,
                                "currency": "EGP"
                              },
                              {
                                "amount": 1353.24,
                                "currency": "ETB"
                              }
                            ],
                            [
                              {
                                "amount": 268.33,
                                "currency": "SGD"
                              },
                              {
                                "amount": 813.84,
                                "currency": "PAB"
                              },
                              {
                                "amount": 3252.16,
                                "currency": "ZWL"
                              }
                            ],
                            [
                              {
                                "amount": 3342.2,
                                "currency": "BRL"
                              },
                              {
                                "amount": 709.02,
                                "currency": "PLN"
                              },
                              {
                                "amount": 2869.75,
                                "currency": "RWF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "qz",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3077.38,
                                "currency": "KZT"
                              }
                            ],
                            [
                              {
                                "amount": 1734.04,
                                "currency": "MRU"
                              },
                              {
                                "amount": 230.77,
                                "currency": "PEN"
                              },
                              {
                                "amount": 258.63,
                                "currency": "SHP"
                              },
                              {
                                "amount": 3414.61,
                                "currency": "IDR"
                              }
                            ],
                            [
                              {
                                "amount": 3760.57,
                                "currency": "NZD"
                              },
                              {
                                "amount": 1425.89,
                                "currency": "BZD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "nO",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3361.23,
                                "currency": "BOB"
                              },
                              {
                                "amount": 3696.99,
                                "currency": "BRL"
                              },
                              {
                                "amount": 3328.54,
                                "currency": "EGP"
                              },
                              {
                                "amount": 4898.16,
                                "currency": "KYD"
                              }
                            ],
                            [
                              {
                                "amount": 1223.5,
                                "currency": "MRU"
                              }
                            ],
                            [
                              {
                                "amount": 4205.75,
                                "currency": "LRD"
                              },
                              {
                                "amount": 4629.52,
                                "currency": "AMD"
                              }
                            ],
                            [
                              {
                                "amount": 3851.72,
                                "currency": "CUP"
                              },
                              {
                                "amount": 2730.77,
                                "currency": "GHS"
                              },
                              {
                                "amount": 4246.81,
                                "currency": "CNY"
                              },
                              {
                                "amount": 1680.54,
                                "currency": "KHR"
                              },
                              {
                                "amount": 2810.4,
                                "currency": "BBD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 576.59,
                            "currency": "PAB"
                          },
                          {
                            "amount": 97.61,
                            "currency": "YER"
                          },
                          {
                            "amount": 3379.17,
                            "currency": "NIO"
                          },
                          {
                            "amount": 2415.2,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4013.44,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 3939.34,
                            "currency": "GHS"
                          },
                          {
                            "amount": 3379.97,
                            "currency": "LYD"
                          },
                          {
                            "amount": 1396.12,
                            "currency": "CUP"
                          },
                          {
                            "amount": 1543.1,
                            "currency": "BIF"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3848.84,
                            "currency": "PEN"
                          },
                          {
                            "amount": 3549.43,
                            "currency": "TRY"
                          },
                          {
                            "amount": 291.68,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 4542.56,
                            "currency": "PHP"
                          },
                          {
                            "amount": 3354.63,
                            "currency": "VES"
                          },
                          {
                            "amount": 2222.78,
                            "currency": "SDG"
                          },
                          {
                            "amount": 3741.98,
                            "currency": "KHR"
                          }
                        ],
                        [
                          {
                            "amount": 2359.29,
                            "currency": "GBP"
                          },
                          {
                            "amount": 2937.15,
                            "currency": "CLP"
                          }
                        ],
                        [
                          {
                            "amount": 1218.26,
                            "currency": "SYP"
                          },
                          {
                            "amount": 2959.94,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1530.99,
                            "currency": "MUR"
                          },
                          {
                            "amount": 136.68,
                            "currency": "GYD"
                          },
                          {
                            "amount": 1821.18,
                            "currency": "MOP"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "tV",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3570.96,
                                "currency": "PAB"
                              },
                              {
                                "amount": 2740.52,
                                "currency": "TND"
                              }
                            ],
                            [
                              {
                                "amount": 26.84,
                                "currency": "MZN"
                              },
                              {
                                "amount": 3068.97,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 1618.33,
                                "currency": "RUB"
                              },
                              {
                                "amount": 4979.9,
                                "currency": "PHP"
                              }
                            ],
                            [
                              {
                                "amount": 2794.85,
                                "currency": "CNY"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2410.38,
                            "currency": "MNT"
                          },
                          {
                            "amount": 2789.81,
                            "currency": "CDF"
                          },
                          {
                            "amount": 843.26,
                            "currency": "KGS"
                          },
                          {
                            "amount": 742.87,
                            "currency": "AFN"
                          },
                          {
                            "amount": 3174.22,
                            "currency": "CAD"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 386.34,
                            "currency": "KRW"
                          },
                          {
                            "amount": 4234.09,
                            "currency": "CAD"
                          },
                          {
                            "amount": 3288.27,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 1583.8,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3675.58,
                            "currency": "LBP"
                          },
                          {
                            "amount": 997.82,
                            "currency": "ILS"
                          },
                          {
                            "amount": 3950.06,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 1429.18,
                            "currency": "CNY"
                          },
                          {
                            "amount": 4818.69,
                            "currency": "BND"
                          },
                          {
                            "amount": 3087.25,
                            "currency": "SCR"
                          }
                        ],
                        [
                          {
                            "amount": 4027.14,
                            "currency": "HTG"
                          },
                          {
                            "amount": 279.41,
                            "currency": "CLP"
                          },
                          {
                            "amount": 136.75,
                            "currency": "TWD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1074.5,
                            "currency": "IDR"
                          },
                          {
                            "amount": 3630.28,
                            "currency": "CZK"
                          },
                          {
                            "amount": 3363.59,
                            "currency": "TRY"
                          },
                          {
                            "amount": 1490.28,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 817.42,
                            "currency": "NPR"
                          },
                          {
                            "amount": 3374.5,
                            "currency": "MNT"
                          },
                          {
                            "amount": 3650.27,
                            "currency": "NPR"
                          },
                          {
                            "amount": 4544.62,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 2771.37,
                            "currency": "GYD"
                          },
                          {
                            "amount": 4052.28,
                            "currency": "BZD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "69901174",
                    "percentage": 20.6,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1396.93,
                            "currency": "SHP"
                          },
                          {
                            "amount": 342.7,
                            "currency": "BTN"
                          },
                          {
                            "amount": 498.05,
                            "currency": "RON"
                          },
                          {
                            "amount": 3620.71,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 4973.75,
                            "currency": "BWP"
                          },
                          {
                            "amount": 3392.32,
                            "currency": "LRD"
                          },
                          {
                            "amount": 363.79,
                            "currency": "PKR"
                          },
                          {
                            "amount": 582.67,
                            "currency": "QAR"
                          },
                          {
                            "amount": 122.96,
                            "currency": "SLE"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Theresia",
                    "index": 6,
                    "lastName": "Dare",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 5,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1709.04,
                            "currency": "UAH"
                          },
                          {
                            "amount": 3240.83,
                            "currency": "KZT"
                          }
                        ],
                        [
                          {
                            "amount": 36.88,
                            "currency": "HUF"
                          },
                          {
                            "amount": 2178.5,
                            "currency": "XOF"
                          },
                          {
                            "amount": 4059.7,
                            "currency": "VES"
                          },
                          {
                            "amount": 4998.25,
                            "currency": "XOF"
                          },
                          {
                            "amount": 462.87,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 2075.71,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 1827.78,
                            "currency": "XOF"
                          }
                        ],
                        [
                          {
                            "amount": 3276.25,
                            "currency": "MXN"
                          },
                          {
                            "amount": 1740.12,
                            "currency": "BIF"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3422.84,
                            "currency": "AFN"
                          }
                        ],
                        [
                          {
                            "amount": 3297.74,
                            "currency": "GHS"
                          },
                          {
                            "amount": 4666.61,
                            "currency": "BIF"
                          },
                          {
                            "amount": 885.23,
                            "currency": "CAD"
                          },
                          {
                            "amount": 868.97,
                            "currency": "TWD"
                          },
                          {
                            "amount": 3593.98,
                            "currency": "ISK"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Th",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 616.14,
                                "currency": "ILS"
                              },
                              {
                                "amount": 133.56,
                                "currency": "MNT"
                              }
                            ],
                            [
                              {
                                "amount": 491.46,
                                "currency": "PYG"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "sf",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4778.1,
                                "currency": "NPR"
                              },
                              {
                                "amount": 401.52,
                                "currency": "XAF"
                              },
                              {
                                "amount": 1447.33,
                                "currency": "LAK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "GD",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 315.88,
                                "currency": "VES"
                              },
                              {
                                "amount": 404.88,
                                "currency": "ZAR"
                              },
                              {
                                "amount": 4120.67,
                                "currency": "RWF"
                              },
                              {
                                "amount": 1198.88,
                                "currency": "VES"
                              }
                            ],
                            [
                              {
                                "amount": 1145.33,
                                "currency": "PAB"
                              },
                              {
                                "amount": 4277.59,
                                "currency": "PLN"
                              }
                            ],
                            [
                              {
                                "amount": 2100.96,
                                "currency": "TJS"
                              },
                              {
                                "amount": 773.18,
                                "currency": "KRW"
                              }
                            ],
                            [
                              {
                                "amount": 3077.32,
                                "currency": "SBD"
                              },
                              {
                                "amount": 59.77,
                                "currency": "NOK"
                              },
                              {
                                "amount": 3344.07,
                                "currency": "GTQ"
                              }
                            ],
                            [
                              {
                                "amount": 1443.66,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 3549.14,
                                "currency": "MGA"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "FK",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4938.49,
                                "currency": "MWK"
                              }
                            ],
                            [
                              {
                                "amount": 2094.69,
                                "currency": "HNL"
                              },
                              {
                                "amount": 2059.98,
                                "currency": "PKR"
                              },
                              {
                                "amount": 765.41,
                                "currency": "NIO"
                              },
                              {
                                "amount": 1032.21,
                                "currency": "SHP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ZV",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 357.82,
                                "currency": "ALL"
                              },
                              {
                                "amount": 2557.46,
                                "currency": "MRU"
                              },
                              {
                                "amount": 2825.69,
                                "currency": "KMF"
                              }
                            ],
                            [
                              {
                                "amount": 964.92,
                                "currency": "DOP"
                              },
                              {
                                "amount": 4244.83,
                                "currency": "BWP"
                              },
                              {
                                "amount": 2289.55,
                                "currency": "THB"
                              },
                              {
                                "amount": 324.85,
                                "currency": "UYU"
                              }
                            ],
                            [
                              {
                                "amount": 2332.83,
                                "currency": "JPY"
                              }
                            ],
                            [
                              {
                                "amount": 3613.67,
                                "currency": "AOA"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 369.12,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 12.81,
                            "currency": "MOP"
                          },
                          {
                            "amount": 990.21,
                            "currency": "STN"
                          },
                          {
                            "amount": 4809.19,
                            "currency": "KGS"
                          },
                          {
                            "amount": 381.09,
                            "currency": "KWD"
                          },
                          {
                            "amount": 3653.73,
                            "currency": "RUB"
                          }
                        ],
                        [
                          {
                            "amount": 4018.81,
                            "currency": "OMR"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4747.66,
                            "currency": "DOP"
                          },
                          {
                            "amount": 3115.56,
                            "currency": "AFN"
                          },
                          {
                            "amount": 2923.38,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1420.14,
                            "currency": "IRR"
                          },
                          {
                            "amount": 2311.22,
                            "currency": "VES"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "UW",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1983.76,
                                "currency": "BOB"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Lv",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2600.04,
                                "currency": "RON"
                              },
                              {
                                "amount": 3183.03,
                                "currency": "HUF"
                              },
                              {
                                "amount": 4029.6,
                                "currency": "MUR"
                              },
                              {
                                "amount": 1755.8,
                                "currency": "CDF"
                              }
                            ],
                            [
                              {
                                "amount": 3024.65,
                                "currency": "AZN"
                              }
                            ],
                            [
                              {
                                "amount": 3061.91,
                                "currency": "LYD"
                              },
                              {
                                "amount": 1551.22,
                                "currency": "CLP"
                              },
                              {
                                "amount": 111.14,
                                "currency": "GNF"
                              },
                              {
                                "amount": 4876.57,
                                "currency": "TMT"
                              },
                              {
                                "amount": 2274.99,
                                "currency": "RUB"
                              }
                            ],
                            [
                              {
                                "amount": 1331.17,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 1973.15,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 4053.73,
                                "currency": "PGK"
                              }
                            ],
                            [
                              {
                                "amount": 1002.51,
                                "currency": "VUV"
                              },
                              {
                                "amount": 930.04,
                                "currency": "AFN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "pf",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4102.55,
                                "currency": "SOS"
                              },
                              {
                                "amount": 2439.55,
                                "currency": "XOF"
                              },
                              {
                                "amount": 746.67,
                                "currency": "NZD"
                              },
                              {
                                "amount": 256.78,
                                "currency": "QAR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2743.52,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2424,
                            "currency": "WST"
                          },
                          {
                            "amount": 2813.11,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 4006.51,
                            "currency": "TND"
                          },
                          {
                            "amount": 4340.56,
                            "currency": "UZS"
                          },
                          {
                            "amount": 1041.58,
                            "currency": "SLE"
                          },
                          {
                            "amount": 1409.63,
                            "currency": "AED"
                          },
                          {
                            "amount": 4166.86,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 1060.47,
                            "currency": "NOK"
                          },
                          {
                            "amount": 3470.42,
                            "currency": "MRU"
                          }
                        ],
                        [
                          {
                            "amount": 1556.9,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 3427.05,
                            "currency": "DZD"
                          },
                          {
                            "amount": 265.03,
                            "currency": "RSD"
                          },
                          {
                            "amount": 1979.61,
                            "currency": "HUF"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2494.81,
                            "currency": "ANG"
                          }
                        ],
                        [
                          {
                            "amount": 599.12,
                            "currency": "GMD"
                          },
                          {
                            "amount": 3359.16,
                            "currency": "TWD"
                          },
                          {
                            "amount": 2752.56,
                            "currency": "AUD"
                          },
                          {
                            "amount": 4015.77,
                            "currency": "KHR"
                          },
                          {
                            "amount": 2463.25,
                            "currency": "XPF"
                          }
                        ],
                        [
                          {
                            "amount": 3520.59,
                            "currency": "EGP"
                          },
                          {
                            "amount": 1790.25,
                            "currency": "BND"
                          },
                          {
                            "amount": 4340.34,
                            "currency": "USD"
                          },
                          {
                            "amount": 4795.01,
                            "currency": "MUR"
                          },
                          {
                            "amount": 4634.04,
                            "currency": "UGX"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 565.73,
                            "currency": "ILS"
                          },
                          {
                            "amount": 1146.65,
                            "currency": "VES"
                          },
                          {
                            "amount": 4930.81,
                            "currency": "TTD"
                          },
                          {
                            "amount": 2873.98,
                            "currency": "MXN"
                          },
                          {
                            "amount": 3102.86,
                            "currency": "KHR"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "90708349",
                    "percentage": 29.9,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3529.32,
                            "currency": "VES"
                          }
                        ],
                        [
                          {
                            "amount": 1905.29,
                            "currency": "MAD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Connection"
              }
            },
            {
              "availableInventory": 44,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Kamille",
                    "index": 4,
                    "lastName": "Borer-Kunde",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 0,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3824.06,
                            "currency": "RON"
                          },
                          {
                            "amount": 3094.98,
                            "currency": "STN"
                          },
                          {
                            "amount": 2740.84,
                            "currency": "CZK"
                          }
                        ],
                        [
                          {
                            "amount": 4711.95,
                            "currency": "XOF"
                          },
                          {
                            "amount": 705.81,
                            "currency": "BMD"
                          },
                          {
                            "amount": 3420.63,
                            "currency": "DOP"
                          },
                          {
                            "amount": 1666.77,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 2589.63,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 4624.93,
                            "currency": "GBP"
                          },
                          {
                            "amount": 656.37,
                            "currency": "AWG"
                          },
                          {
                            "amount": 994.28,
                            "currency": "UGX"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4996.87,
                            "currency": "SAR"
                          },
                          {
                            "amount": 169.33,
                            "currency": "SAR"
                          },
                          {
                            "amount": 459.76,
                            "currency": "BSD"
                          },
                          {
                            "amount": 1776.29,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 1852.38,
                            "currency": "BDT"
                          },
                          {
                            "amount": 4681.75,
                            "currency": "FJD"
                          },
                          {
                            "amount": 2739.85,
                            "currency": "ETB"
                          }
                        ],
                        [
                          {
                            "amount": 1033.91,
                            "currency": "MMK"
                          },
                          {
                            "amount": 2235.6,
                            "currency": "BBD"
                          },
                          {
                            "amount": 154.43,
                            "currency": "HUF"
                          },
                          {
                            "amount": 1125.35,
                            "currency": "MZN"
                          },
                          {
                            "amount": 3425.41,
                            "currency": "VUV"
                          }
                        ],
                        [
                          {
                            "amount": 1738.92,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3047.68,
                            "currency": "MMK"
                          },
                          {
                            "amount": 789.41,
                            "currency": "TZS"
                          },
                          {
                            "amount": 839.95,
                            "currency": "BBD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "oz",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3924.42,
                                "currency": "CLP"
                              },
                              {
                                "amount": 507.92,
                                "currency": "DZD"
                              }
                            ],
                            [
                              {
                                "amount": 1312.09,
                                "currency": "BMD"
                              },
                              {
                                "amount": 1787.93,
                                "currency": "LRD"
                              },
                              {
                                "amount": 2771.88,
                                "currency": "SYP"
                              }
                            ],
                            [
                              {
                                "amount": 3555.82,
                                "currency": "AMD"
                              },
                              {
                                "amount": 1251.12,
                                "currency": "SYP"
                              }
                            ],
                            [
                              {
                                "amount": 545.57,
                                "currency": "MNT"
                              },
                              {
                                "amount": 2477.45,
                                "currency": "IDR"
                              },
                              {
                                "amount": 1862.18,
                                "currency": "PEN"
                              }
                            ],
                            [
                              {
                                "amount": 382.93,
                                "currency": "ALL"
                              },
                              {
                                "amount": 3080.5,
                                "currency": "KPW"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "oo",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3882.61,
                                "currency": "SRD"
                              },
                              {
                                "amount": 3351.85,
                                "currency": "IQD"
                              },
                              {
                                "amount": 959.74,
                                "currency": "ERN"
                              },
                              {
                                "amount": 4514.21,
                                "currency": "AMD"
                              }
                            ],
                            [
                              {
                                "amount": 1914.17,
                                "currency": "UYU"
                              },
                              {
                                "amount": 4114.55,
                                "currency": "LKR"
                              },
                              {
                                "amount": 4207.49,
                                "currency": "BRL"
                              },
                              {
                                "amount": 2960.77,
                                "currency": "ETB"
                              }
                            ],
                            [
                              {
                                "amount": 4690.77,
                                "currency": "OMR"
                              },
                              {
                                "amount": 1015.87,
                                "currency": "ALL"
                              },
                              {
                                "amount": 1009.21,
                                "currency": "BHD"
                              },
                              {
                                "amount": 4942.91,
                                "currency": "MNT"
                              },
                              {
                                "amount": 622.7,
                                "currency": "SGD"
                              }
                            ],
                            [
                              {
                                "amount": 3498.39,
                                "currency": "UZS"
                              },
                              {
                                "amount": 3840.47,
                                "currency": "HKD"
                              },
                              {
                                "amount": 3853.36,
                                "currency": "MZN"
                              },
                              {
                                "amount": 658.93,
                                "currency": "AUD"
                              },
                              {
                                "amount": 433.66,
                                "currency": "KES"
                              }
                            ],
                            [
                              {
                                "amount": 3326.34,
                                "currency": "CUP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "qB",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4232.94,
                                "currency": "BIF"
                              }
                            ],
                            [
                              {
                                "amount": 2866.36,
                                "currency": "CHF"
                              },
                              {
                                "amount": 4105.57,
                                "currency": "CDF"
                              },
                              {
                                "amount": 4074.68,
                                "currency": "GEL"
                              },
                              {
                                "amount": 1303.59,
                                "currency": "CDF"
                              }
                            ],
                            [
                              {
                                "amount": 87.41,
                                "currency": "ARS"
                              },
                              {
                                "amount": 1582.26,
                                "currency": "MNT"
                              },
                              {
                                "amount": 4685.64,
                                "currency": "KHR"
                              }
                            ],
                            [
                              {
                                "amount": 860.92,
                                "currency": "RUB"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4827.82,
                            "currency": "UZS"
                          },
                          {
                            "amount": 279.2,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 519.5,
                            "currency": "MUR"
                          },
                          {
                            "amount": 2314.57,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 267.67,
                            "currency": "SAR"
                          },
                          {
                            "amount": 2449.11,
                            "currency": "SYP"
                          },
                          {
                            "amount": 1211.56,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 1201.62,
                            "currency": "DOP"
                          },
                          {
                            "amount": 3106.78,
                            "currency": "GEL"
                          },
                          {
                            "amount": 3480,
                            "currency": "USD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 606.05,
                            "currency": "SOS"
                          }
                        ],
                        [
                          {
                            "amount": 451.41,
                            "currency": "WST"
                          },
                          {
                            "amount": 1239.7,
                            "currency": "TTD"
                          },
                          {
                            "amount": 1364.18,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4540.05,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 3046.32,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 2590.55,
                            "currency": "TZS"
                          },
                          {
                            "amount": 2255.15,
                            "currency": "RUB"
                          },
                          {
                            "amount": 217.33,
                            "currency": "FKP"
                          },
                          {
                            "amount": 3920.89,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 1108.98,
                            "currency": "CDF"
                          },
                          {
                            "amount": 3780.98,
                            "currency": "EGP"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "fY",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3785.74,
                                "currency": "CVE"
                              },
                              {
                                "amount": 3522.77,
                                "currency": "RON"
                              },
                              {
                                "amount": 2492.92,
                                "currency": "XOF"
                              },
                              {
                                "amount": 1125.81,
                                "currency": "GHS"
                              },
                              {
                                "amount": 698.75,
                                "currency": "UGX"
                              }
                            ],
                            [
                              {
                                "amount": 4586.06,
                                "currency": "RUB"
                              },
                              {
                                "amount": 1499.88,
                                "currency": "BSD"
                              }
                            ],
                            [
                              {
                                "amount": 3561.66,
                                "currency": "WST"
                              },
                              {
                                "amount": 1775.12,
                                "currency": "MUR"
                              },
                              {
                                "amount": 4509.67,
                                "currency": "BYN"
                              }
                            ],
                            [
                              {
                                "amount": 572.67,
                                "currency": "MAD"
                              },
                              {
                                "amount": 4768.78,
                                "currency": "XOF"
                              },
                              {
                                "amount": 4459.57,
                                "currency": "UZS"
                              },
                              {
                                "amount": 2379.84,
                                "currency": "LYD"
                              }
                            ],
                            [
                              {
                                "amount": 3935.87,
                                "currency": "MOP"
                              },
                              {
                                "amount": 1001.32,
                                "currency": "XCD"
                              },
                              {
                                "amount": 1032.1,
                                "currency": "EUR"
                              },
                              {
                                "amount": 901.07,
                                "currency": "EGP"
                              },
                              {
                                "amount": 412.04,
                                "currency": "KPW"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "pc",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4761.38,
                                "currency": "MWK"
                              },
                              {
                                "amount": 3535.3,
                                "currency": "MNT"
                              }
                            ],
                            [
                              {
                                "amount": 400.21,
                                "currency": "CZK"
                              },
                              {
                                "amount": 2470.34,
                                "currency": "AFN"
                              }
                            ],
                            [
                              {
                                "amount": 356.23,
                                "currency": "SHP"
                              }
                            ],
                            [
                              {
                                "amount": 1059.52,
                                "currency": "ALL"
                              },
                              {
                                "amount": 2655,
                                "currency": "AFN"
                              },
                              {
                                "amount": 1847.54,
                                "currency": "JMD"
                              },
                              {
                                "amount": 3135.33,
                                "currency": "QAR"
                              },
                              {
                                "amount": 2415.49,
                                "currency": "UAH"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 438.79,
                            "currency": "SGD"
                          },
                          {
                            "amount": 3138.54,
                            "currency": "MWK"
                          },
                          {
                            "amount": 4768.72,
                            "currency": "NIO"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 964.45,
                            "currency": "TOP"
                          },
                          {
                            "amount": 4502.74,
                            "currency": "CVE"
                          },
                          {
                            "amount": 2801.86,
                            "currency": "BGN"
                          },
                          {
                            "amount": 538.61,
                            "currency": "THB"
                          }
                        ],
                        [
                          {
                            "amount": 3788.74,
                            "currency": "HNL"
                          },
                          {
                            "amount": 834.67,
                            "currency": "STN"
                          },
                          {
                            "amount": 1680.89,
                            "currency": "LAK"
                          },
                          {
                            "amount": 3938.65,
                            "currency": "ZAR"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2614.99,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 3426.32,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 4569.34,
                            "currency": "LBP"
                          },
                          {
                            "amount": 356.8,
                            "currency": "ILS"
                          },
                          {
                            "amount": 4392.99,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 673.2,
                            "currency": "OMR"
                          },
                          {
                            "amount": 4842.55,
                            "currency": "UYU"
                          },
                          {
                            "amount": 3442.1,
                            "currency": "RWF"
                          },
                          {
                            "amount": 1892.02,
                            "currency": "COP"
                          },
                          {
                            "amount": 89.92,
                            "currency": "XOF"
                          }
                        ],
                        [
                          {
                            "amount": 1894.5,
                            "currency": "ERN"
                          },
                          {
                            "amount": 4502,
                            "currency": "STN"
                          },
                          {
                            "amount": 4331.07,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 1843.11,
                            "currency": "SBD"
                          },
                          {
                            "amount": 1139.21,
                            "currency": "UZS"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "31711046",
                    "percentage": 21.6,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 257.63,
                            "currency": "TJS"
                          },
                          {
                            "amount": 4619.35,
                            "currency": "VND"
                          },
                          {
                            "amount": 4095.99,
                            "currency": "AFN"
                          }
                        ],
                        [
                          {
                            "amount": 3070.5,
                            "currency": "CUP"
                          },
                          {
                            "amount": 4030.4,
                            "currency": "KRW"
                          },
                          {
                            "amount": 465.58,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1508.73,
                            "currency": "LYD"
                          },
                          {
                            "amount": 683.6,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 863.35,
                            "currency": "PYG"
                          },
                          {
                            "amount": 3190.22,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 851.31,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 2782.66,
                            "currency": "MVR"
                          },
                          {
                            "amount": 1133.03,
                            "currency": "GEL"
                          },
                          {
                            "amount": 1072.57,
                            "currency": "SSP"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Jordi",
                    "index": 3,
                    "lastName": "Welch",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 4,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4795.22,
                            "currency": "KYD"
                          },
                          {
                            "amount": 4928.22,
                            "currency": "BSD"
                          },
                          {
                            "amount": 3972.89,
                            "currency": "UYU"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 768.67,
                            "currency": "MZN"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Ox",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1564.77,
                                "currency": "QAR"
                              },
                              {
                                "amount": 185.68,
                                "currency": "DKK"
                              }
                            ],
                            [
                              {
                                "amount": 2091.15,
                                "currency": "KES"
                              },
                              {
                                "amount": 2528.16,
                                "currency": "COP"
                              },
                              {
                                "amount": 1239.75,
                                "currency": "DJF"
                              },
                              {
                                "amount": 1063.91,
                                "currency": "ERN"
                              },
                              {
                                "amount": 1224.32,
                                "currency": "SEK"
                              }
                            ],
                            [
                              {
                                "amount": 2759.21,
                                "currency": "WST"
                              },
                              {
                                "amount": 4113.33,
                                "currency": "BSD"
                              },
                              {
                                "amount": 1363.34,
                                "currency": "MMK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "qH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4249.6,
                                "currency": "CZK"
                              },
                              {
                                "amount": 905.02,
                                "currency": "RWF"
                              },
                              {
                                "amount": 3972.74,
                                "currency": "BYN"
                              }
                            ],
                            [
                              {
                                "amount": 2878.19,
                                "currency": "BMD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "bx",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4145.89,
                                "currency": "RWF"
                              },
                              {
                                "amount": 456.03,
                                "currency": "LSL"
                              },
                              {
                                "amount": 793.48,
                                "currency": "CNY"
                              },
                              {
                                "amount": 3868,
                                "currency": "SRD"
                              },
                              {
                                "amount": 1039.03,
                                "currency": "JMD"
                              }
                            ],
                            [
                              {
                                "amount": 3377.81,
                                "currency": "KPW"
                              },
                              {
                                "amount": 1989.74,
                                "currency": "DKK"
                              },
                              {
                                "amount": 2385.55,
                                "currency": "MYR"
                              },
                              {
                                "amount": 4821.99,
                                "currency": "HKD"
                              },
                              {
                                "amount": 1482.42,
                                "currency": "AUD"
                              }
                            ],
                            [
                              {
                                "amount": 2565.9,
                                "currency": "BMD"
                              },
                              {
                                "amount": 2335.02,
                                "currency": "SCR"
                              },
                              {
                                "amount": 95.68,
                                "currency": "MRU"
                              },
                              {
                                "amount": 1000.08,
                                "currency": "PGK"
                              }
                            ],
                            [
                              {
                                "amount": 3218.61,
                                "currency": "UZS"
                              },
                              {
                                "amount": 1108.71,
                                "currency": "VUV"
                              }
                            ],
                            [
                              {
                                "amount": 3304.16,
                                "currency": "MWK"
                              },
                              {
                                "amount": 1822.15,
                                "currency": "BRL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "pg",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3377.59,
                                "currency": "FJD"
                              },
                              {
                                "amount": 1374.14,
                                "currency": "MKD"
                              },
                              {
                                "amount": 2632.88,
                                "currency": "GNF"
                              },
                              {
                                "amount": 4905.38,
                                "currency": "ZAR"
                              },
                              {
                                "amount": 507.03,
                                "currency": "ZAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "hl",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 605.87,
                                "currency": "CZK"
                              },
                              {
                                "amount": 2430.45,
                                "currency": "KZT"
                              },
                              {
                                "amount": 4238.94,
                                "currency": "MAD"
                              },
                              {
                                "amount": 4058.12,
                                "currency": "JOD"
                              },
                              {
                                "amount": 1838.81,
                                "currency": "CZK"
                              }
                            ],
                            [
                              {
                                "amount": 1767.62,
                                "currency": "BYN"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 343.39,
                            "currency": "CDF"
                          },
                          {
                            "amount": 4289.16,
                            "currency": "COP"
                          },
                          {
                            "amount": 3737.19,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 2569.43,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1305.02,
                            "currency": "SBD"
                          },
                          {
                            "amount": 4659.2,
                            "currency": "PKR"
                          }
                        ],
                        [
                          {
                            "amount": 721.76,
                            "currency": "KGS"
                          },
                          {
                            "amount": 3354.81,
                            "currency": "BHD"
                          },
                          {
                            "amount": 2809.4,
                            "currency": "SLE"
                          },
                          {
                            "amount": 1672.49,
                            "currency": "CUP"
                          },
                          {
                            "amount": 728.78,
                            "currency": "NPR"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 738.54,
                            "currency": "PLN"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "ET",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 708.72,
                                "currency": "SAR"
                              },
                              {
                                "amount": 3370.8,
                                "currency": "MUR"
                              },
                              {
                                "amount": 1493.68,
                                "currency": "HUF"
                              },
                              {
                                "amount": 4949.99,
                                "currency": "AUD"
                              }
                            ],
                            [
                              {
                                "amount": 398.79,
                                "currency": "PAB"
                              },
                              {
                                "amount": 448.98,
                                "currency": "XAF"
                              }
                            ],
                            [
                              {
                                "amount": 2136.12,
                                "currency": "SRD"
                              }
                            ],
                            [
                              {
                                "amount": 1219.36,
                                "currency": "MUR"
                              },
                              {
                                "amount": 2516.35,
                                "currency": "MZN"
                              },
                              {
                                "amount": 2891.94,
                                "currency": "CZK"
                              }
                            ],
                            [
                              {
                                "amount": 2411.57,
                                "currency": "KZT"
                              },
                              {
                                "amount": 3904.79,
                                "currency": "SOS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Dp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2053.13,
                                "currency": "BDT"
                              },
                              {
                                "amount": 2643.57,
                                "currency": "LKR"
                              },
                              {
                                "amount": 4631.79,
                                "currency": "PLN"
                              },
                              {
                                "amount": 2157.42,
                                "currency": "CLP"
                              }
                            ],
                            [
                              {
                                "amount": 3898.95,
                                "currency": "BND"
                              }
                            ],
                            [
                              {
                                "amount": 3610.61,
                                "currency": "GMD"
                              },
                              {
                                "amount": 2314.28,
                                "currency": "BYN"
                              },
                              {
                                "amount": 885.95,
                                "currency": "PEN"
                              },
                              {
                                "amount": 1072.87,
                                "currency": "CAD"
                              }
                            ],
                            [
                              {
                                "amount": 2336.44,
                                "currency": "BRL"
                              },
                              {
                                "amount": 361.42,
                                "currency": "SHP"
                              },
                              {
                                "amount": 184.49,
                                "currency": "RON"
                              },
                              {
                                "amount": 2302.01,
                                "currency": "MAD"
                              },
                              {
                                "amount": 524.51,
                                "currency": "KYD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ba",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4420.78,
                                "currency": "HUF"
                              }
                            ],
                            [
                              {
                                "amount": 442.81,
                                "currency": "MMK"
                              },
                              {
                                "amount": 4505.64,
                                "currency": "KYD"
                              }
                            ],
                            [
                              {
                                "amount": 2642.57,
                                "currency": "CVE"
                              },
                              {
                                "amount": 1691.88,
                                "currency": "DJF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Hm",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3336.08,
                                "currency": "BRL"
                              },
                              {
                                "amount": 3274.99,
                                "currency": "INR"
                              },
                              {
                                "amount": 4535.04,
                                "currency": "KES"
                              },
                              {
                                "amount": 4494.4,
                                "currency": "DOP"
                              },
                              {
                                "amount": 4413.6,
                                "currency": "BHD"
                              }
                            ],
                            [
                              {
                                "amount": 4800.11,
                                "currency": "AMD"
                              },
                              {
                                "amount": 1379.25,
                                "currency": "XAF"
                              },
                              {
                                "amount": 2711.26,
                                "currency": "HNL"
                              }
                            ],
                            [
                              {
                                "amount": 4800.77,
                                "currency": "JPY"
                              }
                            ],
                            [
                              {
                                "amount": 3878.08,
                                "currency": "XPF"
                              },
                              {
                                "amount": 2993.33,
                                "currency": "UGX"
                              }
                            ],
                            [
                              {
                                "amount": 4476.36,
                                "currency": "BIF"
                              },
                              {
                                "amount": 1983.15,
                                "currency": "XOF"
                              },
                              {
                                "amount": 947.68,
                                "currency": "USD"
                              },
                              {
                                "amount": 486.62,
                                "currency": "CDF"
                              },
                              {
                                "amount": 1833.55,
                                "currency": "MOP"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1909.91,
                            "currency": "TZS"
                          },
                          {
                            "amount": 3007.66,
                            "currency": "GHS"
                          },
                          {
                            "amount": 3712.4,
                            "currency": "SSP"
                          }
                        ],
                        [
                          {
                            "amount": 2237.16,
                            "currency": "ERN"
                          },
                          {
                            "amount": 4139.74,
                            "currency": "BGN"
                          },
                          {
                            "amount": 735.13,
                            "currency": "KRW"
                          },
                          {
                            "amount": 1489.98,
                            "currency": "RWF"
                          },
                          {
                            "amount": 1915.7,
                            "currency": "ANG"
                          }
                        ],
                        [
                          {
                            "amount": 1229.66,
                            "currency": "IQD"
                          }
                        ],
                        [
                          {
                            "amount": 477.96,
                            "currency": "HKD"
                          },
                          {
                            "amount": 2866.82,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 3395.2,
                            "currency": "CHF"
                          },
                          {
                            "amount": 1571.25,
                            "currency": "DKK"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1838.9,
                            "currency": "CZK"
                          },
                          {
                            "amount": 3207.26,
                            "currency": "VND"
                          },
                          {
                            "amount": 3450.42,
                            "currency": "LSL"
                          },
                          {
                            "amount": 1676.29,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 3796.84,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 4904.83,
                            "currency": "MKD"
                          }
                        ],
                        [
                          {
                            "amount": 157.36,
                            "currency": "CVE"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 179.16,
                            "currency": "BZD"
                          },
                          {
                            "amount": 642.25,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 4536.52,
                            "currency": "NGN"
                          },
                          {
                            "amount": 4701.66,
                            "currency": "WST"
                          },
                          {
                            "amount": 1561.09,
                            "currency": "KZT"
                          },
                          {
                            "amount": 4667.02,
                            "currency": "LKR"
                          },
                          {
                            "amount": 1175.58,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 2943.04,
                            "currency": "MXN"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "41715503",
                    "percentage": 28.8,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4625.3,
                            "currency": "IDR"
                          }
                        ],
                        [
                          {
                            "amount": 4732.59,
                            "currency": "NZD"
                          },
                          {
                            "amount": 3264.83,
                            "currency": "SHP"
                          },
                          {
                            "amount": 1187.81,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1901.32,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 3214.45,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 3377.85,
                            "currency": "DKK"
                          },
                          {
                            "amount": 3678.41,
                            "currency": "CDF"
                          },
                          {
                            "amount": 4965.1,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 564.53,
                            "currency": "SCR"
                          },
                          {
                            "amount": 2653.21,
                            "currency": "KGS"
                          },
                          {
                            "amount": 4278.46,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4158.08,
                            "currency": "GYD"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Maximilian",
                    "index": 5,
                    "lastName": "Purdy",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 0,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4960.36,
                            "currency": "RSD"
                          },
                          {
                            "amount": 933.84,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 3140.36,
                            "currency": "RSD"
                          },
                          {
                            "amount": 4020.27,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 3657.08,
                            "currency": "BZD"
                          },
                          {
                            "amount": 92.54,
                            "currency": "CLP"
                          },
                          {
                            "amount": 1046.55,
                            "currency": "MAD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4503.67,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1456.11,
                            "currency": "GIP"
                          },
                          {
                            "amount": 603.56,
                            "currency": "MOP"
                          }
                        ],
                        [
                          {
                            "amount": 779.58,
                            "currency": "HNL"
                          }
                        ],
                        [
                          {
                            "amount": 4423.34,
                            "currency": "BMD"
                          },
                          {
                            "amount": 2105.47,
                            "currency": "GEL"
                          }
                        ],
                        [
                          {
                            "amount": 2760.71,
                            "currency": "AUD"
                          },
                          {
                            "amount": 1163.97,
                            "currency": "JOD"
                          },
                          {
                            "amount": 4573.79,
                            "currency": "BYN"
                          },
                          {
                            "amount": 2142.74,
                            "currency": "PEN"
                          },
                          {
                            "amount": 382.56,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 570.21,
                            "currency": "GMD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "ex",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 65.69,
                                "currency": "USD"
                              }
                            ],
                            [
                              {
                                "amount": 985.74,
                                "currency": "EGP"
                              },
                              {
                                "amount": 1903.73,
                                "currency": "CHF"
                              }
                            ],
                            [
                              {
                                "amount": 283.79,
                                "currency": "MXN"
                              },
                              {
                                "amount": 4819,
                                "currency": "IDR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "XH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4176.48,
                                "currency": "BRL"
                              },
                              {
                                "amount": 1346.1,
                                "currency": "BMD"
                              },
                              {
                                "amount": 608.23,
                                "currency": "UYU"
                              },
                              {
                                "amount": 2719.86,
                                "currency": "GTQ"
                              }
                            ],
                            [
                              {
                                "amount": 206.43,
                                "currency": "SZL"
                              },
                              {
                                "amount": 1391.74,
                                "currency": "PYG"
                              },
                              {
                                "amount": 2413.23,
                                "currency": "HNL"
                              }
                            ],
                            [
                              {
                                "amount": 1565.5,
                                "currency": "GNF"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4953.34,
                            "currency": "KES"
                          },
                          {
                            "amount": 4123.28,
                            "currency": "CVE"
                          },
                          {
                            "amount": 3404.34,
                            "currency": "NPR"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 552.49,
                            "currency": "CHF"
                          },
                          {
                            "amount": 701.45,
                            "currency": "LKR"
                          },
                          {
                            "amount": 3183.4,
                            "currency": "HKD"
                          },
                          {
                            "amount": 223.31,
                            "currency": "BND"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "lC",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2624.44,
                                "currency": "PYG"
                              },
                              {
                                "amount": 2054.31,
                                "currency": "BRL"
                              },
                              {
                                "amount": 1460.69,
                                "currency": "JOD"
                              },
                              {
                                "amount": 3378.88,
                                "currency": "BDT"
                              }
                            ],
                            [
                              {
                                "amount": 2284.48,
                                "currency": "XOF"
                              }
                            ],
                            [
                              {
                                "amount": 4955.31,
                                "currency": "JMD"
                              },
                              {
                                "amount": 4950.78,
                                "currency": "SBD"
                              },
                              {
                                "amount": 1760.16,
                                "currency": "NOK"
                              },
                              {
                                "amount": 3806.35,
                                "currency": "THB"
                              },
                              {
                                "amount": 3968.52,
                                "currency": "NZD"
                              }
                            ],
                            [
                              {
                                "amount": 1756.06,
                                "currency": "SYP"
                              },
                              {
                                "amount": 3431.35,
                                "currency": "USD"
                              },
                              {
                                "amount": 2736,
                                "currency": "FKP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Rq",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3849.53,
                                "currency": "MRU"
                              },
                              {
                                "amount": 4532.23,
                                "currency": "LBP"
                              }
                            ],
                            [
                              {
                                "amount": 277.45,
                                "currency": "JMD"
                              },
                              {
                                "amount": 3559.68,
                                "currency": "SZL"
                              },
                              {
                                "amount": 2012.05,
                                "currency": "BMD"
                              }
                            ],
                            [
                              {
                                "amount": 262.4,
                                "currency": "NZD"
                              },
                              {
                                "amount": 2521.78,
                                "currency": "BRL"
                              },
                              {
                                "amount": 3874.2,
                                "currency": "SAR"
                              },
                              {
                                "amount": 1587.78,
                                "currency": "TJS"
                              }
                            ],
                            [
                              {
                                "amount": 2926.41,
                                "currency": "JOD"
                              },
                              {
                                "amount": 241.93,
                                "currency": "AUD"
                              },
                              {
                                "amount": 2201.62,
                                "currency": "JPY"
                              },
                              {
                                "amount": 1964.61,
                                "currency": "RUB"
                              },
                              {
                                "amount": 2558.06,
                                "currency": "BTN"
                              }
                            ],
                            [
                              {
                                "amount": 4112.7,
                                "currency": "CLP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ea",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1378.28,
                                "currency": "SHP"
                              },
                              {
                                "amount": 967.24,
                                "currency": "KPW"
                              },
                              {
                                "amount": 1408.07,
                                "currency": "MMK"
                              },
                              {
                                "amount": 2563.86,
                                "currency": "TOP"
                              }
                            ],
                            [
                              {
                                "amount": 843.74,
                                "currency": "COP"
                              },
                              {
                                "amount": 3163.49,
                                "currency": "GIP"
                              },
                              {
                                "amount": 1197.7,
                                "currency": "DJF"
                              },
                              {
                                "amount": 205.67,
                                "currency": "MXN"
                              },
                              {
                                "amount": 2088.44,
                                "currency": "SAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Rh",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1468.28,
                                "currency": "SOS"
                              },
                              {
                                "amount": 1169.46,
                                "currency": "SCR"
                              },
                              {
                                "amount": 2451.43,
                                "currency": "ERN"
                              },
                              {
                                "amount": 3469.1,
                                "currency": "DKK"
                              }
                            ],
                            [
                              {
                                "amount": 4164.93,
                                "currency": "JOD"
                              },
                              {
                                "amount": 3995.18,
                                "currency": "VES"
                              },
                              {
                                "amount": 1920.93,
                                "currency": "BHD"
                              },
                              {
                                "amount": 4120.12,
                                "currency": "SEK"
                              },
                              {
                                "amount": 3775.02,
                                "currency": "IDR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2520.77,
                            "currency": "JPY"
                          },
                          {
                            "amount": 1183.55,
                            "currency": "ANG"
                          },
                          {
                            "amount": 2360.16,
                            "currency": "SGD"
                          }
                        ],
                        [
                          {
                            "amount": 4552.24,
                            "currency": "SYP"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3684.64,
                            "currency": "SBD"
                          },
                          {
                            "amount": 756.29,
                            "currency": "MDL"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4337.75,
                            "currency": "HUF"
                          },
                          {
                            "amount": 1781.11,
                            "currency": "GBP"
                          },
                          {
                            "amount": 4095.06,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 3889.67,
                            "currency": "XAF"
                          },
                          {
                            "amount": 3267.34,
                            "currency": "LBP"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "78891477",
                    "percentage": 5.2,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3828.7,
                            "currency": "KPW"
                          },
                          {
                            "amount": 3201.6,
                            "currency": "JPY"
                          },
                          {
                            "amount": 3637.26,
                            "currency": "BND"
                          },
                          {
                            "amount": 1974.79,
                            "currency": "AFN"
                          },
                          {
                            "amount": 3628.77,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 1630.54,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1775.11,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3255.6,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 1464.92,
                            "currency": "MWK"
                          },
                          {
                            "amount": 394.02,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 3573.8,
                            "currency": "MWK"
                          },
                          {
                            "amount": 3142.9,
                            "currency": "AUD"
                          },
                          {
                            "amount": 2652,
                            "currency": "XCD"
                          },
                          {
                            "amount": 1228.93,
                            "currency": "ARS"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Leonor",
                    "index": 8,
                    "lastName": "Erdman",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 3,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4459.39,
                            "currency": "BAM"
                          },
                          {
                            "amount": 1660.62,
                            "currency": "KES"
                          },
                          {
                            "amount": 2666.19,
                            "currency": "ERN"
                          },
                          {
                            "amount": 2841.87,
                            "currency": "HKD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2793.5,
                            "currency": "KMF"
                          },
                          {
                            "amount": 1440.73,
                            "currency": "RWF"
                          },
                          {
                            "amount": 2961.04,
                            "currency": "IRR"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "ce",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3063.86,
                                "currency": "NOK"
                              },
                              {
                                "amount": 3929.23,
                                "currency": "SLE"
                              }
                            ],
                            [
                              {
                                "amount": 1667.5,
                                "currency": "LYD"
                              },
                              {
                                "amount": 831.29,
                                "currency": "HNL"
                              },
                              {
                                "amount": 969.37,
                                "currency": "IRR"
                              },
                              {
                                "amount": 155.16,
                                "currency": "SHP"
                              },
                              {
                                "amount": 3273.02,
                                "currency": "CVE"
                              }
                            ],
                            [
                              {
                                "amount": 959.8,
                                "currency": "KZT"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Se",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2872,
                                "currency": "PHP"
                              },
                              {
                                "amount": 4644.76,
                                "currency": "CDF"
                              },
                              {
                                "amount": 4666.22,
                                "currency": "RON"
                              },
                              {
                                "amount": 1332.48,
                                "currency": "HKD"
                              },
                              {
                                "amount": 1220.24,
                                "currency": "BDT"
                              }
                            ],
                            [
                              {
                                "amount": 4202.89,
                                "currency": "ALL"
                              },
                              {
                                "amount": 2030.05,
                                "currency": "UGX"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "bD",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3521.83,
                                "currency": "PHP"
                              },
                              {
                                "amount": 4738.3,
                                "currency": "BOB"
                              }
                            ],
                            [
                              {
                                "amount": 2804.71,
                                "currency": "SCR"
                              },
                              {
                                "amount": 2308.64,
                                "currency": "PHP"
                              },
                              {
                                "amount": 3574.42,
                                "currency": "BZD"
                              },
                              {
                                "amount": 4913.18,
                                "currency": "PAB"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 304.36,
                            "currency": "LRD"
                          },
                          {
                            "amount": 2507.84,
                            "currency": "JMD"
                          },
                          {
                            "amount": 2550.21,
                            "currency": "PLN"
                          },
                          {
                            "amount": 847.35,
                            "currency": "XPF"
                          },
                          {
                            "amount": 2811.08,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 390.63,
                            "currency": "YER"
                          },
                          {
                            "amount": 4344.72,
                            "currency": "ISK"
                          },
                          {
                            "amount": 3972.35,
                            "currency": "AED"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3208.33,
                            "currency": "GEL"
                          }
                        ],
                        [
                          {
                            "amount": 3131.01,
                            "currency": "UYU"
                          },
                          {
                            "amount": 271.31,
                            "currency": "KYD"
                          },
                          {
                            "amount": 4901.69,
                            "currency": "UZS"
                          },
                          {
                            "amount": 4692.54,
                            "currency": "CAD"
                          }
                        ],
                        [
                          {
                            "amount": 18.12,
                            "currency": "GNF"
                          },
                          {
                            "amount": 745.54,
                            "currency": "KRW"
                          },
                          {
                            "amount": 4404.16,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 617.01,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 139.44,
                            "currency": "PHP"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "uS",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 715.27,
                                "currency": "GYD"
                              },
                              {
                                "amount": 1017.63,
                                "currency": "YER"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Iy",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3926.98,
                                "currency": "BRL"
                              }
                            ],
                            [
                              {
                                "amount": 189.12,
                                "currency": "BIF"
                              },
                              {
                                "amount": 2295.98,
                                "currency": "MNT"
                              },
                              {
                                "amount": 3249.29,
                                "currency": "MXN"
                              },
                              {
                                "amount": 4380.06,
                                "currency": "UGX"
                              }
                            ],
                            [
                              {
                                "amount": 2721.66,
                                "currency": "LKR"
                              },
                              {
                                "amount": 2862.32,
                                "currency": "OMR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4853.63,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 2921.24,
                            "currency": "KYD"
                          },
                          {
                            "amount": 2480.72,
                            "currency": "HNL"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3943.38,
                            "currency": "THB"
                          },
                          {
                            "amount": 3969.27,
                            "currency": "SEK"
                          },
                          {
                            "amount": 2979.52,
                            "currency": "BGN"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1746.24,
                            "currency": "LSL"
                          },
                          {
                            "amount": 3677.1,
                            "currency": "BDT"
                          },
                          {
                            "amount": 2707.59,
                            "currency": "MDL"
                          },
                          {
                            "amount": 2005.88,
                            "currency": "CRC"
                          },
                          {
                            "amount": 4781.32,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 1377.35,
                            "currency": "KHR"
                          }
                        ],
                        [
                          {
                            "amount": 4767.48,
                            "currency": "SBD"
                          },
                          {
                            "amount": 4538.22,
                            "currency": "GMD"
                          },
                          {
                            "amount": 4936.22,
                            "currency": "NPR"
                          },
                          {
                            "amount": 128.82,
                            "currency": "SSP"
                          },
                          {
                            "amount": 3072.64,
                            "currency": "MDL"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "99919337",
                    "percentage": 7.3,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 270.21,
                            "currency": "PYG"
                          },
                          {
                            "amount": 4211.3,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1977.78,
                            "currency": "PYG"
                          },
                          {
                            "amount": 58.53,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 4104.01,
                            "currency": "MZN"
                          },
                          {
                            "amount": 2769.31,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2062.07,
                            "currency": "ERN"
                          },
                          {
                            "amount": 1466.84,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4585.33,
                            "currency": "JOD"
                          }
                        ],
                        [
                          {
                            "amount": 864.52,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3910.58,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3233.74,
                            "currency": "AWG"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Annalise",
                    "index": 9,
                    "lastName": "Champlin",
                    "tierLevel": "Red",
                    "tierLevelNumber": 0,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2503.62,
                            "currency": "GBP"
                          },
                          {
                            "amount": 4891.12,
                            "currency": "ARS"
                          },
                          {
                            "amount": 815.73,
                            "currency": "PEN"
                          },
                          {
                            "amount": 314.24,
                            "currency": "MWK"
                          },
                          {
                            "amount": 1950.14,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 806.53,
                            "currency": "UGX"
                          },
                          {
                            "amount": 562.95,
                            "currency": "TJS"
                          },
                          {
                            "amount": 4425.92,
                            "currency": "BOB"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2620.03,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 2949.31,
                            "currency": "LKR"
                          },
                          {
                            "amount": 4514.22,
                            "currency": "BWP"
                          },
                          {
                            "amount": 2182.19,
                            "currency": "CHF"
                          }
                        ],
                        [
                          {
                            "amount": 1776.59,
                            "currency": "AMD"
                          },
                          {
                            "amount": 1175.81,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 1542.78,
                            "currency": "SSP"
                          }
                        ],
                        [
                          {
                            "amount": 2117.67,
                            "currency": "USD"
                          },
                          {
                            "amount": 1007.36,
                            "currency": "SBD"
                          },
                          {
                            "amount": 1640.1,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 2959.06,
                            "currency": "MKD"
                          },
                          {
                            "amount": 4445.21,
                            "currency": "AZN"
                          },
                          {
                            "amount": 3548.86,
                            "currency": "MXN"
                          },
                          {
                            "amount": 4204.6,
                            "currency": "AMD"
                          },
                          {
                            "amount": 4713.16,
                            "currency": "GBP"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "ry",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1796.4,
                                "currency": "XAF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Zq",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1867.9,
                                "currency": "LBP"
                              },
                              {
                                "amount": 3090.89,
                                "currency": "HUF"
                              },
                              {
                                "amount": 50.61,
                                "currency": "CZK"
                              },
                              {
                                "amount": 3296.78,
                                "currency": "MYR"
                              },
                              {
                                "amount": 4019.84,
                                "currency": "RSD"
                              }
                            ],
                            [
                              {
                                "amount": 486.55,
                                "currency": "TMT"
                              },
                              {
                                "amount": 3683.07,
                                "currency": "BTN"
                              },
                              {
                                "amount": 565.39,
                                "currency": "MXN"
                              },
                              {
                                "amount": 2445.11,
                                "currency": "UAH"
                              }
                            ],
                            [
                              {
                                "amount": 2670.5,
                                "currency": "MWK"
                              },
                              {
                                "amount": 2754.48,
                                "currency": "MDL"
                              },
                              {
                                "amount": 4353.7,
                                "currency": "WST"
                              },
                              {
                                "amount": 1871.3,
                                "currency": "BRL"
                              },
                              {
                                "amount": 896.05,
                                "currency": "ETB"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "mE",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4100.38,
                                "currency": "SLE"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "xY",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 693.41,
                                "currency": "RON"
                              },
                              {
                                "amount": 3890.09,
                                "currency": "NIO"
                              },
                              {
                                "amount": 2377.92,
                                "currency": "RUB"
                              },
                              {
                                "amount": 3231.14,
                                "currency": "KGS"
                              },
                              {
                                "amount": 3432.88,
                                "currency": "NGN"
                              }
                            ],
                            [
                              {
                                "amount": 152.73,
                                "currency": "SEK"
                              },
                              {
                                "amount": 292.84,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 2009.2,
                                "currency": "YER"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "oi",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2691.71,
                                "currency": "WST"
                              },
                              {
                                "amount": 1427.42,
                                "currency": "BOB"
                              }
                            ],
                            [
                              {
                                "amount": 670.83,
                                "currency": "AWG"
                              },
                              {
                                "amount": 2465.74,
                                "currency": "XAF"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 613.98,
                            "currency": "TOP"
                          },
                          {
                            "amount": 2478.88,
                            "currency": "MXN"
                          },
                          {
                            "amount": 2989.31,
                            "currency": "MVR"
                          },
                          {
                            "amount": 996.83,
                            "currency": "WST"
                          }
                        ],
                        [
                          {
                            "amount": 2591.67,
                            "currency": "CZK"
                          },
                          {
                            "amount": 4537.25,
                            "currency": "BAM"
                          },
                          {
                            "amount": 4516.56,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 3514.98,
                            "currency": "PEN"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2016.7,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 1249.54,
                            "currency": "TMT"
                          },
                          {
                            "amount": 2182.67,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 4077.94,
                            "currency": "JOD"
                          },
                          {
                            "amount": 4439.14,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 3880.52,
                            "currency": "LAK"
                          },
                          {
                            "amount": 4684.39,
                            "currency": "XOF"
                          },
                          {
                            "amount": 1817.29,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 3626.91,
                            "currency": "MYR"
                          },
                          {
                            "amount": 3566.57,
                            "currency": "VND"
                          },
                          {
                            "amount": 2791.49,
                            "currency": "LKR"
                          },
                          {
                            "amount": 4144.88,
                            "currency": "LRD"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Qq",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3038.64,
                                "currency": "UZS"
                              }
                            ],
                            [
                              {
                                "amount": 857.97,
                                "currency": "VES"
                              },
                              {
                                "amount": 712.65,
                                "currency": "MNT"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ta",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2727.26,
                                "currency": "BRL"
                              },
                              {
                                "amount": 1635,
                                "currency": "TJS"
                              },
                              {
                                "amount": 4519.03,
                                "currency": "ILS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Mp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1584.39,
                                "currency": "THB"
                              }
                            ],
                            [
                              {
                                "amount": 4853.98,
                                "currency": "SCR"
                              },
                              {
                                "amount": 3682.21,
                                "currency": "NIO"
                              },
                              {
                                "amount": 4364.13,
                                "currency": "IDR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2953.06,
                            "currency": "JOD"
                          },
                          {
                            "amount": 3062.2,
                            "currency": "TND"
                          },
                          {
                            "amount": 1107.47,
                            "currency": "TRY"
                          },
                          {
                            "amount": 3925.01,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 983.06,
                            "currency": "OMR"
                          },
                          {
                            "amount": 102.63,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 1749.17,
                            "currency": "HKD"
                          },
                          {
                            "amount": 3586.87,
                            "currency": "ZMW"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3916.45,
                            "currency": "GEL"
                          },
                          {
                            "amount": 4712.35,
                            "currency": "DOP"
                          },
                          {
                            "amount": 1832.81,
                            "currency": "ANG"
                          },
                          {
                            "amount": 1206.4,
                            "currency": "KPW"
                          },
                          {
                            "amount": 4683.5,
                            "currency": "PAB"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3801.42,
                            "currency": "GYD"
                          },
                          {
                            "amount": 4384.62,
                            "currency": "CVE"
                          },
                          {
                            "amount": 3000.99,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 4850.44,
                            "currency": "UYU"
                          },
                          {
                            "amount": 2455.12,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4907.17,
                            "currency": "BSD"
                          },
                          {
                            "amount": 102.22,
                            "currency": "MOP"
                          },
                          {
                            "amount": 398.23,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 2427.13,
                            "currency": "GBP"
                          },
                          {
                            "amount": 937.02,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 3127.88,
                            "currency": "SBD"
                          },
                          {
                            "amount": 2977.15,
                            "currency": "RSD"
                          },
                          {
                            "amount": 1486.22,
                            "currency": "NGN"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "68410463",
                    "percentage": 11.1,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 2568.39,
                            "currency": "SZL"
                          },
                          {
                            "amount": 4208.31,
                            "currency": "HKD"
                          },
                          {
                            "amount": 2118.47,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 3551.12,
                            "currency": "PLN"
                          },
                          {
                            "amount": 1992.82,
                            "currency": "KZT"
                          },
                          {
                            "amount": 2804.27,
                            "currency": "MKD"
                          },
                          {
                            "amount": 3466.49,
                            "currency": "COP"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Connection"
              }
            }
          ]
        },
        {
          "ancillaryConfiguration": {
            "allowQuantity": true,
            "maxQuantityPerPax": 5
          },
          "ancillarySpecialService": {
            "code": "PETC",
            "requiredProperties": {
              "propertyDefinitionList": [
                {
                  "@type": "KeywordPropertyDefinition",
                  "optional": false,
                  "propertyName": "LENGTH",
                  "propertyType": "INT"
                }
              ]
            },
            "type": "REQUIRED"
          },
          "bundleItems": [
            {
              "code": "k48",
              "groupCode": "Ny"
            }
          ],
          "code": "MZE",
          "refundable": false,
          "travelPartOffers": [
            {
              "availableInventory": 7,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Vivienne",
                    "index": 3,
                    "lastName": "Pfannerstill",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 2,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2817.36,
                            "currency": "BZD"
                          },
                          {
                            "amount": 3158.31,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 549.87,
                            "currency": "MWK"
                          },
                          {
                            "amount": 173.13,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 1845.97,
                            "currency": "SYP"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3524.18,
                            "currency": "AZN"
                          },
                          {
                            "amount": 1422.82,
                            "currency": "TRY"
                          },
                          {
                            "amount": 330.63,
                            "currency": "AED"
                          },
                          {
                            "amount": 122.61,
                            "currency": "BAM"
                          },
                          {
                            "amount": 3187.68,
                            "currency": "HUF"
                          }
                        ],
                        [
                          {
                            "amount": 4942.94,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 173.37,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 4710.27,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1241.71,
                            "currency": "MDL"
                          },
                          {
                            "amount": 4120.68,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 761.89,
                            "currency": "ERN"
                          },
                          {
                            "amount": 1309.58,
                            "currency": "BND"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "bV",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2707.53,
                                "currency": "CUP"
                              },
                              {
                                "amount": 1346.06,
                                "currency": "PHP"
                              },
                              {
                                "amount": 4058.27,
                                "currency": "SDG"
                              },
                              {
                                "amount": 4447.36,
                                "currency": "SCR"
                              }
                            ],
                            [
                              {
                                "amount": 4105.9,
                                "currency": "KMF"
                              },
                              {
                                "amount": 317.52,
                                "currency": "TND"
                              },
                              {
                                "amount": 1386.96,
                                "currency": "UAH"
                              },
                              {
                                "amount": 4660.16,
                                "currency": "ARS"
                              },
                              {
                                "amount": 31.67,
                                "currency": "DOP"
                              }
                            ],
                            [
                              {
                                "amount": 1860.56,
                                "currency": "BOB"
                              },
                              {
                                "amount": 2124.09,
                                "currency": "KGS"
                              },
                              {
                                "amount": 4794.58,
                                "currency": "UGX"
                              }
                            ],
                            [
                              {
                                "amount": 4320.79,
                                "currency": "GMD"
                              },
                              {
                                "amount": 3868.93,
                                "currency": "ISK"
                              },
                              {
                                "amount": 2611.34,
                                "currency": "AZN"
                              },
                              {
                                "amount": 1300.54,
                                "currency": "ISK"
                              },
                              {
                                "amount": 3686.36,
                                "currency": "THB"
                              }
                            ],
                            [
                              {
                                "amount": 3227.94,
                                "currency": "LKR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "wl",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4894.39,
                                "currency": "DZD"
                              },
                              {
                                "amount": 68.16,
                                "currency": "KRW"
                              }
                            ],
                            [
                              {
                                "amount": 2258.85,
                                "currency": "MAD"
                              },
                              {
                                "amount": 1224.54,
                                "currency": "CHF"
                              }
                            ],
                            [
                              {
                                "amount": 2558.54,
                                "currency": "KMF"
                              }
                            ],
                            [
                              {
                                "amount": 4404.78,
                                "currency": "MAD"
                              },
                              {
                                "amount": 940.21,
                                "currency": "SGD"
                              },
                              {
                                "amount": 3199.1,
                                "currency": "PHP"
                              },
                              {
                                "amount": 1904.7,
                                "currency": "IQD"
                              },
                              {
                                "amount": 2869.04,
                                "currency": "KMF"
                              }
                            ],
                            [
                              {
                                "amount": 4443.69,
                                "currency": "MAD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4825.17,
                            "currency": "USD"
                          },
                          {
                            "amount": 2401.95,
                            "currency": "QAR"
                          },
                          {
                            "amount": 4518.19,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 2125.01,
                            "currency": "XCD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1879.88,
                            "currency": "MZN"
                          },
                          {
                            "amount": 2984.65,
                            "currency": "NZD"
                          },
                          {
                            "amount": 3657.64,
                            "currency": "KRW"
                          },
                          {
                            "amount": 3639.63,
                            "currency": "UYU"
                          },
                          {
                            "amount": 3403.82,
                            "currency": "KZT"
                          }
                        ],
                        [
                          {
                            "amount": 3181.02,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3306.35,
                            "currency": "BIF"
                          }
                        ],
                        [
                          {
                            "amount": 1160.97,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 1150.55,
                            "currency": "GIP"
                          },
                          {
                            "amount": 4547.93,
                            "currency": "PKR"
                          },
                          {
                            "amount": 436.52,
                            "currency": "FKP"
                          },
                          {
                            "amount": 529.83,
                            "currency": "OMR"
                          },
                          {
                            "amount": 900.57,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 4577.55,
                            "currency": "RUB"
                          },
                          {
                            "amount": 145.37,
                            "currency": "PGK"
                          },
                          {
                            "amount": 2830.27,
                            "currency": "AMD"
                          },
                          {
                            "amount": 3261.76,
                            "currency": "ZAR"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "AN",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4154.43,
                                "currency": "PLN"
                              },
                              {
                                "amount": 3445.68,
                                "currency": "LRD"
                              }
                            ],
                            [
                              {
                                "amount": 1415.33,
                                "currency": "USD"
                              },
                              {
                                "amount": 977.17,
                                "currency": "WST"
                              },
                              {
                                "amount": 4677.87,
                                "currency": "KRW"
                              },
                              {
                                "amount": 3428.58,
                                "currency": "MZN"
                              }
                            ],
                            [
                              {
                                "amount": 4935.14,
                                "currency": "MMK"
                              },
                              {
                                "amount": 3770.38,
                                "currency": "CRC"
                              }
                            ],
                            [
                              {
                                "amount": 4091.55,
                                "currency": "BND"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Iy",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2232.08,
                                "currency": "BOB"
                              },
                              {
                                "amount": 1860.52,
                                "currency": "JPY"
                              }
                            ],
                            [
                              {
                                "amount": 3757.48,
                                "currency": "BWP"
                              }
                            ],
                            [
                              {
                                "amount": 403.06,
                                "currency": "MAD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "nK",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2045.05,
                                "currency": "NOK"
                              },
                              {
                                "amount": 1407.04,
                                "currency": "VUV"
                              },
                              {
                                "amount": 4238.68,
                                "currency": "DOP"
                              },
                              {
                                "amount": 2989.4,
                                "currency": "RSD"
                              }
                            ],
                            [
                              {
                                "amount": 150.07,
                                "currency": "PEN"
                              },
                              {
                                "amount": 2158.55,
                                "currency": "ZAR"
                              },
                              {
                                "amount": 4809.75,
                                "currency": "TMT"
                              },
                              {
                                "amount": 2281.13,
                                "currency": "HNL"
                              },
                              {
                                "amount": 953.29,
                                "currency": "SGD"
                              }
                            ],
                            [
                              {
                                "amount": 3105.79,
                                "currency": "HKD"
                              },
                              {
                                "amount": 4426.74,
                                "currency": "SCR"
                              },
                              {
                                "amount": 2678.13,
                                "currency": "MGA"
                              }
                            ],
                            [
                              {
                                "amount": 2573.35,
                                "currency": "MXN"
                              },
                              {
                                "amount": 1503.06,
                                "currency": "AED"
                              },
                              {
                                "amount": 1552.11,
                                "currency": "ETB"
                              },
                              {
                                "amount": 1795.91,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 3354.76,
                                "currency": "MNT"
                              },
                              {
                                "amount": 2147.7,
                                "currency": "CNY"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4738.97,
                            "currency": "NGN"
                          },
                          {
                            "amount": 3864.14,
                            "currency": "DZD"
                          },
                          {
                            "amount": 217.29,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 4434.54,
                            "currency": "GYD"
                          },
                          {
                            "amount": 934.84,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 3142.6,
                            "currency": "AOA"
                          },
                          {
                            "amount": 422.1,
                            "currency": "AMD"
                          },
                          {
                            "amount": 1741.26,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 3318.54,
                            "currency": "COP"
                          },
                          {
                            "amount": 3786.11,
                            "currency": "GYD"
                          },
                          {
                            "amount": 2345.6,
                            "currency": "LKR"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 492.68,
                            "currency": "CNY"
                          },
                          {
                            "amount": 2820.26,
                            "currency": "PKR"
                          },
                          {
                            "amount": 4490.51,
                            "currency": "SEK"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4733.45,
                            "currency": "FKP"
                          },
                          {
                            "amount": 636.1,
                            "currency": "MAD"
                          },
                          {
                            "amount": 2981.84,
                            "currency": "BRL"
                          },
                          {
                            "amount": 348.86,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 375,
                            "currency": "JPY"
                          },
                          {
                            "amount": 1309.27,
                            "currency": "HTG"
                          },
                          {
                            "amount": 2232.29,
                            "currency": "CLP"
                          },
                          {
                            "amount": 2280.35,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 3715.9,
                            "currency": "KYD"
                          },
                          {
                            "amount": 18.46,
                            "currency": "HNL"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "35473088",
                    "percentage": 5,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3537.09,
                            "currency": "SGD"
                          }
                        ],
                        [
                          {
                            "amount": 2998.49,
                            "currency": "HKD"
                          },
                          {
                            "amount": 43.31,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 3948.42,
                            "currency": "BMD"
                          },
                          {
                            "amount": 1313.06,
                            "currency": "SCR"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Cory",
                    "index": 9,
                    "lastName": "Rutherford",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 2,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4570.26,
                            "currency": "UAH"
                          },
                          {
                            "amount": 1684.63,
                            "currency": "MYR"
                          },
                          {
                            "amount": 2649.77,
                            "currency": "CNY"
                          },
                          {
                            "amount": 4471.88,
                            "currency": "THB"
                          },
                          {
                            "amount": 958.68,
                            "currency": "MXN"
                          }
                        ],
                        [
                          {
                            "amount": 870.14,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 4861.46,
                            "currency": "SSP"
                          },
                          {
                            "amount": 4579.43,
                            "currency": "CNY"
                          },
                          {
                            "amount": 3082.87,
                            "currency": "THB"
                          },
                          {
                            "amount": 4342.11,
                            "currency": "RON"
                          }
                        ],
                        [
                          {
                            "amount": 531.74,
                            "currency": "LAK"
                          },
                          {
                            "amount": 3588.8,
                            "currency": "CHF"
                          },
                          {
                            "amount": 185.31,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 526.04,
                            "currency": "AFN"
                          },
                          {
                            "amount": 4106.18,
                            "currency": "PYG"
                          },
                          {
                            "amount": 898.11,
                            "currency": "MUR"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3694.96,
                            "currency": "MZN"
                          },
                          {
                            "amount": 1715.96,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 4336.25,
                            "currency": "FKP"
                          },
                          {
                            "amount": 76.57,
                            "currency": "CVE"
                          },
                          {
                            "amount": 3593.9,
                            "currency": "BOB"
                          },
                          {
                            "amount": 2172.63,
                            "currency": "BAM"
                          }
                        ],
                        [
                          {
                            "amount": 4358.48,
                            "currency": "LAK"
                          },
                          {
                            "amount": 564.21,
                            "currency": "INR"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "xY",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 316.08,
                                "currency": "VES"
                              },
                              {
                                "amount": 1645.41,
                                "currency": "BAM"
                              },
                              {
                                "amount": 2901.11,
                                "currency": "UGX"
                              },
                              {
                                "amount": 2023.83,
                                "currency": "MUR"
                              },
                              {
                                "amount": 1153.66,
                                "currency": "MVR"
                              }
                            ],
                            [
                              {
                                "amount": 2716.79,
                                "currency": "BGN"
                              }
                            ],
                            [
                              {
                                "amount": 183.19,
                                "currency": "INR"
                              },
                              {
                                "amount": 1131.1,
                                "currency": "MUR"
                              },
                              {
                                "amount": 1503.09,
                                "currency": "BND"
                              },
                              {
                                "amount": 1031.1,
                                "currency": "IQD"
                              }
                            ],
                            [
                              {
                                "amount": 3607.59,
                                "currency": "NZD"
                              }
                            ],
                            [
                              {
                                "amount": 191.88,
                                "currency": "COP"
                              },
                              {
                                "amount": 1193.16,
                                "currency": "XOF"
                              },
                              {
                                "amount": 3614.63,
                                "currency": "HUF"
                              },
                              {
                                "amount": 877.14,
                                "currency": "GEL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "da",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 290.62,
                                "currency": "BGN"
                              },
                              {
                                "amount": 4526.86,
                                "currency": "MZN"
                              },
                              {
                                "amount": 2747.8,
                                "currency": "CUP"
                              },
                              {
                                "amount": 3453.11,
                                "currency": "USD"
                              },
                              {
                                "amount": 3105.89,
                                "currency": "TTD"
                              }
                            ],
                            [
                              {
                                "amount": 1353.04,
                                "currency": "BWP"
                              },
                              {
                                "amount": 1301.04,
                                "currency": "CHF"
                              },
                              {
                                "amount": 3290.8,
                                "currency": "SHP"
                              },
                              {
                                "amount": 340.58,
                                "currency": "IQD"
                              },
                              {
                                "amount": 2598.34,
                                "currency": "KYD"
                              }
                            ],
                            [
                              {
                                "amount": 873.28,
                                "currency": "ARS"
                              },
                              {
                                "amount": 3612.78,
                                "currency": "BBD"
                              },
                              {
                                "amount": 2009.2,
                                "currency": "BDT"
                              },
                              {
                                "amount": 1842.09,
                                "currency": "RUB"
                              }
                            ],
                            [
                              {
                                "amount": 1146.51,
                                "currency": "OMR"
                              },
                              {
                                "amount": 4219.89,
                                "currency": "IQD"
                              },
                              {
                                "amount": 3947.73,
                                "currency": "BMD"
                              },
                              {
                                "amount": 130.71,
                                "currency": "XOF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "kx",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3325.36,
                                "currency": "KHR"
                              },
                              {
                                "amount": 1134.77,
                                "currency": "GBP"
                              },
                              {
                                "amount": 3842.55,
                                "currency": "XAF"
                              },
                              {
                                "amount": 1920.69,
                                "currency": "KES"
                              },
                              {
                                "amount": 4848.87,
                                "currency": "PKR"
                              }
                            ],
                            [
                              {
                                "amount": 1350.33,
                                "currency": "KWD"
                              },
                              {
                                "amount": 842.45,
                                "currency": "UGX"
                              }
                            ],
                            [
                              {
                                "amount": 3039.45,
                                "currency": "VES"
                              },
                              {
                                "amount": 392.7,
                                "currency": "EGP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "jT",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1948.68,
                                "currency": "PEN"
                              },
                              {
                                "amount": 1545.2,
                                "currency": "RUB"
                              },
                              {
                                "amount": 2755.09,
                                "currency": "ALL"
                              },
                              {
                                "amount": 2388.95,
                                "currency": "GBP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "NT",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3416.16,
                                "currency": "ARS"
                              },
                              {
                                "amount": 3399.39,
                                "currency": "BSD"
                              },
                              {
                                "amount": 4318,
                                "currency": "WST"
                              },
                              {
                                "amount": 3790.23,
                                "currency": "DKK"
                              },
                              {
                                "amount": 1266.81,
                                "currency": "SHP"
                              }
                            ],
                            [
                              {
                                "amount": 2411.88,
                                "currency": "OMR"
                              },
                              {
                                "amount": 4816.82,
                                "currency": "MYR"
                              },
                              {
                                "amount": 4643.74,
                                "currency": "MRU"
                              },
                              {
                                "amount": 1427.6,
                                "currency": "SZL"
                              },
                              {
                                "amount": 504.77,
                                "currency": "PEN"
                              }
                            ],
                            [
                              {
                                "amount": 803.42,
                                "currency": "NIO"
                              },
                              {
                                "amount": 4211.74,
                                "currency": "IRR"
                              }
                            ],
                            [
                              {
                                "amount": 1753.34,
                                "currency": "BYN"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1856.26,
                            "currency": "MUR"
                          },
                          {
                            "amount": 1925.41,
                            "currency": "ARS"
                          },
                          {
                            "amount": 2464.37,
                            "currency": "EUR"
                          },
                          {
                            "amount": 2149.75,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 2147.35,
                            "currency": "HNL"
                          },
                          {
                            "amount": 3982.8,
                            "currency": "NIO"
                          }
                        ],
                        [
                          {
                            "amount": 4905.73,
                            "currency": "BTN"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2165.45,
                            "currency": "RUB"
                          },
                          {
                            "amount": 814.43,
                            "currency": "PHP"
                          },
                          {
                            "amount": 72.02,
                            "currency": "PEN"
                          },
                          {
                            "amount": 4729.24,
                            "currency": "TTD"
                          },
                          {
                            "amount": 1031.36,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 3932.58,
                            "currency": "PEN"
                          },
                          {
                            "amount": 3799.88,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 2785.19,
                            "currency": "PGK"
                          },
                          {
                            "amount": 1366.62,
                            "currency": "VUV"
                          },
                          {
                            "amount": 2887.99,
                            "currency": "SLE"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "xe",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3702.07,
                                "currency": "BIF"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1589.08,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 2697.42,
                            "currency": "PKR"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1729.54,
                            "currency": "GEL"
                          },
                          {
                            "amount": 4117.92,
                            "currency": "YER"
                          },
                          {
                            "amount": 891.83,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 217.45,
                            "currency": "SBD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "62386703",
                    "percentage": 7.6,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4351.82,
                            "currency": "WST"
                          },
                          {
                            "amount": 381.62,
                            "currency": "ILS"
                          }
                        ],
                        [
                          {
                            "amount": 1111.69,
                            "currency": "COP"
                          },
                          {
                            "amount": 2671.7,
                            "currency": "GMD"
                          }
                        ],
                        [
                          {
                            "amount": 2959.3,
                            "currency": "CAD"
                          },
                          {
                            "amount": 2179.38,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 615.88,
                            "currency": "CRC"
                          },
                          {
                            "amount": 1349.7,
                            "currency": "SZL"
                          },
                          {
                            "amount": 3693.64,
                            "currency": "MAD"
                          },
                          {
                            "amount": 1533.42,
                            "currency": "THB"
                          },
                          {
                            "amount": 1246.55,
                            "currency": "MOP"
                          }
                        ],
                        [
                          {
                            "amount": 3024.29,
                            "currency": "TTD"
                          },
                          {
                            "amount": 791.47,
                            "currency": "MGA"
                          },
                          {
                            "amount": 1303.83,
                            "currency": "EGP"
                          },
                          {
                            "amount": 2334.75,
                            "currency": "SBD"
                          },
                          {
                            "amount": 3433.16,
                            "currency": "PLN"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Ansley",
                    "index": 5,
                    "lastName": "Hintz",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 5,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1227.17,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 2401.04,
                            "currency": "ILS"
                          },
                          {
                            "amount": 2784.36,
                            "currency": "DZD"
                          },
                          {
                            "amount": 3613.8,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1710.21,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 117.06,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 4740.18,
                            "currency": "LYD"
                          },
                          {
                            "amount": 2141.35,
                            "currency": "EGP"
                          },
                          {
                            "amount": 3101.27,
                            "currency": "PAB"
                          },
                          {
                            "amount": 1443.82,
                            "currency": "MOP"
                          },
                          {
                            "amount": 2104.63,
                            "currency": "DZD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 75.13,
                            "currency": "TND"
                          },
                          {
                            "amount": 1616.99,
                            "currency": "BRL"
                          },
                          {
                            "amount": 2642.81,
                            "currency": "PYG"
                          },
                          {
                            "amount": 4955.3,
                            "currency": "AUD"
                          },
                          {
                            "amount": 3531.59,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 2389.46,
                            "currency": "AWG"
                          },
                          {
                            "amount": 865.17,
                            "currency": "PGK"
                          },
                          {
                            "amount": 4133.47,
                            "currency": "STN"
                          },
                          {
                            "amount": 2737.78,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 1074.74,
                            "currency": "TMT"
                          },
                          {
                            "amount": 824.29,
                            "currency": "CVE"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "As",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4665.95,
                                "currency": "LBP"
                              },
                              {
                                "amount": 2041.66,
                                "currency": "IDR"
                              },
                              {
                                "amount": 3639.88,
                                "currency": "CUP"
                              },
                              {
                                "amount": 676.68,
                                "currency": "LBP"
                              },
                              {
                                "amount": 3418.79,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 749.03,
                                "currency": "SEK"
                              },
                              {
                                "amount": 1020.5,
                                "currency": "SBD"
                              },
                              {
                                "amount": 675.75,
                                "currency": "BBD"
                              },
                              {
                                "amount": 3107.46,
                                "currency": "MUR"
                              }
                            ],
                            [
                              {
                                "amount": 3956.44,
                                "currency": "GBP"
                              },
                              {
                                "amount": 2521.54,
                                "currency": "SRD"
                              }
                            ],
                            [
                              {
                                "amount": 2974.51,
                                "currency": "MNT"
                              }
                            ],
                            [
                              {
                                "amount": 1227.69,
                                "currency": "VES"
                              },
                              {
                                "amount": 4050.79,
                                "currency": "ILS"
                              },
                              {
                                "amount": 4243.18,
                                "currency": "MMK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "pt",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3256.56,
                                "currency": "KYD"
                              },
                              {
                                "amount": 3876.27,
                                "currency": "BBD"
                              }
                            ],
                            [
                              {
                                "amount": 1959.43,
                                "currency": "MMK"
                              },
                              {
                                "amount": 799.87,
                                "currency": "HNL"
                              },
                              {
                                "amount": 3214.6,
                                "currency": "MOP"
                              }
                            ],
                            [
                              {
                                "amount": 769.37,
                                "currency": "GTQ"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "zx",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 779.4,
                                "currency": "CHF"
                              },
                              {
                                "amount": 3896.69,
                                "currency": "BDT"
                              }
                            ],
                            [
                              {
                                "amount": 509.74,
                                "currency": "FJD"
                              },
                              {
                                "amount": 4743.19,
                                "currency": "AMD"
                              },
                              {
                                "amount": 386.14,
                                "currency": "AWG"
                              },
                              {
                                "amount": 525.02,
                                "currency": "MRU"
                              },
                              {
                                "amount": 3599.68,
                                "currency": "CRC"
                              }
                            ],
                            [
                              {
                                "amount": 1696.04,
                                "currency": "KZT"
                              }
                            ],
                            [
                              {
                                "amount": 163.56,
                                "currency": "HTG"
                              },
                              {
                                "amount": 2446.14,
                                "currency": "ISK"
                              },
                              {
                                "amount": 1549.15,
                                "currency": "FJD"
                              },
                              {
                                "amount": 2219.3,
                                "currency": "JPY"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Ps",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2660.12,
                                "currency": "AUD"
                              },
                              {
                                "amount": 2103.04,
                                "currency": "MGA"
                              },
                              {
                                "amount": 933.39,
                                "currency": "CUP"
                              },
                              {
                                "amount": 452.03,
                                "currency": "NOK"
                              },
                              {
                                "amount": 1879.84,
                                "currency": "MVR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Qo",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 955.91,
                                "currency": "BIF"
                              },
                              {
                                "amount": 2954.09,
                                "currency": "SSP"
                              },
                              {
                                "amount": 2169.48,
                                "currency": "SSP"
                              }
                            ],
                            [
                              {
                                "amount": 3080.89,
                                "currency": "SLE"
                              },
                              {
                                "amount": 2110.08,
                                "currency": "KZT"
                              },
                              {
                                "amount": 2898.99,
                                "currency": "GYD"
                              },
                              {
                                "amount": 1028.68,
                                "currency": "PLN"
                              }
                            ],
                            [
                              {
                                "amount": 1122.02,
                                "currency": "SOS"
                              },
                              {
                                "amount": 118.9,
                                "currency": "BAM"
                              },
                              {
                                "amount": 3555.77,
                                "currency": "BOB"
                              }
                            ],
                            [
                              {
                                "amount": 2202.39,
                                "currency": "VND"
                              },
                              {
                                "amount": 2435.56,
                                "currency": "GMD"
                              },
                              {
                                "amount": 2124.57,
                                "currency": "ARS"
                              },
                              {
                                "amount": 823.12,
                                "currency": "KWD"
                              }
                            ],
                            [
                              {
                                "amount": 4822.45,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 3378.35,
                                "currency": "ARS"
                              },
                              {
                                "amount": 398.22,
                                "currency": "BGN"
                              },
                              {
                                "amount": 4547.03,
                                "currency": "MUR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4511.75,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 691.18,
                            "currency": "KZT"
                          },
                          {
                            "amount": 3519.03,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3263.23,
                            "currency": "THB"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 766.66,
                            "currency": "BWP"
                          },
                          {
                            "amount": 3460.04,
                            "currency": "YER"
                          },
                          {
                            "amount": 523.07,
                            "currency": "CDF"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "sl",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 817.14,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 3436.07,
                                "currency": "ALL"
                              }
                            ],
                            [
                              {
                                "amount": 3374.41,
                                "currency": "RUB"
                              }
                            ],
                            [
                              {
                                "amount": 4867.74,
                                "currency": "MOP"
                              },
                              {
                                "amount": 127.44,
                                "currency": "NIO"
                              },
                              {
                                "amount": 2373.69,
                                "currency": "BRL"
                              },
                              {
                                "amount": 2622.69,
                                "currency": "MYR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2604.77,
                            "currency": "CZK"
                          },
                          {
                            "amount": 4583.62,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2123.29,
                            "currency": "GHS"
                          },
                          {
                            "amount": 761.61,
                            "currency": "SDG"
                          }
                        ],
                        [
                          {
                            "amount": 3831.21,
                            "currency": "BND"
                          },
                          {
                            "amount": 98.52,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 1700.24,
                            "currency": "NGN"
                          },
                          {
                            "amount": 3652.42,
                            "currency": "GEL"
                          },
                          {
                            "amount": 3494.45,
                            "currency": "PYG"
                          },
                          {
                            "amount": 679.19,
                            "currency": "KMF"
                          }
                        ],
                        [
                          {
                            "amount": 1933.98,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2700.12,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3250.73,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 1436.07,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3926.66,
                            "currency": "VUV"
                          },
                          {
                            "amount": 1281.46,
                            "currency": "EUR"
                          },
                          {
                            "amount": 887.95,
                            "currency": "BWP"
                          },
                          {
                            "amount": 3487.5,
                            "currency": "KRW"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3400.99,
                            "currency": "WST"
                          },
                          {
                            "amount": 3383.49,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 2327.11,
                            "currency": "KPW"
                          },
                          {
                            "amount": 1122.91,
                            "currency": "CUP"
                          },
                          {
                            "amount": 3246.15,
                            "currency": "NZD"
                          },
                          {
                            "amount": 3092.97,
                            "currency": "MAD"
                          },
                          {
                            "amount": 347.37,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 4665.15,
                            "currency": "RON"
                          },
                          {
                            "amount": 2429.46,
                            "currency": "DKK"
                          },
                          {
                            "amount": 2243.99,
                            "currency": "HUF"
                          },
                          {
                            "amount": 679.99,
                            "currency": "MRU"
                          },
                          {
                            "amount": 3334.39,
                            "currency": "VND"
                          }
                        ],
                        [
                          {
                            "amount": 1277.54,
                            "currency": "KGS"
                          },
                          {
                            "amount": 1762.8,
                            "currency": "COP"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4160.61,
                            "currency": "HUF"
                          },
                          {
                            "amount": 3937.39,
                            "currency": "GYD"
                          },
                          {
                            "amount": 1440.39,
                            "currency": "BND"
                          },
                          {
                            "amount": 2732.08,
                            "currency": "HUF"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "48869209",
                    "percentage": 19.1,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 2220.79,
                            "currency": "LAK"
                          },
                          {
                            "amount": 3143.5,
                            "currency": "TRY"
                          },
                          {
                            "amount": 2490.62,
                            "currency": "GYD"
                          },
                          {
                            "amount": 1196.82,
                            "currency": "BND"
                          }
                        ],
                        [
                          {
                            "amount": 1210.11,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 1955.44,
                            "currency": "WST"
                          }
                        ],
                        [
                          {
                            "amount": 1445.42,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 2429.75,
                            "currency": "AMD"
                          },
                          {
                            "amount": 2498.37,
                            "currency": "HKD"
                          },
                          {
                            "amount": 2136.28,
                            "currency": "KZT"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Ansley",
                    "index": 4,
                    "lastName": "Nolan",
                    "tierLevel": "Red",
                    "tierLevelNumber": 3,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4730.55,
                            "currency": "ILS"
                          },
                          {
                            "amount": 2391.03,
                            "currency": "QAR"
                          },
                          {
                            "amount": 1613.33,
                            "currency": "MXN"
                          }
                        ],
                        [
                          {
                            "amount": 4025.55,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 11.2,
                            "currency": "FJD"
                          }
                        ],
                        [
                          {
                            "amount": 1416.85,
                            "currency": "BDT"
                          },
                          {
                            "amount": 3841.5,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 3520.5,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 1462.75,
                            "currency": "AED"
                          },
                          {
                            "amount": 3970.99,
                            "currency": "OMR"
                          },
                          {
                            "amount": 2735.85,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3568.32,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1855.95,
                            "currency": "SLE"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4370.83,
                            "currency": "TRY"
                          },
                          {
                            "amount": 381.53,
                            "currency": "TND"
                          },
                          {
                            "amount": 1405.27,
                            "currency": "MKD"
                          },
                          {
                            "amount": 3923.86,
                            "currency": "MMK"
                          },
                          {
                            "amount": 205.67,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 241.17,
                            "currency": "LRD"
                          },
                          {
                            "amount": 3858.35,
                            "currency": "BSD"
                          },
                          {
                            "amount": 3568.03,
                            "currency": "SYP"
                          },
                          {
                            "amount": 2492.57,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 2228.32,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 2541.61,
                            "currency": "NAD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "SR",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1373.35,
                                "currency": "LSL"
                              },
                              {
                                "amount": 4087.82,
                                "currency": "BGN"
                              },
                              {
                                "amount": 1216.96,
                                "currency": "INR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "HS",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4339.44,
                                "currency": "YER"
                              },
                              {
                                "amount": 1683.66,
                                "currency": "BRL"
                              },
                              {
                                "amount": 2221.6,
                                "currency": "BDT"
                              },
                              {
                                "amount": 4404.47,
                                "currency": "NZD"
                              },
                              {
                                "amount": 2359.6,
                                "currency": "LYD"
                              }
                            ],
                            [
                              {
                                "amount": 520.86,
                                "currency": "AOA"
                              },
                              {
                                "amount": 4652.75,
                                "currency": "SOS"
                              },
                              {
                                "amount": 2324.75,
                                "currency": "HKD"
                              },
                              {
                                "amount": 1081.33,
                                "currency": "BSD"
                              },
                              {
                                "amount": 2237.2,
                                "currency": "MOP"
                              }
                            ],
                            [
                              {
                                "amount": 3891.69,
                                "currency": "KYD"
                              },
                              {
                                "amount": 2974.96,
                                "currency": "TTD"
                              },
                              {
                                "amount": 4083.71,
                                "currency": "GIP"
                              },
                              {
                                "amount": 1773.17,
                                "currency": "SZL"
                              },
                              {
                                "amount": 1251.68,
                                "currency": "CDF"
                              }
                            ],
                            [
                              {
                                "amount": 1361.88,
                                "currency": "MUR"
                              },
                              {
                                "amount": 3368.17,
                                "currency": "XOF"
                              }
                            ],
                            [
                              {
                                "amount": 2533.11,
                                "currency": "CUP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "KR",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1096.66,
                                "currency": "EUR"
                              },
                              {
                                "amount": 741.95,
                                "currency": "GIP"
                              }
                            ],
                            [
                              {
                                "amount": 1251.5,
                                "currency": "LAK"
                              },
                              {
                                "amount": 2984.96,
                                "currency": "CZK"
                              },
                              {
                                "amount": 4579.26,
                                "currency": "CHF"
                              },
                              {
                                "amount": 2629.79,
                                "currency": "RSD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "uy",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4361.87,
                                "currency": "BDT"
                              },
                              {
                                "amount": 1476.68,
                                "currency": "IDR"
                              },
                              {
                                "amount": 1997.29,
                                "currency": "KYD"
                              },
                              {
                                "amount": 1579.49,
                                "currency": "DJF"
                              },
                              {
                                "amount": 2246.34,
                                "currency": "GBP"
                              }
                            ],
                            [
                              {
                                "amount": 73.49,
                                "currency": "PKR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 644.91,
                            "currency": "GMD"
                          },
                          {
                            "amount": 3075.34,
                            "currency": "KRW"
                          },
                          {
                            "amount": 566.65,
                            "currency": "BTN"
                          },
                          {
                            "amount": 3439.76,
                            "currency": "KGS"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3501.06,
                            "currency": "MXN"
                          },
                          {
                            "amount": 2226.91,
                            "currency": "SOS"
                          },
                          {
                            "amount": 211.02,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 1106.99,
                            "currency": "KGS"
                          },
                          {
                            "amount": 2168.79,
                            "currency": "MYR"
                          },
                          {
                            "amount": 4284.23,
                            "currency": "ETB"
                          }
                        ],
                        [
                          {
                            "amount": 2927.68,
                            "currency": "XPF"
                          },
                          {
                            "amount": 498.31,
                            "currency": "TOP"
                          },
                          {
                            "amount": 3277.47,
                            "currency": "VUV"
                          },
                          {
                            "amount": 3302.75,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 2994.21,
                            "currency": "BZD"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Bs",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4249.72,
                                "currency": "ZAR"
                              },
                              {
                                "amount": 1676.97,
                                "currency": "GBP"
                              },
                              {
                                "amount": 2959.78,
                                "currency": "XCD"
                              },
                              {
                                "amount": 965.69,
                                "currency": "ALL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Rm",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4430.99,
                                "currency": "ANG"
                              },
                              {
                                "amount": 411.1,
                                "currency": "KHR"
                              },
                              {
                                "amount": 1155.78,
                                "currency": "XOF"
                              }
                            ],
                            [
                              {
                                "amount": 1764.64,
                                "currency": "BMD"
                              },
                              {
                                "amount": 827.96,
                                "currency": "KPW"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "gd",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1449.89,
                                "currency": "CHF"
                              },
                              {
                                "amount": 764.61,
                                "currency": "DZD"
                              },
                              {
                                "amount": 1985.92,
                                "currency": "HKD"
                              }
                            ],
                            [
                              {
                                "amount": 1427.41,
                                "currency": "BHD"
                              },
                              {
                                "amount": 469.09,
                                "currency": "SEK"
                              },
                              {
                                "amount": 2913.74,
                                "currency": "HUF"
                              },
                              {
                                "amount": 3126.28,
                                "currency": "MXN"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4470.43,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 1886.96,
                            "currency": "TWD"
                          },
                          {
                            "amount": 1253.58,
                            "currency": "LBP"
                          },
                          {
                            "amount": 3944.78,
                            "currency": "TRY"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2100.89,
                            "currency": "XAF"
                          },
                          {
                            "amount": 1795.62,
                            "currency": "ANG"
                          },
                          {
                            "amount": 1380.07,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 3146.47,
                            "currency": "KMF"
                          },
                          {
                            "amount": 557.74,
                            "currency": "NZD"
                          },
                          {
                            "amount": 4945.18,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3935.48,
                            "currency": "BTN"
                          },
                          {
                            "amount": 2334.91,
                            "currency": "ALL"
                          }
                        ],
                        [
                          {
                            "amount": 1646.63,
                            "currency": "BTN"
                          },
                          {
                            "amount": 3244.01,
                            "currency": "CVE"
                          },
                          {
                            "amount": 2923.37,
                            "currency": "KRW"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 440.56,
                            "currency": "BAM"
                          },
                          {
                            "amount": 1961.67,
                            "currency": "NPR"
                          },
                          {
                            "amount": 4645.16,
                            "currency": "SHP"
                          },
                          {
                            "amount": 3782.54,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 3568.43,
                            "currency": "SYP"
                          },
                          {
                            "amount": 1700.35,
                            "currency": "AOA"
                          },
                          {
                            "amount": 1122.43,
                            "currency": "ETB"
                          },
                          {
                            "amount": 4487.33,
                            "currency": "ANG"
                          }
                        ],
                        [
                          {
                            "amount": 4196.2,
                            "currency": "BZD"
                          },
                          {
                            "amount": 3053.34,
                            "currency": "GIP"
                          },
                          {
                            "amount": 732.07,
                            "currency": "RSD"
                          },
                          {
                            "amount": 36.66,
                            "currency": "INR"
                          },
                          {
                            "amount": 2470.18,
                            "currency": "GYD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "51817185",
                    "percentage": 18.4,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 56.01,
                            "currency": "CNY"
                          },
                          {
                            "amount": 2609.01,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1742.21,
                            "currency": "PAB"
                          }
                        ],
                        [
                          {
                            "amount": 1084.57,
                            "currency": "CAD"
                          },
                          {
                            "amount": 3510.73,
                            "currency": "KWD"
                          },
                          {
                            "amount": 2758.42,
                            "currency": "SDG"
                          },
                          {
                            "amount": 1608.29,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 3316.25,
                            "currency": "TTD"
                          },
                          {
                            "amount": 3106.66,
                            "currency": "CZK"
                          },
                          {
                            "amount": 1425.17,
                            "currency": "LBP"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Connection"
              }
            },
            {
              "availableInventory": 21,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Dolores",
                    "index": 7,
                    "lastName": "Pouros",
                    "tierLevel": "Red",
                    "tierLevelNumber": 2,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 930.07,
                            "currency": "VES"
                          }
                        ],
                        [
                          {
                            "amount": 255.53,
                            "currency": "BND"
                          },
                          {
                            "amount": 335.53,
                            "currency": "GNF"
                          },
                          {
                            "amount": 4373.93,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4228.29,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 2596.37,
                            "currency": "PHP"
                          },
                          {
                            "amount": 4141.82,
                            "currency": "CNY"
                          }
                        ],
                        [
                          {
                            "amount": 3734.41,
                            "currency": "BTN"
                          },
                          {
                            "amount": 3535.56,
                            "currency": "TZS"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 978.76,
                            "currency": "BWP"
                          }
                        ],
                        [
                          {
                            "amount": 2992.79,
                            "currency": "NPR"
                          },
                          {
                            "amount": 1167.74,
                            "currency": "UYU"
                          },
                          {
                            "amount": 4407.75,
                            "currency": "SYP"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "qk",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 327.42,
                                "currency": "MAD"
                              },
                              {
                                "amount": 3194.27,
                                "currency": "AZN"
                              },
                              {
                                "amount": 1944.35,
                                "currency": "VES"
                              },
                              {
                                "amount": 905.12,
                                "currency": "SDG"
                              }
                            ],
                            [
                              {
                                "amount": 2446.01,
                                "currency": "KPW"
                              },
                              {
                                "amount": 2596.86,
                                "currency": "SAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "eu",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 883.36,
                                "currency": "MYR"
                              },
                              {
                                "amount": 611.46,
                                "currency": "HUF"
                              },
                              {
                                "amount": 3548.63,
                                "currency": "NGN"
                              }
                            ],
                            [
                              {
                                "amount": 1254.9,
                                "currency": "PLN"
                              },
                              {
                                "amount": 3082.6,
                                "currency": "SRD"
                              },
                              {
                                "amount": 3818.23,
                                "currency": "PGK"
                              }
                            ],
                            [
                              {
                                "amount": 4331.96,
                                "currency": "PAB"
                              }
                            ],
                            [
                              {
                                "amount": 3729.97,
                                "currency": "PGK"
                              },
                              {
                                "amount": 583.63,
                                "currency": "BTN"
                              },
                              {
                                "amount": 2319.66,
                                "currency": "NOK"
                              },
                              {
                                "amount": 1381.09,
                                "currency": "GYD"
                              },
                              {
                                "amount": 2228.82,
                                "currency": "DKK"
                              }
                            ],
                            [
                              {
                                "amount": 3738.21,
                                "currency": "ZWL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "nU",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1276.98,
                                "currency": "TZS"
                              },
                              {
                                "amount": 1382.76,
                                "currency": "MGA"
                              },
                              {
                                "amount": 3941.93,
                                "currency": "JOD"
                              },
                              {
                                "amount": 4089.23,
                                "currency": "SCR"
                              }
                            ],
                            [
                              {
                                "amount": 1158.84,
                                "currency": "ARS"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3778.44,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 4909.05,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 4505.14,
                            "currency": "GEL"
                          }
                        ],
                        [
                          {
                            "amount": 4873.8,
                            "currency": "SDG"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3935.13,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1755.29,
                            "currency": "KYD"
                          },
                          {
                            "amount": 3320.82,
                            "currency": "BHD"
                          },
                          {
                            "amount": 2124.17,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 487.24,
                            "currency": "ILS"
                          },
                          {
                            "amount": 3654.32,
                            "currency": "AFN"
                          },
                          {
                            "amount": 1031.72,
                            "currency": "BIF"
                          },
                          {
                            "amount": 496.29,
                            "currency": "PKR"
                          },
                          {
                            "amount": 4329.98,
                            "currency": "TRY"
                          }
                        ],
                        [
                          {
                            "amount": 2414.42,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 2378.49,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 4792.75,
                            "currency": "SHP"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "rN",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3207.43,
                                "currency": "MVR"
                              },
                              {
                                "amount": 1922.77,
                                "currency": "XOF"
                              }
                            ],
                            [
                              {
                                "amount": 3293.52,
                                "currency": "AZN"
                              },
                              {
                                "amount": 3573.65,
                                "currency": "TMT"
                              },
                              {
                                "amount": 966.86,
                                "currency": "LRD"
                              },
                              {
                                "amount": 4035.9,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 2240.36,
                                "currency": "BBD"
                              }
                            ],
                            [
                              {
                                "amount": 4892.28,
                                "currency": "GYD"
                              },
                              {
                                "amount": 2360.45,
                                "currency": "COP"
                              },
                              {
                                "amount": 2644.02,
                                "currency": "ARS"
                              },
                              {
                                "amount": 1253.09,
                                "currency": "UAH"
                              },
                              {
                                "amount": 2404.78,
                                "currency": "BAM"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1021.67,
                            "currency": "SDG"
                          },
                          {
                            "amount": 585.4,
                            "currency": "PAB"
                          },
                          {
                            "amount": 2583.61,
                            "currency": "KES"
                          },
                          {
                            "amount": 1973.78,
                            "currency": "BZD"
                          },
                          {
                            "amount": 3450.91,
                            "currency": "UGX"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4341.99,
                            "currency": "PAB"
                          },
                          {
                            "amount": 1524.97,
                            "currency": "FJD"
                          },
                          {
                            "amount": 4028.83,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 4639.31,
                            "currency": "BOB"
                          },
                          {
                            "amount": 2469.43,
                            "currency": "PLN"
                          },
                          {
                            "amount": 1967.7,
                            "currency": "BSD"
                          },
                          {
                            "amount": 4700,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 1718.21,
                            "currency": "BND"
                          },
                          {
                            "amount": 4545.93,
                            "currency": "CVE"
                          },
                          {
                            "amount": 2729.27,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 677.6,
                            "currency": "ILS"
                          },
                          {
                            "amount": 3252.62,
                            "currency": "NAD"
                          },
                          {
                            "amount": 1041.71,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 2834.53,
                            "currency": "CRC"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3140.26,
                            "currency": "GMD"
                          },
                          {
                            "amount": 806.2,
                            "currency": "TRY"
                          },
                          {
                            "amount": 3792.39,
                            "currency": "MVR"
                          },
                          {
                            "amount": 2904.17,
                            "currency": "NPR"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "40811975",
                    "percentage": 8.4,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4574.68,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 3987.56,
                            "currency": "BDT"
                          },
                          {
                            "amount": 3885.52,
                            "currency": "NZD"
                          },
                          {
                            "amount": 1771.02,
                            "currency": "ERN"
                          },
                          {
                            "amount": 3894.92,
                            "currency": "VUV"
                          }
                        ],
                        [
                          {
                            "amount": 262.47,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 2652.48,
                            "currency": "BRL"
                          },
                          {
                            "amount": 2558.07,
                            "currency": "OMR"
                          },
                          {
                            "amount": 1280.97,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3290.05,
                            "currency": "KWD"
                          },
                          {
                            "amount": 263.33,
                            "currency": "KPW"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Clara",
                    "index": 7,
                    "lastName": "Hegmann",
                    "tierLevel": "Red",
                    "tierLevelNumber": 0,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2603.17,
                            "currency": "VES"
                          },
                          {
                            "amount": 3678.45,
                            "currency": "THB"
                          }
                        ],
                        [
                          {
                            "amount": 2481.41,
                            "currency": "BOB"
                          },
                          {
                            "amount": 2210.12,
                            "currency": "KGS"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2672.64,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 2652.45,
                            "currency": "CZK"
                          },
                          {
                            "amount": 1995.82,
                            "currency": "DZD"
                          },
                          {
                            "amount": 448.58,
                            "currency": "IRR"
                          },
                          {
                            "amount": 259.8,
                            "currency": "CNY"
                          },
                          {
                            "amount": 3439.09,
                            "currency": "BGN"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "hC",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1722.21,
                                "currency": "BDT"
                              },
                              {
                                "amount": 532.96,
                                "currency": "CZK"
                              }
                            ],
                            [
                              {
                                "amount": 2026.92,
                                "currency": "KES"
                              },
                              {
                                "amount": 2658.47,
                                "currency": "NZD"
                              },
                              {
                                "amount": 100.64,
                                "currency": "AFN"
                              },
                              {
                                "amount": 4929.39,
                                "currency": "BND"
                              },
                              {
                                "amount": 2077.23,
                                "currency": "ISK"
                              }
                            ],
                            [
                              {
                                "amount": 3534.27,
                                "currency": "TMT"
                              },
                              {
                                "amount": 3234.07,
                                "currency": "LSL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Nv",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1882.78,
                                "currency": "MRU"
                              },
                              {
                                "amount": 1142.87,
                                "currency": "MKD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 435.41,
                            "currency": "KPW"
                          },
                          {
                            "amount": 4191.69,
                            "currency": "UAH"
                          },
                          {
                            "amount": 1685.72,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 1387.06,
                            "currency": "LBP"
                          },
                          {
                            "amount": 627.67,
                            "currency": "HUF"
                          },
                          {
                            "amount": 1745.9,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1404.09,
                            "currency": "RSD"
                          },
                          {
                            "amount": 1821.78,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 1984.15,
                            "currency": "LBP"
                          },
                          {
                            "amount": 437.49,
                            "currency": "HKD"
                          },
                          {
                            "amount": 3874.39,
                            "currency": "AOA"
                          },
                          {
                            "amount": 1940.89,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 46.48,
                            "currency": "SBD"
                          },
                          {
                            "amount": 4440.94,
                            "currency": "ISK"
                          },
                          {
                            "amount": 2076.89,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 4360.11,
                            "currency": "BTN"
                          },
                          {
                            "amount": 3104.76,
                            "currency": "PHP"
                          },
                          {
                            "amount": 4845.3,
                            "currency": "KZT"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3438.68,
                            "currency": "SDG"
                          },
                          {
                            "amount": 2662.87,
                            "currency": "BGN"
                          },
                          {
                            "amount": 2079.94,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1617.21,
                            "currency": "FKP"
                          },
                          {
                            "amount": 500.76,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 3093.24,
                            "currency": "SBD"
                          },
                          {
                            "amount": 3720.29,
                            "currency": "TMT"
                          },
                          {
                            "amount": 4945.57,
                            "currency": "PGK"
                          },
                          {
                            "amount": 4331.1,
                            "currency": "NIO"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Ky",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4787.32,
                                "currency": "MNT"
                              },
                              {
                                "amount": 3289.82,
                                "currency": "BRL"
                              },
                              {
                                "amount": 4953.02,
                                "currency": "VND"
                              },
                              {
                                "amount": 3167.09,
                                "currency": "UYU"
                              }
                            ],
                            [
                              {
                                "amount": 166.13,
                                "currency": "BZD"
                              },
                              {
                                "amount": 3170.31,
                                "currency": "SYP"
                              },
                              {
                                "amount": 4800.79,
                                "currency": "CVE"
                              },
                              {
                                "amount": 3507.86,
                                "currency": "TWD"
                              },
                              {
                                "amount": 1170.8,
                                "currency": "NAD"
                              }
                            ],
                            [
                              {
                                "amount": 2094.17,
                                "currency": "CHF"
                              },
                              {
                                "amount": 2032.04,
                                "currency": "BZD"
                              }
                            ],
                            [
                              {
                                "amount": 3087.56,
                                "currency": "BHD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "qu",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2290.42,
                                "currency": "SZL"
                              },
                              {
                                "amount": 2551.18,
                                "currency": "STN"
                              },
                              {
                                "amount": 2591.36,
                                "currency": "NOK"
                              },
                              {
                                "amount": 4955.48,
                                "currency": "BDT"
                              }
                            ],
                            [
                              {
                                "amount": 1967.56,
                                "currency": "BRL"
                              },
                              {
                                "amount": 2779.3,
                                "currency": "SAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "aB",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4881.91,
                                "currency": "GIP"
                              },
                              {
                                "amount": 30.22,
                                "currency": "UAH"
                              },
                              {
                                "amount": 2504.87,
                                "currency": "LKR"
                              }
                            ],
                            [
                              {
                                "amount": 564.4,
                                "currency": "MMK"
                              }
                            ],
                            [
                              {
                                "amount": 3811.97,
                                "currency": "CUP"
                              },
                              {
                                "amount": 3008.08,
                                "currency": "RWF"
                              },
                              {
                                "amount": 2306.93,
                                "currency": "BDT"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "yq",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3677.16,
                                "currency": "MYR"
                              },
                              {
                                "amount": 1715.28,
                                "currency": "KPW"
                              },
                              {
                                "amount": 4494.01,
                                "currency": "ARS"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1514.77,
                            "currency": "MNT"
                          },
                          {
                            "amount": 328.82,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 3359.63,
                            "currency": "JMD"
                          },
                          {
                            "amount": 4372.93,
                            "currency": "BND"
                          },
                          {
                            "amount": 4600.34,
                            "currency": "NOK"
                          },
                          {
                            "amount": 4700.56,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1306.82,
                            "currency": "JOD"
                          }
                        ],
                        [
                          {
                            "amount": 1506.88,
                            "currency": "THB"
                          },
                          {
                            "amount": 1828.76,
                            "currency": "CDF"
                          }
                        ],
                        [
                          {
                            "amount": 37.9,
                            "currency": "KZT"
                          },
                          {
                            "amount": 309.57,
                            "currency": "THB"
                          },
                          {
                            "amount": 4021.88,
                            "currency": "HUF"
                          },
                          {
                            "amount": 2093.46,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 1484.23,
                            "currency": "KWD"
                          },
                          {
                            "amount": 513.76,
                            "currency": "RWF"
                          },
                          {
                            "amount": 1060.04,
                            "currency": "SAR"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3243.58,
                            "currency": "ARS"
                          },
                          {
                            "amount": 751.92,
                            "currency": "KPW"
                          },
                          {
                            "amount": 407.56,
                            "currency": "UGX"
                          },
                          {
                            "amount": 2541.06,
                            "currency": "PHP"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3807.35,
                            "currency": "GMD"
                          }
                        ],
                        [
                          {
                            "amount": 3310.28,
                            "currency": "STN"
                          },
                          {
                            "amount": 4478.18,
                            "currency": "ETB"
                          },
                          {
                            "amount": 1474.83,
                            "currency": "EGP"
                          },
                          {
                            "amount": 2263.03,
                            "currency": "MWK"
                          }
                        ],
                        [
                          {
                            "amount": 2542.83,
                            "currency": "XOF"
                          }
                        ],
                        [
                          {
                            "amount": 2208.1,
                            "currency": "JMD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "00040317",
                    "percentage": 20.8,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 207.84,
                            "currency": "ERN"
                          },
                          {
                            "amount": 1560.72,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 1736.53,
                            "currency": "NPR"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Marjory",
                    "index": 4,
                    "lastName": "Prohaska",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 1,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3604.61,
                            "currency": "SEK"
                          },
                          {
                            "amount": 398.18,
                            "currency": "LYD"
                          },
                          {
                            "amount": 1230.93,
                            "currency": "MWK"
                          },
                          {
                            "amount": 1678.5,
                            "currency": "VES"
                          }
                        ],
                        [
                          {
                            "amount": 3236.56,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 711.62,
                            "currency": "PEN"
                          }
                        ],
                        [
                          {
                            "amount": 1387.29,
                            "currency": "BIF"
                          },
                          {
                            "amount": 1536.9,
                            "currency": "BGN"
                          },
                          {
                            "amount": 407.44,
                            "currency": "AUD"
                          },
                          {
                            "amount": 3873.15,
                            "currency": "NPR"
                          },
                          {
                            "amount": 329.48,
                            "currency": "MGA"
                          }
                        ],
                        [
                          {
                            "amount": 2085.69,
                            "currency": "BMD"
                          },
                          {
                            "amount": 4727.94,
                            "currency": "DKK"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4037.77,
                            "currency": "IRR"
                          },
                          {
                            "amount": 3010.82,
                            "currency": "MZN"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "iu",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4545.78,
                                "currency": "ALL"
                              },
                              {
                                "amount": 540.4,
                                "currency": "IRR"
                              },
                              {
                                "amount": 1377.45,
                                "currency": "SAR"
                              },
                              {
                                "amount": 2389.84,
                                "currency": "HUF"
                              }
                            ],
                            [
                              {
                                "amount": 4569.66,
                                "currency": "MGA"
                              }
                            ],
                            [
                              {
                                "amount": 3938.26,
                                "currency": "LYD"
                              }
                            ],
                            [
                              {
                                "amount": 4847.95,
                                "currency": "VND"
                              },
                              {
                                "amount": 4107.28,
                                "currency": "ZMW"
                              }
                            ],
                            [
                              {
                                "amount": 3878.45,
                                "currency": "FKP"
                              },
                              {
                                "amount": 3154.26,
                                "currency": "NOK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "sw",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1681.15,
                                "currency": "PKR"
                              },
                              {
                                "amount": 1342.09,
                                "currency": "BRL"
                              },
                              {
                                "amount": 3931.95,
                                "currency": "NZD"
                              }
                            ],
                            [
                              {
                                "amount": 4353.6,
                                "currency": "ZMW"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3983.56,
                            "currency": "NGN"
                          },
                          {
                            "amount": 949.33,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 3348.01,
                            "currency": "BZD"
                          },
                          {
                            "amount": 235.41,
                            "currency": "DKK"
                          },
                          {
                            "amount": 3533.06,
                            "currency": "LKR"
                          },
                          {
                            "amount": 109.17,
                            "currency": "AMD"
                          },
                          {
                            "amount": 2987.04,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 3748.28,
                            "currency": "IDR"
                          },
                          {
                            "amount": 3715.93,
                            "currency": "CLP"
                          },
                          {
                            "amount": 171.34,
                            "currency": "KES"
                          },
                          {
                            "amount": 4701.64,
                            "currency": "THB"
                          },
                          {
                            "amount": 4911.98,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 257.31,
                            "currency": "ANG"
                          }
                        ],
                        [
                          {
                            "amount": 449.48,
                            "currency": "RON"
                          },
                          {
                            "amount": 838.75,
                            "currency": "BSD"
                          },
                          {
                            "amount": 1330.99,
                            "currency": "TJS"
                          },
                          {
                            "amount": 4495.75,
                            "currency": "LAK"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 86.55,
                            "currency": "SCR"
                          },
                          {
                            "amount": 3018.33,
                            "currency": "UAH"
                          },
                          {
                            "amount": 1426.05,
                            "currency": "BZD"
                          },
                          {
                            "amount": 4375.6,
                            "currency": "HKD"
                          },
                          {
                            "amount": 3235.7,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 2326.01,
                            "currency": "UAH"
                          },
                          {
                            "amount": 1261.98,
                            "currency": "TZS"
                          },
                          {
                            "amount": 3415.08,
                            "currency": "TZS"
                          },
                          {
                            "amount": 1482.61,
                            "currency": "XAF"
                          },
                          {
                            "amount": 2190.76,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 171.71,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 562.91,
                            "currency": "ALL"
                          },
                          {
                            "amount": 4557.44,
                            "currency": "MMK"
                          },
                          {
                            "amount": 2975.33,
                            "currency": "PHP"
                          },
                          {
                            "amount": 3569.71,
                            "currency": "MDL"
                          }
                        ],
                        [
                          {
                            "amount": 1794.99,
                            "currency": "UYU"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "dx",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 202.37,
                                "currency": "DKK"
                              },
                              {
                                "amount": 501.65,
                                "currency": "BND"
                              },
                              {
                                "amount": 4754.23,
                                "currency": "LBP"
                              },
                              {
                                "amount": 2589.56,
                                "currency": "HUF"
                              }
                            ],
                            [
                              {
                                "amount": 1607.84,
                                "currency": "AOA"
                              },
                              {
                                "amount": 2466,
                                "currency": "SHP"
                              },
                              {
                                "amount": 3383.77,
                                "currency": "GIP"
                              },
                              {
                                "amount": 2201.07,
                                "currency": "ARS"
                              }
                            ],
                            [
                              {
                                "amount": 3241.27,
                                "currency": "KWD"
                              },
                              {
                                "amount": 1484.16,
                                "currency": "SCR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "GH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4818.82,
                                "currency": "JMD"
                              }
                            ],
                            [
                              {
                                "amount": 1595.45,
                                "currency": "OMR"
                              },
                              {
                                "amount": 3623.52,
                                "currency": "BMD"
                              },
                              {
                                "amount": 3720.37,
                                "currency": "AUD"
                              },
                              {
                                "amount": 2037.37,
                                "currency": "SCR"
                              },
                              {
                                "amount": 1296.25,
                                "currency": "KGS"
                              }
                            ],
                            [
                              {
                                "amount": 3606.58,
                                "currency": "GMD"
                              },
                              {
                                "amount": 2141.28,
                                "currency": "SGD"
                              }
                            ],
                            [
                              {
                                "amount": 3240.76,
                                "currency": "SAR"
                              },
                              {
                                "amount": 1410.66,
                                "currency": "CHF"
                              }
                            ],
                            [
                              {
                                "amount": 2570.74,
                                "currency": "KGS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "yO",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 228.14,
                                "currency": "YER"
                              }
                            ],
                            [
                              {
                                "amount": 2176.93,
                                "currency": "MDL"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4740.55,
                            "currency": "CNY"
                          }
                        ],
                        [
                          {
                            "amount": 96.29,
                            "currency": "PHP"
                          },
                          {
                            "amount": 4729.75,
                            "currency": "AZN"
                          },
                          {
                            "amount": 4226.06,
                            "currency": "BBD"
                          },
                          {
                            "amount": 3322.13,
                            "currency": "COP"
                          }
                        ],
                        [
                          {
                            "amount": 1548.33,
                            "currency": "IRR"
                          },
                          {
                            "amount": 4797.89,
                            "currency": "PEN"
                          },
                          {
                            "amount": 3633.53,
                            "currency": "GNF"
                          },
                          {
                            "amount": 1774.97,
                            "currency": "MRU"
                          }
                        ],
                        [
                          {
                            "amount": 4645.58,
                            "currency": "HNL"
                          },
                          {
                            "amount": 3953.5,
                            "currency": "SZL"
                          },
                          {
                            "amount": 609.83,
                            "currency": "SCR"
                          },
                          {
                            "amount": 4845.31,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 636.84,
                            "currency": "TZS"
                          },
                          {
                            "amount": 3898.02,
                            "currency": "LAK"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4392.33,
                            "currency": "DZD"
                          },
                          {
                            "amount": 567.82,
                            "currency": "AWG"
                          },
                          {
                            "amount": 3490.27,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 3983.5,
                            "currency": "FKP"
                          },
                          {
                            "amount": 1932.89,
                            "currency": "JPY"
                          },
                          {
                            "amount": 2423.96,
                            "currency": "KES"
                          }
                        ],
                        [
                          {
                            "amount": 3021.83,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 2637.24,
                            "currency": "GBP"
                          },
                          {
                            "amount": 848.65,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4466.25,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 4983.07,
                            "currency": "SDG"
                          },
                          {
                            "amount": 3004.21,
                            "currency": "NPR"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1730.19,
                            "currency": "HUF"
                          },
                          {
                            "amount": 1977.18,
                            "currency": "TOP"
                          },
                          {
                            "amount": 968.96,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 2304.27,
                            "currency": "FJD"
                          },
                          {
                            "amount": 1110.41,
                            "currency": "XPF"
                          },
                          {
                            "amount": 2477.77,
                            "currency": "MUR"
                          }
                        ],
                        [
                          {
                            "amount": 398.41,
                            "currency": "CUP"
                          },
                          {
                            "amount": 3832.08,
                            "currency": "MUR"
                          },
                          {
                            "amount": 3214.44,
                            "currency": "GIP"
                          },
                          {
                            "amount": 2987.58,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 4669.71,
                            "currency": "ZWL"
                          }
                        ],
                        [
                          {
                            "amount": 1539.41,
                            "currency": "LSL"
                          },
                          {
                            "amount": 2547.98,
                            "currency": "EGP"
                          },
                          {
                            "amount": 3013.36,
                            "currency": "PAB"
                          },
                          {
                            "amount": 4109.24,
                            "currency": "BGN"
                          },
                          {
                            "amount": 380.45,
                            "currency": "NOK"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "79242527",
                    "percentage": 15.2,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 2211.87,
                            "currency": "SYP"
                          },
                          {
                            "amount": 3705.41,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4673.1,
                            "currency": "LKR"
                          },
                          {
                            "amount": 3357.72,
                            "currency": "MKD"
                          }
                        ],
                        [
                          {
                            "amount": 1312.39,
                            "currency": "JPY"
                          },
                          {
                            "amount": 4623.16,
                            "currency": "BYN"
                          },
                          {
                            "amount": 95.91,
                            "currency": "NAD"
                          },
                          {
                            "amount": 982.61,
                            "currency": "TND"
                          },
                          {
                            "amount": 614.2,
                            "currency": "BND"
                          }
                        ],
                        [
                          {
                            "amount": 3061.52,
                            "currency": "CRC"
                          },
                          {
                            "amount": 1907.15,
                            "currency": "AUD"
                          },
                          {
                            "amount": 4559.29,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 4128.1,
                            "currency": "GMD"
                          },
                          {
                            "amount": 4217.72,
                            "currency": "QAR"
                          },
                          {
                            "amount": 3922.11,
                            "currency": "DZD"
                          },
                          {
                            "amount": 3801.29,
                            "currency": "MMK"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Dovie",
                    "index": 2,
                    "lastName": "Sipes",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 3,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2188.74,
                            "currency": "NZD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 537.79,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 712.02,
                            "currency": "ILS"
                          },
                          {
                            "amount": 712.13,
                            "currency": "LYD"
                          },
                          {
                            "amount": 1197.19,
                            "currency": "KWD"
                          },
                          {
                            "amount": 1106.46,
                            "currency": "UAH"
                          },
                          {
                            "amount": 1345.83,
                            "currency": "VES"
                          }
                        ],
                        [
                          {
                            "amount": 4582.71,
                            "currency": "IRR"
                          },
                          {
                            "amount": 28.17,
                            "currency": "XAF"
                          },
                          {
                            "amount": 680.32,
                            "currency": "SLE"
                          },
                          {
                            "amount": 452.92,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 2633.62,
                            "currency": "AFN"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Xx",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3304.09,
                                "currency": "QAR"
                              },
                              {
                                "amount": 4147.26,
                                "currency": "LBP"
                              },
                              {
                                "amount": 4911.4,
                                "currency": "MWK"
                              }
                            ],
                            [
                              {
                                "amount": 3200.61,
                                "currency": "NAD"
                              },
                              {
                                "amount": 2362.61,
                                "currency": "BGN"
                              },
                              {
                                "amount": 1389.78,
                                "currency": "CRC"
                              },
                              {
                                "amount": 910.85,
                                "currency": "BDT"
                              },
                              {
                                "amount": 690.38,
                                "currency": "PGK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "YJ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4099.2,
                                "currency": "IRR"
                              },
                              {
                                "amount": 2613.59,
                                "currency": "KMF"
                              },
                              {
                                "amount": 3334.53,
                                "currency": "SZL"
                              },
                              {
                                "amount": 323.5,
                                "currency": "FKP"
                              },
                              {
                                "amount": 274.27,
                                "currency": "BBD"
                              }
                            ],
                            [
                              {
                                "amount": 1163.15,
                                "currency": "BBD"
                              },
                              {
                                "amount": 640.12,
                                "currency": "IQD"
                              },
                              {
                                "amount": 2411.69,
                                "currency": "STN"
                              },
                              {
                                "amount": 817.51,
                                "currency": "TTD"
                              }
                            ],
                            [
                              {
                                "amount": 3902.26,
                                "currency": "KYD"
                              },
                              {
                                "amount": 3248.74,
                                "currency": "KWD"
                              },
                              {
                                "amount": 440.01,
                                "currency": "BAM"
                              },
                              {
                                "amount": 2223.63,
                                "currency": "PKR"
                              },
                              {
                                "amount": 786,
                                "currency": "PKR"
                              }
                            ],
                            [
                              {
                                "amount": 3335.26,
                                "currency": "YER"
                              },
                              {
                                "amount": 4775.97,
                                "currency": "BTN"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1903.8,
                            "currency": "ILS"
                          },
                          {
                            "amount": 2090.27,
                            "currency": "RON"
                          },
                          {
                            "amount": 710.75,
                            "currency": "BYN"
                          }
                        ],
                        [
                          {
                            "amount": 3213.56,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 4467.17,
                            "currency": "MXN"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4882.98,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 4151.53,
                            "currency": "VUV"
                          },
                          {
                            "amount": 4923.08,
                            "currency": "AOA"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "yA",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4826.35,
                                "currency": "XAF"
                              },
                              {
                                "amount": 3047.59,
                                "currency": "YER"
                              },
                              {
                                "amount": 351.59,
                                "currency": "BZD"
                              },
                              {
                                "amount": 3251.18,
                                "currency": "ETB"
                              },
                              {
                                "amount": 4138.8,
                                "currency": "HUF"
                              }
                            ],
                            [
                              {
                                "amount": 525.83,
                                "currency": "HKD"
                              },
                              {
                                "amount": 2829.07,
                                "currency": "AWG"
                              },
                              {
                                "amount": 1455.48,
                                "currency": "DOP"
                              },
                              {
                                "amount": 4757.15,
                                "currency": "SDG"
                              }
                            ],
                            [
                              {
                                "amount": 1329.13,
                                "currency": "VES"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ta",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 802.86,
                                "currency": "AED"
                              }
                            ],
                            [
                              {
                                "amount": 3244.08,
                                "currency": "MYR"
                              },
                              {
                                "amount": 1622.32,
                                "currency": "KZT"
                              },
                              {
                                "amount": 4652.91,
                                "currency": "VND"
                              },
                              {
                                "amount": 4121.73,
                                "currency": "OMR"
                              },
                              {
                                "amount": 2466.65,
                                "currency": "LKR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "lK",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1018.68,
                                "currency": "NIO"
                              },
                              {
                                "amount": 3447.5,
                                "currency": "MMK"
                              },
                              {
                                "amount": 2234.13,
                                "currency": "MXN"
                              },
                              {
                                "amount": 2550.77,
                                "currency": "LAK"
                              },
                              {
                                "amount": 612.93,
                                "currency": "MXN"
                              }
                            ],
                            [
                              {
                                "amount": 670.99,
                                "currency": "TRY"
                              },
                              {
                                "amount": 3131.83,
                                "currency": "MYR"
                              }
                            ],
                            [
                              {
                                "amount": 1805.8,
                                "currency": "GIP"
                              },
                              {
                                "amount": 943.3,
                                "currency": "MUR"
                              },
                              {
                                "amount": 1878.36,
                                "currency": "BGN"
                              },
                              {
                                "amount": 2195.56,
                                "currency": "GIP"
                              }
                            ],
                            [
                              {
                                "amount": 406.19,
                                "currency": "HNL"
                              },
                              {
                                "amount": 1914.22,
                                "currency": "CUP"
                              },
                              {
                                "amount": 4221.72,
                                "currency": "BRL"
                              }
                            ],
                            [
                              {
                                "amount": 186.1,
                                "currency": "BRL"
                              },
                              {
                                "amount": 140.11,
                                "currency": "SZL"
                              },
                              {
                                "amount": 4531,
                                "currency": "CHF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Qt",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1271.18,
                                "currency": "AFN"
                              },
                              {
                                "amount": 322.15,
                                "currency": "BBD"
                              }
                            ],
                            [
                              {
                                "amount": 2278.53,
                                "currency": "MAD"
                              }
                            ],
                            [
                              {
                                "amount": 4991.66,
                                "currency": "BSD"
                              },
                              {
                                "amount": 2564.77,
                                "currency": "SGD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 715.15,
                            "currency": "PHP"
                          },
                          {
                            "amount": 3728.75,
                            "currency": "ETB"
                          },
                          {
                            "amount": 3173.34,
                            "currency": "COP"
                          }
                        ],
                        [
                          {
                            "amount": 4705.15,
                            "currency": "RSD"
                          },
                          {
                            "amount": 555.19,
                            "currency": "MKD"
                          },
                          {
                            "amount": 2693.19,
                            "currency": "MZN"
                          },
                          {
                            "amount": 3481.03,
                            "currency": "BND"
                          }
                        ],
                        [
                          {
                            "amount": 4112.56,
                            "currency": "LYD"
                          },
                          {
                            "amount": 2041.12,
                            "currency": "KMF"
                          },
                          {
                            "amount": 3361.19,
                            "currency": "HKD"
                          },
                          {
                            "amount": 4300.47,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 3589.45,
                            "currency": "MKD"
                          },
                          {
                            "amount": 1672.96,
                            "currency": "MDL"
                          },
                          {
                            "amount": 583.66,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 4229.22,
                            "currency": "BIF"
                          },
                          {
                            "amount": 1436.76,
                            "currency": "LBP"
                          },
                          {
                            "amount": 244.02,
                            "currency": "GHS"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2014.95,
                            "currency": "LBP"
                          },
                          {
                            "amount": 4027.16,
                            "currency": "XOF"
                          },
                          {
                            "amount": 2681.8,
                            "currency": "BGN"
                          }
                        ],
                        [
                          {
                            "amount": 1389.99,
                            "currency": "LYD"
                          },
                          {
                            "amount": 1824.69,
                            "currency": "MXN"
                          },
                          {
                            "amount": 694.62,
                            "currency": "NZD"
                          },
                          {
                            "amount": 2445.59,
                            "currency": "IQD"
                          },
                          {
                            "amount": 2297.59,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 739.03,
                            "currency": "BHD"
                          },
                          {
                            "amount": 3535.35,
                            "currency": "BOB"
                          },
                          {
                            "amount": 3350.75,
                            "currency": "UYU"
                          },
                          {
                            "amount": 897.92,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3932.66,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 1347.86,
                            "currency": "USD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 748.93,
                            "currency": "PLN"
                          },
                          {
                            "amount": 616.52,
                            "currency": "MOP"
                          },
                          {
                            "amount": 939.95,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4938.95,
                            "currency": "ISK"
                          }
                        ],
                        [
                          {
                            "amount": 2436.35,
                            "currency": "IDR"
                          },
                          {
                            "amount": 4543.11,
                            "currency": "SOS"
                          },
                          {
                            "amount": 1888.34,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 1954.56,
                            "currency": "LBP"
                          },
                          {
                            "amount": 20.14,
                            "currency": "UAH"
                          },
                          {
                            "amount": 324.87,
                            "currency": "XPF"
                          },
                          {
                            "amount": 2357.84,
                            "currency": "DJF"
                          },
                          {
                            "amount": 3320.31,
                            "currency": "BOB"
                          }
                        ],
                        [
                          {
                            "amount": 3300.31,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 3345.69,
                            "currency": "AFN"
                          },
                          {
                            "amount": 1034.02,
                            "currency": "AWG"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "24051567",
                    "percentage": 10.3,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1832.31,
                            "currency": "CZK"
                          },
                          {
                            "amount": 1443.03,
                            "currency": "NIO"
                          },
                          {
                            "amount": 3907.03,
                            "currency": "ANG"
                          }
                        ],
                        [
                          {
                            "amount": 4100.94,
                            "currency": "NGN"
                          },
                          {
                            "amount": 2895.16,
                            "currency": "SAR"
                          },
                          {
                            "amount": 1839.44,
                            "currency": "AMD"
                          },
                          {
                            "amount": 3023.93,
                            "currency": "YER"
                          },
                          {
                            "amount": 1057.15,
                            "currency": "BMD"
                          }
                        ],
                        [
                          {
                            "amount": 2873.62,
                            "currency": "CHF"
                          },
                          {
                            "amount": 1947.53,
                            "currency": "MYR"
                          },
                          {
                            "amount": 3768.95,
                            "currency": "MAD"
                          },
                          {
                            "amount": 606.61,
                            "currency": "OMR"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Connection"
              }
            },
            {
              "availableInventory": 23,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Hazel",
                    "index": 5,
                    "lastName": "Schamberger",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 2,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4675.48,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 148.73,
                            "currency": "KGS"
                          },
                          {
                            "amount": 4461.22,
                            "currency": "MOP"
                          },
                          {
                            "amount": 107.04,
                            "currency": "EGP"
                          },
                          {
                            "amount": 3355.55,
                            "currency": "EUR"
                          },
                          {
                            "amount": 3372.6,
                            "currency": "BSD"
                          }
                        ],
                        [
                          {
                            "amount": 828.67,
                            "currency": "GNF"
                          },
                          {
                            "amount": 2085.32,
                            "currency": "TOP"
                          },
                          {
                            "amount": 2750.69,
                            "currency": "BIF"
                          }
                        ],
                        [
                          {
                            "amount": 2639.99,
                            "currency": "DZD"
                          },
                          {
                            "amount": 2467.96,
                            "currency": "BDT"
                          },
                          {
                            "amount": 948.89,
                            "currency": "UZS"
                          },
                          {
                            "amount": 3419.8,
                            "currency": "TRY"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4953.92,
                            "currency": "PYG"
                          },
                          {
                            "amount": 4007.65,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 4111.47,
                            "currency": "SDG"
                          }
                        ],
                        [
                          {
                            "amount": 2230.96,
                            "currency": "SDG"
                          },
                          {
                            "amount": 1315.61,
                            "currency": "KRW"
                          },
                          {
                            "amount": 2459.17,
                            "currency": "TMT"
                          },
                          {
                            "amount": 3453.91,
                            "currency": "SSP"
                          },
                          {
                            "amount": 2663.82,
                            "currency": "RUB"
                          }
                        ],
                        [
                          {
                            "amount": 2556.56,
                            "currency": "AMD"
                          },
                          {
                            "amount": 2608.82,
                            "currency": "BSD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "RC",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3671.88,
                                "currency": "STN"
                              },
                              {
                                "amount": 1018.68,
                                "currency": "PHP"
                              },
                              {
                                "amount": 3665.12,
                                "currency": "EGP"
                              }
                            ],
                            [
                              {
                                "amount": 1683.53,
                                "currency": "LKR"
                              },
                              {
                                "amount": 2354.72,
                                "currency": "MAD"
                              },
                              {
                                "amount": 2629.02,
                                "currency": "THB"
                              },
                              {
                                "amount": 3329.86,
                                "currency": "BGN"
                              },
                              {
                                "amount": 1640.7,
                                "currency": "JOD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "vF",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1518.56,
                                "currency": "NOK"
                              },
                              {
                                "amount": 3920.96,
                                "currency": "GHS"
                              },
                              {
                                "amount": 342.56,
                                "currency": "BOB"
                              },
                              {
                                "amount": 3013.57,
                                "currency": "PKR"
                              }
                            ],
                            [
                              {
                                "amount": 4816.11,
                                "currency": "KGS"
                              },
                              {
                                "amount": 2772.34,
                                "currency": "CRC"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2242.9,
                            "currency": "IQD"
                          },
                          {
                            "amount": 3606.05,
                            "currency": "HUF"
                          },
                          {
                            "amount": 811.27,
                            "currency": "MYR"
                          },
                          {
                            "amount": 4918.15,
                            "currency": "MWK"
                          },
                          {
                            "amount": 1189.69,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 3442.9,
                            "currency": "STN"
                          },
                          {
                            "amount": 904.03,
                            "currency": "UAH"
                          },
                          {
                            "amount": 1656,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2871.86,
                            "currency": "PYG"
                          },
                          {
                            "amount": 4184.9,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 98.14,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 3745.73,
                            "currency": "XAF"
                          },
                          {
                            "amount": 765.37,
                            "currency": "CDF"
                          },
                          {
                            "amount": 2057.03,
                            "currency": "MZN"
                          },
                          {
                            "amount": 1636.9,
                            "currency": "MZN"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1699.73,
                            "currency": "RWF"
                          },
                          {
                            "amount": 712.78,
                            "currency": "GBP"
                          },
                          {
                            "amount": 662.35,
                            "currency": "RON"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "vZ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2735.33,
                                "currency": "VUV"
                              },
                              {
                                "amount": 4927.55,
                                "currency": "USD"
                              },
                              {
                                "amount": 2304.28,
                                "currency": "LSL"
                              },
                              {
                                "amount": 2221.48,
                                "currency": "PGK"
                              }
                            ],
                            [
                              {
                                "amount": 4406.98,
                                "currency": "ARS"
                              },
                              {
                                "amount": 853.14,
                                "currency": "PYG"
                              },
                              {
                                "amount": 4479.79,
                                "currency": "NPR"
                              },
                              {
                                "amount": 3782.08,
                                "currency": "VND"
                              }
                            ],
                            [
                              {
                                "amount": 3724.38,
                                "currency": "INR"
                              },
                              {
                                "amount": 691.29,
                                "currency": "PHP"
                              },
                              {
                                "amount": 3233.9,
                                "currency": "EGP"
                              },
                              {
                                "amount": 2178.44,
                                "currency": "PHP"
                              }
                            ],
                            [
                              {
                                "amount": 3315.71,
                                "currency": "VND"
                              }
                            ],
                            [
                              {
                                "amount": 4619.07,
                                "currency": "MKD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "fn",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2714.03,
                                "currency": "MXN"
                              },
                              {
                                "amount": 1907.06,
                                "currency": "NOK"
                              },
                              {
                                "amount": 1964.49,
                                "currency": "AZN"
                              },
                              {
                                "amount": 1582.25,
                                "currency": "LRD"
                              }
                            ],
                            [
                              {
                                "amount": 1352.01,
                                "currency": "BSD"
                              },
                              {
                                "amount": 432.84,
                                "currency": "BYN"
                              },
                              {
                                "amount": 55,
                                "currency": "AOA"
                              },
                              {
                                "amount": 1367.72,
                                "currency": "AMD"
                              }
                            ],
                            [
                              {
                                "amount": 3109.3,
                                "currency": "MZN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "hB",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3532.48,
                                "currency": "CRC"
                              }
                            ],
                            [
                              {
                                "amount": 2150.01,
                                "currency": "STN"
                              },
                              {
                                "amount": 3792.58,
                                "currency": "AFN"
                              },
                              {
                                "amount": 4571.91,
                                "currency": "LAK"
                              },
                              {
                                "amount": 1559.27,
                                "currency": "INR"
                              },
                              {
                                "amount": 3053.95,
                                "currency": "GMD"
                              }
                            ],
                            [
                              {
                                "amount": 3874.7,
                                "currency": "PLN"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4955.41,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1371.56,
                            "currency": "KPW"
                          },
                          {
                            "amount": 4925.25,
                            "currency": "DZD"
                          },
                          {
                            "amount": 2197.1,
                            "currency": "DKK"
                          },
                          {
                            "amount": 1797.79,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 743.75,
                            "currency": "TMT"
                          },
                          {
                            "amount": 1102.31,
                            "currency": "UZS"
                          },
                          {
                            "amount": 3973.18,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 2193.05,
                            "currency": "DJF"
                          },
                          {
                            "amount": 1011.18,
                            "currency": "SZL"
                          },
                          {
                            "amount": 2268.34,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1214.17,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 4249.68,
                            "currency": "TJS"
                          },
                          {
                            "amount": 68.03,
                            "currency": "GNF"
                          },
                          {
                            "amount": 4950.7,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 2576.39,
                            "currency": "KES"
                          },
                          {
                            "amount": 1316.76,
                            "currency": "HNL"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2433.26,
                            "currency": "LSL"
                          },
                          {
                            "amount": 2392.64,
                            "currency": "MDL"
                          },
                          {
                            "amount": 3087.99,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 2303.31,
                            "currency": "JPY"
                          },
                          {
                            "amount": 955.59,
                            "currency": "TMT"
                          },
                          {
                            "amount": 3975.49,
                            "currency": "SSP"
                          }
                        ],
                        [
                          {
                            "amount": 1693.36,
                            "currency": "MNT"
                          },
                          {
                            "amount": 1915.61,
                            "currency": "TND"
                          },
                          {
                            "amount": 848.27,
                            "currency": "DOP"
                          },
                          {
                            "amount": 4462.35,
                            "currency": "TOP"
                          }
                        ],
                        [
                          {
                            "amount": 4329.21,
                            "currency": "PEN"
                          },
                          {
                            "amount": 1366.43,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 2835.45,
                            "currency": "PAB"
                          },
                          {
                            "amount": 3005.98,
                            "currency": "SDG"
                          },
                          {
                            "amount": 3683.27,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3792.11,
                            "currency": "BOB"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3146.52,
                            "currency": "BMD"
                          },
                          {
                            "amount": 3392.66,
                            "currency": "HNL"
                          },
                          {
                            "amount": 707.23,
                            "currency": "VES"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "62213867",
                    "percentage": 15.6,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 2767.24,
                            "currency": "BTN"
                          },
                          {
                            "amount": 3170.59,
                            "currency": "RWF"
                          },
                          {
                            "amount": 3508.1,
                            "currency": "AZN"
                          }
                        ],
                        [
                          {
                            "amount": 84.77,
                            "currency": "STN"
                          },
                          {
                            "amount": 2012.19,
                            "currency": "KES"
                          },
                          {
                            "amount": 3036.29,
                            "currency": "NGN"
                          },
                          {
                            "amount": 2777.17,
                            "currency": "CNY"
                          },
                          {
                            "amount": 2263.18,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 4713.98,
                            "currency": "HTG"
                          },
                          {
                            "amount": 4298.54,
                            "currency": "TTD"
                          },
                          {
                            "amount": 4203.15,
                            "currency": "CDF"
                          },
                          {
                            "amount": 1172.47,
                            "currency": "MYR"
                          },
                          {
                            "amount": 3618.53,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 3811.51,
                            "currency": "BMD"
                          },
                          {
                            "amount": 2335.64,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3264.6,
                            "currency": "XPF"
                          },
                          {
                            "amount": 183.77,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 994.36,
                            "currency": "MXN"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Fausto",
                    "index": 3,
                    "lastName": "Hagenes",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 0,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4734.93,
                            "currency": "CAD"
                          },
                          {
                            "amount": 1992.4,
                            "currency": "KES"
                          },
                          {
                            "amount": 61.46,
                            "currency": "LRD"
                          },
                          {
                            "amount": 2028.36,
                            "currency": "COP"
                          }
                        ],
                        [
                          {
                            "amount": 77.26,
                            "currency": "JOD"
                          },
                          {
                            "amount": 3314.23,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 2341.14,
                            "currency": "SOS"
                          },
                          {
                            "amount": 3280.97,
                            "currency": "BSD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 802.59,
                            "currency": "DJF"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "vF",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4884.06,
                                "currency": "BMD"
                              }
                            ],
                            [
                              {
                                "amount": 2915.58,
                                "currency": "KGS"
                              },
                              {
                                "amount": 3444.5,
                                "currency": "QAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "PK",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4749.2,
                                "currency": "TOP"
                              },
                              {
                                "amount": 1230.91,
                                "currency": "BND"
                              },
                              {
                                "amount": 2892.82,
                                "currency": "AUD"
                              }
                            ],
                            [
                              {
                                "amount": 3299.89,
                                "currency": "SSP"
                              },
                              {
                                "amount": 3591.06,
                                "currency": "MUR"
                              }
                            ],
                            [
                              {
                                "amount": 3914.09,
                                "currency": "SEK"
                              },
                              {
                                "amount": 2222.59,
                                "currency": "MWK"
                              },
                              {
                                "amount": 924.46,
                                "currency": "HKD"
                              },
                              {
                                "amount": 4503.71,
                                "currency": "AOA"
                              },
                              {
                                "amount": 4238.58,
                                "currency": "PYG"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "PJ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2924.18,
                                "currency": "ILS"
                              },
                              {
                                "amount": 4777.42,
                                "currency": "PAB"
                              },
                              {
                                "amount": 3794.4,
                                "currency": "COP"
                              },
                              {
                                "amount": 20.05,
                                "currency": "DJF"
                              }
                            ],
                            [
                              {
                                "amount": 2328.36,
                                "currency": "SZL"
                              },
                              {
                                "amount": 339.35,
                                "currency": "XPF"
                              }
                            ],
                            [
                              {
                                "amount": 2302.14,
                                "currency": "UGX"
                              },
                              {
                                "amount": 3305.6,
                                "currency": "GMD"
                              },
                              {
                                "amount": 2611.37,
                                "currency": "RON"
                              },
                              {
                                "amount": 2695.39,
                                "currency": "BSD"
                              },
                              {
                                "amount": 1757.7,
                                "currency": "PAB"
                              }
                            ],
                            [
                              {
                                "amount": 143.96,
                                "currency": "BRL"
                              }
                            ],
                            [
                              {
                                "amount": 4524.7,
                                "currency": "DZD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "nk",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2648.58,
                                "currency": "PHP"
                              },
                              {
                                "amount": 3666.14,
                                "currency": "NOK"
                              },
                              {
                                "amount": 4902.9,
                                "currency": "ANG"
                              },
                              {
                                "amount": 1818.29,
                                "currency": "CRC"
                              }
                            ],
                            [
                              {
                                "amount": 3784.68,
                                "currency": "BOB"
                              },
                              {
                                "amount": 3478.66,
                                "currency": "SOS"
                              },
                              {
                                "amount": 3886.95,
                                "currency": "SZL"
                              },
                              {
                                "amount": 1142.19,
                                "currency": "MOP"
                              },
                              {
                                "amount": 4346.28,
                                "currency": "MAD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2836.88,
                            "currency": "KGS"
                          },
                          {
                            "amount": 3583.16,
                            "currency": "MOP"
                          },
                          {
                            "amount": 1191.99,
                            "currency": "TZS"
                          },
                          {
                            "amount": 3275.3,
                            "currency": "BBD"
                          },
                          {
                            "amount": 3103.48,
                            "currency": "AWG"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 23.8,
                            "currency": "ANG"
                          },
                          {
                            "amount": 477.92,
                            "currency": "MAD"
                          },
                          {
                            "amount": 1871.76,
                            "currency": "SZL"
                          },
                          {
                            "amount": 2096.85,
                            "currency": "KZT"
                          },
                          {
                            "amount": 1497.25,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 2158.33,
                            "currency": "MVR"
                          },
                          {
                            "amount": 3650.04,
                            "currency": "ILS"
                          },
                          {
                            "amount": 1418.41,
                            "currency": "TZS"
                          },
                          {
                            "amount": 247.75,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 4101.9,
                            "currency": "PLN"
                          },
                          {
                            "amount": 4301.71,
                            "currency": "IDR"
                          },
                          {
                            "amount": 3961.02,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 1824.75,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 347.51,
                            "currency": "FJD"
                          },
                          {
                            "amount": 2790.34,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1812.4,
                            "currency": "SCR"
                          },
                          {
                            "amount": 625.9,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 1512.79,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 2748.44,
                            "currency": "BSD"
                          },
                          {
                            "amount": 4543.87,
                            "currency": "ERN"
                          },
                          {
                            "amount": 359.68,
                            "currency": "SAR"
                          },
                          {
                            "amount": 2524.31,
                            "currency": "EUR"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "OB",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 997.17,
                                "currency": "KMF"
                              },
                              {
                                "amount": 2222.84,
                                "currency": "XAF"
                              },
                              {
                                "amount": 4436.12,
                                "currency": "EUR"
                              },
                              {
                                "amount": 3219.1,
                                "currency": "GEL"
                              }
                            ],
                            [
                              {
                                "amount": 2338.32,
                                "currency": "GYD"
                              },
                              {
                                "amount": 3350.21,
                                "currency": "KYD"
                              },
                              {
                                "amount": 465.7,
                                "currency": "BND"
                              }
                            ],
                            [
                              {
                                "amount": 879.45,
                                "currency": "OMR"
                              },
                              {
                                "amount": 1649.41,
                                "currency": "VUV"
                              }
                            ],
                            [
                              {
                                "amount": 2163.01,
                                "currency": "BZD"
                              },
                              {
                                "amount": 616.19,
                                "currency": "AED"
                              },
                              {
                                "amount": 2326.32,
                                "currency": "NAD"
                              }
                            ],
                            [
                              {
                                "amount": 2037.56,
                                "currency": "AUD"
                              },
                              {
                                "amount": 2378.24,
                                "currency": "PGK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Fb",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2096.6,
                                "currency": "SEK"
                              }
                            ],
                            [
                              {
                                "amount": 2214.14,
                                "currency": "AUD"
                              },
                              {
                                "amount": 1908.46,
                                "currency": "KGS"
                              }
                            ],
                            [
                              {
                                "amount": 4123.87,
                                "currency": "MOP"
                              },
                              {
                                "amount": 1846.08,
                                "currency": "SRD"
                              }
                            ],
                            [
                              {
                                "amount": 1666.36,
                                "currency": "HUF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "BE",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4098.66,
                                "currency": "BOB"
                              },
                              {
                                "amount": 4038.47,
                                "currency": "HKD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "De",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1568.22,
                                "currency": "XCD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "UR",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1084.69,
                                "currency": "XCD"
                              },
                              {
                                "amount": 3524.94,
                                "currency": "LKR"
                              },
                              {
                                "amount": 4101.36,
                                "currency": "BHD"
                              },
                              {
                                "amount": 1966.27,
                                "currency": "BGN"
                              }
                            ],
                            [
                              {
                                "amount": 4620.05,
                                "currency": "EGP"
                              },
                              {
                                "amount": 1029.95,
                                "currency": "TND"
                              }
                            ],
                            [
                              {
                                "amount": 36.77,
                                "currency": "VES"
                              },
                              {
                                "amount": 215.64,
                                "currency": "HNL"
                              },
                              {
                                "amount": 3955.24,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 1861.84,
                                "currency": "KPW"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 927.77,
                            "currency": "NGN"
                          },
                          {
                            "amount": 3560.88,
                            "currency": "QAR"
                          },
                          {
                            "amount": 96.76,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 3354.23,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 399.05,
                            "currency": "VES"
                          },
                          {
                            "amount": 3809.67,
                            "currency": "HTG"
                          },
                          {
                            "amount": 4470.69,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 1163.53,
                            "currency": "BRL"
                          },
                          {
                            "amount": 3379.9,
                            "currency": "GTQ"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1378.08,
                            "currency": "KWD"
                          },
                          {
                            "amount": 20.5,
                            "currency": "BBD"
                          }
                        ],
                        [
                          {
                            "amount": 3649.85,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 3397.97,
                            "currency": "DKK"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 545.02,
                            "currency": "IRR"
                          },
                          {
                            "amount": 1222.37,
                            "currency": "SGD"
                          },
                          {
                            "amount": 1388.73,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1628.79,
                            "currency": "HNL"
                          },
                          {
                            "amount": 4167.68,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 1642.69,
                            "currency": "QAR"
                          },
                          {
                            "amount": 4863.71,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 990.91,
                            "currency": "BMD"
                          },
                          {
                            "amount": 2008.38,
                            "currency": "BYN"
                          },
                          {
                            "amount": 4012.11,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 3666.87,
                            "currency": "FKP"
                          },
                          {
                            "amount": 4099.38,
                            "currency": "BWP"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "55710133",
                    "percentage": 22.1,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4772.14,
                            "currency": "VND"
                          },
                          {
                            "amount": 1755.96,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 4264.75,
                            "currency": "STN"
                          },
                          {
                            "amount": 2523.17,
                            "currency": "BWP"
                          },
                          {
                            "amount": 4489.98,
                            "currency": "CUP"
                          },
                          {
                            "amount": 1271.49,
                            "currency": "AZN"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Marlene",
                    "index": 8,
                    "lastName": "Schumm",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 4,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4338.29,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3091.44,
                            "currency": "UYU"
                          },
                          {
                            "amount": 1168.46,
                            "currency": "ANG"
                          },
                          {
                            "amount": 4248.51,
                            "currency": "BGN"
                          },
                          {
                            "amount": 577.52,
                            "currency": "PKR"
                          }
                        ],
                        [
                          {
                            "amount": 1923.96,
                            "currency": "SDG"
                          },
                          {
                            "amount": 810.8,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 407.81,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 672.89,
                            "currency": "TRY"
                          },
                          {
                            "amount": 2756.93,
                            "currency": "ALL"
                          },
                          {
                            "amount": 4373.73,
                            "currency": "MOP"
                          }
                        ],
                        [
                          {
                            "amount": 1975.05,
                            "currency": "GBP"
                          },
                          {
                            "amount": 1882.3,
                            "currency": "DJF"
                          },
                          {
                            "amount": 10.59,
                            "currency": "NIO"
                          },
                          {
                            "amount": 122.86,
                            "currency": "PGK"
                          },
                          {
                            "amount": 680.28,
                            "currency": "AFN"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4417.37,
                            "currency": "BAM"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Vi",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1520.19,
                                "currency": "YER"
                              }
                            ],
                            [
                              {
                                "amount": 1871.28,
                                "currency": "TOP"
                              },
                              {
                                "amount": 3860.71,
                                "currency": "MZN"
                              },
                              {
                                "amount": 715.11,
                                "currency": "GEL"
                              }
                            ],
                            [
                              {
                                "amount": 3763.54,
                                "currency": "XCD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Zz",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4158.96,
                                "currency": "BOB"
                              },
                              {
                                "amount": 4851.01,
                                "currency": "BIF"
                              },
                              {
                                "amount": 3170.35,
                                "currency": "ARS"
                              },
                              {
                                "amount": 950.61,
                                "currency": "BAM"
                              }
                            ],
                            [
                              {
                                "amount": 1634.36,
                                "currency": "ARS"
                              },
                              {
                                "amount": 4128.25,
                                "currency": "CNY"
                              },
                              {
                                "amount": 4081.56,
                                "currency": "TOP"
                              },
                              {
                                "amount": 4353.88,
                                "currency": "GBP"
                              }
                            ],
                            [
                              {
                                "amount": 1897.21,
                                "currency": "UZS"
                              },
                              {
                                "amount": 2595.62,
                                "currency": "MDL"
                              },
                              {
                                "amount": 3476.17,
                                "currency": "THB"
                              }
                            ],
                            [
                              {
                                "amount": 1525.17,
                                "currency": "GTQ"
                              }
                            ],
                            [
                              {
                                "amount": 2887.03,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 4635.17,
                                "currency": "CVE"
                              },
                              {
                                "amount": 3453.48,
                                "currency": "AOA"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ib",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2179.09,
                                "currency": "BZD"
                              },
                              {
                                "amount": 1391.45,
                                "currency": "SYP"
                              },
                              {
                                "amount": 1944.07,
                                "currency": "SSP"
                              },
                              {
                                "amount": 4493.12,
                                "currency": "UAH"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4473.92,
                            "currency": "NAD"
                          },
                          {
                            "amount": 1933.63,
                            "currency": "GMD"
                          },
                          {
                            "amount": 1180.21,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 1723.16,
                            "currency": "TOP"
                          },
                          {
                            "amount": 2508.47,
                            "currency": "RUB"
                          },
                          {
                            "amount": 1012.91,
                            "currency": "NPR"
                          },
                          {
                            "amount": 2257.39,
                            "currency": "LSL"
                          },
                          {
                            "amount": 2538.99,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 3779.35,
                            "currency": "CDF"
                          },
                          {
                            "amount": 2374.19,
                            "currency": "ARS"
                          },
                          {
                            "amount": 2031.5,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 4966.51,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 2198.57,
                            "currency": "BHD"
                          },
                          {
                            "amount": 235.09,
                            "currency": "PKR"
                          },
                          {
                            "amount": 1922.1,
                            "currency": "ALL"
                          },
                          {
                            "amount": 815.58,
                            "currency": "BSD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 474.33,
                            "currency": "BIF"
                          },
                          {
                            "amount": 4440.55,
                            "currency": "WST"
                          },
                          {
                            "amount": 4612.12,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 1553.69,
                            "currency": "JMD"
                          },
                          {
                            "amount": 848.22,
                            "currency": "TMT"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "HI",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2886.43,
                                "currency": "IDR"
                              },
                              {
                                "amount": 711.12,
                                "currency": "IRR"
                              },
                              {
                                "amount": 4874.43,
                                "currency": "MWK"
                              },
                              {
                                "amount": 4382.53,
                                "currency": "ALL"
                              },
                              {
                                "amount": 3672,
                                "currency": "CAD"
                              }
                            ],
                            [
                              {
                                "amount": 1059.31,
                                "currency": "GMD"
                              },
                              {
                                "amount": 1386.03,
                                "currency": "VND"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "QF",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2215.25,
                                "currency": "GMD"
                              },
                              {
                                "amount": 4511.17,
                                "currency": "FKP"
                              },
                              {
                                "amount": 2401.64,
                                "currency": "FJD"
                              },
                              {
                                "amount": 2595.95,
                                "currency": "SBD"
                              },
                              {
                                "amount": 2037.43,
                                "currency": "PAB"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "en",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2645.5,
                                "currency": "BBD"
                              },
                              {
                                "amount": 3033.7,
                                "currency": "GIP"
                              },
                              {
                                "amount": 2664.11,
                                "currency": "XCD"
                              },
                              {
                                "amount": 827.39,
                                "currency": "HTG"
                              }
                            ],
                            [
                              {
                                "amount": 4220.81,
                                "currency": "PYG"
                              },
                              {
                                "amount": 2878.32,
                                "currency": "GMD"
                              },
                              {
                                "amount": 493.96,
                                "currency": "BRL"
                              }
                            ],
                            [
                              {
                                "amount": 2897.46,
                                "currency": "SYP"
                              },
                              {
                                "amount": 1632.95,
                                "currency": "MOP"
                              },
                              {
                                "amount": 3107.12,
                                "currency": "HUF"
                              }
                            ],
                            [
                              {
                                "amount": 1276.51,
                                "currency": "PAB"
                              },
                              {
                                "amount": 3140.78,
                                "currency": "NGN"
                              },
                              {
                                "amount": 4135.75,
                                "currency": "AWG"
                              },
                              {
                                "amount": 1480.4,
                                "currency": "AFN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "xV",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2339.69,
                                "currency": "SZL"
                              },
                              {
                                "amount": 1583.5,
                                "currency": "SAR"
                              },
                              {
                                "amount": 1321.78,
                                "currency": "MZN"
                              },
                              {
                                "amount": 1578.24,
                                "currency": "KRW"
                              },
                              {
                                "amount": 2546.81,
                                "currency": "CLP"
                              }
                            ],
                            [
                              {
                                "amount": 283.82,
                                "currency": "TZS"
                              },
                              {
                                "amount": 2678.23,
                                "currency": "BSD"
                              }
                            ],
                            [
                              {
                                "amount": 316.42,
                                "currency": "NAD"
                              },
                              {
                                "amount": 4012.94,
                                "currency": "PEN"
                              }
                            ],
                            [
                              {
                                "amount": 3591.06,
                                "currency": "FJD"
                              },
                              {
                                "amount": 2666.07,
                                "currency": "KZT"
                              },
                              {
                                "amount": 4836.63,
                                "currency": "SAR"
                              },
                              {
                                "amount": 1608.96,
                                "currency": "BSD"
                              }
                            ],
                            [
                              {
                                "amount": 4705.92,
                                "currency": "JMD"
                              },
                              {
                                "amount": 1519.43,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 2652.42,
                                "currency": "SEK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "kr",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4837.74,
                                "currency": "SEK"
                              },
                              {
                                "amount": 1304.05,
                                "currency": "BDT"
                              },
                              {
                                "amount": 3546.77,
                                "currency": "TTD"
                              },
                              {
                                "amount": 725.35,
                                "currency": "ILS"
                              }
                            ],
                            [
                              {
                                "amount": 2136.48,
                                "currency": "MNT"
                              }
                            ],
                            [
                              {
                                "amount": 2707.94,
                                "currency": "KMF"
                              },
                              {
                                "amount": 3423.25,
                                "currency": "WST"
                              },
                              {
                                "amount": 3779.66,
                                "currency": "BRL"
                              }
                            ],
                            [
                              {
                                "amount": 2180.09,
                                "currency": "KRW"
                              }
                            ],
                            [
                              {
                                "amount": 2675.57,
                                "currency": "TTD"
                              },
                              {
                                "amount": 701.62,
                                "currency": "PEN"
                              },
                              {
                                "amount": 474.2,
                                "currency": "DOP"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 212.21,
                            "currency": "DJF"
                          },
                          {
                            "amount": 2857.32,
                            "currency": "HUF"
                          },
                          {
                            "amount": 4372.94,
                            "currency": "ERN"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3412.14,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3834.3,
                            "currency": "DJF"
                          },
                          {
                            "amount": 2264.21,
                            "currency": "RSD"
                          },
                          {
                            "amount": 1836.09,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 3754.84,
                            "currency": "RWF"
                          },
                          {
                            "amount": 2336.88,
                            "currency": "VES"
                          },
                          {
                            "amount": 30.71,
                            "currency": "RUB"
                          },
                          {
                            "amount": 2170.81,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 2459.06,
                            "currency": "LYD"
                          },
                          {
                            "amount": 4488.73,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 87.81,
                            "currency": "BHD"
                          }
                        ],
                        [
                          {
                            "amount": 4675.42,
                            "currency": "JOD"
                          },
                          {
                            "amount": 4182.98,
                            "currency": "MNT"
                          },
                          {
                            "amount": 1417.98,
                            "currency": "TOP"
                          },
                          {
                            "amount": 1678.36,
                            "currency": "DOP"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2328.59,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2688.84,
                            "currency": "LAK"
                          },
                          {
                            "amount": 4086.24,
                            "currency": "SDG"
                          },
                          {
                            "amount": 2127.23,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 1771.06,
                            "currency": "RSD"
                          },
                          {
                            "amount": 2211.58,
                            "currency": "VES"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "73193602",
                    "percentage": 18.4,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 2882.66,
                            "currency": "CDF"
                          },
                          {
                            "amount": 2153.92,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 4317.24,
                            "currency": "SBD"
                          },
                          {
                            "amount": 2064.35,
                            "currency": "BGN"
                          },
                          {
                            "amount": 2976.18,
                            "currency": "TND"
                          },
                          {
                            "amount": 1991.02,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 1671.88,
                            "currency": "QAR"
                          },
                          {
                            "amount": 1049.72,
                            "currency": "DOP"
                          },
                          {
                            "amount": 2785.75,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 1616.07,
                            "currency": "LYD"
                          },
                          {
                            "amount": 3390.23,
                            "currency": "GMD"
                          },
                          {
                            "amount": 2322.72,
                            "currency": "PKR"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Cloyd",
                    "index": 6,
                    "lastName": "Schowalter",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 3,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1399.66,
                            "currency": "PYG"
                          },
                          {
                            "amount": 3253.22,
                            "currency": "LYD"
                          }
                        ],
                        [
                          {
                            "amount": 4629.47,
                            "currency": "QAR"
                          }
                        ],
                        [
                          {
                            "amount": 782.85,
                            "currency": "SHP"
                          },
                          {
                            "amount": 2271.51,
                            "currency": "CLP"
                          },
                          {
                            "amount": 2457.3,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 2580.75,
                            "currency": "BRL"
                          },
                          {
                            "amount": 665.59,
                            "currency": "ILS"
                          },
                          {
                            "amount": 4562.95,
                            "currency": "UZS"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1517.22,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 2205.38,
                            "currency": "TMT"
                          }
                        ],
                        [
                          {
                            "amount": 124.99,
                            "currency": "CDF"
                          },
                          {
                            "amount": 2912.9,
                            "currency": "DKK"
                          },
                          {
                            "amount": 2380.63,
                            "currency": "XAF"
                          },
                          {
                            "amount": 3537.94,
                            "currency": "IRR"
                          }
                        ],
                        [
                          {
                            "amount": 1661.82,
                            "currency": "BOB"
                          },
                          {
                            "amount": 2278.16,
                            "currency": "STN"
                          },
                          {
                            "amount": 2566.31,
                            "currency": "LYD"
                          },
                          {
                            "amount": 4788.66,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 2023.2,
                            "currency": "DOP"
                          },
                          {
                            "amount": 2676,
                            "currency": "NIO"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "IO",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3062.28,
                                "currency": "TTD"
                              },
                              {
                                "amount": 3461.3,
                                "currency": "XAF"
                              }
                            ],
                            [
                              {
                                "amount": 4448.19,
                                "currency": "MVR"
                              },
                              {
                                "amount": 900.15,
                                "currency": "BSD"
                              },
                              {
                                "amount": 116.69,
                                "currency": "VES"
                              },
                              {
                                "amount": 374.92,
                                "currency": "PGK"
                              },
                              {
                                "amount": 3807.17,
                                "currency": "MMK"
                              }
                            ],
                            [
                              {
                                "amount": 4425.32,
                                "currency": "KZT"
                              },
                              {
                                "amount": 4023.32,
                                "currency": "BDT"
                              },
                              {
                                "amount": 3621.49,
                                "currency": "FKP"
                              },
                              {
                                "amount": 596.8,
                                "currency": "UAH"
                              },
                              {
                                "amount": 1541.05,
                                "currency": "AFN"
                              }
                            ],
                            [
                              {
                                "amount": 3828.31,
                                "currency": "KHR"
                              },
                              {
                                "amount": 4481.17,
                                "currency": "INR"
                              },
                              {
                                "amount": 3607.14,
                                "currency": "TRY"
                              }
                            ],
                            [
                              {
                                "amount": 3693.84,
                                "currency": "INR"
                              },
                              {
                                "amount": 183.49,
                                "currency": "NIO"
                              },
                              {
                                "amount": 1405.6,
                                "currency": "PKR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "GJ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1189.5,
                                "currency": "VES"
                              },
                              {
                                "amount": 2612.23,
                                "currency": "NPR"
                              },
                              {
                                "amount": 367.26,
                                "currency": "DZD"
                              },
                              {
                                "amount": 1631.31,
                                "currency": "KES"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "qS",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 913.78,
                                "currency": "NZD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2840.89,
                            "currency": "MNT"
                          },
                          {
                            "amount": 3113.94,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2761.37,
                            "currency": "AFN"
                          }
                        ],
                        [
                          {
                            "amount": 4627.48,
                            "currency": "GHS"
                          },
                          {
                            "amount": 4126.82,
                            "currency": "MAD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2318.91,
                            "currency": "FKP"
                          },
                          {
                            "amount": 3149.01,
                            "currency": "GNF"
                          },
                          {
                            "amount": 4829.81,
                            "currency": "JOD"
                          },
                          {
                            "amount": 4134.14,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 2682.43,
                            "currency": "ALL"
                          },
                          {
                            "amount": 1055.33,
                            "currency": "ALL"
                          },
                          {
                            "amount": 4046.51,
                            "currency": "YER"
                          },
                          {
                            "amount": 2122.2,
                            "currency": "RWF"
                          },
                          {
                            "amount": 677.43,
                            "currency": "GYD"
                          }
                        ],
                        [
                          {
                            "amount": 3534.17,
                            "currency": "KPW"
                          },
                          {
                            "amount": 108.95,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 3537.41,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 464.68,
                            "currency": "HKD"
                          }
                        ],
                        [
                          {
                            "amount": 2683.16,
                            "currency": "EUR"
                          },
                          {
                            "amount": 2945.06,
                            "currency": "TOP"
                          },
                          {
                            "amount": 2700.77,
                            "currency": "BMD"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Ae",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 113.79,
                                "currency": "SYP"
                              }
                            ],
                            [
                              {
                                "amount": 1838.39,
                                "currency": "TZS"
                              },
                              {
                                "amount": 1992.76,
                                "currency": "BBD"
                              },
                              {
                                "amount": 1938.48,
                                "currency": "LAK"
                              },
                              {
                                "amount": 675.39,
                                "currency": "CNY"
                              },
                              {
                                "amount": 3332.62,
                                "currency": "TRY"
                              }
                            ],
                            [
                              {
                                "amount": 139.31,
                                "currency": "PLN"
                              },
                              {
                                "amount": 1341.17,
                                "currency": "ZMW"
                              }
                            ],
                            [
                              {
                                "amount": 316.5,
                                "currency": "AWG"
                              },
                              {
                                "amount": 1514.56,
                                "currency": "CZK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Vr",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 246.68,
                                "currency": "KES"
                              },
                              {
                                "amount": 370.31,
                                "currency": "TMT"
                              },
                              {
                                "amount": 1909.73,
                                "currency": "LSL"
                              },
                              {
                                "amount": 3732.1,
                                "currency": "LRD"
                              },
                              {
                                "amount": 39.52,
                                "currency": "YER"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "rs",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3117.96,
                                "currency": "DJF"
                              },
                              {
                                "amount": 4889.89,
                                "currency": "HNL"
                              },
                              {
                                "amount": 1025.03,
                                "currency": "SRD"
                              },
                              {
                                "amount": 2528.3,
                                "currency": "GTQ"
                              }
                            ],
                            [
                              {
                                "amount": 2433.52,
                                "currency": "TJS"
                              },
                              {
                                "amount": 2269.05,
                                "currency": "TZS"
                              }
                            ],
                            [
                              {
                                "amount": 3867.55,
                                "currency": "KPW"
                              },
                              {
                                "amount": 3683.57,
                                "currency": "SLE"
                              },
                              {
                                "amount": 4525.75,
                                "currency": "DKK"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1384.75,
                            "currency": "IQD"
                          },
                          {
                            "amount": 4716.52,
                            "currency": "AED"
                          },
                          {
                            "amount": 1585.47,
                            "currency": "GTQ"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1313.04,
                            "currency": "BBD"
                          },
                          {
                            "amount": 1943.88,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 944.82,
                            "currency": "IDR"
                          },
                          {
                            "amount": 1713.83,
                            "currency": "PHP"
                          },
                          {
                            "amount": 1147.32,
                            "currency": "INR"
                          },
                          {
                            "amount": 267.76,
                            "currency": "AUD"
                          },
                          {
                            "amount": 4193.5,
                            "currency": "SSP"
                          }
                        ],
                        [
                          {
                            "amount": 2404.02,
                            "currency": "KGS"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3673.37,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 3918.26,
                            "currency": "UGX"
                          },
                          {
                            "amount": 3960.12,
                            "currency": "PEN"
                          },
                          {
                            "amount": 1272.86,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 986.44,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 4535.03,
                            "currency": "TWD"
                          }
                        ],
                        [
                          {
                            "amount": 3959.21,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3623.59,
                            "currency": "BTN"
                          },
                          {
                            "amount": 4953.54,
                            "currency": "CRC"
                          },
                          {
                            "amount": 1623.06,
                            "currency": "USD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "87561119",
                    "percentage": 6.5,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3205.42,
                            "currency": "HKD"
                          },
                          {
                            "amount": 2824.92,
                            "currency": "BAM"
                          },
                          {
                            "amount": 2519.02,
                            "currency": "DOP"
                          },
                          {
                            "amount": 4940.5,
                            "currency": "RUB"
                          }
                        ],
                        [
                          {
                            "amount": 2603,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 3749.66,
                            "currency": "ILS"
                          },
                          {
                            "amount": 4440.97,
                            "currency": "FKP"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Connection"
              }
            }
          ]
        }
      ],
      "code": "jP",
      "maxGroupedQuantity": 1
    },
    {
      "ancillaries": [
        {
          "ancillaryConfiguration": {
            "allowQuantity": false,
            "maxQuantityPerPax": 3
          },
          "ancillarySpecialService": {
            "code": "PETC",
            "requiredProperties": {
              "propertyDefinitionList": [
                {
                  "@type": "KeywordPropertyDefinition",
                  "optional": false,
                  "propertyName": "WEIGHT",
                  "propertyType": "TEXT"
                },
                {
                  "@type": "KeywordPropertyDefinition",
                  "optional": true,
                  "propertyName": "WEIGHT",
                  "propertyType": "INT"
                },
                {
                  "@type": "KeywordPropertyDefinition",
                  "optional": true,
                  "propertyName": "LENGTH",
                  "propertyType": "INT"
                }
              ]
            },
            "type": "REQUIRED"
          },
          "bundleItems": [
            {
              "code": "3LT",
              "groupCode": "Wf"
            },
            {
              "code": "Dwh",
              "groupCode": "pa"
            },
            {
              "code": "Tbz",
              "groupCode": "xw"
            },
            {
              "code": "bra",
              "groupCode": "CN"
            },
            {
              "code": "UB3",
              "groupCode": "Mv"
            }
          ],
          "code": "oUh",
          "refundable": false,
          "travelPartOffers": [
            {
              "availableInventory": 15,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Ed",
                    "index": 2,
                    "lastName": "Parisian",
                    "tierLevel": "Red",
                    "tierLevelNumber": 3,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3163.59,
                            "currency": "CVE"
                          },
                          {
                            "amount": 3372.92,
                            "currency": "KYD"
                          },
                          {
                            "amount": 57.75,
                            "currency": "WST"
                          },
                          {
                            "amount": 2219.39,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 4687.02,
                            "currency": "CNY"
                          },
                          {
                            "amount": 2976.58,
                            "currency": "HNL"
                          },
                          {
                            "amount": 467.01,
                            "currency": "NZD"
                          },
                          {
                            "amount": 986.18,
                            "currency": "JOD"
                          }
                        ],
                        [
                          {
                            "amount": 265.39,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2682.51,
                            "currency": "KRW"
                          },
                          {
                            "amount": 2849.4,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 1437.62,
                            "currency": "KRW"
                          },
                          {
                            "amount": 2748.14,
                            "currency": "INR"
                          }
                        ],
                        [
                          {
                            "amount": 1716.32,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3591.27,
                            "currency": "THB"
                          },
                          {
                            "amount": 1925.48,
                            "currency": "UZS"
                          },
                          {
                            "amount": 2048.86,
                            "currency": "HKD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3712.33,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 1608.38,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 4606.06,
                            "currency": "RSD"
                          }
                        ],
                        [
                          {
                            "amount": 2874.73,
                            "currency": "VND"
                          },
                          {
                            "amount": 1620.77,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1233.82,
                            "currency": "PYG"
                          },
                          {
                            "amount": 2406.09,
                            "currency": "KZT"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "mE",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2278.79,
                                "currency": "AWG"
                              },
                              {
                                "amount": 3315.18,
                                "currency": "ANG"
                              }
                            ],
                            [
                              {
                                "amount": 3497.7,
                                "currency": "XOF"
                              },
                              {
                                "amount": 1284.76,
                                "currency": "STN"
                              },
                              {
                                "amount": 717.18,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 4628.36,
                                "currency": "EGP"
                              }
                            ],
                            [
                              {
                                "amount": 4984.12,
                                "currency": "NGN"
                              },
                              {
                                "amount": 1740.9,
                                "currency": "DZD"
                              },
                              {
                                "amount": 1677.63,
                                "currency": "KGS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Fb",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3663.39,
                                "currency": "GBP"
                              },
                              {
                                "amount": 1507.14,
                                "currency": "LYD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "bQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 26.84,
                                "currency": "SSP"
                              }
                            ],
                            [
                              {
                                "amount": 2505.26,
                                "currency": "CDF"
                              },
                              {
                                "amount": 3044.76,
                                "currency": "FKP"
                              },
                              {
                                "amount": 4270.32,
                                "currency": "KWD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "jH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3382.49,
                                "currency": "UZS"
                              }
                            ],
                            [
                              {
                                "amount": 1940.18,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 2136.66,
                                "currency": "NZD"
                              },
                              {
                                "amount": 4259.01,
                                "currency": "NIO"
                              }
                            ],
                            [
                              {
                                "amount": 2743,
                                "currency": "AED"
                              },
                              {
                                "amount": 1907.63,
                                "currency": "VND"
                              },
                              {
                                "amount": 3363.89,
                                "currency": "ZAR"
                              },
                              {
                                "amount": 3570.69,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 3858.14,
                                "currency": "BSD"
                              }
                            ],
                            [
                              {
                                "amount": 391.13,
                                "currency": "BYN"
                              },
                              {
                                "amount": 4985.57,
                                "currency": "MVR"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3702.81,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 4603.76,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3581.1,
                            "currency": "AOA"
                          },
                          {
                            "amount": 870.68,
                            "currency": "HUF"
                          },
                          {
                            "amount": 2603.04,
                            "currency": "SBD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2414.4,
                            "currency": "NOK"
                          },
                          {
                            "amount": 2960.2,
                            "currency": "JOD"
                          },
                          {
                            "amount": 2112.06,
                            "currency": "GBP"
                          },
                          {
                            "amount": 4711.79,
                            "currency": "ERN"
                          }
                        ],
                        [
                          {
                            "amount": 742.08,
                            "currency": "SHP"
                          },
                          {
                            "amount": 867.23,
                            "currency": "FKP"
                          },
                          {
                            "amount": 1119.76,
                            "currency": "UGX"
                          }
                        ],
                        [
                          {
                            "amount": 421.75,
                            "currency": "ISK"
                          },
                          {
                            "amount": 923.19,
                            "currency": "AZN"
                          },
                          {
                            "amount": 3298.94,
                            "currency": "DJF"
                          },
                          {
                            "amount": 3269.65,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 4362.17,
                            "currency": "QAR"
                          }
                        ],
                        [
                          {
                            "amount": 4261.58,
                            "currency": "TJS"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Mu",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 593.54,
                                "currency": "KMF"
                              },
                              {
                                "amount": 1886.34,
                                "currency": "AED"
                              },
                              {
                                "amount": 1951.98,
                                "currency": "UGX"
                              },
                              {
                                "amount": 1419.88,
                                "currency": "ISK"
                              },
                              {
                                "amount": 1152.55,
                                "currency": "CLP"
                              }
                            ],
                            [
                              {
                                "amount": 2219.67,
                                "currency": "UGX"
                              },
                              {
                                "amount": 746.88,
                                "currency": "MOP"
                              },
                              {
                                "amount": 4000.96,
                                "currency": "AUD"
                              },
                              {
                                "amount": 2290.61,
                                "currency": "KHR"
                              }
                            ],
                            [
                              {
                                "amount": 541.87,
                                "currency": "KES"
                              },
                              {
                                "amount": 3685.84,
                                "currency": "GBP"
                              },
                              {
                                "amount": 4985.15,
                                "currency": "MKD"
                              }
                            ],
                            [
                              {
                                "amount": 3053.88,
                                "currency": "IDR"
                              },
                              {
                                "amount": 3260.89,
                                "currency": "ILS"
                              },
                              {
                                "amount": 4133.16,
                                "currency": "AED"
                              },
                              {
                                "amount": 4340.58,
                                "currency": "MKD"
                              },
                              {
                                "amount": 4114.29,
                                "currency": "EGP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "pf",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3839.38,
                                "currency": "NGN"
                              }
                            ],
                            [
                              {
                                "amount": 836.11,
                                "currency": "MXN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "kH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1135.26,
                                "currency": "DOP"
                              },
                              {
                                "amount": 1437.69,
                                "currency": "BZD"
                              }
                            ],
                            [
                              {
                                "amount": 230.46,
                                "currency": "SBD"
                              },
                              {
                                "amount": 1699.21,
                                "currency": "THB"
                              },
                              {
                                "amount": 3776.46,
                                "currency": "RSD"
                              },
                              {
                                "amount": 3036.17,
                                "currency": "SGD"
                              }
                            ],
                            [
                              {
                                "amount": 306.12,
                                "currency": "CNY"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2332.21,
                            "currency": "BZD"
                          },
                          {
                            "amount": 3146.88,
                            "currency": "KZT"
                          },
                          {
                            "amount": 1017.34,
                            "currency": "AZN"
                          },
                          {
                            "amount": 409.11,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1774.67,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 3843.46,
                            "currency": "JPY"
                          },
                          {
                            "amount": 29.36,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2427.46,
                            "currency": "UGX"
                          },
                          {
                            "amount": 3545.63,
                            "currency": "TMT"
                          },
                          {
                            "amount": 2384.68,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 186.1,
                            "currency": "THB"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4794.68,
                            "currency": "HTG"
                          },
                          {
                            "amount": 3911.38,
                            "currency": "ANG"
                          },
                          {
                            "amount": 3472.54,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4321.58,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 1275.62,
                            "currency": "KHR"
                          },
                          {
                            "amount": 3692.06,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2563.59,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 3666.32,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1222.71,
                            "currency": "SAR"
                          },
                          {
                            "amount": 561.8,
                            "currency": "KYD"
                          },
                          {
                            "amount": 3067.73,
                            "currency": "JMD"
                          },
                          {
                            "amount": 4835.84,
                            "currency": "BGN"
                          }
                        ],
                        [
                          {
                            "amount": 2831.71,
                            "currency": "VND"
                          },
                          {
                            "amount": 3093.32,
                            "currency": "PEN"
                          },
                          {
                            "amount": 4106.81,
                            "currency": "TND"
                          },
                          {
                            "amount": 4163.65,
                            "currency": "SYP"
                          },
                          {
                            "amount": 4172.34,
                            "currency": "MNT"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 782.22,
                            "currency": "VUV"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "44328618",
                    "percentage": 5.4,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1966.96,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 750.15,
                            "currency": "PKR"
                          }
                        ],
                        [
                          {
                            "amount": 3077.99,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 3985.98,
                            "currency": "KGS"
                          },
                          {
                            "amount": 3323.52,
                            "currency": "MRU"
                          },
                          {
                            "amount": 1465.05,
                            "currency": "SLE"
                          },
                          {
                            "amount": 2276.75,
                            "currency": "PGK"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Inbound"
              }
            }
          ]
        },
        {
          "ancillaryConfiguration": {
            "allowQuantity": true,
            "maxQuantityPerPax": 2
          },
          "ancillarySpecialService": {
            "code": "PETC",
            "requiredProperties": {
              "propertyDefinitionList": [
                {
                  "@type": "PropertyDefinition",
                  "optional": false,
                  "propertyName": "HEIGHT",
                  "propertyType": "INT"
                },
                {
                  "@type": "KeywordPropertyDefinition",
                  "optional": true,
                  "propertyName": "WIDTH",
                  "propertyType": "TEXT"
                }
              ]
            },
            "type": "REQUIRED"
          },
          "bundleItems": [
            {
              "code": "CMP",
              "groupCode": "FF"
            },
            {
              "code": "2Mo",
              "groupCode": "jx"
            },
            {
              "code": "tzZ",
              "groupCode": "TT"
            },
            {
              "code": "Y0f",
              "groupCode": "VP"
            }
          ],
          "code": "byE",
          "refundable": true,
          "travelPartOffers": [
            {
              "availableInventory": 21,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Nicolette",
                    "index": 7,
                    "lastName": "Little",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 0,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 177.82,
                            "currency": "SDG"
                          },
                          {
                            "amount": 2330,
                            "currency": "ANG"
                          },
                          {
                            "amount": 213.71,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2635.88,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 1664.63,
                            "currency": "ERN"
                          },
                          {
                            "amount": 4336.17,
                            "currency": "SBD"
                          },
                          {
                            "amount": 4957.09,
                            "currency": "BMD"
                          }
                        ],
                        [
                          {
                            "amount": 1694.91,
                            "currency": "ANG"
                          },
                          {
                            "amount": 2986.87,
                            "currency": "ETB"
                          },
                          {
                            "amount": 3022.65,
                            "currency": "PHP"
                          },
                          {
                            "amount": 4735.44,
                            "currency": "VUV"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4220.14,
                            "currency": "TJS"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "qo",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3843.92,
                                "currency": "XAF"
                              },
                              {
                                "amount": 4405.74,
                                "currency": "ETB"
                              }
                            ],
                            [
                              {
                                "amount": 1829.67,
                                "currency": "GNF"
                              },
                              {
                                "amount": 3911.46,
                                "currency": "LSL"
                              },
                              {
                                "amount": 4729.64,
                                "currency": "HKD"
                              },
                              {
                                "amount": 3241.43,
                                "currency": "VUV"
                              },
                              {
                                "amount": 619.04,
                                "currency": "ZMW"
                              }
                            ],
                            [
                              {
                                "amount": 1251.78,
                                "currency": "GYD"
                              },
                              {
                                "amount": 4645.89,
                                "currency": "TND"
                              },
                              {
                                "amount": 2839.57,
                                "currency": "DKK"
                              },
                              {
                                "amount": 3699.93,
                                "currency": "IDR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "by",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4234.26,
                                "currency": "TND"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "sv",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3871.06,
                                "currency": "WST"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1336.03,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 3295.04,
                            "currency": "BND"
                          }
                        ],
                        [
                          {
                            "amount": 4279.83,
                            "currency": "KRW"
                          },
                          {
                            "amount": 284.42,
                            "currency": "BRL"
                          }
                        ],
                        [
                          {
                            "amount": 4393.61,
                            "currency": "CRC"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2874.6,
                            "currency": "DKK"
                          },
                          {
                            "amount": 1667.15,
                            "currency": "BZD"
                          },
                          {
                            "amount": 3767.8,
                            "currency": "THB"
                          },
                          {
                            "amount": 2761.73,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 3387.54,
                            "currency": "INR"
                          },
                          {
                            "amount": 3352.58,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3937.54,
                            "currency": "BBD"
                          },
                          {
                            "amount": 621.39,
                            "currency": "RWF"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "lU",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1392.18,
                                "currency": "RSD"
                              },
                              {
                                "amount": 1395.74,
                                "currency": "LAK"
                              },
                              {
                                "amount": 3614.76,
                                "currency": "TRY"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ty",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4765.2,
                                "currency": "PEN"
                              },
                              {
                                "amount": 1933.56,
                                "currency": "TOP"
                              },
                              {
                                "amount": 4066.85,
                                "currency": "SCR"
                              },
                              {
                                "amount": 3453.74,
                                "currency": "AZN"
                              },
                              {
                                "amount": 1660.9,
                                "currency": "ZMW"
                              }
                            ],
                            [
                              {
                                "amount": 118.53,
                                "currency": "UAH"
                              },
                              {
                                "amount": 3859.58,
                                "currency": "XAF"
                              },
                              {
                                "amount": 1380.38,
                                "currency": "MUR"
                              },
                              {
                                "amount": 4533.66,
                                "currency": "KWD"
                              },
                              {
                                "amount": 1628.89,
                                "currency": "WST"
                              }
                            ],
                            [
                              {
                                "amount": 1959.62,
                                "currency": "NZD"
                              },
                              {
                                "amount": 4826.13,
                                "currency": "XPF"
                              }
                            ],
                            [
                              {
                                "amount": 4583.85,
                                "currency": "RWF"
                              },
                              {
                                "amount": 4876.54,
                                "currency": "KRW"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "kQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3494.88,
                                "currency": "BZD"
                              },
                              {
                                "amount": 4440.62,
                                "currency": "RSD"
                              },
                              {
                                "amount": 2367.58,
                                "currency": "ETB"
                              }
                            ],
                            [
                              {
                                "amount": 3845.85,
                                "currency": "ZAR"
                              }
                            ],
                            [
                              {
                                "amount": 3699.82,
                                "currency": "BZD"
                              },
                              {
                                "amount": 2730.33,
                                "currency": "NZD"
                              },
                              {
                                "amount": 1823.62,
                                "currency": "EGP"
                              },
                              {
                                "amount": 4573.53,
                                "currency": "DKK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "wk",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 615.4,
                                "currency": "FKP"
                              },
                              {
                                "amount": 2717.97,
                                "currency": "AZN"
                              },
                              {
                                "amount": 3214.28,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 2922.54,
                                "currency": "BAM"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2139.59,
                            "currency": "COP"
                          },
                          {
                            "amount": 2163.99,
                            "currency": "VUV"
                          },
                          {
                            "amount": 4471.85,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 2465.04,
                            "currency": "JMD"
                          },
                          {
                            "amount": 3721.42,
                            "currency": "DJF"
                          },
                          {
                            "amount": 3887.48,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 1843.55,
                            "currency": "PKR"
                          },
                          {
                            "amount": 4708.25,
                            "currency": "TOP"
                          },
                          {
                            "amount": 2312.84,
                            "currency": "MUR"
                          },
                          {
                            "amount": 784.36,
                            "currency": "UZS"
                          }
                        ],
                        [
                          {
                            "amount": 1674.98,
                            "currency": "HUF"
                          },
                          {
                            "amount": 2963.19,
                            "currency": "TJS"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4579.18,
                            "currency": "KYD"
                          },
                          {
                            "amount": 2813.24,
                            "currency": "MNT"
                          },
                          {
                            "amount": 1735.94,
                            "currency": "BOB"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4046.85,
                            "currency": "AFN"
                          },
                          {
                            "amount": 1078.53,
                            "currency": "UAH"
                          },
                          {
                            "amount": 4382.17,
                            "currency": "JOD"
                          }
                        ],
                        [
                          {
                            "amount": 2570.75,
                            "currency": "SHP"
                          }
                        ],
                        [
                          {
                            "amount": 1447.61,
                            "currency": "MWK"
                          },
                          {
                            "amount": 2505.23,
                            "currency": "IRR"
                          },
                          {
                            "amount": 2067.27,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 2108.36,
                            "currency": "BSD"
                          },
                          {
                            "amount": 2135.13,
                            "currency": "SOS"
                          },
                          {
                            "amount": 166.15,
                            "currency": "BSD"
                          },
                          {
                            "amount": 1151.87,
                            "currency": "PKR"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "03017943",
                    "percentage": 9.3,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 299.09,
                            "currency": "GIP"
                          }
                        ],
                        [
                          {
                            "amount": 3248.98,
                            "currency": "CDF"
                          },
                          {
                            "amount": 2551.88,
                            "currency": "GHS"
                          },
                          {
                            "amount": 4677.94,
                            "currency": "MWK"
                          },
                          {
                            "amount": 969.6,
                            "currency": "OMR"
                          },
                          {
                            "amount": 175.04,
                            "currency": "EUR"
                          }
                        ],
                        [
                          {
                            "amount": 2818.29,
                            "currency": "HKD"
                          },
                          {
                            "amount": 230.17,
                            "currency": "ETB"
                          },
                          {
                            "amount": 1410.22,
                            "currency": "ZWL"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Jerad",
                    "index": 3,
                    "lastName": "Littel",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 2,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 965.37,
                            "currency": "RON"
                          },
                          {
                            "amount": 3134.33,
                            "currency": "SEK"
                          },
                          {
                            "amount": 924.36,
                            "currency": "SGD"
                          },
                          {
                            "amount": 743.81,
                            "currency": "TZS"
                          }
                        ],
                        [
                          {
                            "amount": 3893.85,
                            "currency": "HKD"
                          },
                          {
                            "amount": 2798.09,
                            "currency": "HUF"
                          },
                          {
                            "amount": 2006.25,
                            "currency": "MWK"
                          }
                        ],
                        [
                          {
                            "amount": 200.55,
                            "currency": "PAB"
                          },
                          {
                            "amount": 1537.76,
                            "currency": "RON"
                          },
                          {
                            "amount": 2245.19,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 1760.79,
                            "currency": "BRL"
                          },
                          {
                            "amount": 1422.89,
                            "currency": "GTQ"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 754.43,
                            "currency": "RUB"
                          },
                          {
                            "amount": 4807.2,
                            "currency": "MOP"
                          }
                        ],
                        [
                          {
                            "amount": 4950.37,
                            "currency": "BBD"
                          },
                          {
                            "amount": 4526.59,
                            "currency": "LRD"
                          },
                          {
                            "amount": 4033.51,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 4014.81,
                            "currency": "UAH"
                          }
                        ],
                        [
                          {
                            "amount": 2234.05,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 2079.9,
                            "currency": "IQD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "aM",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3022.89,
                                "currency": "MMK"
                              },
                              {
                                "amount": 4295.17,
                                "currency": "KYD"
                              },
                              {
                                "amount": 385.17,
                                "currency": "KWD"
                              },
                              {
                                "amount": 182.97,
                                "currency": "HKD"
                              },
                              {
                                "amount": 4941.18,
                                "currency": "CNY"
                              }
                            ],
                            [
                              {
                                "amount": 4638.79,
                                "currency": "BRL"
                              },
                              {
                                "amount": 1283.66,
                                "currency": "KWD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ci",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3578.12,
                                "currency": "MXN"
                              },
                              {
                                "amount": 4374.15,
                                "currency": "KES"
                              },
                              {
                                "amount": 2838.99,
                                "currency": "PAB"
                              },
                              {
                                "amount": 2177.18,
                                "currency": "HKD"
                              },
                              {
                                "amount": 81.24,
                                "currency": "UGX"
                              }
                            ],
                            [
                              {
                                "amount": 3147.31,
                                "currency": "NGN"
                              },
                              {
                                "amount": 4209.4,
                                "currency": "NIO"
                              },
                              {
                                "amount": 3963.17,
                                "currency": "BSD"
                              },
                              {
                                "amount": 4917.19,
                                "currency": "VUV"
                              },
                              {
                                "amount": 1995.43,
                                "currency": "KZT"
                              }
                            ],
                            [
                              {
                                "amount": 1866.25,
                                "currency": "TTD"
                              },
                              {
                                "amount": 663.43,
                                "currency": "JPY"
                              },
                              {
                                "amount": 1271.6,
                                "currency": "MDL"
                              }
                            ],
                            [
                              {
                                "amount": 4969.42,
                                "currency": "AMD"
                              },
                              {
                                "amount": 4684.21,
                                "currency": "GHS"
                              },
                              {
                                "amount": 449.88,
                                "currency": "EUR"
                              },
                              {
                                "amount": 528.5,
                                "currency": "HKD"
                              },
                              {
                                "amount": 2182.97,
                                "currency": "AOA"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Ov",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3951.89,
                                "currency": "CDF"
                              },
                              {
                                "amount": 2889.58,
                                "currency": "GIP"
                              },
                              {
                                "amount": 3847.32,
                                "currency": "VES"
                              }
                            ],
                            [
                              {
                                "amount": 715.8,
                                "currency": "BTN"
                              },
                              {
                                "amount": 3983.95,
                                "currency": "DKK"
                              },
                              {
                                "amount": 3187.96,
                                "currency": "NAD"
                              },
                              {
                                "amount": 3282.08,
                                "currency": "JOD"
                              }
                            ],
                            [
                              {
                                "amount": 4420.38,
                                "currency": "ETB"
                              },
                              {
                                "amount": 1880.84,
                                "currency": "BDT"
                              },
                              {
                                "amount": 1884.88,
                                "currency": "FJD"
                              },
                              {
                                "amount": 3578.05,
                                "currency": "CZK"
                              },
                              {
                                "amount": 298.56,
                                "currency": "USD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "oH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 903.93,
                                "currency": "NZD"
                              }
                            ],
                            [
                              {
                                "amount": 969.28,
                                "currency": "GYD"
                              },
                              {
                                "amount": 3790.13,
                                "currency": "BTN"
                              },
                              {
                                "amount": 4456.55,
                                "currency": "FJD"
                              },
                              {
                                "amount": 3137.24,
                                "currency": "BAM"
                              },
                              {
                                "amount": 3077.39,
                                "currency": "ISK"
                              }
                            ],
                            [
                              {
                                "amount": 3620.11,
                                "currency": "RWF"
                              },
                              {
                                "amount": 208.98,
                                "currency": "LKR"
                              },
                              {
                                "amount": 3342.14,
                                "currency": "XPF"
                              },
                              {
                                "amount": 4028.96,
                                "currency": "TMT"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 76.9,
                            "currency": "KPW"
                          },
                          {
                            "amount": 3773.39,
                            "currency": "BOB"
                          },
                          {
                            "amount": 2360.45,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4443.85,
                            "currency": "GMD"
                          },
                          {
                            "amount": 2126.87,
                            "currency": "BZD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2991.41,
                            "currency": "DZD"
                          }
                        ],
                        [
                          {
                            "amount": 1303.32,
                            "currency": "GHS"
                          }
                        ],
                        [
                          {
                            "amount": 768.43,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2870.17,
                            "currency": "THB"
                          }
                        ],
                        [
                          {
                            "amount": 2033.18,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2032.47,
                            "currency": "DZD"
                          },
                          {
                            "amount": 3043.9,
                            "currency": "QAR"
                          },
                          {
                            "amount": 4135.29,
                            "currency": "RUB"
                          },
                          {
                            "amount": 1722.9,
                            "currency": "VND"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "NQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 672.14,
                                "currency": "FJD"
                              },
                              {
                                "amount": 2270.16,
                                "currency": "RWF"
                              },
                              {
                                "amount": 3830.58,
                                "currency": "SOS"
                              },
                              {
                                "amount": 244.21,
                                "currency": "HKD"
                              },
                              {
                                "amount": 4128.45,
                                "currency": "LYD"
                              }
                            ],
                            [
                              {
                                "amount": 2676.47,
                                "currency": "KPW"
                              },
                              {
                                "amount": 3828.65,
                                "currency": "THB"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "QM",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 468.01,
                                "currency": "HNL"
                              }
                            ],
                            [
                              {
                                "amount": 411.15,
                                "currency": "XOF"
                              },
                              {
                                "amount": 2521.1,
                                "currency": "USD"
                              },
                              {
                                "amount": 4615,
                                "currency": "ALL"
                              }
                            ],
                            [
                              {
                                "amount": 2189.19,
                                "currency": "BBD"
                              },
                              {
                                "amount": 3666.49,
                                "currency": "ERN"
                              },
                              {
                                "amount": 4677.74,
                                "currency": "RSD"
                              },
                              {
                                "amount": 4045.4,
                                "currency": "USD"
                              },
                              {
                                "amount": 160.74,
                                "currency": "LRD"
                              }
                            ],
                            [
                              {
                                "amount": 1888.67,
                                "currency": "CUP"
                              },
                              {
                                "amount": 3593.5,
                                "currency": "UYU"
                              },
                              {
                                "amount": 3719.34,
                                "currency": "ZMW"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "ql",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1588.65,
                                "currency": "ISK"
                              },
                              {
                                "amount": 215.9,
                                "currency": "RWF"
                              },
                              {
                                "amount": 733.18,
                                "currency": "BOB"
                              }
                            ],
                            [
                              {
                                "amount": 931.37,
                                "currency": "SLE"
                              },
                              {
                                "amount": 1927.48,
                                "currency": "ZWL"
                              },
                              {
                                "amount": 1596.74,
                                "currency": "MRU"
                              }
                            ],
                            [
                              {
                                "amount": 714.6,
                                "currency": "GMD"
                              },
                              {
                                "amount": 1929.05,
                                "currency": "YER"
                              }
                            ],
                            [
                              {
                                "amount": 2215.51,
                                "currency": "TOP"
                              },
                              {
                                "amount": 2385.34,
                                "currency": "MYR"
                              },
                              {
                                "amount": 2596.14,
                                "currency": "SAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "GF",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4725.17,
                                "currency": "LYD"
                              },
                              {
                                "amount": 3860.29,
                                "currency": "YER"
                              }
                            ],
                            [
                              {
                                "amount": 4878.27,
                                "currency": "BHD"
                              },
                              {
                                "amount": 888.24,
                                "currency": "JMD"
                              }
                            ],
                            [
                              {
                                "amount": 330.31,
                                "currency": "XAF"
                              },
                              {
                                "amount": 2019.26,
                                "currency": "NPR"
                              },
                              {
                                "amount": 3872.54,
                                "currency": "DJF"
                              },
                              {
                                "amount": 3167.2,
                                "currency": "TZS"
                              }
                            ],
                            [
                              {
                                "amount": 4158.43,
                                "currency": "VUV"
                              },
                              {
                                "amount": 259.36,
                                "currency": "TZS"
                              },
                              {
                                "amount": 2942.34,
                                "currency": "SSP"
                              }
                            ],
                            [
                              {
                                "amount": 170.26,
                                "currency": "IRR"
                              },
                              {
                                "amount": 3197.35,
                                "currency": "UAH"
                              },
                              {
                                "amount": 2753.99,
                                "currency": "RSD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3867.4,
                            "currency": "PHP"
                          },
                          {
                            "amount": 3440.29,
                            "currency": "IQD"
                          },
                          {
                            "amount": 1632.27,
                            "currency": "SRD"
                          },
                          {
                            "amount": 1099.1,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 4831.79,
                            "currency": "SLE"
                          }
                        ],
                        [
                          {
                            "amount": 3800.96,
                            "currency": "SCR"
                          },
                          {
                            "amount": 1093.23,
                            "currency": "TRY"
                          },
                          {
                            "amount": 2223.05,
                            "currency": "GNF"
                          },
                          {
                            "amount": 1141.81,
                            "currency": "GIP"
                          },
                          {
                            "amount": 3381.02,
                            "currency": "CZK"
                          }
                        ],
                        [
                          {
                            "amount": 1976.01,
                            "currency": "BTN"
                          },
                          {
                            "amount": 318.8,
                            "currency": "KGS"
                          },
                          {
                            "amount": 3923.41,
                            "currency": "MKD"
                          },
                          {
                            "amount": 3308.48,
                            "currency": "CNY"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2308.6,
                            "currency": "BOB"
                          },
                          {
                            "amount": 273.62,
                            "currency": "UYU"
                          }
                        ],
                        [
                          {
                            "amount": 787.84,
                            "currency": "CRC"
                          },
                          {
                            "amount": 2863.67,
                            "currency": "KZT"
                          },
                          {
                            "amount": 546.29,
                            "currency": "HKD"
                          },
                          {
                            "amount": 707.97,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 1630.68,
                            "currency": "FJD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1126.32,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 1391.71,
                            "currency": "BYN"
                          },
                          {
                            "amount": 4229.6,
                            "currency": "HUF"
                          },
                          {
                            "amount": 1010.99,
                            "currency": "LYD"
                          },
                          {
                            "amount": 772.03,
                            "currency": "MWK"
                          },
                          {
                            "amount": 3296.85,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 2416.09,
                            "currency": "NZD"
                          },
                          {
                            "amount": 2690.11,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1995.17,
                            "currency": "ANG"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "76528860",
                    "percentage": 15.4,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1188.28,
                            "currency": "PGK"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Emerson",
                    "index": 9,
                    "lastName": "Bahringer",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 0,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4659.73,
                            "currency": "SOS"
                          },
                          {
                            "amount": 864.92,
                            "currency": "NPR"
                          },
                          {
                            "amount": 382.13,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 3322.56,
                            "currency": "PLN"
                          },
                          {
                            "amount": 3594.69,
                            "currency": "MRU"
                          },
                          {
                            "amount": 3888.46,
                            "currency": "BAM"
                          },
                          {
                            "amount": 1701.37,
                            "currency": "MOP"
                          },
                          {
                            "amount": 2138.58,
                            "currency": "MWK"
                          }
                        ],
                        [
                          {
                            "amount": 4878.2,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 2988.87,
                            "currency": "TRY"
                          },
                          {
                            "amount": 2418.21,
                            "currency": "SGD"
                          },
                          {
                            "amount": 4490.85,
                            "currency": "KHR"
                          },
                          {
                            "amount": 437.68,
                            "currency": "CUP"
                          },
                          {
                            "amount": 4272.68,
                            "currency": "PAB"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1990.28,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 2410.78,
                            "currency": "HTG"
                          },
                          {
                            "amount": 1225.82,
                            "currency": "ETB"
                          }
                        ],
                        [
                          {
                            "amount": 3318.11,
                            "currency": "HTG"
                          },
                          {
                            "amount": 837.24,
                            "currency": "ILS"
                          },
                          {
                            "amount": 1734.57,
                            "currency": "AMD"
                          },
                          {
                            "amount": 3950.11,
                            "currency": "VND"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "lw",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2919.59,
                                "currency": "RON"
                              },
                              {
                                "amount": 178.16,
                                "currency": "ARS"
                              },
                              {
                                "amount": 1980.37,
                                "currency": "LKR"
                              },
                              {
                                "amount": 4744.36,
                                "currency": "TND"
                              },
                              {
                                "amount": 704.25,
                                "currency": "EGP"
                              }
                            ],
                            [
                              {
                                "amount": 572.55,
                                "currency": "TZS"
                              }
                            ],
                            [
                              {
                                "amount": 2852.04,
                                "currency": "BSD"
                              },
                              {
                                "amount": 3142.35,
                                "currency": "PKR"
                              },
                              {
                                "amount": 171.56,
                                "currency": "XAF"
                              }
                            ],
                            [
                              {
                                "amount": 1188.28,
                                "currency": "KGS"
                              },
                              {
                                "amount": 3207.12,
                                "currency": "GEL"
                              },
                              {
                                "amount": 232.67,
                                "currency": "SAR"
                              },
                              {
                                "amount": 1981.19,
                                "currency": "KZT"
                              },
                              {
                                "amount": 4389.36,
                                "currency": "MVR"
                              }
                            ],
                            [
                              {
                                "amount": 3317.06,
                                "currency": "CDF"
                              },
                              {
                                "amount": 1528.68,
                                "currency": "TTD"
                              },
                              {
                                "amount": 107.57,
                                "currency": "MMK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "GB",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2025.65,
                                "currency": "BMD"
                              },
                              {
                                "amount": 229.62,
                                "currency": "MYR"
                              },
                              {
                                "amount": 2041.97,
                                "currency": "BOB"
                              },
                              {
                                "amount": 1118.38,
                                "currency": "GMD"
                              },
                              {
                                "amount": 365.49,
                                "currency": "BYN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "SK",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1856.3,
                                "currency": "PYG"
                              },
                              {
                                "amount": 3989.29,
                                "currency": "SLE"
                              },
                              {
                                "amount": 1617.93,
                                "currency": "TND"
                              },
                              {
                                "amount": 3260.75,
                                "currency": "MDL"
                              }
                            ],
                            [
                              {
                                "amount": 910.2,
                                "currency": "ILS"
                              },
                              {
                                "amount": 2526.1,
                                "currency": "NIO"
                              }
                            ],
                            [
                              {
                                "amount": 3361.44,
                                "currency": "AED"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "pJ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 609.84,
                                "currency": "GYD"
                              },
                              {
                                "amount": 3648.73,
                                "currency": "ZWL"
                              }
                            ],
                            [
                              {
                                "amount": 2246.67,
                                "currency": "HUF"
                              },
                              {
                                "amount": 3963.99,
                                "currency": "RWF"
                              }
                            ],
                            [
                              {
                                "amount": 3135.46,
                                "currency": "NIO"
                              },
                              {
                                "amount": 3517.58,
                                "currency": "ETB"
                              },
                              {
                                "amount": 1974.03,
                                "currency": "MUR"
                              },
                              {
                                "amount": 2147.41,
                                "currency": "IRR"
                              }
                            ],
                            [
                              {
                                "amount": 2767.19,
                                "currency": "UAH"
                              },
                              {
                                "amount": 678.98,
                                "currency": "DOP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "uI",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 897.17,
                                "currency": "DOP"
                              },
                              {
                                "amount": 765.14,
                                "currency": "CUP"
                              },
                              {
                                "amount": 4590.77,
                                "currency": "RSD"
                              },
                              {
                                "amount": 4308.94,
                                "currency": "TOP"
                              }
                            ],
                            [
                              {
                                "amount": 4657.05,
                                "currency": "MUR"
                              },
                              {
                                "amount": 1477.89,
                                "currency": "EGP"
                              },
                              {
                                "amount": 1251.58,
                                "currency": "STN"
                              },
                              {
                                "amount": 2256.26,
                                "currency": "VES"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3642.09,
                            "currency": "XPF"
                          }
                        ],
                        [
                          {
                            "amount": 3568.47,
                            "currency": "VES"
                          },
                          {
                            "amount": 825.84,
                            "currency": "AOA"
                          },
                          {
                            "amount": 3342.69,
                            "currency": "KHR"
                          },
                          {
                            "amount": 487.86,
                            "currency": "TND"
                          },
                          {
                            "amount": 4615.44,
                            "currency": "MYR"
                          }
                        ],
                        [
                          {
                            "amount": 4212.37,
                            "currency": "EGP"
                          }
                        ],
                        [
                          {
                            "amount": 2487.73,
                            "currency": "BOB"
                          },
                          {
                            "amount": 746.74,
                            "currency": "TTD"
                          },
                          {
                            "amount": 3007.62,
                            "currency": "PLN"
                          }
                        ],
                        [
                          {
                            "amount": 531.75,
                            "currency": "NOK"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3610.54,
                            "currency": "XOF"
                          },
                          {
                            "amount": 2077.21,
                            "currency": "MOP"
                          },
                          {
                            "amount": 4993.97,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 4438.21,
                            "currency": "PYG"
                          },
                          {
                            "amount": 4445.95,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 4670.13,
                            "currency": "SGD"
                          },
                          {
                            "amount": 2200.08,
                            "currency": "XAF"
                          },
                          {
                            "amount": 3594.77,
                            "currency": "STN"
                          },
                          {
                            "amount": 3011.67,
                            "currency": "BDT"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Tx",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 859.57,
                                "currency": "AED"
                              },
                              {
                                "amount": 1596.17,
                                "currency": "STN"
                              },
                              {
                                "amount": 4311.61,
                                "currency": "USD"
                              },
                              {
                                "amount": 3093.9,
                                "currency": "MDL"
                              }
                            ],
                            [
                              {
                                "amount": 2711.14,
                                "currency": "ETB"
                              },
                              {
                                "amount": 4089.94,
                                "currency": "CHF"
                              },
                              {
                                "amount": 1242.27,
                                "currency": "JOD"
                              }
                            ],
                            [
                              {
                                "amount": 3640.04,
                                "currency": "MZN"
                              },
                              {
                                "amount": 4211.58,
                                "currency": "IDR"
                              },
                              {
                                "amount": 2082.88,
                                "currency": "USD"
                              },
                              {
                                "amount": 4026.21,
                                "currency": "STN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "RY",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3321.74,
                                "currency": "TOP"
                              },
                              {
                                "amount": 300.54,
                                "currency": "BYN"
                              },
                              {
                                "amount": 3555.68,
                                "currency": "FJD"
                              },
                              {
                                "amount": 252.6,
                                "currency": "SOS"
                              },
                              {
                                "amount": 2868.55,
                                "currency": "TND"
                              }
                            ],
                            [
                              {
                                "amount": 1388.51,
                                "currency": "XCD"
                              },
                              {
                                "amount": 4436.12,
                                "currency": "NIO"
                              },
                              {
                                "amount": 2987.7,
                                "currency": "BBD"
                              },
                              {
                                "amount": 3256.36,
                                "currency": "XPF"
                              },
                              {
                                "amount": 1749.95,
                                "currency": "HKD"
                              }
                            ],
                            [
                              {
                                "amount": 3121.4,
                                "currency": "GYD"
                              }
                            ],
                            [
                              {
                                "amount": 2501.84,
                                "currency": "JMD"
                              },
                              {
                                "amount": 1146.62,
                                "currency": "CVE"
                              },
                              {
                                "amount": 4472.79,
                                "currency": "GIP"
                              },
                              {
                                "amount": 3468.91,
                                "currency": "LBP"
                              },
                              {
                                "amount": 4035.6,
                                "currency": "TTD"
                              }
                            ],
                            [
                              {
                                "amount": 643.98,
                                "currency": "KES"
                              },
                              {
                                "amount": 4078.98,
                                "currency": "COP"
                              },
                              {
                                "amount": 4206.21,
                                "currency": "TND"
                              },
                              {
                                "amount": 4084.41,
                                "currency": "PYG"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "qN",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 601.9,
                                "currency": "TJS"
                              }
                            ],
                            [
                              {
                                "amount": 3168.03,
                                "currency": "TWD"
                              },
                              {
                                "amount": 4638.38,
                                "currency": "KRW"
                              },
                              {
                                "amount": 4939.73,
                                "currency": "CDF"
                              },
                              {
                                "amount": 3953.07,
                                "currency": "SSP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "iV",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2594.34,
                                "currency": "NZD"
                              },
                              {
                                "amount": 1466.52,
                                "currency": "PHP"
                              }
                            ],
                            [
                              {
                                "amount": 793.57,
                                "currency": "LSL"
                              },
                              {
                                "amount": 4332.91,
                                "currency": "BGN"
                              },
                              {
                                "amount": 4026.5,
                                "currency": "SYP"
                              },
                              {
                                "amount": 3599.82,
                                "currency": "KGS"
                              }
                            ],
                            [
                              {
                                "amount": 1218.03,
                                "currency": "CHF"
                              },
                              {
                                "amount": 4235.71,
                                "currency": "TZS"
                              },
                              {
                                "amount": 76.57,
                                "currency": "MNT"
                              },
                              {
                                "amount": 3953.53,
                                "currency": "SSP"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 64.91,
                            "currency": "TMT"
                          },
                          {
                            "amount": 817.16,
                            "currency": "IRR"
                          },
                          {
                            "amount": 4229.05,
                            "currency": "NPR"
                          },
                          {
                            "amount": 411.96,
                            "currency": "HKD"
                          },
                          {
                            "amount": 200.65,
                            "currency": "QAR"
                          }
                        ],
                        [
                          {
                            "amount": 558.42,
                            "currency": "DZD"
                          },
                          {
                            "amount": 2665.17,
                            "currency": "SSP"
                          },
                          {
                            "amount": 3395.85,
                            "currency": "TTD"
                          }
                        ],
                        [
                          {
                            "amount": 2441.89,
                            "currency": "CDF"
                          },
                          {
                            "amount": 2562.64,
                            "currency": "THB"
                          },
                          {
                            "amount": 3245.77,
                            "currency": "SYP"
                          },
                          {
                            "amount": 4203.01,
                            "currency": "NIO"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1609.26,
                            "currency": "GEL"
                          },
                          {
                            "amount": 3322.2,
                            "currency": "LRD"
                          },
                          {
                            "amount": 3037.86,
                            "currency": "TND"
                          },
                          {
                            "amount": 670.54,
                            "currency": "TOP"
                          }
                        ],
                        [
                          {
                            "amount": 3580.99,
                            "currency": "PKR"
                          },
                          {
                            "amount": 1317.58,
                            "currency": "SCR"
                          },
                          {
                            "amount": 433.61,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 1138.77,
                            "currency": "BGN"
                          },
                          {
                            "amount": 3279.9,
                            "currency": "SGD"
                          },
                          {
                            "amount": 92.08,
                            "currency": "QAR"
                          }
                        ],
                        [
                          {
                            "amount": 552.39,
                            "currency": "USD"
                          },
                          {
                            "amount": 3088.5,
                            "currency": "GBP"
                          }
                        ],
                        [
                          {
                            "amount": 2913.98,
                            "currency": "PYG"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4411.73,
                            "currency": "CRC"
                          },
                          {
                            "amount": 42.48,
                            "currency": "NGN"
                          },
                          {
                            "amount": 3869.4,
                            "currency": "VUV"
                          },
                          {
                            "amount": 1813.29,
                            "currency": "KMF"
                          },
                          {
                            "amount": 2730.16,
                            "currency": "CRC"
                          }
                        ],
                        [
                          {
                            "amount": 2727.56,
                            "currency": "PEN"
                          },
                          {
                            "amount": 4933.71,
                            "currency": "HUF"
                          },
                          {
                            "amount": 2132.62,
                            "currency": "AZN"
                          }
                        ],
                        [
                          {
                            "amount": 2742.03,
                            "currency": "PKR"
                          },
                          {
                            "amount": 3071.6,
                            "currency": "BYN"
                          },
                          {
                            "amount": 3046.29,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 1901.87,
                            "currency": "ILS"
                          },
                          {
                            "amount": 4817.92,
                            "currency": "PAB"
                          },
                          {
                            "amount": 164.46,
                            "currency": "TRY"
                          },
                          {
                            "amount": 4621.63,
                            "currency": "ZMW"
                          }
                        ],
                        [
                          {
                            "amount": 2942.21,
                            "currency": "STN"
                          },
                          {
                            "amount": 2956.26,
                            "currency": "LYD"
                          },
                          {
                            "amount": 838.92,
                            "currency": "PLN"
                          },
                          {
                            "amount": 2518.43,
                            "currency": "GTQ"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "33377414",
                    "percentage": 7.1,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3181.19,
                            "currency": "AUD"
                          }
                        ],
                        [
                          {
                            "amount": 4853.95,
                            "currency": "STN"
                          }
                        ],
                        [
                          {
                            "amount": 623.21,
                            "currency": "CNY"
                          },
                          {
                            "amount": 2948.97,
                            "currency": "RON"
                          },
                          {
                            "amount": 3099.68,
                            "currency": "XPF"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Connection"
              }
            },
            {
              "availableInventory": 26,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Veronica",
                    "index": 2,
                    "lastName": "Homenick",
                    "tierLevel": "Red",
                    "tierLevelNumber": 5,
                    "type": "YTH"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4291.22,
                            "currency": "DJF"
                          },
                          {
                            "amount": 4455.89,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4510.62,
                            "currency": "UYU"
                          },
                          {
                            "amount": 3148.32,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 1705.34,
                            "currency": "GTQ"
                          }
                        ],
                        [
                          {
                            "amount": 4021.94,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 4668.71,
                            "currency": "MYR"
                          },
                          {
                            "amount": 2063.55,
                            "currency": "GTQ"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 141.81,
                            "currency": "GMD"
                          },
                          {
                            "amount": 4230.22,
                            "currency": "IDR"
                          },
                          {
                            "amount": 2980.25,
                            "currency": "MNT"
                          },
                          {
                            "amount": 3101.75,
                            "currency": "DOP"
                          },
                          {
                            "amount": 392.08,
                            "currency": "NIO"
                          }
                        ],
                        [
                          {
                            "amount": 439.02,
                            "currency": "NIO"
                          },
                          {
                            "amount": 1749.31,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 2405.7,
                            "currency": "TND"
                          },
                          {
                            "amount": 4783.36,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1345.55,
                            "currency": "KGS"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "tH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4303.91,
                                "currency": "STN"
                              },
                              {
                                "amount": 1306.85,
                                "currency": "SBD"
                              },
                              {
                                "amount": 2863.83,
                                "currency": "JPY"
                              },
                              {
                                "amount": 775.72,
                                "currency": "DOP"
                              },
                              {
                                "amount": 3154.27,
                                "currency": "DOP"
                              }
                            ],
                            [
                              {
                                "amount": 2447.18,
                                "currency": "DJF"
                              },
                              {
                                "amount": 1044.5,
                                "currency": "AED"
                              }
                            ],
                            [
                              {
                                "amount": 1155.76,
                                "currency": "BAM"
                              }
                            ],
                            [
                              {
                                "amount": 4884.78,
                                "currency": "KGS"
                              },
                              {
                                "amount": 4442.53,
                                "currency": "MDL"
                              },
                              {
                                "amount": 4406.94,
                                "currency": "XCD"
                              },
                              {
                                "amount": 4951.19,
                                "currency": "SEK"
                              }
                            ],
                            [
                              {
                                "amount": 1204.87,
                                "currency": "SLE"
                              },
                              {
                                "amount": 3852.26,
                                "currency": "TTD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "bU",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2373.67,
                                "currency": "VES"
                              },
                              {
                                "amount": 288.95,
                                "currency": "MAD"
                              }
                            ],
                            [
                              {
                                "amount": 414.96,
                                "currency": "JOD"
                              },
                              {
                                "amount": 3884.7,
                                "currency": "MOP"
                              },
                              {
                                "amount": 2885.72,
                                "currency": "PLN"
                              },
                              {
                                "amount": 66.07,
                                "currency": "UYU"
                              }
                            ],
                            [
                              {
                                "amount": 3167.34,
                                "currency": "BSD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "rQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3859.72,
                                "currency": "DJF"
                              },
                              {
                                "amount": 3087.92,
                                "currency": "MYR"
                              },
                              {
                                "amount": 1182.64,
                                "currency": "TRY"
                              },
                              {
                                "amount": 159.4,
                                "currency": "BOB"
                              },
                              {
                                "amount": 208.04,
                                "currency": "TTD"
                              }
                            ],
                            [
                              {
                                "amount": 2051.94,
                                "currency": "MDL"
                              }
                            ],
                            [
                              {
                                "amount": 2643.48,
                                "currency": "AUD"
                              }
                            ],
                            [
                              {
                                "amount": 482.48,
                                "currency": "KYD"
                              },
                              {
                                "amount": 3912.72,
                                "currency": "ETB"
                              },
                              {
                                "amount": 1601.32,
                                "currency": "MAD"
                              },
                              {
                                "amount": 4139.15,
                                "currency": "PKR"
                              },
                              {
                                "amount": 1673.13,
                                "currency": "TJS"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3724.45,
                            "currency": "NIO"
                          },
                          {
                            "amount": 1565.48,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 4822.66,
                            "currency": "KZT"
                          },
                          {
                            "amount": 4003.22,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 865.65,
                            "currency": "BND"
                          },
                          {
                            "amount": 1748.72,
                            "currency": "GBP"
                          },
                          {
                            "amount": 585.59,
                            "currency": "HUF"
                          }
                        ],
                        [
                          {
                            "amount": 1479.5,
                            "currency": "ARS"
                          }
                        ],
                        [
                          {
                            "amount": 339,
                            "currency": "SZL"
                          },
                          {
                            "amount": 4381.6,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 3665.63,
                            "currency": "BHD"
                          },
                          {
                            "amount": 4075.59,
                            "currency": "SDG"
                          }
                        ],
                        [
                          {
                            "amount": 3526.36,
                            "currency": "RON"
                          },
                          {
                            "amount": 4845.83,
                            "currency": "GEL"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "WI",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3948.55,
                                "currency": "GYD"
                              }
                            ],
                            [
                              {
                                "amount": 3859.9,
                                "currency": "ISK"
                              },
                              {
                                "amount": 927.49,
                                "currency": "UGX"
                              },
                              {
                                "amount": 2469.31,
                                "currency": "MVR"
                              },
                              {
                                "amount": 4986.21,
                                "currency": "NZD"
                              },
                              {
                                "amount": 1761.03,
                                "currency": "CRC"
                              }
                            ],
                            [
                              {
                                "amount": 4620.45,
                                "currency": "KGS"
                              },
                              {
                                "amount": 470.27,
                                "currency": "JMD"
                              },
                              {
                                "amount": 4053.87,
                                "currency": "TND"
                              },
                              {
                                "amount": 321.86,
                                "currency": "TWD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "gx",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 507.21,
                                "currency": "XOF"
                              },
                              {
                                "amount": 879.05,
                                "currency": "KES"
                              },
                              {
                                "amount": 1966.87,
                                "currency": "MYR"
                              },
                              {
                                "amount": 4611.94,
                                "currency": "MWK"
                              },
                              {
                                "amount": 3992.37,
                                "currency": "SAR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "cn",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2712.69,
                                "currency": "JMD"
                              },
                              {
                                "amount": 4317.91,
                                "currency": "BDT"
                              },
                              {
                                "amount": 442.12,
                                "currency": "MUR"
                              },
                              {
                                "amount": 740.94,
                                "currency": "TOP"
                              }
                            ],
                            [
                              {
                                "amount": 4422.55,
                                "currency": "WST"
                              },
                              {
                                "amount": 927.32,
                                "currency": "KPW"
                              },
                              {
                                "amount": 3724.37,
                                "currency": "RSD"
                              },
                              {
                                "amount": 4590.27,
                                "currency": "ANG"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4519.82,
                            "currency": "KES"
                          },
                          {
                            "amount": 3444.05,
                            "currency": "PKR"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2281.77,
                            "currency": "TJS"
                          },
                          {
                            "amount": 2059.43,
                            "currency": "CLP"
                          },
                          {
                            "amount": 2428.2,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 1655.6,
                            "currency": "RUB"
                          },
                          {
                            "amount": 3462.55,
                            "currency": "AOA"
                          },
                          {
                            "amount": 4634.84,
                            "currency": "KPW"
                          },
                          {
                            "amount": 3307.51,
                            "currency": "MNT"
                          }
                        ],
                        [
                          {
                            "amount": 3594.61,
                            "currency": "MOP"
                          },
                          {
                            "amount": 4243.29,
                            "currency": "SDG"
                          },
                          {
                            "amount": 1586.44,
                            "currency": "LRD"
                          },
                          {
                            "amount": 1705.6,
                            "currency": "CZK"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 3473.05,
                            "currency": "BIF"
                          },
                          {
                            "amount": 4642.61,
                            "currency": "FKP"
                          },
                          {
                            "amount": 1447.9,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 3022.97,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 4633.28,
                            "currency": "ALL"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "01222416",
                    "percentage": 5.3,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 1423.43,
                            "currency": "ISK"
                          },
                          {
                            "amount": 4714.83,
                            "currency": "MWK"
                          },
                          {
                            "amount": 3180.4,
                            "currency": "ARS"
                          },
                          {
                            "amount": 1738.89,
                            "currency": "CHF"
                          }
                        ],
                        [
                          {
                            "amount": 2533.58,
                            "currency": "BIF"
                          },
                          {
                            "amount": 2234.9,
                            "currency": "JMD"
                          },
                          {
                            "amount": 4601.45,
                            "currency": "XPF"
                          },
                          {
                            "amount": 4955.53,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 4921.08,
                            "currency": "SSP"
                          }
                        ],
                        [
                          {
                            "amount": 507.85,
                            "currency": "LAK"
                          }
                        ],
                        [
                          {
                            "amount": 1391.54,
                            "currency": "BRL"
                          },
                          {
                            "amount": 2277.76,
                            "currency": "LBP"
                          },
                          {
                            "amount": 1033.81,
                            "currency": "DOP"
                          },
                          {
                            "amount": 2856.12,
                            "currency": "ILS"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Madelyn",
                    "index": 3,
                    "lastName": "Witting",
                    "tierLevel": "Platinum",
                    "tierLevelNumber": 1,
                    "type": "ADT"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2331.44,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 3974.7,
                            "currency": "CUP"
                          },
                          {
                            "amount": 4924.32,
                            "currency": "AMD"
                          },
                          {
                            "amount": 363.36,
                            "currency": "ETB"
                          },
                          {
                            "amount": 936.16,
                            "currency": "AED"
                          }
                        ],
                        [
                          {
                            "amount": 2148.99,
                            "currency": "CRC"
                          },
                          {
                            "amount": 3238.84,
                            "currency": "KHR"
                          },
                          {
                            "amount": 1002.16,
                            "currency": "DJF"
                          }
                        ],
                        [
                          {
                            "amount": 1545.22,
                            "currency": "USD"
                          },
                          {
                            "amount": 377.78,
                            "currency": "GBP"
                          },
                          {
                            "amount": 2748.1,
                            "currency": "ANG"
                          },
                          {
                            "amount": 1962.04,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 4631.38,
                            "currency": "CVE"
                          },
                          {
                            "amount": 1850.14,
                            "currency": "UAH"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1303.15,
                            "currency": "MNT"
                          },
                          {
                            "amount": 2969.45,
                            "currency": "IDR"
                          },
                          {
                            "amount": 4889.5,
                            "currency": "MVR"
                          },
                          {
                            "amount": 529.25,
                            "currency": "EUR"
                          },
                          {
                            "amount": 2088.63,
                            "currency": "AMD"
                          }
                        ],
                        [
                          {
                            "amount": 36.11,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 2228.14,
                            "currency": "KYD"
                          },
                          {
                            "amount": 2427.15,
                            "currency": "MZN"
                          },
                          {
                            "amount": 479.35,
                            "currency": "USD"
                          },
                          {
                            "amount": 3876.45,
                            "currency": "BHD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Cb",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2333,
                                "currency": "TTD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "HH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4376.15,
                                "currency": "MAD"
                              },
                              {
                                "amount": 1919.57,
                                "currency": "RWF"
                              },
                              {
                                "amount": 3350.41,
                                "currency": "SZL"
                              }
                            ],
                            [
                              {
                                "amount": 4665.77,
                                "currency": "SGD"
                              },
                              {
                                "amount": 1287.94,
                                "currency": "CVE"
                              },
                              {
                                "amount": 302.16,
                                "currency": "DJF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "aH",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1219.05,
                                "currency": "CAD"
                              },
                              {
                                "amount": 237.03,
                                "currency": "FKP"
                              },
                              {
                                "amount": 2822.49,
                                "currency": "MDL"
                              },
                              {
                                "amount": 2475.07,
                                "currency": "CDF"
                              },
                              {
                                "amount": 2565.68,
                                "currency": "MDL"
                              }
                            ],
                            [
                              {
                                "amount": 2931.36,
                                "currency": "ZWL"
                              }
                            ],
                            [
                              {
                                "amount": 249.7,
                                "currency": "AFN"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4081.5,
                            "currency": "ISK"
                          },
                          {
                            "amount": 2736.75,
                            "currency": "UAH"
                          },
                          {
                            "amount": 4781.52,
                            "currency": "GBP"
                          },
                          {
                            "amount": 2684.92,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 800.34,
                            "currency": "SBD"
                          },
                          {
                            "amount": 4915.27,
                            "currency": "PGK"
                          },
                          {
                            "amount": 3571.67,
                            "currency": "OMR"
                          },
                          {
                            "amount": 869.57,
                            "currency": "SGD"
                          },
                          {
                            "amount": 391.52,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 2000.36,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4699.4,
                            "currency": "AUD"
                          },
                          {
                            "amount": 1370.85,
                            "currency": "MXN"
                          },
                          {
                            "amount": 3855.25,
                            "currency": "UAH"
                          },
                          {
                            "amount": 4315.89,
                            "currency": "XAF"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4688.52,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1061.99,
                            "currency": "AFN"
                          }
                        ],
                        [
                          {
                            "amount": 1613.69,
                            "currency": "SRD"
                          },
                          {
                            "amount": 2337.22,
                            "currency": "NOK"
                          }
                        ],
                        [
                          {
                            "amount": 1784.92,
                            "currency": "INR"
                          },
                          {
                            "amount": 1542.2,
                            "currency": "MRU"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "xd",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1491.16,
                                "currency": "COP"
                              },
                              {
                                "amount": 4460.28,
                                "currency": "GYD"
                              },
                              {
                                "amount": 4137.81,
                                "currency": "VES"
                              },
                              {
                                "amount": 2511.64,
                                "currency": "XAF"
                              }
                            ],
                            [
                              {
                                "amount": 3973.98,
                                "currency": "PYG"
                              },
                              {
                                "amount": 4588.28,
                                "currency": "MMK"
                              }
                            ],
                            [
                              {
                                "amount": 2808.9,
                                "currency": "THB"
                              },
                              {
                                "amount": 467.3,
                                "currency": "SHP"
                              }
                            ],
                            [
                              {
                                "amount": 750.41,
                                "currency": "SLE"
                              },
                              {
                                "amount": 1740.36,
                                "currency": "TJS"
                              },
                              {
                                "amount": 1408.69,
                                "currency": "TMT"
                              }
                            ],
                            [
                              {
                                "amount": 614.34,
                                "currency": "SZL"
                              },
                              {
                                "amount": 2069.22,
                                "currency": "NOK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "hz",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1920.53,
                                "currency": "TJS"
                              }
                            ],
                            [
                              {
                                "amount": 3741.77,
                                "currency": "MGA"
                              },
                              {
                                "amount": 2434.99,
                                "currency": "SOS"
                              },
                              {
                                "amount": 4090.88,
                                "currency": "BHD"
                              }
                            ],
                            [
                              {
                                "amount": 4280.22,
                                "currency": "HTG"
                              },
                              {
                                "amount": 2052.3,
                                "currency": "UZS"
                              },
                              {
                                "amount": 4298.22,
                                "currency": "QAR"
                              }
                            ],
                            [
                              {
                                "amount": 3540.02,
                                "currency": "UZS"
                              },
                              {
                                "amount": 3926.33,
                                "currency": "DZD"
                              },
                              {
                                "amount": 1848.59,
                                "currency": "BTN"
                              },
                              {
                                "amount": 3768.87,
                                "currency": "LRD"
                              }
                            ],
                            [
                              {
                                "amount": 4787.76,
                                "currency": "CLP"
                              },
                              {
                                "amount": 592.85,
                                "currency": "KES"
                              },
                              {
                                "amount": 1525.14,
                                "currency": "UAH"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "aQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3613.57,
                                "currency": "VES"
                              },
                              {
                                "amount": 3851.2,
                                "currency": "SOS"
                              },
                              {
                                "amount": 4456.1,
                                "currency": "KGS"
                              },
                              {
                                "amount": 4129.67,
                                "currency": "KHR"
                              }
                            ],
                            [
                              {
                                "amount": 3634.69,
                                "currency": "EGP"
                              },
                              {
                                "amount": 4335.84,
                                "currency": "CAD"
                              },
                              {
                                "amount": 168.46,
                                "currency": "LYD"
                              },
                              {
                                "amount": 3478.79,
                                "currency": "ARS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "RD",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 368.98,
                                "currency": "BIF"
                              }
                            ],
                            [
                              {
                                "amount": 2936.93,
                                "currency": "GHS"
                              },
                              {
                                "amount": 4026.88,
                                "currency": "UZS"
                              },
                              {
                                "amount": 760.6,
                                "currency": "DZD"
                              }
                            ],
                            [
                              {
                                "amount": 4236.3,
                                "currency": "RSD"
                              },
                              {
                                "amount": 1663.37,
                                "currency": "PKR"
                              },
                              {
                                "amount": 668.59,
                                "currency": "JMD"
                              },
                              {
                                "amount": 3926.28,
                                "currency": "KPW"
                              },
                              {
                                "amount": 595.22,
                                "currency": "MDL"
                              }
                            ],
                            [
                              {
                                "amount": 1731.89,
                                "currency": "KGS"
                              },
                              {
                                "amount": 2499.54,
                                "currency": "KHR"
                              },
                              {
                                "amount": 2178,
                                "currency": "MDL"
                              },
                              {
                                "amount": 4563.17,
                                "currency": "TWD"
                              },
                              {
                                "amount": 3042.09,
                                "currency": "TZS"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4968.58,
                            "currency": "KRW"
                          },
                          {
                            "amount": 1106.97,
                            "currency": "CHF"
                          },
                          {
                            "amount": 4228.94,
                            "currency": "UZS"
                          },
                          {
                            "amount": 2382.94,
                            "currency": "HNL"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4601.73,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 2205.03,
                            "currency": "MGA"
                          },
                          {
                            "amount": 1282.28,
                            "currency": "MZN"
                          }
                        ],
                        [
                          {
                            "amount": 3881.83,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 4132.46,
                            "currency": "NPR"
                          },
                          {
                            "amount": 2787.99,
                            "currency": "UYU"
                          },
                          {
                            "amount": 97.87,
                            "currency": "ZMW"
                          },
                          {
                            "amount": 799.56,
                            "currency": "LRD"
                          }
                        ],
                        [
                          {
                            "amount": 1216.4,
                            "currency": "AMD"
                          },
                          {
                            "amount": 1428.85,
                            "currency": "IRR"
                          },
                          {
                            "amount": 2507.43,
                            "currency": "RUB"
                          },
                          {
                            "amount": 1009.89,
                            "currency": "VES"
                          },
                          {
                            "amount": 3734.78,
                            "currency": "BYN"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2834.89,
                            "currency": "UYU"
                          },
                          {
                            "amount": 4121.38,
                            "currency": "IDR"
                          },
                          {
                            "amount": 734.53,
                            "currency": "KES"
                          },
                          {
                            "amount": 1491.47,
                            "currency": "BIF"
                          }
                        ],
                        [
                          {
                            "amount": 1582.58,
                            "currency": "ILS"
                          },
                          {
                            "amount": 653.16,
                            "currency": "SLE"
                          },
                          {
                            "amount": 4908.37,
                            "currency": "BYN"
                          },
                          {
                            "amount": 3123.21,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 4263.17,
                            "currency": "THB"
                          }
                        ],
                        [
                          {
                            "amount": 3421.51,
                            "currency": "MDL"
                          },
                          {
                            "amount": 1697.97,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 1217.4,
                            "currency": "PAB"
                          },
                          {
                            "amount": 3886.61,
                            "currency": "RON"
                          },
                          {
                            "amount": 4627.81,
                            "currency": "KMF"
                          },
                          {
                            "amount": 1976.59,
                            "currency": "JOD"
                          },
                          {
                            "amount": 3912.62,
                            "currency": "BHD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "46094637",
                    "percentage": 13.7,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 3991.49,
                            "currency": "TWD"
                          },
                          {
                            "amount": 4892.73,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 2591.38,
                            "currency": "INR"
                          },
                          {
                            "amount": 1472.32,
                            "currency": "MOP"
                          },
                          {
                            "amount": 3220.39,
                            "currency": "ANG"
                          },
                          {
                            "amount": 2519.7,
                            "currency": "KYD"
                          },
                          {
                            "amount": 1521.26,
                            "currency": "BMD"
                          }
                        ],
                        [
                          {
                            "amount": 3086.92,
                            "currency": "BAM"
                          },
                          {
                            "amount": 226.49,
                            "currency": "NPR"
                          }
                        ],
                        [
                          {
                            "amount": 2865.97,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 1456.15,
                            "currency": "XOF"
                          },
                          {
                            "amount": 748.32,
                            "currency": "AOA"
                          }
                        ],
                        [
                          {
                            "amount": 2277.66,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 2538.47,
                            "currency": "ERN"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Roma",
                    "index": 2,
                    "lastName": "Hartmann",
                    "tierLevel": "Red",
                    "tierLevelNumber": 2,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 2539.1,
                            "currency": "SEK"
                          },
                          {
                            "amount": 1025.31,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 2365.95,
                            "currency": "MXN"
                          },
                          {
                            "amount": 2384.64,
                            "currency": "LYD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4972.19,
                            "currency": "LKR"
                          }
                        ],
                        [
                          {
                            "amount": 1618.4,
                            "currency": "SCR"
                          },
                          {
                            "amount": 3763.12,
                            "currency": "PKR"
                          },
                          {
                            "amount": 4937.03,
                            "currency": "HNL"
                          },
                          {
                            "amount": 502.17,
                            "currency": "AMD"
                          }
                        ],
                        [
                          {
                            "amount": 567.8,
                            "currency": "XPF"
                          },
                          {
                            "amount": 655.1,
                            "currency": "BDT"
                          },
                          {
                            "amount": 1253.39,
                            "currency": "TTD"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "qy",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2884.53,
                                "currency": "PLN"
                              },
                              {
                                "amount": 3622.13,
                                "currency": "LRD"
                              }
                            ],
                            [
                              {
                                "amount": 2107.81,
                                "currency": "TND"
                              },
                              {
                                "amount": 193.59,
                                "currency": "CDF"
                              },
                              {
                                "amount": 1325.72,
                                "currency": "MVR"
                              },
                              {
                                "amount": 691.78,
                                "currency": "PHP"
                              }
                            ],
                            [
                              {
                                "amount": 2891.05,
                                "currency": "BRL"
                              },
                              {
                                "amount": 3022.13,
                                "currency": "MDL"
                              },
                              {
                                "amount": 2439.25,
                                "currency": "UAH"
                              },
                              {
                                "amount": 3778.52,
                                "currency": "PAB"
                              }
                            ],
                            [
                              {
                                "amount": 1553.39,
                                "currency": "MRU"
                              },
                              {
                                "amount": 2074.04,
                                "currency": "PEN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "oX",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2144.82,
                                "currency": "AOA"
                              }
                            ],
                            [
                              {
                                "amount": 1184.53,
                                "currency": "BYN"
                              },
                              {
                                "amount": 35.3,
                                "currency": "GYD"
                              },
                              {
                                "amount": 1503.48,
                                "currency": "NGN"
                              },
                              {
                                "amount": 1443.66,
                                "currency": "MRU"
                              },
                              {
                                "amount": 1005.62,
                                "currency": "MAD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4557.1,
                            "currency": "XCD"
                          },
                          {
                            "amount": 2526.65,
                            "currency": "ANG"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2739.9,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 1280.04,
                            "currency": "TWD"
                          },
                          {
                            "amount": 3323.27,
                            "currency": "ZWL"
                          },
                          {
                            "amount": 1419.29,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 3302.8,
                            "currency": "CAD"
                          },
                          {
                            "amount": 2080.44,
                            "currency": "DKK"
                          },
                          {
                            "amount": 645.44,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 644.44,
                            "currency": "PKR"
                          }
                        ],
                        [
                          {
                            "amount": 2388.18,
                            "currency": "QAR"
                          },
                          {
                            "amount": 1282.54,
                            "currency": "CAD"
                          },
                          {
                            "amount": 1207.82,
                            "currency": "HTG"
                          },
                          {
                            "amount": 1821.1,
                            "currency": "DOP"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "bd",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1376.82,
                                "currency": "SCR"
                              }
                            ],
                            [
                              {
                                "amount": 1921.88,
                                "currency": "DJF"
                              },
                              {
                                "amount": 4200.85,
                                "currency": "PEN"
                              },
                              {
                                "amount": 4021.84,
                                "currency": "MKD"
                              }
                            ],
                            [
                              {
                                "amount": 4671.18,
                                "currency": "GIP"
                              },
                              {
                                "amount": 1886.1,
                                "currency": "FKP"
                              },
                              {
                                "amount": 2886.98,
                                "currency": "GEL"
                              },
                              {
                                "amount": 2982.96,
                                "currency": "PGK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "De",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2605.33,
                                "currency": "ZMW"
                              },
                              {
                                "amount": 4010.94,
                                "currency": "IRR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "wp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1034.23,
                                "currency": "KWD"
                              },
                              {
                                "amount": 3902.69,
                                "currency": "LBP"
                              }
                            ],
                            [
                              {
                                "amount": 1779.49,
                                "currency": "YER"
                              },
                              {
                                "amount": 4596.12,
                                "currency": "KRW"
                              },
                              {
                                "amount": 489.25,
                                "currency": "TZS"
                              },
                              {
                                "amount": 4861.68,
                                "currency": "BSD"
                              },
                              {
                                "amount": 4304.75,
                                "currency": "IQD"
                              }
                            ],
                            [
                              {
                                "amount": 1532.43,
                                "currency": "TND"
                              }
                            ],
                            [
                              {
                                "amount": 4183.67,
                                "currency": "CUP"
                              },
                              {
                                "amount": 1978.09,
                                "currency": "GTQ"
                              },
                              {
                                "amount": 4588.68,
                                "currency": "MDL"
                              },
                              {
                                "amount": 2455.52,
                                "currency": "CAD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4721.67,
                            "currency": "HNL"
                          },
                          {
                            "amount": 3992.19,
                            "currency": "GNF"
                          }
                        ],
                        [
                          {
                            "amount": 4600.98,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1307.35,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 1290.47,
                            "currency": "SSP"
                          },
                          {
                            "amount": 1248.42,
                            "currency": "FKP"
                          },
                          {
                            "amount": 4684.32,
                            "currency": "KMF"
                          },
                          {
                            "amount": 1967.22,
                            "currency": "TJS"
                          },
                          {
                            "amount": 4339.77,
                            "currency": "AZN"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1547.54,
                            "currency": "KMF"
                          }
                        ],
                        [
                          {
                            "amount": 4118.86,
                            "currency": "SBD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4410.14,
                            "currency": "CZK"
                          },
                          {
                            "amount": 3370.29,
                            "currency": "LRD"
                          },
                          {
                            "amount": 4709.02,
                            "currency": "DZD"
                          },
                          {
                            "amount": 4281.51,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 4580.61,
                            "currency": "RON"
                          },
                          {
                            "amount": 665.13,
                            "currency": "LBP"
                          },
                          {
                            "amount": 2304.16,
                            "currency": "BDT"
                          },
                          {
                            "amount": 4014.41,
                            "currency": "BND"
                          },
                          {
                            "amount": 1619.68,
                            "currency": "AUD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "06823974",
                    "percentage": 22,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 806.37,
                            "currency": "MNT"
                          },
                          {
                            "amount": 4800.57,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2066.11,
                            "currency": "CAD"
                          },
                          {
                            "amount": 425.1,
                            "currency": "KWD"
                          },
                          {
                            "amount": 1437.24,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 4926.41,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1719.22,
                            "currency": "PYG"
                          },
                          {
                            "amount": 1101.22,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 1494.87,
                            "currency": "KMF"
                          },
                          {
                            "amount": 866.22,
                            "currency": "BDT"
                          }
                        ],
                        [
                          {
                            "amount": 1326.81,
                            "currency": "BND"
                          },
                          {
                            "amount": 3769.89,
                            "currency": "CRC"
                          },
                          {
                            "amount": 3640.74,
                            "currency": "JMD"
                          },
                          {
                            "amount": 2524.33,
                            "currency": "MXN"
                          },
                          {
                            "amount": 1798.18,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 1484.73,
                            "currency": "TZS"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "PET",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Outbound"
              }
            },
            {
              "availableInventory": 18,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Claud",
                    "index": 3,
                    "lastName": "Bins",
                    "tierLevel": "Red",
                    "tierLevelNumber": 2,
                    "type": "INF"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 841.97,
                            "currency": "AUD"
                          },
                          {
                            "amount": 3064.57,
                            "currency": "NPR"
                          },
                          {
                            "amount": 3725.47,
                            "currency": "MYR"
                          },
                          {
                            "amount": 96.32,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2160.77,
                            "currency": "PGK"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 251.96,
                            "currency": "SYP"
                          }
                        ],
                        [
                          {
                            "amount": 3649.27,
                            "currency": "SZL"
                          },
                          {
                            "amount": 964.17,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 4623.9,
                            "currency": "BDT"
                          },
                          {
                            "amount": 2528.68,
                            "currency": "BWP"
                          },
                          {
                            "amount": 2974.52,
                            "currency": "PAB"
                          },
                          {
                            "amount": 1560.49,
                            "currency": "TJS"
                          }
                        ],
                        [
                          {
                            "amount": 1503.83,
                            "currency": "BMD"
                          },
                          {
                            "amount": 3402.99,
                            "currency": "CHF"
                          }
                        ],
                        [
                          {
                            "amount": 4726.52,
                            "currency": "SLE"
                          },
                          {
                            "amount": 63.63,
                            "currency": "TZS"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "lr",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3231.43,
                                "currency": "BDT"
                              },
                              {
                                "amount": 3421.75,
                                "currency": "CRC"
                              },
                              {
                                "amount": 3431.79,
                                "currency": "RSD"
                              },
                              {
                                "amount": 4611.93,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 2367,
                                "currency": "LSL"
                              },
                              {
                                "amount": 3654.61,
                                "currency": "SLE"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "JF",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 105.56,
                                "currency": "XOF"
                              },
                              {
                                "amount": 826.05,
                                "currency": "BGN"
                              },
                              {
                                "amount": 4519.12,
                                "currency": "CAD"
                              },
                              {
                                "amount": 2200.33,
                                "currency": "COP"
                              },
                              {
                                "amount": 1100.75,
                                "currency": "PLN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "tm",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2186.55,
                                "currency": "AOA"
                              },
                              {
                                "amount": 1313.16,
                                "currency": "MAD"
                              },
                              {
                                "amount": 258.74,
                                "currency": "XPF"
                              },
                              {
                                "amount": 3543.49,
                                "currency": "NGN"
                              },
                              {
                                "amount": 2621.74,
                                "currency": "MAD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "qx",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3723.02,
                                "currency": "ARS"
                              },
                              {
                                "amount": 3595.64,
                                "currency": "JPY"
                              }
                            ],
                            [
                              {
                                "amount": 1042.78,
                                "currency": "HTG"
                              },
                              {
                                "amount": 203.83,
                                "currency": "MUR"
                              },
                              {
                                "amount": 1884.12,
                                "currency": "XPF"
                              },
                              {
                                "amount": 4764.88,
                                "currency": "CZK"
                              }
                            ],
                            [
                              {
                                "amount": 1607.67,
                                "currency": "HTG"
                              },
                              {
                                "amount": 2441.5,
                                "currency": "PKR"
                              },
                              {
                                "amount": 1396.29,
                                "currency": "GNF"
                              },
                              {
                                "amount": 1690.88,
                                "currency": "OMR"
                              },
                              {
                                "amount": 3794.04,
                                "currency": "SZL"
                              }
                            ],
                            [
                              {
                                "amount": 3382.53,
                                "currency": "TWD"
                              },
                              {
                                "amount": 2505.72,
                                "currency": "BRL"
                              },
                              {
                                "amount": 3763.87,
                                "currency": "TTD"
                              },
                              {
                                "amount": 3209.48,
                                "currency": "LBP"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Gw",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3065.52,
                                "currency": "FKP"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 474.67,
                            "currency": "ISK"
                          },
                          {
                            "amount": 381.88,
                            "currency": "SEK"
                          }
                        ],
                        [
                          {
                            "amount": 4437.23,
                            "currency": "BTN"
                          },
                          {
                            "amount": 2317.96,
                            "currency": "PYG"
                          },
                          {
                            "amount": 2005.39,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 4082.74,
                            "currency": "ZWL"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1681.89,
                            "currency": "NIO"
                          },
                          {
                            "amount": 1839.13,
                            "currency": "UAH"
                          },
                          {
                            "amount": 2793.62,
                            "currency": "VES"
                          },
                          {
                            "amount": 3419.98,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3610.47,
                            "currency": "ANG"
                          }
                        ],
                        [
                          {
                            "amount": 3879.72,
                            "currency": "AZN"
                          },
                          {
                            "amount": 17.19,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 2389.69,
                            "currency": "XAF"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Gq",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1381.88,
                                "currency": "PAB"
                              },
                              {
                                "amount": 4389.45,
                                "currency": "SCR"
                              },
                              {
                                "amount": 46.46,
                                "currency": "COP"
                              },
                              {
                                "amount": 4569.85,
                                "currency": "GHS"
                              },
                              {
                                "amount": 3027.7,
                                "currency": "COP"
                              }
                            ],
                            [
                              {
                                "amount": 849.26,
                                "currency": "BZD"
                              },
                              {
                                "amount": 417.25,
                                "currency": "ARS"
                              },
                              {
                                "amount": 4850.63,
                                "currency": "AZN"
                              },
                              {
                                "amount": 437.9,
                                "currency": "ARS"
                              }
                            ],
                            [
                              {
                                "amount": 31.72,
                                "currency": "QAR"
                              },
                              {
                                "amount": 2690.19,
                                "currency": "BRL"
                              },
                              {
                                "amount": 4724.28,
                                "currency": "PEN"
                              }
                            ],
                            [
                              {
                                "amount": 2923.37,
                                "currency": "GEL"
                              },
                              {
                                "amount": 780.51,
                                "currency": "GBP"
                              },
                              {
                                "amount": 594.29,
                                "currency": "NAD"
                              },
                              {
                                "amount": 2870.7,
                                "currency": "BGN"
                              },
                              {
                                "amount": 722.19,
                                "currency": "JMD"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "vK",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 173.71,
                                "currency": "BYN"
                              },
                              {
                                "amount": 3802.36,
                                "currency": "OMR"
                              },
                              {
                                "amount": 2801.59,
                                "currency": "EUR"
                              },
                              {
                                "amount": 4930.13,
                                "currency": "AZN"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4923.16,
                            "currency": "BBD"
                          },
                          {
                            "amount": 3178.71,
                            "currency": "SAR"
                          },
                          {
                            "amount": 1093.06,
                            "currency": "DJF"
                          }
                        ],
                        [
                          {
                            "amount": 1298.8,
                            "currency": "YER"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 351.47,
                            "currency": "BYN"
                          },
                          {
                            "amount": 697.11,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 2282.91,
                            "currency": "LBP"
                          }
                        ],
                        [
                          {
                            "amount": 3291.29,
                            "currency": "DKK"
                          },
                          {
                            "amount": 4633.1,
                            "currency": "IQD"
                          },
                          {
                            "amount": 711.3,
                            "currency": "BRL"
                          },
                          {
                            "amount": 61.37,
                            "currency": "NZD"
                          },
                          {
                            "amount": 1333.89,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 1690.64,
                            "currency": "MXN"
                          },
                          {
                            "amount": 1499.03,
                            "currency": "CUP"
                          },
                          {
                            "amount": 4356.43,
                            "currency": "DJF"
                          },
                          {
                            "amount": 2405.52,
                            "currency": "BRL"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 135.42,
                            "currency": "GHS"
                          },
                          {
                            "amount": 1882.04,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 2690.18,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 150.25,
                            "currency": "TRY"
                          },
                          {
                            "amount": 937.91,
                            "currency": "KES"
                          },
                          {
                            "amount": 185.57,
                            "currency": "KRW"
                          },
                          {
                            "amount": 2124.03,
                            "currency": "KWD"
                          }
                        ],
                        [
                          {
                            "amount": 3952.16,
                            "currency": "UGX"
                          },
                          {
                            "amount": 4757.58,
                            "currency": "RUB"
                          }
                        ],
                        [
                          {
                            "amount": 3627.25,
                            "currency": "BSD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 3,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "86545141",
                    "percentage": 13.6,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 24.42,
                            "currency": "IDR"
                          },
                          {
                            "amount": 2302.88,
                            "currency": "EGP"
                          }
                        ],
                        [
                          {
                            "amount": 3539.01,
                            "currency": "MNT"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Hilma",
                    "index": 6,
                    "lastName": "Torp",
                    "tierLevel": "Silver",
                    "tierLevelNumber": 1,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4703.15,
                            "currency": "MMK"
                          }
                        ],
                        [
                          {
                            "amount": 4131.99,
                            "currency": "JMD"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4701.72,
                            "currency": "WST"
                          },
                          {
                            "amount": 4860.38,
                            "currency": "LKR"
                          },
                          {
                            "amount": 2283.13,
                            "currency": "TZS"
                          },
                          {
                            "amount": 4195.64,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 4358.86,
                            "currency": "GMD"
                          },
                          {
                            "amount": 3597.56,
                            "currency": "CLP"
                          },
                          {
                            "amount": 3344.45,
                            "currency": "VES"
                          },
                          {
                            "amount": 2023.8,
                            "currency": "AED"
                          },
                          {
                            "amount": 2013.04,
                            "currency": "BGN"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Zt",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3534,
                                "currency": "LSL"
                              },
                              {
                                "amount": 1079.42,
                                "currency": "ARS"
                              },
                              {
                                "amount": 3963.65,
                                "currency": "SGD"
                              }
                            ],
                            [
                              {
                                "amount": 56.56,
                                "currency": "BWP"
                              },
                              {
                                "amount": 35.98,
                                "currency": "CDF"
                              },
                              {
                                "amount": 499.98,
                                "currency": "ERN"
                              },
                              {
                                "amount": 1265.38,
                                "currency": "BND"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Dp",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4551.51,
                                "currency": "CUP"
                              }
                            ],
                            [
                              {
                                "amount": 3971.57,
                                "currency": "AZN"
                              },
                              {
                                "amount": 4007.79,
                                "currency": "MUR"
                              }
                            ],
                            [
                              {
                                "amount": 710.87,
                                "currency": "SCR"
                              }
                            ],
                            [
                              {
                                "amount": 1786.45,
                                "currency": "NIO"
                              },
                              {
                                "amount": 307.52,
                                "currency": "WST"
                              },
                              {
                                "amount": 1788.41,
                                "currency": "FJD"
                              },
                              {
                                "amount": 4436.69,
                                "currency": "SYP"
                              },
                              {
                                "amount": 3502.29,
                                "currency": "BGN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "DM",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3126.08,
                                "currency": "MRU"
                              },
                              {
                                "amount": 1218.66,
                                "currency": "NOK"
                              },
                              {
                                "amount": 2617.99,
                                "currency": "FJD"
                              },
                              {
                                "amount": 3810.91,
                                "currency": "ILS"
                              },
                              {
                                "amount": 1235.72,
                                "currency": "LKR"
                              }
                            ],
                            [
                              {
                                "amount": 1297.95,
                                "currency": "TTD"
                              },
                              {
                                "amount": 1120.62,
                                "currency": "TWD"
                              },
                              {
                                "amount": 386.34,
                                "currency": "AUD"
                              },
                              {
                                "amount": 1874.06,
                                "currency": "NGN"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "bG",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1217.38,
                                "currency": "XCD"
                              }
                            ],
                            [
                              {
                                "amount": 1537.79,
                                "currency": "HTG"
                              },
                              {
                                "amount": 4797.84,
                                "currency": "CDF"
                              },
                              {
                                "amount": 3438.76,
                                "currency": "LKR"
                              },
                              {
                                "amount": 3515.43,
                                "currency": "NZD"
                              }
                            ],
                            [
                              {
                                "amount": 4550.26,
                                "currency": "JPY"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1327.27,
                            "currency": "AOA"
                          },
                          {
                            "amount": 912.23,
                            "currency": "KMF"
                          }
                        ],
                        [
                          {
                            "amount": 1360.43,
                            "currency": "MVR"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4502.67,
                            "currency": "MKD"
                          },
                          {
                            "amount": 4341.69,
                            "currency": "HUF"
                          }
                        ],
                        [
                          {
                            "amount": 1106.44,
                            "currency": "DKK"
                          },
                          {
                            "amount": 372.13,
                            "currency": "BZD"
                          },
                          {
                            "amount": 1570.7,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 1069.91,
                            "currency": "CAD"
                          },
                          {
                            "amount": 1692.47,
                            "currency": "FKP"
                          },
                          {
                            "amount": 3087.84,
                            "currency": "MNT"
                          },
                          {
                            "amount": 3908.83,
                            "currency": "DKK"
                          }
                        ],
                        [
                          {
                            "amount": 434.54,
                            "currency": "USD"
                          },
                          {
                            "amount": 603.04,
                            "currency": "LSL"
                          },
                          {
                            "amount": 3576.56,
                            "currency": "ANG"
                          },
                          {
                            "amount": 4627.62,
                            "currency": "BAM"
                          },
                          {
                            "amount": 4710.92,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 248.2,
                            "currency": "USD"
                          },
                          {
                            "amount": 1088.92,
                            "currency": "KRW"
                          },
                          {
                            "amount": 1773.07,
                            "currency": "COP"
                          },
                          {
                            "amount": 1473.73,
                            "currency": "MUR"
                          },
                          {
                            "amount": 739.53,
                            "currency": "SCR"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "Kt",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 503.23,
                                "currency": "INR"
                              },
                              {
                                "amount": 4730.62,
                                "currency": "EUR"
                              },
                              {
                                "amount": 1717.32,
                                "currency": "CNY"
                              },
                              {
                                "amount": 1557.99,
                                "currency": "EGP"
                              },
                              {
                                "amount": 986.94,
                                "currency": "AWG"
                              }
                            ],
                            [
                              {
                                "amount": 2442.74,
                                "currency": "MNT"
                              },
                              {
                                "amount": 3725.91,
                                "currency": "UZS"
                              },
                              {
                                "amount": 4185.46,
                                "currency": "DKK"
                              },
                              {
                                "amount": 617.74,
                                "currency": "AZN"
                              },
                              {
                                "amount": 3808.44,
                                "currency": "UGX"
                              }
                            ],
                            [
                              {
                                "amount": 3439.64,
                                "currency": "ZAR"
                              },
                              {
                                "amount": 1430.59,
                                "currency": "XCD"
                              },
                              {
                                "amount": 3335.7,
                                "currency": "SOS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "DD",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2308.75,
                                "currency": "IDR"
                              },
                              {
                                "amount": 3695.89,
                                "currency": "IQD"
                              },
                              {
                                "amount": 3023.9,
                                "currency": "ZAR"
                              },
                              {
                                "amount": 2357.01,
                                "currency": "BRL"
                              },
                              {
                                "amount": 1492.32,
                                "currency": "ZMW"
                              }
                            ],
                            [
                              {
                                "amount": 3553.01,
                                "currency": "AMD"
                              },
                              {
                                "amount": 3851.94,
                                "currency": "SGD"
                              },
                              {
                                "amount": 3752.07,
                                "currency": "CUP"
                              },
                              {
                                "amount": 67.99,
                                "currency": "BWP"
                              }
                            ],
                            [
                              {
                                "amount": 1263.07,
                                "currency": "PEN"
                              }
                            ],
                            [
                              {
                                "amount": 3135.61,
                                "currency": "KZT"
                              },
                              {
                                "amount": 4860.26,
                                "currency": "RON"
                              },
                              {
                                "amount": 3104.69,
                                "currency": "ZMW"
                              }
                            ],
                            [
                              {
                                "amount": 3627,
                                "currency": "THB"
                              },
                              {
                                "amount": 1674.9,
                                "currency": "KYD"
                              },
                              {
                                "amount": 2131.58,
                                "currency": "PEN"
                              },
                              {
                                "amount": 2444.85,
                                "currency": "IRR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "rg",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4929.81,
                                "currency": "BRL"
                              },
                              {
                                "amount": 2555.77,
                                "currency": "SOS"
                              }
                            ],
                            [
                              {
                                "amount": 3449.17,
                                "currency": "PYG"
                              },
                              {
                                "amount": 3315.82,
                                "currency": "NZD"
                              },
                              {
                                "amount": 3526.61,
                                "currency": "VES"
                              },
                              {
                                "amount": 3473.91,
                                "currency": "PGK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "CT",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2089.49,
                                "currency": "KZT"
                              },
                              {
                                "amount": 4292.68,
                                "currency": "LKR"
                              },
                              {
                                "amount": 4621.69,
                                "currency": "EUR"
                              },
                              {
                                "amount": 3335.09,
                                "currency": "KMF"
                              }
                            ],
                            [
                              {
                                "amount": 229.65,
                                "currency": "DZD"
                              },
                              {
                                "amount": 3352.75,
                                "currency": "PGK"
                              },
                              {
                                "amount": 4982.93,
                                "currency": "NZD"
                              }
                            ],
                            [
                              {
                                "amount": 2521.07,
                                "currency": "ERN"
                              },
                              {
                                "amount": 1112.44,
                                "currency": "ETB"
                              },
                              {
                                "amount": 1882.74,
                                "currency": "LYD"
                              },
                              {
                                "amount": 4813.58,
                                "currency": "AWG"
                              },
                              {
                                "amount": 1661.97,
                                "currency": "GYD"
                              }
                            ],
                            [
                              {
                                "amount": 1535.5,
                                "currency": "EUR"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Qv",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 223.52,
                                "currency": "COP"
                              },
                              {
                                "amount": 2046.35,
                                "currency": "BZD"
                              },
                              {
                                "amount": 3020.99,
                                "currency": "ZWL"
                              }
                            ],
                            [
                              {
                                "amount": 4966.95,
                                "currency": "BDT"
                              },
                              {
                                "amount": 204.08,
                                "currency": "BWP"
                              },
                              {
                                "amount": 2508.81,
                                "currency": "BMD"
                              }
                            ],
                            [
                              {
                                "amount": 732.55,
                                "currency": "KZT"
                              },
                              {
                                "amount": 1522.21,
                                "currency": "BND"
                              },
                              {
                                "amount": 1687.31,
                                "currency": "TZS"
                              },
                              {
                                "amount": 2165.46,
                                "currency": "PKR"
                              },
                              {
                                "amount": 2566.36,
                                "currency": "BGN"
                              }
                            ],
                            [
                              {
                                "amount": 4445.15,
                                "currency": "CHF"
                              },
                              {
                                "amount": 3485.74,
                                "currency": "INR"
                              },
                              {
                                "amount": 4401.44,
                                "currency": "MAD"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1638.86,
                            "currency": "SCR"
                          },
                          {
                            "amount": 2929.09,
                            "currency": "TJS"
                          },
                          {
                            "amount": 2276.45,
                            "currency": "DOP"
                          },
                          {
                            "amount": 4689.46,
                            "currency": "MAD"
                          }
                        ],
                        [
                          {
                            "amount": 3420.08,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 3831.47,
                            "currency": "JMD"
                          }
                        ],
                        [
                          {
                            "amount": 3852.48,
                            "currency": "LKR"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1586.49,
                            "currency": "UZS"
                          },
                          {
                            "amount": 517.57,
                            "currency": "BTN"
                          }
                        ],
                        [
                          {
                            "amount": 1482.31,
                            "currency": "HNL"
                          },
                          {
                            "amount": 4878.47,
                            "currency": "BND"
                          },
                          {
                            "amount": 3985.04,
                            "currency": "GIP"
                          },
                          {
                            "amount": 4367.89,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 1386.17,
                            "currency": "RUB"
                          }
                        ],
                        [
                          {
                            "amount": 4330.85,
                            "currency": "UZS"
                          },
                          {
                            "amount": 449.5,
                            "currency": "MZN"
                          },
                          {
                            "amount": 3651.85,
                            "currency": "BGN"
                          },
                          {
                            "amount": 4308.79,
                            "currency": "AMD"
                          }
                        ],
                        [
                          {
                            "amount": 1451.97,
                            "currency": "AWG"
                          },
                          {
                            "amount": 2301.11,
                            "currency": "PYG"
                          },
                          {
                            "amount": 2766.12,
                            "currency": "HKD"
                          },
                          {
                            "amount": 1819.49,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4770.52,
                            "currency": "EGP"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 4874.65,
                            "currency": "FJD"
                          },
                          {
                            "amount": 2978.96,
                            "currency": "SLE"
                          },
                          {
                            "amount": 3571.47,
                            "currency": "ETB"
                          },
                          {
                            "amount": 2694.81,
                            "currency": "BMD"
                          }
                        ],
                        [
                          {
                            "amount": 3535.46,
                            "currency": "SEK"
                          },
                          {
                            "amount": 3992.71,
                            "currency": "XOF"
                          },
                          {
                            "amount": 3886.65,
                            "currency": "TND"
                          }
                        ],
                        [
                          {
                            "amount": 2027.35,
                            "currency": "PHP"
                          }
                        ],
                        [
                          {
                            "amount": 828.63,
                            "currency": "CAD"
                          },
                          {
                            "amount": 382.59,
                            "currency": "CLP"
                          },
                          {
                            "amount": 3678.18,
                            "currency": "BTN"
                          },
                          {
                            "amount": 3056.9,
                            "currency": "MWK"
                          },
                          {
                            "amount": 757.74,
                            "currency": "PKR"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "69775595",
                    "percentage": 17.5,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 4196.63,
                            "currency": "GHS"
                          },
                          {
                            "amount": 3608.08,
                            "currency": "SZL"
                          },
                          {
                            "amount": 3008.85,
                            "currency": "VES"
                          },
                          {
                            "amount": 2114.7,
                            "currency": "PGK"
                          }
                        ],
                        [
                          {
                            "amount": 2382.89,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3770.87,
                            "currency": "MDL"
                          },
                          {
                            "amount": 4363.5,
                            "currency": "KGS"
                          }
                        ],
                        [
                          {
                            "amount": 827.1,
                            "currency": "AWG"
                          }
                        ],
                        [
                          {
                            "amount": 3099.15,
                            "currency": "XCD"
                          },
                          {
                            "amount": 3837.94,
                            "currency": "IQD"
                          },
                          {
                            "amount": 343.91,
                            "currency": "UZS"
                          },
                          {
                            "amount": 1821.4,
                            "currency": "TND"
                          },
                          {
                            "amount": 4283.48,
                            "currency": "ZAR"
                          }
                        ],
                        [
                          {
                            "amount": 2600.31,
                            "currency": "MYR"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": false,
                  "originalAssignedQuantity": 3,
                  "ssrDescription": "SEAT",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                },
                {
                  "ancillaryPassenger": {
                    "firstName": "Jolie",
                    "index": 3,
                    "lastName": "Prosacco",
                    "tierLevel": "Gold",
                    "tierLevelNumber": 3,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3322.76,
                            "currency": "VES"
                          },
                          {
                            "amount": 4185.71,
                            "currency": "ILS"
                          },
                          {
                            "amount": 4571.82,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1291.91,
                            "currency": "NZD"
                          }
                        ],
                        [
                          {
                            "amount": 4338.74,
                            "currency": "KGS"
                          },
                          {
                            "amount": 1664.6,
                            "currency": "AOA"
                          },
                          {
                            "amount": 1418.82,
                            "currency": "LSL"
                          },
                          {
                            "amount": 4468.37,
                            "currency": "ILS"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1404.86,
                            "currency": "TMT"
                          },
                          {
                            "amount": 1983.97,
                            "currency": "DJF"
                          },
                          {
                            "amount": 2953.36,
                            "currency": "ALL"
                          },
                          {
                            "amount": 2208.72,
                            "currency": "QAR"
                          },
                          {
                            "amount": 1822.82,
                            "currency": "CVE"
                          }
                        ],
                        [
                          {
                            "amount": 1983.72,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1903.12,
                            "currency": "AMD"
                          },
                          {
                            "amount": 4071.2,
                            "currency": "PGK"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "Ee",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3641.83,
                                "currency": "UYU"
                              },
                              {
                                "amount": 4517.23,
                                "currency": "RON"
                              },
                              {
                                "amount": 2286.86,
                                "currency": "ETB"
                              }
                            ],
                            [
                              {
                                "amount": 2839.41,
                                "currency": "MOP"
                              }
                            ],
                            [
                              {
                                "amount": 4297.43,
                                "currency": "DOP"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4833.47,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 4090.73,
                            "currency": "NIO"
                          }
                        ],
                        [
                          {
                            "amount": 408.2,
                            "currency": "SGD"
                          },
                          {
                            "amount": 3534.5,
                            "currency": "EGP"
                          },
                          {
                            "amount": 85.37,
                            "currency": "HTG"
                          }
                        ],
                        [
                          {
                            "amount": 412.63,
                            "currency": "SYP"
                          },
                          {
                            "amount": 4123.88,
                            "currency": "BBD"
                          },
                          {
                            "amount": 1799.33,
                            "currency": "MOP"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1510.66,
                            "currency": "BRL"
                          },
                          {
                            "amount": 166.44,
                            "currency": "FKP"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "uV",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 643.24,
                                "currency": "GEL"
                              },
                              {
                                "amount": 681.84,
                                "currency": "EUR"
                              },
                              {
                                "amount": 3720.26,
                                "currency": "BIF"
                              },
                              {
                                "amount": 3215.7,
                                "currency": "MYR"
                              }
                            ],
                            [
                              {
                                "amount": 3374.78,
                                "currency": "SGD"
                              },
                              {
                                "amount": 906.97,
                                "currency": "SSP"
                              }
                            ],
                            [
                              {
                                "amount": 2474.26,
                                "currency": "MVR"
                              },
                              {
                                "amount": 696.39,
                                "currency": "PGK"
                              }
                            ],
                            [
                              {
                                "amount": 4871.64,
                                "currency": "MZN"
                              },
                              {
                                "amount": 1259.99,
                                "currency": "GBP"
                              },
                              {
                                "amount": 4340.44,
                                "currency": "PEN"
                              },
                              {
                                "amount": 39.31,
                                "currency": "MOP"
                              }
                            ],
                            [
                              {
                                "amount": 1186.96,
                                "currency": "PAB"
                              },
                              {
                                "amount": 2835.9,
                                "currency": "HUF"
                              },
                              {
                                "amount": 319.6,
                                "currency": "LBP"
                              },
                              {
                                "amount": 2303.66,
                                "currency": "ZWL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "AA",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 404.02,
                                "currency": "ARS"
                              },
                              {
                                "amount": 2546.42,
                                "currency": "UAH"
                              },
                              {
                                "amount": 3951.78,
                                "currency": "BOB"
                              },
                              {
                                "amount": 2156.33,
                                "currency": "MDL"
                              }
                            ],
                            [
                              {
                                "amount": 4421.3,
                                "currency": "ERN"
                              },
                              {
                                "amount": 3376.72,
                                "currency": "XOF"
                              },
                              {
                                "amount": 2059.1,
                                "currency": "KZT"
                              },
                              {
                                "amount": 961.62,
                                "currency": "UYU"
                              }
                            ],
                            [
                              {
                                "amount": 4041.27,
                                "currency": "MKD"
                              },
                              {
                                "amount": 2478.4,
                                "currency": "MUR"
                              },
                              {
                                "amount": 764.58,
                                "currency": "RON"
                              }
                            ],
                            [
                              {
                                "amount": 4352.21,
                                "currency": "RSD"
                              },
                              {
                                "amount": 2545.13,
                                "currency": "TTD"
                              },
                              {
                                "amount": 1227.02,
                                "currency": "MYR"
                              },
                              {
                                "amount": 4296.17,
                                "currency": "UZS"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Oj",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4248.03,
                                "currency": "QAR"
                              },
                              {
                                "amount": 4418.62,
                                "currency": "MGA"
                              },
                              {
                                "amount": 4593,
                                "currency": "RUB"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 4929.82,
                            "currency": "ANG"
                          },
                          {
                            "amount": 3691.48,
                            "currency": "GNF"
                          },
                          {
                            "amount": 1877.87,
                            "currency": "FJD"
                          },
                          {
                            "amount": 508.21,
                            "currency": "YER"
                          }
                        ],
                        [
                          {
                            "amount": 4128.84,
                            "currency": "NAD"
                          }
                        ],
                        [
                          {
                            "amount": 2379.96,
                            "currency": "MNT"
                          },
                          {
                            "amount": 4369.57,
                            "currency": "LAK"
                          },
                          {
                            "amount": 1413.66,
                            "currency": "MVR"
                          }
                        ],
                        [
                          {
                            "amount": 615.42,
                            "currency": "TMT"
                          },
                          {
                            "amount": 1014.2,
                            "currency": "BYN"
                          },
                          {
                            "amount": 2752.64,
                            "currency": "JOD"
                          },
                          {
                            "amount": 868.22,
                            "currency": "BHD"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1466.93,
                            "currency": "PGK"
                          },
                          {
                            "amount": 2381.5,
                            "currency": "MWK"
                          },
                          {
                            "amount": 2855.35,
                            "currency": "NAD"
                          },
                          {
                            "amount": 859.15,
                            "currency": "LSL"
                          }
                        ],
                        [
                          {
                            "amount": 2683.44,
                            "currency": "MUR"
                          },
                          {
                            "amount": 4997.9,
                            "currency": "BND"
                          },
                          {
                            "amount": 1206.16,
                            "currency": "SRD"
                          }
                        ],
                        [
                          {
                            "amount": 4684.56,
                            "currency": "CHF"
                          },
                          {
                            "amount": 1174.43,
                            "currency": "ZAR"
                          },
                          {
                            "amount": 3740.69,
                            "currency": "CUP"
                          }
                        ],
                        [
                          {
                            "amount": 444.97,
                            "currency": "PKR"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 2094.48,
                            "currency": "NGN"
                          }
                        ],
                        [
                          {
                            "amount": 4333.7,
                            "currency": "TWD"
                          },
                          {
                            "amount": 4320.06,
                            "currency": "FKP"
                          },
                          {
                            "amount": 3084.7,
                            "currency": "LKR"
                          },
                          {
                            "amount": 4738.74,
                            "currency": "BYN"
                          },
                          {
                            "amount": 2480.4,
                            "currency": "XAF"
                          }
                        ],
                        [
                          {
                            "amount": 3665.26,
                            "currency": "STN"
                          },
                          {
                            "amount": 3878.73,
                            "currency": "KES"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 1,
                  "available": true,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "61789878",
                    "percentage": 11.9,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 792.9,
                            "currency": "KMF"
                          },
                          {
                            "amount": 4481.99,
                            "currency": "KWD"
                          },
                          {
                            "amount": 4047.35,
                            "currency": "RUB"
                          }
                        ],
                        [
                          {
                            "amount": 141.17,
                            "currency": "VND"
                          },
                          {
                            "amount": 2271.61,
                            "currency": "VES"
                          },
                          {
                            "amount": 2139.31,
                            "currency": "PKR"
                          },
                          {
                            "amount": 1961.19,
                            "currency": "MXN"
                          },
                          {
                            "amount": 2250.48,
                            "currency": "BZD"
                          }
                        ],
                        [
                          {
                            "amount": 4271.84,
                            "currency": "INR"
                          },
                          {
                            "amount": 580.91,
                            "currency": "NIO"
                          },
                          {
                            "amount": 2571.4,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3348.36,
                            "currency": "UAH"
                          },
                          {
                            "amount": 3996.56,
                            "currency": "XCD"
                          }
                        ],
                        [
                          {
                            "amount": 2765.09,
                            "currency": "EUR"
                          },
                          {
                            "amount": 1553.38,
                            "currency": "CRC"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": false,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 2,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Inbound"
              }
            },
            {
              "availableInventory": 42,
              "passengerOffers": [
                {
                  "ancillaryPassenger": {
                    "firstName": "Nelson",
                    "index": 3,
                    "lastName": "Kilback",
                    "tierLevel": "Red",
                    "tierLevelNumber": 0,
                    "type": "CHD"
                  },
                  "ancillaryPrice": {
                    "basePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1367.4,
                            "currency": "SBD"
                          },
                          {
                            "amount": 4966.08,
                            "currency": "USD"
                          },
                          {
                            "amount": 3860,
                            "currency": "KZT"
                          },
                          {
                            "amount": 968.06,
                            "currency": "MUR"
                          }
                        ]
                      ]
                    },
                    "originalBasePrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 3330.36,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 2406.86,
                            "currency": "GIP"
                          },
                          {
                            "amount": 1758.24,
                            "currency": "BYN"
                          },
                          {
                            "amount": 3467.73,
                            "currency": "NAD"
                          },
                          {
                            "amount": 3565.99,
                            "currency": "CUP"
                          }
                        ]
                      ]
                    },
                    "originalTaxPrice": [
                      {
                        "code": "FQ",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4503.51,
                                "currency": "RUB"
                              },
                              {
                                "amount": 1602.92,
                                "currency": "KYD"
                              },
                              {
                                "amount": 3827.51,
                                "currency": "MWK"
                              },
                              {
                                "amount": 1346.1,
                                "currency": "SBD"
                              }
                            ],
                            [
                              {
                                "amount": 4029.79,
                                "currency": "ETB"
                              },
                              {
                                "amount": 3216.97,
                                "currency": "GEL"
                              },
                              {
                                "amount": 3869.81,
                                "currency": "TOP"
                              },
                              {
                                "amount": 1920.36,
                                "currency": "NAD"
                              }
                            ],
                            [
                              {
                                "amount": 4051.56,
                                "currency": "BHD"
                              },
                              {
                                "amount": 2430.26,
                                "currency": "CNY"
                              },
                              {
                                "amount": 2071.75,
                                "currency": "GHS"
                              }
                            ],
                            [
                              {
                                "amount": 3345.66,
                                "currency": "SSP"
                              },
                              {
                                "amount": 4322.54,
                                "currency": "NGN"
                              },
                              {
                                "amount": 4097.38,
                                "currency": "SCR"
                              }
                            ],
                            [
                              {
                                "amount": 4115.05,
                                "currency": "SCR"
                              },
                              {
                                "amount": 832.89,
                                "currency": "RUB"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "cY",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3689.04,
                                "currency": "BGN"
                              },
                              {
                                "amount": 3537.73,
                                "currency": "SRD"
                              },
                              {
                                "amount": 4181.45,
                                "currency": "BOB"
                              },
                              {
                                "amount": 1893.94,
                                "currency": "MYR"
                              }
                            ],
                            [
                              {
                                "amount": 2336.99,
                                "currency": "NZD"
                              },
                              {
                                "amount": 1675.07,
                                "currency": "XOF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "iy",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 4387.12,
                                "currency": "OMR"
                              }
                            ],
                            [
                              {
                                "amount": 2885.34,
                                "currency": "JOD"
                              },
                              {
                                "amount": 4437.72,
                                "currency": "LYD"
                              },
                              {
                                "amount": 1028.64,
                                "currency": "ERN"
                              },
                              {
                                "amount": 4303.94,
                                "currency": "DKK"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "kr",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 3562.37,
                                "currency": "MZN"
                              },
                              {
                                "amount": 298.54,
                                "currency": "ARS"
                              },
                              {
                                "amount": 2924.15,
                                "currency": "HKD"
                              }
                            ],
                            [
                              {
                                "amount": 3077.17,
                                "currency": "SZL"
                              },
                              {
                                "amount": 2073.08,
                                "currency": "BSD"
                              },
                              {
                                "amount": 86.71,
                                "currency": "BRL"
                              }
                            ],
                            [
                              {
                                "amount": 192.94,
                                "currency": "AUD"
                              },
                              {
                                "amount": 721.41,
                                "currency": "WST"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "sM",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 99.95,
                                "currency": "TTD"
                              },
                              {
                                "amount": 425.73,
                                "currency": "KES"
                              },
                              {
                                "amount": 3358.83,
                                "currency": "BAM"
                              },
                              {
                                "amount": 3436.02,
                                "currency": "BGN"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "originalTotalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 26.26,
                            "currency": "LSL"
                          },
                          {
                            "amount": 3947.57,
                            "currency": "BSD"
                          },
                          {
                            "amount": 431.7,
                            "currency": "FJD"
                          },
                          {
                            "amount": 4067.98,
                            "currency": "VUV"
                          }
                        ],
                        [
                          {
                            "amount": 202.72,
                            "currency": "MVR"
                          },
                          {
                            "amount": 1873.01,
                            "currency": "SZL"
                          }
                        ],
                        [
                          {
                            "amount": 931.79,
                            "currency": "GTQ"
                          },
                          {
                            "amount": 2593.08,
                            "currency": "ILS"
                          },
                          {
                            "amount": 877.56,
                            "currency": "SLE"
                          },
                          {
                            "amount": 2517.99,
                            "currency": "CAD"
                          }
                        ]
                      ]
                    },
                    "originalTotalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 743.55,
                            "currency": "AOA"
                          },
                          {
                            "amount": 1372.56,
                            "currency": "MGA"
                          },
                          {
                            "amount": 2400.02,
                            "currency": "ETB"
                          },
                          {
                            "amount": 73.8,
                            "currency": "RWF"
                          }
                        ],
                        [
                          {
                            "amount": 335.44,
                            "currency": "IRR"
                          },
                          {
                            "amount": 4220.86,
                            "currency": "ARS"
                          },
                          {
                            "amount": 166.73,
                            "currency": "ETB"
                          },
                          {
                            "amount": 2287.38,
                            "currency": "PYG"
                          }
                        ],
                        [
                          {
                            "amount": 2640.45,
                            "currency": "INR"
                          },
                          {
                            "amount": 1758.15,
                            "currency": "GYD"
                          },
                          {
                            "amount": 84.57,
                            "currency": "RON"
                          },
                          {
                            "amount": 3005.18,
                            "currency": "JPY"
                          }
                        ],
                        [
                          {
                            "amount": 4883.38,
                            "currency": "FJD"
                          },
                          {
                            "amount": 4137.6,
                            "currency": "HUF"
                          },
                          {
                            "amount": 4510.82,
                            "currency": "DOP"
                          }
                        ],
                        [
                          {
                            "amount": 1805.43,
                            "currency": "SGD"
                          },
                          {
                            "amount": 1028.65,
                            "currency": "SYP"
                          }
                        ]
                      ]
                    },
                    "taxPrice": [
                      {
                        "code": "SO",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 1288.4,
                                "currency": "MXN"
                              },
                              {
                                "amount": 1910.44,
                                "currency": "VND"
                              },
                              {
                                "amount": 3227.98,
                                "currency": "LSL"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "Cy",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2224.08,
                                "currency": "RSD"
                              },
                              {
                                "amount": 4849.35,
                                "currency": "XAF"
                              },
                              {
                                "amount": 2780.88,
                                "currency": "CHF"
                              },
                              {
                                "amount": 4076.32,
                                "currency": "GBP"
                              },
                              {
                                "amount": 974.56,
                                "currency": "GYD"
                              }
                            ],
                            [
                              {
                                "amount": 3737.81,
                                "currency": "HUF"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "xO",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2002.38,
                                "currency": "BIF"
                              },
                              {
                                "amount": 3972.14,
                                "currency": "VND"
                              }
                            ]
                          ]
                        }
                      },
                      {
                        "code": "XP",
                        "price": {
                          "alternatives": [
                            [
                              {
                                "amount": 2699.5,
                                "currency": "MYR"
                              },
                              {
                                "amount": 1916.93,
                                "currency": "GEL"
                              },
                              {
                                "amount": 4172.68,
                                "currency": "MVR"
                              },
                              {
                                "amount": 4470.85,
                                "currency": "NIO"
                              }
                            ],
                            [
                              {
                                "amount": 1055.72,
                                "currency": "GBP"
                              },
                              {
                                "amount": 2802.95,
                                "currency": "MXN"
                              }
                            ],
                            [
                              {
                                "amount": 2544,
                                "currency": "LSL"
                              },
                              {
                                "amount": 1738.53,
                                "currency": "FJD"
                              },
                              {
                                "amount": 4867.31,
                                "currency": "TND"
                              },
                              {
                                "amount": 2653.99,
                                "currency": "MOP"
                              },
                              {
                                "amount": 1303.01,
                                "currency": "MZN"
                              }
                            ],
                            [
                              {
                                "amount": 1127.94,
                                "currency": "DKK"
                              },
                              {
                                "amount": 4484.89,
                                "currency": "VND"
                              },
                              {
                                "amount": 3602.81,
                                "currency": "FKP"
                              }
                            ]
                          ]
                        }
                      }
                    ],
                    "totalAssignedPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 577.31,
                            "currency": "SOS"
                          },
                          {
                            "amount": 4748.19,
                            "currency": "BAM"
                          },
                          {
                            "amount": 2528.2,
                            "currency": "DJF"
                          },
                          {
                            "amount": 3843.4,
                            "currency": "TWD"
                          }
                        ],
                        [
                          {
                            "amount": 2491.9,
                            "currency": "CVE"
                          },
                          {
                            "amount": 3975.75,
                            "currency": "SZL"
                          },
                          {
                            "amount": 1087.6,
                            "currency": "IRR"
                          },
                          {
                            "amount": 4870.83,
                            "currency": "KYD"
                          }
                        ],
                        [
                          {
                            "amount": 1673.34,
                            "currency": "BMD"
                          },
                          {
                            "amount": 788,
                            "currency": "TRY"
                          },
                          {
                            "amount": 4909.89,
                            "currency": "XPF"
                          },
                          {
                            "amount": 3319.66,
                            "currency": "ZWL"
                          }
                        ],
                        [
                          {
                            "amount": 4616.26,
                            "currency": "PKR"
                          }
                        ]
                      ]
                    },
                    "totalPrice": {
                      "alternatives": [
                        [
                          {
                            "amount": 1843.23,
                            "currency": "FKP"
                          }
                        ],
                        [
                          {
                            "amount": 4440.73,
                            "currency": "PEN"
                          },
                          {
                            "amount": 2734.67,
                            "currency": "CVE"
                          },
                          {
                            "amount": 2201.76,
                            "currency": "SGD"
                          }
                        ]
                      ]
                    },
                    "totalTax": {
                      "alternatives": [
                        [
                          {
                            "amount": 1242.11,
                            "currency": "BIF"
                          },
                          {
                            "amount": 430.12,
                            "currency": "OMR"
                          },
                          {
                            "amount": 3139.21,
                            "currency": "XOF"
                          },
                          {
                            "amount": 2757.09,
                            "currency": "SYP"
                          },
                          {
                            "amount": 3646.31,
                            "currency": "TWD"
                          }
                        ]
                      ]
                    }
                  },
                  "assignedQuantity": 2,
                  "available": false,
                  "bagCharacteristics": "\n{\n KILOGRAMS: 0,\n POUNDS: 0\n}",
                  "dealDiscount": {
                    "offerName": "63713958",
                    "percentage": 27.5,
                    "totalDiscount": {
                      "alternatives": [
                        [
                          {
                            "amount": 570.1,
                            "currency": "NAD"
                          },
                          {
                            "amount": 2581.05,
                            "currency": "SCR"
                          },
                          {
                            "amount": 3100.33,
                            "currency": "KZT"
                          }
                        ],
                        [
                          {
                            "amount": 1251.75,
                            "currency": "STN"
                          },
                          {
                            "amount": 3170.63,
                            "currency": "CHF"
                          },
                          {
                            "amount": 425.16,
                            "currency": "HNL"
                          },
                          {
                            "amount": 4330.51,
                            "currency": "SBD"
                          }
                        ],
                        [
                          {
                            "amount": 3504.95,
                            "currency": "VND"
                          },
                          {
                            "amount": 3477.81,
                            "currency": "BTN"
                          },
                          {
                            "amount": 1913.93,
                            "currency": "HTG"
                          },
                          {
                            "amount": 4472.34,
                            "currency": "ISK"
                          }
                        ]
                      ]
                    }
                  },
                  "includedInBundle": true,
                  "modificationAllowed": true,
                  "originalAssignedQuantity": 1,
                  "ssrDescription": "MEAL",
                  "ssrProperties": "\n{AGEREQUIRED: 5,\n WEIGHT: 30,\n PET: DOG}"
                }
              ],
              "travelPart": {
                "@type": "Connection"
              }
            }
          ]
        }
      ],
      "code": "Nd",
      "maxGroupedQuantity": 2
    }
  ],
  "ancillaryPassengers": [
    {
      "firstName": "Cornelius",
      "index": 2,
      "lastName": "Roob",
      "tierLevel": "Red",
      "tierLevelNumber": 4,
      "type": "CHD"
    },
    {
      "firstName": "Astrid",
      "index": 9,
      "lastName": "Franey",
      "tierLevel": "Gold",
      "tierLevelNumber": 4,
      "type": "CHD"
    }
  ],
  "itinerary": {
    "@type": "Connection",
    "itineraryParts": [
      {
        "@type": "Connection",
        "advisories": [
          {
            "code": "NxiubYBm",
            "image": "baggage.png",
            "imageHint": "PSeatAdvisor",
            "level": "WARNING"
          },
          {
            "code": "VdU5LcKw",
            "image": "row.png",
            "imageHint": "TTerminalAdvisor",
            "level": "ERROR"
          },
          {
            "code": "9W01Vm-5",
            "image": "baggage.png",
            "imageHint": "PSeatAdvisor",
            "level": "INFO"
          },
          {
            "code": "QC5NJHqs",
            "image": "seat.png",
            "imageHint": "TTerminalAdvisor",
            "level": "INFO"
          },
          {
            "code": "j60cD80K",
            "image": "row.png",
            "imageHint": "CColumnAdvisor",
            "level": "DEBUG"
          }
        ],
        "bookingClass": "P",
        "brandId": "JU",
        "cancelledSegments": [
          {
            "@type": "Inbound",
            "aircraftLeaseText": "OPERATED BY AIR CANADA",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "+1:00",
            "bookingClass": "M",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "+1:00",
            "destination": "JFK",
            "duration": 788,
            "dynamicPricingData": [
              {
                "passengerType": "STUDENT",
                "priceId": "0"
              }
            ],
            "equipment": "777",
            "equipmentConfiguration": "SWj",
            "fareBasis": "bhMy2",
            "fareComponentBeginAirport": "DFW",
            "fareComponentDirectionality": "TO",
            "fareComponentEndAirport": "LHR",
            "flight": {
              "advisories": [
                {
                  "code": "8BqoBOpZ",
                  "image": "terminal.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "WARNING"
                },
                {
                  "code": "GNm9_-VE",
                  "image": "seat.png",
                  "imageHint": "CColumnAdvisor",
                  "level": "WARNING"
                },
                {
                  "code": "et2-Zu2Y",
                  "image": "row.png",
                  "imageHint": "CColumnAdvisor",
                  "level": "INFO"
                }
              ],
              "airlineCode": "NH",
              "arrivalTerminal": "T1",
              "changeOfGauge": true,
              "departureTerminal": "T4",
              "disclosureAirlineCode": "BA",
              "flightNumber": 4200,
              "operatingAirlineCode": "AA",
              "operatingFlightNumber": 599,
              "stopAirports": [
                {
                  "airport": "JFK",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 1138,
                  "elapsedTime": 137
                },
                {
                  "airport": "HND",
                  "arrival": "2026-06-17T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 1357,
                  "elapsedTime": 74
                },
                {
                  "airport": "DXB",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 332,
                  "elapsedTime": 216
                }
              ]
            },
            "layoverDuration": 198,
            "meals": [
              {
                "mealCode": "9jT",
                "passengerType": "ADT"
              },
              {
                "mealCode": "3Gw",
                "passengerType": "CHD"
              },
              {
                "mealCode": "Iaf",
                "passengerType": "CHD"
              },
              {
                "mealCode": "ncP",
                "passengerType": "CHD"
              }
            ],
            "origin": "NRT",
            "otherAirlineRecordLocator": "7b3DRt",
            "previouslySelectedBookingClass": "P",
            "segmentOfferInformation": {
              "awardFare": true,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "6",
                    "subCode": "ZXQ"
                  },
                  {
                    "id": "3",
                    "subCode": "riC"
                  },
                  {
                    "id": "2",
                    "subCode": "Db5"
                  },
                  {
                    "id": "3",
                    "subCode": "2ky"
                  }
                ]
              },
              "flightsMiles": 6997
            },
            "segmentRef": "01",
            "segmentStatusCode": {
              "code": "HK",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": false
          }
        ],
        "connectionInformations": [
          {
            "changeOfAirport": false,
            "duration": 100
          },
          {
            "changeOfAirport": false,
            "duration": 567
          }
        ],
        "programCodes": {
          "0": "[",
          "1": "V",
          "2": "A",
          "3": "C",
          "4": "]"
        },
        "programIDs": {
          "0": "[",
          "1": "1",
          "2": "0",
          "3": "9",
          "4": "5",
          "5": "1",
          "6": "1",
          "7": "]"
        },
        "segments": [
          {
            "@type": "Inbound",
            "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "-6:00",
            "bookingClass": "C",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "-5:00",
            "destination": "FRA",
            "duration": 701,
            "dynamicPricingData": [
              {
                "passengerType": "ADULT",
                "priceId": "4"
              },
              {
                "passengerType": "SENIOR",
                "priceId": "6"
              },
              {
                "passengerType": "CHILD",
                "priceId": "6"
              }
            ],
            "equipment": "787",
            "equipmentConfiguration": "tmN",
            "fareBasis": "GALQT",
            "fareComponentBeginAirport": "JFK",
            "fareComponentDirectionality": "TO",
            "fareComponentEndAirport": "DUB",
            "flight": {
              "advisories": [
                {
                  "code": "WZ_bKYTU",
                  "image": "row.png",
                  "imageHint": "TTerminalAdvisor",
                  "level": "ERROR"
                },
                {
                  "code": "4I2gplId",
                  "image": "seat.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "ERROR"
                }
              ],
              "airlineCode": "LH",
              "arrivalTerminal": "B2",
              "changeOfGauge": false,
              "departureTerminal": "A1",
              "disclosureAirlineCode": "LH",
              "flightNumber": 939,
              "operatingAirlineCode": "AF",
              "operatingFlightNumber": 2578,
              "stopAirports": [
                {
                  "airport": "NRT",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 1235,
                  "elapsedTime": 248
                },
                {
                  "airport": "LAX",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 881,
                  "elapsedTime": 251
                },
                {
                  "airport": "JFK",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 960,
                  "elapsedTime": 161
                },
                {
                  "airport": "LAX",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 432,
                  "elapsedTime": 44
                },
                {
                  "airport": "LAX",
                  "arrival": "2026-06-17T00:00:00.0Z",
                  "departure": "2026-06-17T00:00:00.0Z",
                  "duration": 1352,
                  "elapsedTime": 109
                }
              ]
            },
            "layoverDuration": 199,
            "meals": [
              {
                "mealCode": "FKM",
                "passengerType": "ADT"
              },
              {
                "mealCode": "Akx",
                "passengerType": "CHD"
              },
              {
                "mealCode": "nwO",
                "passengerType": "ADT"
              },
              {
                "mealCode": "CGf",
                "passengerType": "ADT"
              },
              {
                "mealCode": "6lN",
                "passengerType": "ADT"
              }
            ],
            "origin": "DXB",
            "otherAirlineRecordLocator": "XtQnRg",
            "previouslySelectedBookingClass": "P",
            "segmentOfferInformation": {
              "awardFare": true,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "5",
                    "subCode": "i7v"
                  },
                  {
                    "id": "4",
                    "subCode": "X6C"
                  }
                ]
              },
              "flightsMiles": 9211
            },
            "segmentRef": "57",
            "segmentStatusCode": {
              "code": "QF",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": false
          },
          {
            "@type": "Inbound",
            "aircraftLeaseText": "OPERATED BY AIR CANADA",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "-6:00",
            "bookingClass": "Y",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "-6:00",
            "destination": "CDG",
            "duration": 151,
            "dynamicPricingData": [
              {
                "passengerType": "INFANT",
                "priceId": "8"
              },
              {
                "passengerType": "ADULT",
                "priceId": "5"
              },
              {
                "passengerType": "INFANT",
                "priceId": "8"
              },
              {
                "passengerType": "STUDENT",
                "priceId": "8"
              }
            ],
            "equipment": "777",
            "equipmentConfiguration": "hh8",
            "fareBasis": "yQfmB",
            "fareComponentBeginAirport": "JFK",
            "fareComponentDirectionality": "FROM",
            "fareComponentEndAirport": "LHR",
            "flight": {
              "advisories": [
                {
                  "code": "vlBJ31-T",
                  "image": "row.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "INFO"
                }
              ],
              "airlineCode": "AA",
              "arrivalTerminal": "A1",
              "changeOfGauge": false,
              "departureTerminal": "T4",
              "disclosureAirlineCode": "BA",
              "flightNumber": 6216,
              "operatingAirlineCode": "NH",
              "operatingFlightNumber": 1670,
              "stopAirports": [
                {
                  "airport": "LHR",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 754,
                  "elapsedTime": 68
                }
              ]
            },
            "layoverDuration": 160,
            "meals": [
              {
                "mealCode": "G8Z",
                "passengerType": "ADT"
              },
              {
                "mealCode": "U4d",
                "passengerType": "CHD"
              },
              {
                "mealCode": "Dhe",
                "passengerType": "ADT"
              },
              {
                "mealCode": "O9m",
                "passengerType": "CHD"
              },
              {
                "mealCode": "XXf",
                "passengerType": "CHD"
              }
            ],
            "origin": "JFK",
            "otherAirlineRecordLocator": "t5joO5",
            "previouslySelectedBookingClass": "J",
            "segmentOfferInformation": {
              "awardFare": true,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "2",
                    "subCode": "rZW"
                  },
                  {
                    "id": "5",
                    "subCode": "ZQ0"
                  }
                ]
              },
              "flightsMiles": 8683
            },
            "segmentRef": "06",
            "segmentStatusCode": {
              "code": "QF",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": true
          }
        ],
        "stops": 0,
        "totalDuration": 368
      },
      {
        "@type": "Outbound",
        "advisories": [
          {
            "code": "mKg6FDJx",
            "image": "baggage.png",
            "imageHint": "TTerminalAdvisor",
            "level": "CRITICAL"
          },
          {
            "code": "sQaRpmRz",
            "image": "terminal.png",
            "imageHint": "PSeatAdvisor",
            "level": "DEBUG"
          }
        ],
        "bookingClass": "P",
        "brandId": "JU",
        "cancelledSegments": [
          {
            "@type": "Outbound",
            "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "+1:00",
            "bookingClass": "F",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "-6:00",
            "destination": "LAX",
            "duration": 330,
            "dynamicPricingData": [
              {
                "passengerType": "SENIOR",
                "priceId": "1"
              },
              {
                "passengerType": "CHILD",
                "priceId": "2"
              },
              {
                "passengerType": "CHILD",
                "priceId": "5"
              }
            ],
            "equipment": "380",
            "equipmentConfiguration": "7xj",
            "fareBasis": "gpcPj",
            "fareComponentBeginAirport": "DFW",
            "fareComponentDirectionality": "TO",
            "fareComponentEndAirport": "DUB",
            "flight": {
              "advisories": [
                {
                  "code": "4t6vR4oe",
                  "image": "seat.png",
                  "imageHint": "RRowAdvisor",
                  "level": "ERROR"
                },
                {
                  "code": "bJnLrjI6",
                  "image": "baggage.png",
                  "imageHint": "CColumnAdvisor",
                  "level": "INFO"
                }
              ],
              "airlineCode": "DL",
              "arrivalTerminal": "T4",
              "changeOfGauge": false,
              "departureTerminal": "B2",
              "disclosureAirlineCode": "NH",
              "flightNumber": 7677,
              "operatingAirlineCode": "AF",
              "operatingFlightNumber": 6949,
              "stopAirports": [
                {
                  "airport": "FRA",
                  "arrival": "2026-06-17T00:00:00.0Z",
                  "departure": "2026-06-17T00:00:00.0Z",
                  "duration": 249,
                  "elapsedTime": 298
                },
                {
                  "airport": "HND",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 437,
                  "elapsedTime": 221
                },
                {
                  "airport": "ORD",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 691,
                  "elapsedTime": 94
                },
                {
                  "airport": "JFK",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 871,
                  "elapsedTime": 271
                },
                {
                  "airport": "CDG",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 574,
                  "elapsedTime": 223
                }
              ]
            },
            "layoverDuration": 131,
            "meals": [
              {
                "mealCode": "p9r",
                "passengerType": "ADT"
              },
              {
                "mealCode": "m9S",
                "passengerType": "CHD"
              },
              {
                "mealCode": "rfk",
                "passengerType": "ADT"
              },
              {
                "mealCode": "YaW",
                "passengerType": "CHD"
              },
              {
                "mealCode": "ULp",
                "passengerType": "CHD"
              }
            ],
            "origin": "JFK",
            "otherAirlineRecordLocator": "cd2UHO",
            "previouslySelectedBookingClass": "Y",
            "segmentOfferInformation": {
              "awardFare": false,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "4",
                    "subCode": "zxk"
                  },
                  {
                    "id": "2",
                    "subCode": "QfZ"
                  }
                ]
              },
              "flightsMiles": 9186
            },
            "segmentRef": "25",
            "segmentStatusCode": {
              "code": "OK",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": true
          }
        ],
        "connectionInformations": [
          {
            "changeOfAirport": false,
            "duration": 63
          },
          {
            "changeOfAirport": false,
            "duration": 406
          },
          {
            "changeOfAirport": true,
            "duration": 387
          },
          {
            "changeOfAirport": false,
            "duration": 298
          },
          {
            "changeOfAirport": false,
            "duration": 410
          }
        ],
        "programCodes": {
          "0": "[",
          "1": "V",
          "2": "A",
          "3": "C",
          "4": "]"
        },
        "programIDs": {
          "0": "[",
          "1": "1",
          "2": "0",
          "3": "9",
          "4": "5",
          "5": "1",
          "6": "1",
          "7": "]"
        },
        "segments": [
          {
            "@type": "Outbound",
            "aircraftLeaseText": "OPERATED BY LUFTHANSA",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "-5:00",
            "bookingClass": "J",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "-5:00",
            "destination": "FRA",
            "duration": 714,
            "dynamicPricingData": [
              {
                "passengerType": "ADULT",
                "priceId": "9"
              }
            ],
            "equipment": "787",
            "equipmentConfiguration": "gtp",
            "fareBasis": "UCQrL",
            "fareComponentBeginAirport": "DFW",
            "fareComponentDirectionality": "FROM",
            "fareComponentEndAirport": "SIN",
            "flight": {
              "advisories": [
                {
                  "code": "NdHUCcwL",
                  "image": "terminal.png",
                  "imageHint": "CColumnAdvisor",
                  "level": "WARNING"
                },
                {
                  "code": "3uUV_vfS",
                  "image": "baggage.png",
                  "imageHint": "CColumnAdvisor",
                  "level": "CRITICAL"
                },
                {
                  "code": "rSnYrWxN",
                  "image": "terminal.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "INFO"
                }
              ],
              "airlineCode": "SQ",
              "arrivalTerminal": "T1",
              "changeOfGauge": true,
              "departureTerminal": "A1",
              "disclosureAirlineCode": "EK",
              "flightNumber": 1183,
              "operatingAirlineCode": "EK",
              "operatingFlightNumber": 4619,
              "stopAirports": [
                {
                  "airport": "LAX",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 914,
                  "elapsedTime": 45
                },
                {
                  "airport": "JFK",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 827,
                  "elapsedTime": 270
                }
              ]
            },
            "layoverDuration": 268,
            "meals": [
              {
                "mealCode": "FhI",
                "passengerType": "CHD"
              },
              {
                "mealCode": "t5C",
                "passengerType": "CHD"
              },
              {
                "mealCode": "PDu",
                "passengerType": "CHD"
              }
            ],
            "origin": "NRT",
            "otherAirlineRecordLocator": "TMEkzp",
            "previouslySelectedBookingClass": "P",
            "segmentOfferInformation": {
              "awardFare": false,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "8",
                    "subCode": "vkt"
                  },
                  {
                    "id": "8",
                    "subCode": "z8y"
                  },
                  {
                    "id": "4",
                    "subCode": "Agf"
                  }
                ]
              },
              "flightsMiles": 3916
            },
            "segmentRef": "84",
            "segmentStatusCode": {
              "code": "HK",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": false
          },
          {
            "@type": "Inbound",
            "aircraftLeaseText": "OPERATED BY LUFTHANSA",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "+1:00",
            "bookingClass": "Y",
            "cabinClass": "Economy",
            "departure": "2026-06-17T00:00:00.0Z",
            "departureGMTOffset": "+5:00",
            "destination": "SIN",
            "duration": 115,
            "dynamicPricingData": [
              {
                "passengerType": "CHILD",
                "priceId": "2"
              }
            ],
            "equipment": "320",
            "equipmentConfiguration": "pzm",
            "fareBasis": "Wv49s",
            "fareComponentBeginAirport": "JFK",
            "fareComponentDirectionality": "FROM",
            "fareComponentEndAirport": "DUB",
            "flight": {
              "advisories": [
                {
                  "code": "SOhF4BQg",
                  "image": "row.png",
                  "imageHint": "TTerminalAdvisor",
                  "level": "ERROR"
                }
              ],
              "airlineCode": "EK",
              "arrivalTerminal": "T3",
              "changeOfGauge": true,
              "departureTerminal": "T2",
              "disclosureAirlineCode": "UA",
              "flightNumber": 469,
              "operatingAirlineCode": "NH",
              "operatingFlightNumber": 8669,
              "stopAirports": [
                {
                  "airport": "ORD",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-17T00:00:00.0Z",
                  "duration": 1420,
                  "elapsedTime": 112
                }
              ]
            },
            "layoverDuration": 223,
            "meals": [
              {
                "mealCode": "Ezk",
                "passengerType": "CHD"
              },
              {
                "mealCode": "gl2",
                "passengerType": "ADT"
              },
              {
                "mealCode": "Myy",
                "passengerType": "CHD"
              },
              {
                "mealCode": "Ng9",
                "passengerType": "CHD"
              },
              {
                "mealCode": "a5C",
                "passengerType": "CHD"
              }
            ],
            "origin": "NRT",
            "otherAirlineRecordLocator": "KpRWaC",
            "previouslySelectedBookingClass": "P",
            "segmentOfferInformation": {
              "awardFare": true,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "8",
                    "subCode": "MrI"
                  },
                  {
                    "id": "1",
                    "subCode": "2No"
                  }
                ]
              },
              "flightsMiles": 4601
            },
            "segmentRef": "18",
            "segmentStatusCode": {
              "code": "HK",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": false
          },
          {
            "@type": "Connection",
            "aircraftLeaseText": "OPERATED BY LUFTHANSA",
            "arrival": "2026-06-16T00:00:00.0Z",
            "arrivalGMTOffset": "-5:00",
            "bookingClass": "C",
            "cabinClass": "Economy",
            "departure": "2026-06-16T00:00:00.0Z",
            "departureGMTOffset": "-5:00",
            "destination": "JFK",
            "duration": 482,
            "dynamicPricingData": [
              {
                "passengerType": "INFANT",
                "priceId": "5"
              }
            ],
            "equipment": "777",
            "equipmentConfiguration": "7Fe",
            "fareBasis": "XhsWI",
            "fareComponentBeginAirport": "JFK",
            "fareComponentDirectionality": "FROM",
            "fareComponentEndAirport": "SIN",
            "flight": {
              "advisories": [
                {
                  "code": "pm6vSuHH",
                  "image": "seat.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "ERROR"
                },
                {
                  "code": "9a-LOn2u",
                  "image": "row.png",
                  "imageHint": "PSeatAdvisor",
                  "level": "WARNING"
                },
                {
                  "code": "NJkhIZ4k",
                  "image": "terminal.png",
                  "imageHint": "CColumnAdvisor",
                  "level": "ERROR"
                }
              ],
              "airlineCode": "EK",
              "arrivalTerminal": "B2",
              "changeOfGauge": true,
              "departureTerminal": "T4",
              "disclosureAirlineCode": "UA",
              "flightNumber": 757,
              "operatingAirlineCode": "EK",
              "operatingFlightNumber": 9577,
              "stopAirports": [
                {
                  "airport": "SIN",
                  "arrival": "2026-06-16T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 1369,
                  "elapsedTime": 214
                },
                {
                  "airport": "LHR",
                  "arrival": "2026-06-17T00:00:00.0Z",
                  "departure": "2026-06-16T00:00:00.0Z",
                  "duration": 190,
                  "elapsedTime": 135
                }
              ]
            },
            "layoverDuration": 231,
            "meals": [
              {
                "mealCode": "ldO",
                "passengerType": "ADT"
              },
              {
                "mealCode": "M85",
                "passengerType": "ADT"
              },
              {
                "mealCode": "05v",
                "passengerType": "CHD"
              },
              {
                "mealCode": "PYc",
                "passengerType": "CHD"
              },
              {
                "mealCode": "Yn6",
                "passengerType": "ADT"
              }
            ],
            "origin": "DXB",
            "otherAirlineRecordLocator": "efb9hm",
            "previouslySelectedBookingClass": "P",
            "segmentOfferInformation": {
              "awardFare": false,
              "flightAncillaries": {
                "flightAncillary": [
                  {
                    "id": "3",
                    "subCode": "56H"
                  },
                  {
                    "id": "4",
                    "subCode": "KwE"
                  },
                  {
                    "id": "3",
                    "subCode": "W4c"
                  },
                  {
                    "id": "3",
                    "subCode": "DRW"
                  },
                  {
                    "id": "9",
                    "subCode": "cVF"
                  }
                ]
              },
              "flightsMiles": 6031
            },
            "segmentRef": "23",
            "segmentStatusCode": {
              "code": "WL",
              "segmentStatus": "CONFIRMED"
            },
            "subjectToGovernmentApproval": true
          }
        ],
        "stops": 2,
        "totalDuration": 704
      }
    ]
  },
  "messages": [
    {
      "code": "U3_Et8yt5xM6b3q",
      "details": {
        "@type": "WarningDetail"
      },
      "level": "info"
    }
  ],
  "notPreselectedAncillaries": [
    {
      "ancillaryPrice": {
        "basePrice": {
          "alternatives": [
            [
              {
                "amount": 4385.99,
                "currency": "EUR"
              },
              {
                "amount": 112.08,
                "currency": "KMF"
              },
              {
                "amount": 1241.54,
                "currency": "BGN"
              },
              {
                "amount": 3540.59,
                "currency": "AZN"
              }
            ],
            [
              {
                "amount": 3767.2,
                "currency": "UYU"
              },
              {
                "amount": 1331.12,
                "currency": "DOP"
              },
              {
                "amount": 4796.81,
                "currency": "XPF"
              }
            ]
          ]
        },
        "originalBasePrice": {
          "alternatives": [
            [
              {
                "amount": 3068.37,
                "currency": "SSP"
              },
              {
                "amount": 3891.82,
                "currency": "CVE"
              },
              {
                "amount": 2935.01,
                "currency": "BBD"
              }
            ],
            [
              {
                "amount": 139.63,
                "currency": "LAK"
              },
              {
                "amount": 733.06,
                "currency": "KMF"
              }
            ]
          ]
        },
        "originalTaxPrice": [
          {
            "code": "wa",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 446.51,
                    "currency": "TRY"
                  },
                  {
                    "amount": 2083.82,
                    "currency": "PYG"
                  },
                  {
                    "amount": 3926.49,
                    "currency": "BSD"
                  }
                ],
                [
                  {
                    "amount": 2291.37,
                    "currency": "CAD"
                  },
                  {
                    "amount": 3384.04,
                    "currency": "AZN"
                  },
                  {
                    "amount": 1814.98,
                    "currency": "DJF"
                  }
                ],
                [
                  {
                    "amount": 4551.74,
                    "currency": "AOA"
                  }
                ],
                [
                  {
                    "amount": 1068.17,
                    "currency": "ISK"
                  },
                  {
                    "amount": 1600.58,
                    "currency": "KZT"
                  },
                  {
                    "amount": 755.35,
                    "currency": "TZS"
                  },
                  {
                    "amount": 2190.97,
                    "currency": "JOD"
                  }
                ],
                [
                  {
                    "amount": 4430.66,
                    "currency": "TOP"
                  },
                  {
                    "amount": 4249.13,
                    "currency": "UAH"
                  },
                  {
                    "amount": 775.42,
                    "currency": "KHR"
                  },
                  {
                    "amount": 2676.44,
                    "currency": "BYN"
                  }
                ]
              ]
            }
          },
          {
            "code": "hr",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 2440.2,
                    "currency": "ARS"
                  },
                  {
                    "amount": 3670.49,
                    "currency": "IQD"
                  },
                  {
                    "amount": 4912.84,
                    "currency": "MVR"
                  },
                  {
                    "amount": 4346.28,
                    "currency": "JMD"
                  }
                ],
                [
                  {
                    "amount": 1432.14,
                    "currency": "BSD"
                  },
                  {
                    "amount": 2514.37,
                    "currency": "SEK"
                  },
                  {
                    "amount": 3725.88,
                    "currency": "CZK"
                  }
                ]
              ]
            }
          },
          {
            "code": "yQ",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 1265.61,
                    "currency": "SBD"
                  },
                  {
                    "amount": 607.87,
                    "currency": "RUB"
                  },
                  {
                    "amount": 4610.67,
                    "currency": "MNT"
                  },
                  {
                    "amount": 1398.38,
                    "currency": "PYG"
                  }
                ],
                [
                  {
                    "amount": 2299,
                    "currency": "SAR"
                  },
                  {
                    "amount": 4738.14,
                    "currency": "NIO"
                  },
                  {
                    "amount": 3821.88,
                    "currency": "MMK"
                  }
                ],
                [
                  {
                    "amount": 1438.61,
                    "currency": "USD"
                  },
                  {
                    "amount": 570.33,
                    "currency": "NGN"
                  },
                  {
                    "amount": 4618.57,
                    "currency": "CLP"
                  },
                  {
                    "amount": 2565.07,
                    "currency": "NPR"
                  }
                ],
                [
                  {
                    "amount": 3220.98,
                    "currency": "HNL"
                  },
                  {
                    "amount": 3339.29,
                    "currency": "BOB"
                  },
                  {
                    "amount": 1071.28,
                    "currency": "BGN"
                  },
                  {
                    "amount": 2848.58,
                    "currency": "CRC"
                  }
                ]
              ]
            }
          }
        ],
        "originalTotalPrice": {
          "alternatives": [
            [
              {
                "amount": 1658.67,
                "currency": "DZD"
              },
              {
                "amount": 366.01,
                "currency": "RUB"
              },
              {
                "amount": 1625.57,
                "currency": "XPF"
              }
            ],
            [
              {
                "amount": 2437.08,
                "currency": "TZS"
              }
            ],
            [
              {
                "amount": 2717.27,
                "currency": "SRD"
              },
              {
                "amount": 3594.49,
                "currency": "BHD"
              },
              {
                "amount": 4456.65,
                "currency": "TZS"
              },
              {
                "amount": 36.02,
                "currency": "ALL"
              },
              {
                "amount": 3743.97,
                "currency": "VES"
              }
            ]
          ]
        },
        "originalTotalTax": {
          "alternatives": [
            [
              {
                "amount": 3756.32,
                "currency": "SBD"
              },
              {
                "amount": 2744.55,
                "currency": "BAM"
              },
              {
                "amount": 3839.35,
                "currency": "STN"
              },
              {
                "amount": 771.9,
                "currency": "MOP"
              },
              {
                "amount": 513.48,
                "currency": "BMD"
              }
            ],
            [
              {
                "amount": 2222.88,
                "currency": "USD"
              },
              {
                "amount": 2333.2,
                "currency": "ZMW"
              }
            ],
            [
              {
                "amount": 79.96,
                "currency": "JMD"
              }
            ],
            [
              {
                "amount": 2754.78,
                "currency": "QAR"
              }
            ]
          ]
        },
        "taxPrice": [
          {
            "code": "Hv",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 182.7,
                    "currency": "UGX"
                  },
                  {
                    "amount": 778.33,
                    "currency": "ILS"
                  },
                  {
                    "amount": 3343.24,
                    "currency": "EGP"
                  },
                  {
                    "amount": 556.33,
                    "currency": "BSD"
                  }
                ],
                [
                  {
                    "amount": 1685.4,
                    "currency": "CRC"
                  },
                  {
                    "amount": 4825.39,
                    "currency": "MUR"
                  },
                  {
                    "amount": 3294.11,
                    "currency": "SEK"
                  },
                  {
                    "amount": 1549.88,
                    "currency": "YER"
                  }
                ],
                [
                  {
                    "amount": 4984.47,
                    "currency": "AFN"
                  },
                  {
                    "amount": 884.3,
                    "currency": "DKK"
                  },
                  {
                    "amount": 3069.84,
                    "currency": "VES"
                  }
                ],
                [
                  {
                    "amount": 1090.6,
                    "currency": "ARS"
                  }
                ],
                [
                  {
                    "amount": 2642.62,
                    "currency": "IRR"
                  },
                  {
                    "amount": 3088.27,
                    "currency": "TMT"
                  },
                  {
                    "amount": 3528.32,
                    "currency": "UGX"
                  },
                  {
                    "amount": 4147.63,
                    "currency": "KRW"
                  }
                ]
              ]
            }
          }
        ],
        "totalAssignedPrice": {
          "alternatives": [
            [
              {
                "amount": 1530.74,
                "currency": "JMD"
              },
              {
                "amount": 1943.83,
                "currency": "AMD"
              },
              {
                "amount": 2633.48,
                "currency": "GEL"
              },
              {
                "amount": 1299.52,
                "currency": "LAK"
              },
              {
                "amount": 1399.17,
                "currency": "PEN"
              }
            ],
            [
              {
                "amount": 762.23,
                "currency": "HKD"
              },
              {
                "amount": 3486.43,
                "currency": "GEL"
              },
              {
                "amount": 542.23,
                "currency": "TRY"
              },
              {
                "amount": 4350.9,
                "currency": "MVR"
              },
              {
                "amount": 4826.42,
                "currency": "OMR"
              }
            ],
            [
              {
                "amount": 3727.23,
                "currency": "MXN"
              }
            ]
          ]
        },
        "totalPrice": {
          "alternatives": [
            [
              {
                "amount": 4551.57,
                "currency": "MYR"
              },
              {
                "amount": 2835.8,
                "currency": "UZS"
              },
              {
                "amount": 1260.72,
                "currency": "MUR"
              },
              {
                "amount": 2253.46,
                "currency": "BIF"
              }
            ],
            [
              {
                "amount": 2877.13,
                "currency": "MXN"
              },
              {
                "amount": 4176.32,
                "currency": "BZD"
              },
              {
                "amount": 4016.8,
                "currency": "NAD"
              },
              {
                "amount": 419.84,
                "currency": "TRY"
              }
            ],
            [
              {
                "amount": 2198.91,
                "currency": "KMF"
              },
              {
                "amount": 3651.76,
                "currency": "DJF"
              }
            ],
            [
              {
                "amount": 1828.06,
                "currency": "LYD"
              },
              {
                "amount": 23.1,
                "currency": "AED"
              },
              {
                "amount": 1572.3,
                "currency": "YER"
              },
              {
                "amount": 238.22,
                "currency": "AUD"
              }
            ],
            [
              {
                "amount": 1286.38,
                "currency": "GEL"
              },
              {
                "amount": 2326.13,
                "currency": "SOS"
              }
            ]
          ]
        },
        "totalTax": {
          "alternatives": [
            [
              {
                "amount": 3350.41,
                "currency": "SLE"
              },
              {
                "amount": 902.17,
                "currency": "CAD"
              },
              {
                "amount": 225.99,
                "currency": "UAH"
              }
            ],
            [
              {
                "amount": 528.24,
                "currency": "VUV"
              },
              {
                "amount": 3764.1,
                "currency": "SGD"
              },
              {
                "amount": 3829.9,
                "currency": "RSD"
              }
            ],
            [
              {
                "amount": 4551.94,
                "currency": "RON"
              },
              {
                "amount": 2039.24,
                "currency": "VUV"
              },
              {
                "amount": 3837.07,
                "currency": "XOF"
              },
              {
                "amount": 2949.15,
                "currency": "RUB"
              }
            ],
            [
              {
                "amount": 473.39,
                "currency": "MDL"
              },
              {
                "amount": 4021.51,
                "currency": "SCR"
              },
              {
                "amount": 3383.75,
                "currency": "CAD"
              },
              {
                "amount": 2396.93,
                "currency": "AFN"
              }
            ],
            [
              {
                "amount": 4673.91,
                "currency": "MWK"
              },
              {
                "amount": 1440.16,
                "currency": "AOA"
              },
              {
                "amount": 621.65,
                "currency": "VUV"
              },
              {
                "amount": 3877.48,
                "currency": "MGA"
              }
            ]
          ]
        }
      },
      "availabilityIndicator": false,
      "code": "LB",
      "quantity": 1,
      "refundIndicator": false,
      "travelPart": {
        "@type": "Connection"
      }
    },
    {
      "ancillaryPrice": {
        "basePrice": {
          "alternatives": [
            [
              {
                "amount": 149.85,
                "currency": "CLP"
              },
              {
                "amount": 2333.25,
                "currency": "TRY"
              },
              {
                "amount": 4949.16,
                "currency": "MOP"
              }
            ]
          ]
        },
        "originalBasePrice": {
          "alternatives": [
            [
              {
                "amount": 2723.13,
                "currency": "XOF"
              },
              {
                "amount": 905.81,
                "currency": "ALL"
              },
              {
                "amount": 1485.49,
                "currency": "KHR"
              },
              {
                "amount": 1126.31,
                "currency": "PKR"
              }
            ],
            [
              {
                "amount": 2994.85,
                "currency": "TRY"
              },
              {
                "amount": 932.17,
                "currency": "MYR"
              }
            ],
            [
              {
                "amount": 3376.56,
                "currency": "GYD"
              }
            ]
          ]
        },
        "originalTaxPrice": [
          {
            "code": "PR",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 2026,
                    "currency": "UZS"
                  },
                  {
                    "amount": 808.97,
                    "currency": "KZT"
                  },
                  {
                    "amount": 2492.65,
                    "currency": "AWG"
                  }
                ]
              ]
            }
          },
          {
            "code": "jV",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 3435.37,
                    "currency": "JMD"
                  },
                  {
                    "amount": 3086,
                    "currency": "SSP"
                  },
                  {
                    "amount": 3981.98,
                    "currency": "BND"
                  },
                  {
                    "amount": 31.17,
                    "currency": "SOS"
                  }
                ],
                [
                  {
                    "amount": 4274.66,
                    "currency": "NIO"
                  }
                ],
                [
                  {
                    "amount": 3780.18,
                    "currency": "NGN"
                  }
                ],
                [
                  {
                    "amount": 3360,
                    "currency": "SRD"
                  },
                  {
                    "amount": 1472.42,
                    "currency": "AZN"
                  },
                  {
                    "amount": 1755.51,
                    "currency": "HUF"
                  }
                ]
              ]
            }
          },
          {
            "code": "SS",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 2011.48,
                    "currency": "BSD"
                  }
                ]
              ]
            }
          }
        ],
        "originalTotalPrice": {
          "alternatives": [
            [
              {
                "amount": 2117.11,
                "currency": "EUR"
              },
              {
                "amount": 968.71,
                "currency": "PKR"
              },
              {
                "amount": 4636.28,
                "currency": "KGS"
              },
              {
                "amount": 1124.37,
                "currency": "TWD"
              }
            ],
            [
              {
                "amount": 2269.24,
                "currency": "BTN"
              },
              {
                "amount": 2742.18,
                "currency": "KYD"
              },
              {
                "amount": 986.67,
                "currency": "YER"
              },
              {
                "amount": 634.89,
                "currency": "CDF"
              },
              {
                "amount": 3890.25,
                "currency": "GIP"
              }
            ],
            [
              {
                "amount": 135.83,
                "currency": "PGK"
              },
              {
                "amount": 4221.68,
                "currency": "DJF"
              },
              {
                "amount": 3876.31,
                "currency": "PLN"
              }
            ]
          ]
        },
        "originalTotalTax": {
          "alternatives": [
            [
              {
                "amount": 4312.03,
                "currency": "LAK"
              },
              {
                "amount": 1482.82,
                "currency": "HUF"
              },
              {
                "amount": 760.14,
                "currency": "ILS"
              }
            ],
            [
              {
                "amount": 3905.93,
                "currency": "XCD"
              },
              {
                "amount": 618.64,
                "currency": "BAM"
              }
            ]
          ]
        },
        "taxPrice": [
          {
            "code": "Um",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 752.87,
                    "currency": "MGA"
                  },
                  {
                    "amount": 4336.3,
                    "currency": "UYU"
                  },
                  {
                    "amount": 297.39,
                    "currency": "TTD"
                  },
                  {
                    "amount": 2671.76,
                    "currency": "LRD"
                  },
                  {
                    "amount": 1280.43,
                    "currency": "WST"
                  }
                ],
                [
                  {
                    "amount": 3620.36,
                    "currency": "COP"
                  },
                  {
                    "amount": 822.85,
                    "currency": "ISK"
                  },
                  {
                    "amount": 1186.79,
                    "currency": "BZD"
                  },
                  {
                    "amount": 4570.24,
                    "currency": "XAF"
                  }
                ],
                [
                  {
                    "amount": 3481.58,
                    "currency": "GHS"
                  }
                ],
                [
                  {
                    "amount": 3142.53,
                    "currency": "KPW"
                  },
                  {
                    "amount": 1441.8,
                    "currency": "PAB"
                  }
                ]
              ]
            }
          },
          {
            "code": "Ec",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 3982.88,
                    "currency": "DKK"
                  },
                  {
                    "amount": 1491.35,
                    "currency": "IDR"
                  },
                  {
                    "amount": 4137.32,
                    "currency": "CZK"
                  },
                  {
                    "amount": 2184.07,
                    "currency": "PYG"
                  },
                  {
                    "amount": 2540.49,
                    "currency": "STN"
                  }
                ],
                [
                  {
                    "amount": 3223.12,
                    "currency": "BIF"
                  },
                  {
                    "amount": 3494.69,
                    "currency": "BSD"
                  }
                ],
                [
                  {
                    "amount": 1002.28,
                    "currency": "OMR"
                  },
                  {
                    "amount": 3480.46,
                    "currency": "SAR"
                  },
                  {
                    "amount": 812.61,
                    "currency": "HTG"
                  },
                  {
                    "amount": 548.52,
                    "currency": "CVE"
                  },
                  {
                    "amount": 1949.6,
                    "currency": "NGN"
                  }
                ],
                [
                  {
                    "amount": 2495.96,
                    "currency": "BWP"
                  },
                  {
                    "amount": 3401.21,
                    "currency": "UAH"
                  },
                  {
                    "amount": 401.59,
                    "currency": "MDL"
                  },
                  {
                    "amount": 2628.76,
                    "currency": "LYD"
                  }
                ]
              ]
            }
          },
          {
            "code": "RM",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 4553.29,
                    "currency": "LBP"
                  },
                  {
                    "amount": 1365.47,
                    "currency": "QAR"
                  },
                  {
                    "amount": 2054.92,
                    "currency": "RWF"
                  },
                  {
                    "amount": 3157.08,
                    "currency": "SLE"
                  },
                  {
                    "amount": 1027.66,
                    "currency": "JMD"
                  }
                ],
                [
                  {
                    "amount": 4622.45,
                    "currency": "SRD"
                  },
                  {
                    "amount": 3655.51,
                    "currency": "NZD"
                  },
                  {
                    "amount": 650.93,
                    "currency": "KPW"
                  }
                ],
                [
                  {
                    "amount": 4132.88,
                    "currency": "CRC"
                  },
                  {
                    "amount": 1547.57,
                    "currency": "SLE"
                  },
                  {
                    "amount": 1838.6,
                    "currency": "KPW"
                  },
                  {
                    "amount": 3955.45,
                    "currency": "CVE"
                  }
                ]
              ]
            }
          },
          {
            "code": "Hc",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 3424.48,
                    "currency": "HKD"
                  },
                  {
                    "amount": 2897.46,
                    "currency": "MVR"
                  },
                  {
                    "amount": 4640.01,
                    "currency": "SZL"
                  },
                  {
                    "amount": 3365.28,
                    "currency": "KWD"
                  }
                ],
                [
                  {
                    "amount": 4800.57,
                    "currency": "WST"
                  },
                  {
                    "amount": 2400.07,
                    "currency": "BGN"
                  },
                  {
                    "amount": 1559.79,
                    "currency": "QAR"
                  }
                ],
                [
                  {
                    "amount": 1664.46,
                    "currency": "SRD"
                  },
                  {
                    "amount": 2569.51,
                    "currency": "LSL"
                  }
                ],
                [
                  {
                    "amount": 562.8,
                    "currency": "TZS"
                  },
                  {
                    "amount": 895.57,
                    "currency": "KMF"
                  },
                  {
                    "amount": 3479.42,
                    "currency": "ISK"
                  }
                ]
              ]
            }
          },
          {
            "code": "eJ",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 855.12,
                    "currency": "BSD"
                  },
                  {
                    "amount": 2458.96,
                    "currency": "MZN"
                  },
                  {
                    "amount": 3128.46,
                    "currency": "THB"
                  }
                ],
                [
                  {
                    "amount": 271.4,
                    "currency": "ISK"
                  }
                ]
              ]
            }
          }
        ],
        "totalAssignedPrice": {
          "alternatives": [
            [
              {
                "amount": 1325.9,
                "currency": "EUR"
              },
              {
                "amount": 343.33,
                "currency": "ISK"
              }
            ],
            [
              {
                "amount": 3409.4,
                "currency": "MMK"
              },
              {
                "amount": 3722.66,
                "currency": "ISK"
              },
              {
                "amount": 2908.46,
                "currency": "AFN"
              },
              {
                "amount": 4219.66,
                "currency": "TND"
              },
              {
                "amount": 4230.71,
                "currency": "MGA"
              }
            ],
            [
              {
                "amount": 2138.47,
                "currency": "ZAR"
              },
              {
                "amount": 1930.79,
                "currency": "MKD"
              },
              {
                "amount": 1624.92,
                "currency": "JOD"
              },
              {
                "amount": 3686.66,
                "currency": "RWF"
              },
              {
                "amount": 4145.08,
                "currency": "MAD"
              }
            ],
            [
              {
                "amount": 1680.55,
                "currency": "PLN"
              },
              {
                "amount": 2127.65,
                "currency": "AMD"
              },
              {
                "amount": 1919.87,
                "currency": "SSP"
              }
            ],
            [
              {
                "amount": 3450.32,
                "currency": "DJF"
              },
              {
                "amount": 4412.33,
                "currency": "TOP"
              },
              {
                "amount": 329.35,
                "currency": "UAH"
              },
              {
                "amount": 2348.13,
                "currency": "KPW"
              },
              {
                "amount": 2723.41,
                "currency": "ALL"
              }
            ]
          ]
        },
        "totalPrice": {
          "alternatives": [
            [
              {
                "amount": 734.43,
                "currency": "ZAR"
              },
              {
                "amount": 306.43,
                "currency": "KYD"
              }
            ],
            [
              {
                "amount": 462.32,
                "currency": "TMT"
              },
              {
                "amount": 2224.93,
                "currency": "ZAR"
              },
              {
                "amount": 4201.84,
                "currency": "CRC"
              },
              {
                "amount": 2434.65,
                "currency": "KYD"
              }
            ],
            [
              {
                "amount": 3922.59,
                "currency": "ARS"
              },
              {
                "amount": 2518.34,
                "currency": "CNY"
              },
              {
                "amount": 3896.65,
                "currency": "BYN"
              }
            ],
            [
              {
                "amount": 1622.76,
                "currency": "SCR"
              },
              {
                "amount": 2656.47,
                "currency": "QAR"
              },
              {
                "amount": 3400.74,
                "currency": "SEK"
              }
            ],
            [
              {
                "amount": 1946.11,
                "currency": "NPR"
              },
              {
                "amount": 1594.1,
                "currency": "NOK"
              },
              {
                "amount": 4280.18,
                "currency": "ZAR"
              },
              {
                "amount": 4848.72,
                "currency": "TMT"
              }
            ]
          ]
        },
        "totalTax": {
          "alternatives": [
            [
              {
                "amount": 1542.95,
                "currency": "CDF"
              },
              {
                "amount": 1117.91,
                "currency": "SBD"
              }
            ],
            [
              {
                "amount": 2384.75,
                "currency": "WST"
              },
              {
                "amount": 4589.25,
                "currency": "CAD"
              },
              {
                "amount": 3655.19,
                "currency": "PYG"
              },
              {
                "amount": 1822.05,
                "currency": "CDF"
              },
              {
                "amount": 2899.07,
                "currency": "RWF"
              }
            ],
            [
              {
                "amount": 4421.03,
                "currency": "ANG"
              },
              {
                "amount": 2194.46,
                "currency": "LYD"
              }
            ],
            [
              {
                "amount": 3416,
                "currency": "CHF"
              },
              {
                "amount": 2497.13,
                "currency": "KRW"
              },
              {
                "amount": 1315.11,
                "currency": "TOP"
              },
              {
                "amount": 4319.51,
                "currency": "TND"
              }
            ]
          ]
        }
      },
      "availabilityIndicator": false,
      "code": "vu",
      "quantity": 1,
      "refundIndicator": false,
      "travelPart": {
        "@type": "Inbound"
      }
    },
    {
      "ancillaryPrice": {
        "basePrice": {
          "alternatives": [
            [
              {
                "amount": 4260.74,
                "currency": "NIO"
              },
              {
                "amount": 1970.68,
                "currency": "XOF"
              },
              {
                "amount": 789.93,
                "currency": "KMF"
              }
            ],
            [
              {
                "amount": 1159.04,
                "currency": "IDR"
              },
              {
                "amount": 2172.14,
                "currency": "JPY"
              },
              {
                "amount": 586.04,
                "currency": "IRR"
              },
              {
                "amount": 1025.01,
                "currency": "CVE"
              }
            ],
            [
              {
                "amount": 4128.45,
                "currency": "PLN"
              },
              {
                "amount": 4921.15,
                "currency": "UZS"
              }
            ],
            [
              {
                "amount": 1465.67,
                "currency": "DJF"
              },
              {
                "amount": 4188.69,
                "currency": "MZN"
              },
              {
                "amount": 1169.7,
                "currency": "MGA"
              }
            ],
            [
              {
                "amount": 4042.23,
                "currency": "LYD"
              }
            ]
          ]
        },
        "originalBasePrice": {
          "alternatives": [
            [
              {
                "amount": 3392.77,
                "currency": "ZWL"
              },
              {
                "amount": 2724.87,
                "currency": "TWD"
              },
              {
                "amount": 4444.03,
                "currency": "RSD"
              }
            ]
          ]
        },
        "originalTaxPrice": [
          {
            "code": "XP",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 1554.75,
                    "currency": "SAR"
                  }
                ],
                [
                  {
                    "amount": 30.89,
                    "currency": "HNL"
                  },
                  {
                    "amount": 3875.95,
                    "currency": "GTQ"
                  },
                  {
                    "amount": 3765.06,
                    "currency": "AED"
                  },
                  {
                    "amount": 504.41,
                    "currency": "MMK"
                  }
                ],
                [
                  {
                    "amount": 544.86,
                    "currency": "AMD"
                  },
                  {
                    "amount": 3932.46,
                    "currency": "KHR"
                  },
                  {
                    "amount": 1807.49,
                    "currency": "ANG"
                  }
                ]
              ]
            }
          },
          {
            "code": "Pu",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 2680.7,
                    "currency": "AFN"
                  },
                  {
                    "amount": 3789.92,
                    "currency": "LSL"
                  },
                  {
                    "amount": 1646.65,
                    "currency": "KMF"
                  }
                ],
                [
                  {
                    "amount": 3072.15,
                    "currency": "AOA"
                  }
                ],
                [
                  {
                    "amount": 772.08,
                    "currency": "QAR"
                  },
                  {
                    "amount": 4494.51,
                    "currency": "UAH"
                  },
                  {
                    "amount": 628.9,
                    "currency": "BHD"
                  },
                  {
                    "amount": 4400.18,
                    "currency": "JPY"
                  },
                  {
                    "amount": 3957.52,
                    "currency": "MYR"
                  }
                ],
                [
                  {
                    "amount": 4201.66,
                    "currency": "BMD"
                  }
                ]
              ]
            }
          }
        ],
        "originalTotalPrice": {
          "alternatives": [
            [
              {
                "amount": 2224.38,
                "currency": "SBD"
              },
              {
                "amount": 3245.52,
                "currency": "UYU"
              },
              {
                "amount": 4028.02,
                "currency": "AWG"
              }
            ],
            [
              {
                "amount": 4733.67,
                "currency": "MMK"
              },
              {
                "amount": 2800.1,
                "currency": "MXN"
              },
              {
                "amount": 329.61,
                "currency": "BWP"
              },
              {
                "amount": 2732.9,
                "currency": "BRL"
              }
            ],
            [
              {
                "amount": 2908.86,
                "currency": "KYD"
              },
              {
                "amount": 426.9,
                "currency": "PLN"
              },
              {
                "amount": 2754.69,
                "currency": "SLE"
              }
            ]
          ]
        },
        "originalTotalTax": {
          "alternatives": [
            [
              {
                "amount": 4870.32,
                "currency": "MMK"
              },
              {
                "amount": 3399.31,
                "currency": "TMT"
              },
              {
                "amount": 2912.77,
                "currency": "UGX"
              }
            ],
            [
              {
                "amount": 4440.87,
                "currency": "RUB"
              },
              {
                "amount": 1123.59,
                "currency": "BBD"
              },
              {
                "amount": 4252.92,
                "currency": "GMD"
              },
              {
                "amount": 3814.99,
                "currency": "THB"
              },
              {
                "amount": 2783.4,
                "currency": "ALL"
              }
            ],
            [
              {
                "amount": 2277.4,
                "currency": "JPY"
              }
            ]
          ]
        },
        "taxPrice": [
          {
            "code": "tC",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 2757.49,
                    "currency": "MGA"
                  },
                  {
                    "amount": 4485.91,
                    "currency": "MUR"
                  },
                  {
                    "amount": 2892.56,
                    "currency": "MZN"
                  }
                ],
                [
                  {
                    "amount": 3172.87,
                    "currency": "QAR"
                  },
                  {
                    "amount": 809.69,
                    "currency": "SSP"
                  },
                  {
                    "amount": 2853.93,
                    "currency": "JOD"
                  }
                ],
                [
                  {
                    "amount": 2730.35,
                    "currency": "KYD"
                  },
                  {
                    "amount": 3539.92,
                    "currency": "KES"
                  },
                  {
                    "amount": 3435.29,
                    "currency": "UZS"
                  },
                  {
                    "amount": 4845.23,
                    "currency": "TWD"
                  },
                  {
                    "amount": 3248.93,
                    "currency": "KGS"
                  }
                ],
                [
                  {
                    "amount": 3996.7,
                    "currency": "BIF"
                  },
                  {
                    "amount": 51.52,
                    "currency": "WST"
                  }
                ]
              ]
            }
          },
          {
            "code": "NP",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 541.9,
                    "currency": "TWD"
                  },
                  {
                    "amount": 3592.19,
                    "currency": "ETB"
                  }
                ]
              ]
            }
          },
          {
            "code": "sR",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 4536.92,
                    "currency": "PHP"
                  },
                  {
                    "amount": 1982.18,
                    "currency": "NPR"
                  },
                  {
                    "amount": 994.85,
                    "currency": "PLN"
                  },
                  {
                    "amount": 3282.47,
                    "currency": "DZD"
                  }
                ],
                [
                  {
                    "amount": 2303.14,
                    "currency": "BOB"
                  },
                  {
                    "amount": 3000.79,
                    "currency": "XPF"
                  },
                  {
                    "amount": 4395.35,
                    "currency": "RSD"
                  },
                  {
                    "amount": 2836.58,
                    "currency": "UZS"
                  }
                ],
                [
                  {
                    "amount": 372.54,
                    "currency": "XOF"
                  },
                  {
                    "amount": 4504.85,
                    "currency": "CHF"
                  }
                ]
              ]
            }
          },
          {
            "code": "Kn",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 4233.16,
                    "currency": "BTN"
                  },
                  {
                    "amount": 173.4,
                    "currency": "MGA"
                  },
                  {
                    "amount": 3929.03,
                    "currency": "LBP"
                  }
                ],
                [
                  {
                    "amount": 2006.39,
                    "currency": "BMD"
                  }
                ],
                [
                  {
                    "amount": 4037.09,
                    "currency": "PYG"
                  },
                  {
                    "amount": 4615.51,
                    "currency": "KRW"
                  },
                  {
                    "amount": 3877.99,
                    "currency": "JMD"
                  },
                  {
                    "amount": 3108.39,
                    "currency": "NGN"
                  },
                  {
                    "amount": 2293.71,
                    "currency": "SDG"
                  }
                ],
                [
                  {
                    "amount": 4028.67,
                    "currency": "BAM"
                  },
                  {
                    "amount": 1993.5,
                    "currency": "PAB"
                  }
                ]
              ]
            }
          },
          {
            "code": "ie",
            "price": {
              "alternatives": [
                [
                  {
                    "amount": 1629.22,
                    "currency": "BTN"
                  },
                  {
                    "amount": 2142.51,
                    "currency": "NPR"
                  }
                ],
                [
                  {
                    "amount": 3311.07,
                    "currency": "YER"
                  },
                  {
                    "amount": 725.13,
                    "currency": "SLE"
                  },
                  {
                    "amount": 3726.85,
                    "currency": "ANG"
                  },
                  {
                    "amount": 240.66,
                    "currency": "TOP"
                  }
                ],
                [
                  {
                    "amount": 186.62,
                    "currency": "RSD"
                  },
                  {
                    "amount": 623.44,
                    "currency": "HKD"
                  },
                  {
                    "amount": 4308.4,
                    "currency": "LSL"
                  },
                  {
                    "amount": 2109.7,
                    "currency": "UAH"
                  },
                  {
                    "amount": 3879.43,
                    "currency": "MZN"
                  }
                ],
                [
                  {
                    "amount": 1173.29,
                    "currency": "TZS"
                  },
                  {
                    "amount": 4950.5,
                    "currency": "KMF"
                  },
                  {
                    "amount": 4258.24,
                    "currency": "ZMW"
                  },
                  {
                    "amount": 4930.36,
                    "currency": "EUR"
                  }
                ],
                [
                  {
                    "amount": 3617.61,
                    "currency": "KYD"
                  },
                  {
                    "amount": 4113.25,
                    "currency": "VES"
                  },
                  {
                    "amount": 906.71,
                    "currency": "TOP"
                  }
                ]
              ]
            }
          }
        ],
        "totalAssignedPrice": {
          "alternatives": [
            [
              {
                "amount": 1041.01,
                "currency": "YER"
              },
              {
                "amount": 4786.25,
                "currency": "BAM"
              },
              {
                "amount": 3216.03,
                "currency": "MRU"
              },
              {
                "amount": 3755.49,
                "currency": "BDT"
              },
              {
                "amount": 224.52,
                "currency": "BDT"
              }
            ]
          ]
        },
        "totalPrice": {
          "alternatives": [
            [
              {
                "amount": 2249.86,
                "currency": "AZN"
              },
              {
                "amount": 4343.88,
                "currency": "KRW"
              }
            ],
            [
              {
                "amount": 2088.18,
                "currency": "PGK"
              }
            ],
            [
              {
                "amount": 2992.7,
                "currency": "AMD"
              },
              {
                "amount": 4426.78,
                "currency": "SBD"
              }
            ]
          ]
        },
        "totalTax": {
          "alternatives": [
            [
              {
                "amount": 2157.94,
                "currency": "ETB"
              },
              {
                "amount": 1046.01,
                "currency": "YER"
              },
              {
                "amount": 2895.49,
                "currency": "SYP"
              },
              {
                "amount": 746.17,
                "currency": "JMD"
              }
            ],
            [
              {
                "amount": 2906.01,
                "currency": "KYD"
              }
            ],
            [
              {
                "amount": 1905.53,
                "currency": "TJS"
              },
              {
                "amount": 730.41,
                "currency": "PAB"
              },
              {
                "amount": 3889.21,
                "currency": "RUB"
              }
            ],
            [
              {
                "amount": 104.65,
                "currency": "KMF"
              }
            ],
            [
              {
                "amount": 2467.16,
                "currency": "CZK"
              },
              {
                "amount": 3511.67,
                "currency": "IDR"
              },
              {
                "amount": 3517.22,
                "currency": "CAD"
              }
            ]
          ]
        }
      },
      "availabilityIndicator": false,
      "code": "XI",
      "quantity": 1,
      "refundIndicator": true,
      "travelPart": {
        "@type": "Connection"
      }
    }
  ]
}
{
  "segmentDisclosure": [
    {
      "passengerBaggageDisclosure": [
        {
          "checkedInBaggage": {
            "freeBaggageAllowance": {
              "totalUnits": "1",
              "baggageRestrictions": [
                {
                  "@type": "BaggageRestriction",
                  "dimensionDescription": "55 LINEAR INCHES, or 140 LINEAR CENTIMETERS",
                  "weightDescription": "50 POUNDS, or 23 KILOGRAMS"
                }
              ],
              "totalWeight": "50 POUNDS, or 23 KILOGRAMS"
            },
            "excessBaggage": []
          },
          "carryOnBaggage": {
            "freeBaggageAllowance": {
              "totalUnits": "2",
              "baggageRestrictions": [
                {
                  "@type": "BaggageRestriction",
                  "dimensionDescription": "up to 45 linear inches, or 115 linear centimeters",
                  "weightDescription": "up to 15 pounds, or 7 kilograms",
                  "allowedUnits": 1
                }
              ]
            },
            "excessBaggage": [],
            "additionalInfo": "additional allowances and/or discounts may apply"
          },
          "passengerType": "ADT"
        },
        {
          "checkedInBaggage": {
            "freeBaggageAllowance": {
              "totalUnits": "1",
              "baggageRestrictions": [
                {
                  "@type": "BaggageRestriction",
                  "dimensionDescription": "55 LINEAR INCHES, or 140 LINEAR CENTIMETERS",
                  "weightDescription": "50 POUNDS, or 23 KILOGRAMS"
                }
              ],
              "totalWeight": "50 POUNDS, or 23 KILOGRAMS"
            },
            "excessBaggage": []
          },
          "carryOnBaggage": {
            "freeBaggageAllowance": {
              "totalUnits": "2",
              "baggageRestrictions": [
                {
                  "@type": "BaggageRestriction",
                  "dimensionDescription": "up to 45 linear inches, or 115 linear centimeters",
                  "weightDescription": "up to 15 pounds, or 7 kilograms",
                  "allowedUnits": 1
                }
              ]
            },
            "excessBaggage": [],
            "additionalInfo": "additional allowances and/or discounts may apply"
          },
          "passengerType": "CHD"
        }
      ],
      "embargoInformation": {},
      "segment": {
        "origin": "OOL",
        "destination": "SYD"
      }
    }
  ],
  "segments": [
    {
      "@type": "Segment",
      "@id": "1",
      "segmentOfferInformation": {
        "flightsMiles": 421,
        "awardFare": false
      },
      "duration": 1,
      "cabinClass": "Economy",
      "equipment": "73H",
      "flight": {
        "flightNumber": 500,
        "airlineCode": "VA",
        "operatingAirlineCode": "VA",
        "stopAirports": [],
        "departureTerminal": "TERMINAL 1",
        "arrivalTerminal": "TERMINAL 2 DOMESTIC"
      },
      "origin": "OOL",
      "destination": "SYD",
      "departure": "2020-11-06T06:00:00",
      "arrival": "2020-11-06T08:30:00",
      "bookingClass": "S",
      "layoverDuration": 0,
      "fareBasis": "SZGW0F5",
      "subjectToGovernmentApproval": false
    }
  ],
  "passengerAllowance": [
    {
      "segments": [
        {
          "@ref": "1"
        }
      ],
      "passengerBaggageInfo": [
        {
          "checkedInBaggage": {
            "baggageAllowanceDefinition": [
              {
                "totalUnits": "2",
                "baggageRestrictions": [],
                "baggageAllowanceType": "STANDARD"
              }
            ]
          },
          "passengerIndex": 1
        },
        {
          "checkedInBaggage": {
            "baggageAllowanceDefinition": [
              {
                "totalUnits": "2",
                "baggageRestrictions": [],
                "baggageAllowanceType": "STANDARD"
              }
            ]
          },
          "passengerIndex": 2
        },
        {
          "checkedInBaggage": {
            "baggageAllowanceDefinition": [
              {
                "totalUnits": "1",
                "baggageRestrictions": [],
                "baggageAllowanceType": "STANDARD"
              }
            ]
          },
          "passengerIndex": 3
        },
        {
          "checkedInBaggage": {
            "baggageAllowanceDefinition": [
              {
                "totalUnits": "1",
                "baggageRestrictions": [],
                "baggageAllowanceType": "STANDARD"
              }
            ]
          },
          "passengerIndex": 4
        }
      ]
    }
  ]
}

Fare Rules(2 operations)

{
  "segmentFareRules": [
    {
      "segmentKeys": [
        {
          "origin": "AKL",
          "destination": "SYD",
          "departure": "2020-09-29T07:30:00",
          "arrival": "2020-09-29T09:15:00"
        }
      ],
      "fareBasisRules": {
        "fareBasis": "QZEVN",
        "fareRules": [
          {
            "category": "00",
            "ruleCode": "RULE APPLICATION AND OTHER CONDITIONS",
            "ruleText": "   NOTE - THE FOLLOWING TEXT IS INFORMATIONAL AND NOT\n   VALIDATED FOR AUTOPRICING.\n   VIRGIN AUSTRALIA ELEVATE ECONOMY FARES\n   FOR TRANS TASMAN\n   APPLICATION\n    AREA\n     THESE FARES APPLY \n      BETWEEN AUSTRALIA AND NEW ZEALAND.\n    CAPACITY LIMITATIONS\n     THE CARRIER SHALL LIMIT THE NUMBER OF PASSENGERS\n      CARRIED ON ANY ONE FLIGHT AT FARES GOVERNED BY\n      THIS RULE AND SUCH FARES WILL NOT NECESSARILY BE\n      AVAILABLE ON ALL FLIGHTS. THE NUMBER OF SEATS,\n      WHICH THE CARRIER SHALL MAKE AVAILABLE ON A GIVEN\n      FLIGHT, WILL BE DETERMINED BY THE CARRIER'S BEST\n      JUDGEMENT.\n    OTHER CONDITIONS\n     -------------------------------------------------\n     ADVANCE SEAT SELECTION\n     - ECONOMY X AVAILABLE FOR PURCHASE ON SELECTED\n     VIRGIN AUSTRALIA OPERATED FLIGHTS\n     - INCLUDES EXTRA LEG ROOM AND PREMIUM SEATING\n     LOCATION AND PREFERRED OVERHEAD LOCKERS\n     - PRIORITY SCREENING AND BOARDING INCLUDED WHERE\n     OFFERED\n     -------------------------------------------------\n     BAGGAGE ALLOWANCE\n     - INCLUDES 1 PIECE CHECKED BAGGAGE UP TO 23KGS\n     - ADDITIONAL CHECKED BAGGAGE AVAILABLE FOR\n     PURCHASE\n     NOT APPLICABLE FOR INFANT. REFER TO\n     VIRGINAUSTRALIA.COM FOR INFANT ALLOWANCES.\n     --------------------------------------------------\n     FOOD AND BEVERAGE\n     - INCLUDED\n     -------------------------------------------------\n     INFLIGHT ENTERTAINMENT\n     - COMPLIMENTARY WIRELESS IN-FLIGHT ENTERTAINMENT\n     IS AVAILABLE ON SELECTED VIRGIN AUSTRALIA\n     OPERATED FLIGHTS WHEN A GUESTS OWN COMPATIBLE\n     DEVICE IS USED\n     MORE INFORMATION ABOUT VIRGIN AUSTRALIAS IN\n     FLIGHT ENTERTAINMENT OFFERING IS AVAILABLE AT\n     VIRGINAUSTRALIA.COM\n      -------------------------------------------------\n"
          },
          {
            "category": "01",
            "ruleCode": "ELIGIBILITY",
            "ruleText": "   NO ELIGIBILITY REQUIREMENTS APPLY.\n"
          },
          {
            "category": "02",
            "ruleCode": "DAY/TIME",
            "ruleText": "   NO DAY/TIME TRAVEL RESTRICTIONS APPLY.\n"
          },
          {
            "category": "03",
            "ruleCode": "SEASONALITY",
            "ruleText": "   NO SEASONAL TRAVEL RESTRICTIONS APPLY.\n"
          },
          {
            "category": "04",
            "ruleCode": "FLIGHT APPLICATION",
            "ruleText": "   THE FARE COMPONENT MUST NOT BE ON\n       ONE OR MORE OF THE FOLLOWING\n           NZ FLIGHTS 7000 THROUGH 7998\n           VA FLIGHTS 7400 THROUGH 8999.\n   AND\n   IF THE FARE COMPONENT INCLUDES TRAVEL WITHIN AUSTRALIA\n       THEN THAT TRAVEL MUST BE ON\n       ONE OR MORE OF THE FOLLOWING\n           ANY VA FLIGHT OPERATED BY VA\n           ANY VA FLIGHT OPERATED BY QQ.\n   AND\n   IF THE FARE COMPONENT INCLUDES TRAVEL BETWEEN AUSTRALIA\n   AND NEW ZEALAND\n       THEN THAT TRAVEL MUST BE ON\n       ONE OR MORE OF THE FOLLOWING\n           ANY VA FLIGHT OPERATED BY VA.\n   AND\n   IF THE FARE COMPONENT INCLUDES TRAVEL WITHIN NEW\n   ZEALAND\n       THEN THAT TRAVEL MUST BE ON\n       ONE OR MORE OF THE FOLLOWING\n           ANY NZ FLIGHT OPERATED BY NZ.\n"
          },
          {
            "category": "05",
            "ruleCode": "ADVANCE RESERVATIONS/TICKETING",
            "ruleText": "   CONFIRMED RESERVATIONS ARE REQUIRED FOR ALL SECTORS.\n   WAITLIST NOT PERMITTED.\n   WHEN RESERVATIONS ARE MADE AT LEAST 3 DAYS BEFORE\n   DEPARTURE, TICKETING MUST BE COMPLETED WITHIN 2 DAYS\n   AFTER RESERVATIONS ARE MADE.\n   OR - CONFIRMED RESERVATIONS ARE REQUIRED FOR ALL\n        SECTORS.\n        WAITLIST NOT PERMITTED.\n        WHEN RESERVATIONS ARE MADE AT LEAST 2 DAYS BEFORE\n        DEPARTURE, TICKETING MUST BE COMPLETED WITHIN 1\n        DAY AFTER RESERVATIONS ARE MADE.\n   OR - CONFIRMED RESERVATIONS FOR ALL SECTORS AND\n        TICKETING MUST BE COMPLETED AT THE SAME TIME.\n        WAITLIST NOT PERMITTED.\n"
          },
          {
            "category": "06",
            "ruleCode": "MINIMUM STAY",
            "ruleText": "   NO MINIMUM STAY REQUIREMENTS APPLY.\n"
          },
          {
            "category": "07",
            "ruleCode": "MAXIMUM STAY",
            "ruleText": "   TRAVEL FROM LAST STOPOVER MUST COMMENCE NO LATER THAN\n   12 MONTHS AFTER DEPARTURE FROM FARE ORIGIN.\n"
          },
          {
            "category": "08",
            "ruleCode": "STOPOVERS",
            "ruleText": "   1 STOPOVER PERMITTED IN EACH DIRECTION IN AUSTRALIA.\n   AND - UNLIMITED FREE STOPOVERS PERMITTED ON THE PRICING\n         UNIT IN NEW ZEALAND.\n         NOTE - TEXT BELOW NOT VALIDATED FOR AUTOPRICING.\n          TEXT BELOW NOT VALIDATED FOR AUTOPRICING.\n          STOPOVERS PERMITTED ONLY AT TRANSFER POINTS SHOWN\n          ON THE ROUTE MAP.\n"
          },
          {
            "category": "09",
            "ruleCode": "TRANSFERS",
            "ruleText": "   UNLIMITED TRANSFERS PERMITTED. - SURFACE AT FARE BREAK\n   AND EMBEDDED SECTORS PERMITTED EXCEPT FOR PRICING UNITS\n   WITHIN/BETWEEN US AND CANADA - INCLUDING PR/USV1 -\n   SURFACE AT FARE BREAK IS NOT PERMITTED.\n"
          },
          {
            "category": "10",
            "ruleCode": "COMBINATIONS",
            "ruleText": "   END-ON-END\n     END-ON-END COMBINATIONS PERMITTED WITH DOMESTIC/\n     INTERNATIONAL FARES. VALIDATE ALL FARE COMPONENTS.\n     SIDE TRIPS PERMITTED WITH NO RESTRICTIONS.\n     PROVIDED -\n       COMBINATIONS ARE FOR CARRIER VA/SQ/VS/HA.\n   OPEN JAWS/ROUND TRIPS/CIRCLE TRIPS\n     FARES MAY BE COMBINED ON A HALF ROUND TRIP BASIS\n     WITH VA FARES WITH ANY FARE FOR ANY CARRIER IN ANY\n     RULE AND TARIFF.\n     -TO FORM SINGLE OR DOUBLE OPEN JAWS WHICH CONSISTS\n      OF NO MORE THAN 2 INTERNATIONAL FARE COMPONENTS AND\n      THE OPEN SEGMENT IS IN ONE COUNTRY\n     -TO FORM ROUND TRIPS\n     -TO FORM CIRCLE TRIPS WITH VA FARES.\n"
          },
          {
            "category": "11",
            "ruleCode": "BLACKOUT DATES",
            "ruleText": "   NO BLACKOUT DATES APPLY.\n"
          },
          {
            "category": "12",
            "ruleCode": "SURCHARGES",
            "ruleText": "   IF INFANT WITHOUT A SEAT PSGR UNDER 2.\n     THERE IS NO MISCELLANEOUS/OTHER SURCHARGE PER ANY\n     PASSENGER.\n   ORIGINATING AUSTRALIA OUTBOUND -\n   IF THE FARE COMPONENT IS NOT ON\n       ONE OR MORE OF THE FOLLOWING\n           VA FLIGHT 198\n           VA FLIGHT 199.\n     PEAK SURCHARGE OF AUD 80.00 PER FARE COMPONENT WILL\n     BE ADDED TO THE APPLICABLE FARE PER ANY PASSENGER\n     FROM 06MAR THROUGH 13MAR.\n   ORIGINATING AUSTRALIA OUTBOUND -\n     PEAK SURCHARGE OF AUD 40.00 PER FARE COMPONENT WILL\n     BE ADDED TO THE APPLICABLE FARE PER ANY PASSENGER\n     FROM 27JUN20 THROUGH 28JUN20.\n     AND - PEAK SURCHARGE OF AUD 40.00 PER FARE COMPONENT\n           WILL BE ADDED TO THE APPLICABLE FARE PER ANY\n           PASSENGER ON 01JUL20.\n     AND - MISCELLANEOUS/OTHER SURCHARGE OF AUD 15.00 PER\n           FARE COMPONENT WILL BE ADDED TO THE APPLICABLE\n           FARE PER ANY PASSENGER IF THE FARE COMPONENT\n           INCLUDES TRAVEL ON ONE OR MORE OF THE FOLLOWING\n                   VA FLIGHT 153.\n     AND - MISCELLANEOUS/OTHER SURCHARGE OF AUD 15.00 PER\n           FARE COMPONENT WILL BE ADDED TO THE APPLICABLE\n           FARE PER ANY PASSENGER IF THE FARE COMPONENT\n           INCLUDES TRAVEL ON ONE OR MORE OF THE FOLLOWING\n                   VA FLIGHT 141\n           ON MON.\n     AND - MISCELLANEOUS/OTHER SURCHARGE OF AUD 15.00 PER\n           FARE COMPONENT WILL BE ADDED TO THE APPLICABLE\n           FARE PER ANY PASSENGER IF THE FARE COMPONENT\n           INCLUDES TRAVEL ON ONE OR MORE OF THE FOLLOWING\n                   VA FLIGHT 163\n           ON THU.\n   ORIGINATING AUSTRALIA INBOUND -\n   IF THE FARE COMPONENT IS NOT ON\n       ONE OR MORE OF THE FOLLOWING\n           VA FLIGHT 198\n           VA FLIGHT 199.\n     PEAK SURCHARGE OF AUD 80.00 PER FARE COMPONENT WILL\n     BE ADDED TO THE APPLICABLE FARE PER ANY PASSENGER\n     FROM 22MAR THROUGH 28MAR.\n   ORIGINATING AUSTRALIA INBOUND -\n     PEAK SURCHARGE OF AUD 40.00 PER FARE COMPONENT WILL\n     BE ADDED TO THE APPLICABLE FARE PER ANY PASSENGER\n     FROM 27JUN20 THROUGH 28JUN20.\n     AND - PEAK SURCHARGE OF AUD 40.00 PER FARE COMPONENT\n           WILL BE ADDED TO THE APPLICABLE FARE PER ANY\n           PASSENGER FROM 01JUL20 THROUGH 02JUL20.\n     AND - MISCELLANEOUS/OTHER SURCHARGE OF AUD 15.00 PER\n           FARE COMPONENT WILL BE ADDED TO THE APPLICABLE\n           FARE PER ANY PASSENGER IF THE FARE COMPONENT\n           INCLUDES TRAVEL ON ONE OR MORE OF THE FOLLOWING\n                   VA FLIGHT 162\n           ON SUN.\n   ORIGINATING NEW ZEALAND OUTBOUND -\n   IF THE FARE COMPONENT IS NOT ON\n       ONE OR MORE OF THE FOLLOWING\n           VA FLIGHT 198\n           VA FLIGHT 199.\n     PEAK SURCHARGE OF NZD 40.00 PER FARE COMPONENT WILL\n     BE ADDED TO THE APPLICABLE FARE PER ANY PASSENGER\n     FROM 22MAR THROUGH 28MAR.\n   ORIGINATING NEW ZEALAND INBOUND -\n   IF THE FARE COMPONENT IS NOT ON\n       ONE OR MORE OF THE FOLLOWING\n           VA FLIGHT 198\n           VA FLIGHT 199.\n     PEAK SURCHARGE OF NZD 85.00 PER FARE COMPONENT WILL\n     BE ADDED TO THE APPLICABLE FARE PER ANY PASSENGER\n     FROM 06MAR THROUGH 13MAR.\n"
          },
          {
            "category": "13",
            "ruleCode": "ACCOMPANIED TRAVEL",
            "ruleText": "   ACCOMPANIED TRAVEL NOT REQUIRED.\n"
          },
          {
            "category": "14",
            "ruleCode": "TRAVEL RESTRICTIONS",
            "ruleText": "   NO TRAVEL DATE RESTRICTIONS APPLY.\n"
          },
          {
            "category": "15",
            "ruleCode": "SALES RESTRICTIONS",
            "ruleText": "   IF THE FARE COMPONENT INCLUDES TRAVEL BETWEEN\n   AUSTRALIA AND NEW ZEALAND ON\n       ONE OR MORE OF THE FOLLOWING\n           ANY VA FLIGHT OPERATED BY VA.\n     TICKETS MUST BE ISSUED ON THE STOCK OF VA.\n     TICKETS MUST BE ISSUED BY ELECTRONIC TICKETING.\n     OR - TICKETS MUST NOT BE ISSUED ON VA. TICKETS MUST\n          BE ISSUED BY HR AND MAY NOT BE SOLD IN AUSTRALIA/\n          CANADA/FRANCE/GERMANY/IRELAND/NETHERLANDS/NEW\n          ZEALAND/SINGAPORE/SWITZERLAND/UNITED KINGDOM/\n          UNITED STATES/BELGIUM/SCANDINAVIA/JAPAN /\n          DEMOCRATIC REPUBLIC OF KOREA / REPUBLIC OF KOREA/\n          GREECE/HONG KONG SAR CHINA/INDONESIA/ITALY/SPAIN/\n          THAILAND/LEBANON/MALAYSIA/FINLAND/SAUDI ARABIA/\n          SERBIA/UNITED ARAB EMIRATES. AND MAY ONLY BE\n          SOLD IN AREA 1/AREA 2/AREA 3.\n          TICKETS MUST BE ISSUED BY ELECTRONIC TICKETING.\n     OR - TICKETS MUST BE ISSUED ON THE STOCK OF VA OR SQ.\n          TICKETS MUST BE ISSUED BY ELECTRONIC TICKETING.\n     OR - TICKETS MUST BE ISSUED ON THE STOCK OF VA OR VS.\n          TICKETS MUST BE ISSUED BY ELECTRONIC TICKETING.\n     OR - TICKETS MUST BE ISSUED ON THE STOCK OF VA OR HA.\n          TICKETS MUST BE ISSUED BY ELECTRONIC TICKETING.\n     OR - TICKETS MUST BE ISSUED ON THE STOCK OF VA OR 1S\n          AND MAY ONLY BE SOLD IN AREA 3/AREA 2/AREA 1.\n          TICKETS MUST BE ISSUED BY ELECTRONIC TICKETING.\n"
          },
          {
            "category": "16",
            "ruleCode": "PENALTIES",
            "ruleText": "   FOR TICKETING ON/BEFORE 17SEP20/FOR TRAVEL ON/BEFORE\n   19MAY21\n     CHANGES\n     \n       CHANGES PERMITTED FOR REISSUE/REVALIDATION.\n         NOTE - TEXT BELOW NOT VALIDATED FOR AUTOPRICING.\n          2 CHANGES PERMITTED WITH NO FEE. FARE DIFFERENCE\n          IS APPLICABLE.\n     \n     PER TICKET CHARGE NZD 80.00 FOR REISSUE/REVALIDATION.\n         NOTE - TEXT BELOW NOT VALIDATED FOR AUTOPRICING.\n          3RD CHANGE AND ANY ADDITIONAL CHANGES -\n          A. FOR CHANGES MADE ON OR WITHIN 29 DAYS OF\n          SCHEDULED DEPARTURE-\n          PERMITTED SUBJECT TO NZD80 CHANGE FEE\n          CHANGES MUST BE MADE PRIOR TO FLIGHTS\n          SCHEDULED DEPARTURE. CHANGES AFTER THE\n          FLIGHTS SCHEDULED DEPARTURE ARE NOT\n          PERMITTED.\n          CHANGE FEE APPLIES PER PERSON PER TICKET AND\n          MUST BE SHOWN AS NZD80 YR. FARE DIFFERENCE\n          AND ANY ADDITIONAL TAXES MUST BE COLLECTED\n          AT THE TIME OF REISSUE.  NEW FARE MUST BE OF\n          EQUAL OR HIGHER VALUE.\n          CHILD DISCOUNTS DO NOT APPLY/INFANT WITHOUT A\n          SEAT ARE FREE OF CHARGE.\n           FEE WAIVED FOR UPGRADE TO A HIGHER BOOKING\n          CLASS AND/OR FARE TYPE ON SAME FLIGHT/SAME\n          DAY ONLY FARE DIFFERENCE APPLIES NO REISSUE\n          FEE. REISSUE FEE AND FARE DIFFERENCE APPLY\n          FOR UPGRADE TO A HIGHER BOOKING CLASS\n          AND/OR  FARE TYPE ON A DIFFERENT\n          FLIGHT/DIFFERENT DAY\n          B. FOR CHANGES MADE AT LEAST 30 DAYS OF SCHEDULED\n          DEPARTURE-\n          PERMITTED WITHOUT A FEE\n          FARE DIFFERENCE AND ANY ADDITIONAL TAXES MUST\n          BE COLLECTED AT THE TIME OF REISSUE.\n          NEW FARE MUST BE OF EQUAL OR HIGHER VALUE.\n          -------\n          NAME CHANGES NOT PERMITTED\n          ------\n          REISSUE CONDITIONS-\n          FOR UNUSED TICKETS FLIGHT TIME AND DATE CHANGES\n          ARE PERMITTED FOR A FEE AND MUST BE REPRICED\n          USING CURRENT FARES.\n          ------\n          FOR PARTIALLY USED TICKETS FLIGHT TIME AND DATE\n          CHANGES ARE PERMITTED FOR A FEE AND MUST\n          BEREPRICED USING HISTORICAL FARES.\n          -------\n          IF TICKET HAS BEEN ISSUED USING A COMBINATION OF\n          DIFFERENT FARE TYPES THE RULES OF THE MOST\n          RESTRICTIVE APPLY.\n          -------\n          ORIGIN AND DESTINATION POINTS OR STOPOVER/\n          CONNECTING POINTS MAY CHANGE SUBJECT TO ROUTING\n          RESTRICTIONS.\n          -------\n          ALL OTHER CHANGES ARE NOT PERMITTED AND WILL BE\n          TREATED AS A CANCELLATION.\n          SCHEDULED DEPARTURE-\n          PERMITTED SUBJECT TO NZD80 CHANGE FEE\n          CHANGES MUST BE MADE PRIOR TO FLIGHTS\n          SCHEDULED DEPARTURE. CHANGES AFTER THE\n          FLIGHTS SCHEDULED DEPARTURE ARE NOT\n          PERMITTED.\n          CHANGE FEE APPLIES PER PERSON PER TICKET AND\n          MUST BE SHOWN AS NZD80 YR. FARE DIFFERENCE\n          AND ANY ADDITIONAL TAXES MUST BE COLLECTED\n          AT THE TIME OF REISSUE.  NEW FARE MUST BE OF\n          EQUAL OR HIGHER VALUE.\n          CHILD DISCOUNTS DO NOT APPLY/INFANT WITHOUT A\n          SEAT ARE FREE OF CHARGE.\n           FEE WAIVED FOR UPGRADE TO A HIGHER BOOKING\n          CLASS AND/OR FARE TYPE ON SAME FLIGHT/SAME\n          DAY ONLY FARE DIFFERENCE APPLIES NO REISSUE\n          FEE. REISSUE FEE AND FARE DIFFERENCE APPLY\n          FOR UPGRADE TO A HIGHER BOOKING CLASS\n          AND/OR  FARE TYPE ON A DIFFERENT\n          FLIGHT/DIFFERENT DAY\n          B. FOR CHANGES MADE AT LEAST 30 DAYS OF SCHEDULED\n          DEPARTURE-\n          PERMITTED WITHOUT A FEE\n          FARE DIFFERENCE AND ANY ADDITIONAL TAXES MUST\n          BE COLLECTED AT THE TIME OF REISSUE.\n          NEW FARE MUST BE OF EQUAL OR HIGHER VALUE.\n          -------\n          NAME CHANGES NOT PERMITTED\n          ------\n          REISSUE CONDITIONS-\n          FOR UNUSED TICKETS FLIGHT TIME AND DATE CHANGES\n          ARE PERMITTED FOR A FEE AND MUST BE REPRICED\n          USING CURRENT FARES.\n          ------\n          FOR PARTIALLY USED TICKETS FLIGHT TIME AND DATE\n          CHANGES ARE PERMITTED FOR A FEE AND MUST\n          BEREPRICED USING HISTORICAL FARES.\n          -------\n          IF TICKET HAS BEEN ISSUED USING A COMBINATION OF\n          DIFFERENT FARE TYPES THE RULES OF THE MOST\n          RESTRICTIVE APPLY.\n          -------\n          ORIGIN AND DESTINATION POINTS OR STOPOVER/\n          CONNECTING POINTS MAY CHANGE SUBJECT TO ROUTING\n          RESTRICTIONS.\n          -------\n          ALL OTHER CHANGES ARE NOT PERMITTED AND WILL BE\n          TREATED AS A CANCELLATION.\n   FOR TRAVEL ON/AFTER 20MAY21\n     CHANGES\n     \n       PER TICKET CHARGE NZD 80.00 FOR REISSUE/\n     REVALIDATION.\n         NOTE - TEXT BELOW NOT VALIDATED FOR AUTOPRICING.\n          A. FOR CHANGES MADE ON OR WITHIN 29 DAYS OF\n          SCHEDULED DEPARTURE-\n          PERMITTED SUBJECT TO NZD80 CHANGE FEE\n          CHANGES MUST BE MADE PRIOR TO FLIGHTS\n          SCHEDULED DEPARTURE. CHANGES AFTER THE\n          FLIGHTS SCHEDULED DEPARTURE ARE NOT\n          PERMITTED.\n          CHANGE FEE APPLIES PER PERSON PER TICKET AND\n          MUST BE SHOWN AS NZD80 YR. FARE DIFFERENCE\n          AND ANY ADDITIONAL TAXES MUST BE COLLECTED\n          AT THE TIME OF REISSUE.  NEW FARE MUST BE OF\n          EQUAL OR HIGHER VALUE.\n          CHILD DISCOUNTS DO NOT APPLY/INFANT WITHOUT A\n          SEAT ARE FREE OF CHARGE.\n           FEE WAIVED FOR UPGRADE TO A HIGHER BOOKING\n          CLASS AND/OR FARE TYPE ON SAME FLIGHT/SAME\n          DAY ONLY FARE DIFFERENCE APPLIES NO REISSUE\n          FEE. REISSUE FEE AND FARE DIFFERENCE APPLY\n          FOR UPGRADE TO A HIGHER BOOKING CLASS\n          AND/OR  FARE TYPE ON A DIFFERENT\n          FLIGHT/DIFFERENT DAY\n          B. FOR CHANGES MADE AT LEAST 30 DAYS OF SCHEDULED\n          DEPARTURE-\n          PERMITTED WITHOUT A FEE\n          FARE DIFFERENCE AND ANY ADDITIONAL TAXES MUST\n          BE COLLECTED AT THE TIME OF REISSUE.\n          NEW FARE MUST BE OF EQUAL OR HIGHER VALUE.\n          -------\n          NAME CHANGES NOT PERMITTED\n          ------\n          REISSUE CONDITIONS-\n          FOR UNUSED TICKETS FLIGHT TIME AND DATE CHANGES\n          ARE PERMITTED FOR A FEE AND MUST BE REPRICED\n          USING CURRENT FARES.\n          ------\n          FOR PARTIALLY USED TICKETS FLIGHT TIME AND DATE\n          CHANGES ARE PERMITTED FOR A FEE AND MUST\n          BEREPRICED USING HISTORICAL FARES.\n          -------\n          IF TICKET HAS BEEN ISSUED USING A COMBINATION OF\n          DIFFERENT FARE TYPES THE RULES OF THE MOST\n          RESTRICTIVE APPLY.\n          -------\n          ORIGIN AND DESTINATION POINTS OR STOPOVER/\n          CONNECTING POINTS MAY CHANGE SUBJECT TO ROUTING\n          RESTRICTIONS.\n          -------\n          ALL OTHER CHANGES ARE NOT PERMITTED AND WILL BE\n          TREATED AS A CANCELLATION.\n          SCHEDULED DEPARTURE-\n          PERMITTED SUBJECT TO NZD80 CHANGE FEE\n          CHANGES MUST BE MADE PRIOR TO FLIGHTS\n          SCHEDULED DEPARTURE. CHANGES AFTER THE\n          FLIGHTS SCHEDULED DEPARTURE ARE NOT\n          PERMITTED.\n          CHANGE FEE APPLIES PER PERSON PER TICKET AND\n          MUST BE SHOWN AS NZD80 YR. FARE DIFFERENCE\n          AND ANY ADDITIONAL TAXES MUST BE COLLECTED\n          AT THE TIME OF REISSUE.  NEW FARE MUST BE OF\n          EQUAL OR HIGHER VALUE.\n          CHILD DISCOUNTS DO NOT APPLY/INFANT WITHOUT A\n          SEAT ARE FREE OF CHARGE.\n           FEE WAIVED FOR UPGRADE TO A HIGHER BOOKING\n          CLASS AND/OR FARE TYPE ON SAME FLIGHT/SAME\n          DAY ONLY FARE DIFFERENCE APPLIES NO REISSUE\n          FEE. REISSUE FEE AND FARE DIFFERENCE APPLY\n          FOR UPGRADE TO A HIGHER BOOKING CLASS\n          AND/OR  FARE TYPE ON A DIFFERENT\n          FLIGHT/DIFFERENT DAY\n          B. FOR CHANGES MADE AT LEAST 30 DAYS OF SCHEDULED\n          DEPARTURE-\n          PERMITTED WITHOUT A FEE\n          FARE DIFFERENCE AND ANY ADDITIONAL TAXES MUST\n          BE COLLECTED AT THE TIME OF REISSUE.\n          NEW FARE MUST BE OF EQUAL OR HIGHER VALUE.\n          -------\n          NAME CHANGES NOT PERMITTED\n          ------\n          REISSUE CONDITIONS-\n          FOR UNUSED TICKETS FLIGHT TIME AND DATE CHANGES\n          ARE PERMITTED FOR A FEE AND MUST BE REPRICED\n          USING CURRENT FARES.\n          ------\n          FOR PARTIALLY USED TICKETS FLIGHT TIME AND DATE\n          CHANGES ARE PERMITTED FOR A FEE AND MUST\n          BEREPRICED USING HISTORICAL FARES.\n          -------\n          IF TICKET HAS BEEN ISSUED USING A COMBINATION OF\n          DIFFERENT FARE TYPES THE RULES OF THE MOST\n          RESTRICTIVE APPLY.\n          -------\n          ORIGIN AND DESTINATION POINTS OR STOPOVER/\n          CONNECTING POINTS MAY CHANGE SUBJECT TO ROUTING\n          RESTRICTIONS.\n          -------\n          ALL OTHER CHANGES ARE NOT PERMITTED AND WILL BE\n          TREATED AS A CANCELLATION.\n   CANCELLATIONS\n   \n     PER TICKET CHARGE NZD 150.00 FOR CANCEL/REFUND.\n         NOTE - TEXT BELOW NOT VALIDATED FOR AUTOPRICING.\n          CANCELLATION MUST BE MADE PRIOR TO FLIGHTS\n          SCHEDULED DEPARTURE.\n          -------------\n          UNUSED OR PARTIALLY USED TICKET VALUES MAY BE\n          HELD IN CREDIT AND APPLIED TO AN EQUAL OR HIGHER\n          FARE AND REISSUED WITHIN 12 MONTHS OF ORIGINAL\n          ISSUE DATE. ANY REISSUE FEES MUST BE COLLECTED AT\n          TIME OF REISSUE AS PER FARE RULES. REFUND TO\n          ORIGINAL FORM OF PAYMENT PERMITTED.\n          -------\n          FOR BOOKINGS MADE DIRECTLY WITH VIRGIN AUSTRALIA\n          RESIDUAL BALANCE MAY BE HELD IN TRAVEL BANK FOR\n          12MTHS. NZD 80.00 FEE APPLIES.\n          -------\n          OB FEES REMAIN NON REFUNDABLE AT ALL TIMES.\n          -------\n          CANCELLATION RULES AS DESCRIBED ARE WAIVED FOR\n          THE DEATH OF THE PASSENGER OR FAMILY MEMBER\n          SUBJECT TO VA SIGHTING OF CERTIFICATE WITH\n          APPLICABLE WAIVER CODE ENDORSED ON THE REFUND.\n          ---------\n          CHILD DISCOUNTS DO NOT APPLY/INFANT WITHOUT A\n          SEAT ARE FREE OF CHARGE.\n          ---------\n          YOU MAY ALSO BE ENTITLED TO A REFUND UNDER THE\n          AUSTRALIAN CONSUMER LAW IN CERTAIN CIRCUMSTANCES.\n"
          },
          {
            "category": "17",
            "ruleCode": "HIP/MILEAGE EXCEPTIONS",
            "ruleText": "   NO HIP OR MILEAGE EXCEPTIONS APPLY.\n"
          },
          {
            "category": "18",
            "ruleCode": "TICKET ENDORSEMENTS",
            "ruleText": "   THE ORIGINAL AND THE REISSUED TICKET MUST BE ANNOTATED\n   - VLD VA ONLY/NONEND - AND - PNLTY APPLIES - IN THE\n   ENDORSEMENT BOX.\n"
          },
          {
            "category": "19",
            "ruleCode": "CHILDREN DISCOUNTS",
            "ruleText": "   CNN/ACCOMPANIED CHILD PSGR 2-11 - CHARGE 100 PERCENT\n     OF THE FARE.\n         TICKETING CODE - BASE FARE CODE PLUS CH.\n     MUST BE ACCOMPANIED ON ALL FLIGHTS IN THE SAME\n       COMPARTMENT BY ADULT PSGR 15 OR OLDER.\n   OR - INS/INFANT WITH A SEAT PSGR UNDER 2 - CHARGE 100\n          PERCENT OF THE FARE.\n              TICKETING CODE - BASE FARE CODE PLUS CH.\n          MUST BE ACCOMPANIED ON ALL FLIGHTS IN THE SAME\n            COMPARTMENT BY ADULT PSGR 15 OR OLDER.\n   OR - INF/INFANT WITHOUT A SEAT PSGR UNDER 2 - CHARGE 10\n          PERCENT OF THE FARE.\n              TICKETING CODE - BASE FARE CODE PLUS IN.\n          MUST BE ACCOMPANIED ON ALL FLIGHTS IN THE SAME\n            COMPARTMENT BY ADULT PSGR 15 OR OLDER.\n   INN/INDIVIDUAL INCLUSIVE TOUR CHILD PSGR 2-11 - CHARGE\n     100 PERCENT OF THE FARE.\n         TICKETING CODE - BASE FARE CODE PLUS CH.\n     MUST BE ACCOMPANIED ON ALL FLIGHTS IN THE SAME\n       COMPARTMENT BY INDIVIDUAL INCLUSIVE TOUR PSGR 15\n       OR OLDER.\n   OR - ITS/INCLUSIVE TOUR INFANT WITH A SEAT PSGR UNDER 2\n          - CHARGE 100 PERCENT OF THE FARE.\n              TICKETING CODE - BASE FARE CODE PLUS CH.\n          MUST BE ACCOMPANIED ON ALL FLIGHTS IN THE SAME\n            COMPARTMENT BY INDIVIDUAL INCLUSIVE TOUR PSGR\n            15 OR OLDER.\n   OR - ITF/INCLUSIVE TOUR INFANT WITHOUT A SEAT PSGR\n          UNDER 2 - CHARGE 10 PERCENT OF THE FARE.\n              TICKETING CODE - BASE FARE CODE PLUS IN.\n          MUST BE ACCOMPANIED ON ALL FLIGHTS IN THE SAME\n            COMPARTMENT BY INDIVIDUAL INCLUSIVE TOUR PSGR\n            15 OR OLDER.\n"
          },
          {
            "category": "20",
            "ruleCode": "TOUR CONDUCTOR DISCOUNTS",
            "ruleText": "   NO DISCOUNTS FOR TOUR CONDUCTORS.\n"
          },
          {
            "category": "21",
            "ruleCode": "AGENT DISCOUNTS",
            "ruleText": "   NO DISCOUNTS FOR SALE AGENTS.\n"
          },
          {
            "category": "22",
            "ruleCode": "ALL OTHER DISCOUNTS",
            "ruleText": "   NO DISCOUNTS FOR OTHERS.\n"
          },
          {
            "category": "23",
            "ruleCode": "MISCELLANEOUS PROVISIONS",
            "ruleText": "   THIS FARE MUST NOT BE USED AS THROUGH FARE WITH A\n   DIFFERENTIAL AND/OR TO CALCULATE DIFFERENTIAL.\n"
          },
          {
            "category": "25",
            "ruleCode": "FARE BY RULE",
            "ruleText": "   NOT APPLICABLE.\n"
          },
          {
            "category": "26",
            "ruleCode": "GROUPS",
            "ruleText": "   NO GROUP PROVISIONS APPLY.\n"
          },
          {
            "category": "27",
            "ruleCode": "TOURS",
            "ruleText": "   NO TOUR PROVISIONS APPLY.\n"
          },
          {
            "category": "28",
            "ruleCode": "VISIT ANOTHER COUNTRY",
            "ruleText": "   NO VISIT ANOTHER COUNTRY PROVISIONS APPLY.\n"
          },
          {
            "category": "29",
            "ruleCode": "DEPOSITS",
            "ruleText": "   NO DEPOSIT PROVISIONS APPLY.\n"
          },
          {
            "category": "31",
            "ruleCode": "VOLUNTARY CHANGES",
            "ruleText": "   ENTER RD*31 OR RD‡LINE NUM‡*31 FOR VOLUNTARY CHGS.\n"
          },
          {
            "category": "33",
            "ruleCode": "VOLUNTARY REFUNDS",
            "ruleText": "   CHECK CATEGORY 16 OR CONTACT CARRIER FOR DETAILS.\n"
          },
          {
            "category": "35",
            "ruleCode": "NEGOTIATED FARES",
            "ruleText": "   NOT APPLICABLE.\n"
          },
          {
            "category": "IC",
            "ruleCode": "INTERNATIONAL CONSTRUCTION",
            "ruleText": "   NOT A CONSTRUCTED FARE\n"
          }
        ]
      }
    },
    {
      "segmentKeys": [
        {
          "origin": "SYD",
          "destination": "AKL",
          "departure": "2020-10-11T10:00:00",
          "arrival": "2020-10-11T15:05:00"
        }
      ],
      "fareBasisRules": {
        "fareBasis": "QZEVN",
        "fareRules": [
          {
            "category": "00",
            "ruleCode": "RULE APPLICATION AND OTHER CONDITIONS",
            "ruleText": "   NOTE - THE FOLLOWING TEXT IS INFORMATIONAL AND NOT\n   VALIDATED FOR AUTOPRICING.\n   VIRGIN AUSTRALIA ELEVATE ECONOMY FARES\n   FOR TRANS TASMAN\n   APPLICATION\n    AREA\n     THESE FARES APPLY \n      BETWEEN AUSTRALIA AND NEW ZEALAND.\n    CAPACITY LIMITATIONS\n     THE CARRIER SHALL LIMIT THE NUMBER OF PASSENGERS\n      CARRIED ON ANY ONE FLIGHT AT FARES GOVERNED BY\n      THIS RULE AND SUCH FARES WILL NOT NECESSARILY BE\n      AVAILABLE ON ALL FLIGHTS. THE NUMBER OF SEATS,\n      WHICH THE CARRIER SHALL MAKE AVAILABLE ON A GIVEN\n      FLIGHT, WILL BE DETERMINED BY THE CARRIER'S BEST\n      JUDGEMENT.\n    OTHER CONDITIONS\n     -------------------------------------------------\n     ADVANCE SEAT SELECTION\n     - ECONOMY X AVAILABLE FOR PURCHASE ON SELECTED\n     VIRGIN AUSTRALIA OPERATED FLIGHTS\n     - INCLUDES EXTRA LEG ROOM AND PREMIUM SEATING\n     LOCATION AND PREFERRED OVERHEAD LOCKERS\n     - PRIORITY SCREENING AND BOARDING INCLUDED WHERE\n     OFFERED\n     -------------------------------------------------\n     BAGGAGE ALLOWANCE\n     - INCLUDES 1 PIECE CHECKED BAGGAGE UP TO 23KGS\n     - ADDITIONAL CHECKED BAGGAGE AVAILABLE FOR\n     PURCHASE\n     NOT APPLICABLE FOR INFANT. REFER TO\n     VIRGINAUSTRALIA.COM FOR INFANT ALLOWANCES.\n     --------------------------------------------------\n     FOOD AND BEVERAGE\n     - INCLUDED\n     -------------------------------------------------\n     INFLIGHT ENTERTAINMENT\n     - COMPLIMENTARY WIRELESS IN-FLIGHT ENTERTAINMENT\n     IS AVAILABLE ON SELECTED VIRGIN AUSTRALIA\n     OPERATED FLIGHTS WHEN A GUESTS OWN COMPATIBLE\n     DEVICE IS USED\n     MORE INFORMATION ABOUT VIRGIN AUSTRALIAS IN\n     FLIGHT ENTERTAINMENT OFFERING IS AVAILABLE AT\n     VIRGINAUSTRALIA.COM\n      -------------------------------------------------\n"
          },
          {
            "category": "01",
            "ruleCode": "ELIGIBILITY",
            "ruleText": "   NO ELIGIBILITY REQUIREMENTS APPLY.\n"
          },
          {
            "category": "02",
            "ruleCode": "DAY/TIME",
            "ruleText": "   NO DAY/TIME TRAVEL RESTRICTIONS APPLY.\n"
          },
          {
            "category": "03",
            "ruleCode": "SEASONALITY",
            "ruleText": "   NO SEASONAL TRAVEL RESTRICTIONS APPLY.\n"
          },
          {
            "category": "04",
            "ruleCode": "FLIGHT APPLICATION",
            "ruleText": "   THE FARE COMPONENT MUST NOT BE ON\n       ONE OR MORE OF THE FOLLOWING\n           NZ FLIGHTS 7000 THROUGH 7998\n           VA FLIGHTS 7400 THROUGH 8999.\n   AND\n   IF THE FARE COMPONENT INCLUDES TRAVEL WITHIN AUSTRALIA\n       THEN THAT TRAVEL MUST BE ON\n       ONE OR MORE OF THE FOLLOWING\n           ANY VA FLIGHT OPERATED BY VA\n           ANY VA FLIGHT OPERATED BY QQ.\n   AND\n   IF THE FARE COMPONENT INCLUDES TRAVEL BETWEEN AUSTRALIA\n   AND NEW ZEALAND\n       THEN THAT TRAVEL MUST BE ON\n       ONE OR MORE OF THE FOLLOWING\n           ANY VA FLIGHT OPERATED BY VA.\n   AND\n   IF THE FARE COMPONENT INCLUDES TRAVEL WITHIN NEW\n   ZEALAND\n       THEN THAT TRAVEL MUST BE ON\n       ONE OR MORE OF THE FOLLOWING\n           ANY NZ FLIGHT OPERATED BY NZ.\n"
          },
          {
            "category": "05",
            "ruleCode": "ADVANCE RESERVATIONS/TICKETING",
            "ruleText": "   CONFIRMED RESERVATIONS ARE REQUIRED FOR ALL SECTORS.\n   WAITLIST NOT PERMITTED.\n   WHEN RESERVATIONS ARE MADE AT LEAST 3 DAYS BEFORE\n   DEPARTURE, TICKETING MUST BE COMPLETED WITHIN 2 DAYS\n   AFTER RESERVATIONS ARE MADE.\n   OR - CONFIRMED RESERVATIONS ARE REQUIRED FOR ALL\n        SECTORS.\n        WAITLIST NOT PERMITTED.\n        WHEN RESERVATIONS ARE MADE AT LEAST 2 DAYS BEFORE\n        DEPARTURE, TICKETING MUST BE COMPLETED WITHIN 1\n        DAY AFTER RESERVATIONS ARE MADE.\n   OR - CONFIRMED RESERVATIONS FOR ALL SECTORS AND\n        TICKETING MUST BE COMPLETED AT THE SAME TIME.\n        WAITLIST NOT PERMITTED.\n"
          },
          {
            "category": "06",
            "ruleCode": "MINIMUM STAY",
            "ruleText": "   NO MINIMUM STAY REQUIREMENTS APPLY.\n"
          },
          {
            "category": "07",
            "ruleCode": "MAXIMUM STAY",
            "ruleText": "   TRAVEL FROM LAST STOPOVER MUST COMMENCE NO LATER THAN\n   12 MONTHS AFTER DEPARTURE FROM FARE ORIGIN.\n"
          },
          {
            "category": "08",
            "ruleCode": "STOPOVERS",
            "ruleText": "   1 STOPOVER PERMITTED IN EACH DIRECTION IN AUSTRALIA.\n   AND - UNLIMITED FREE STOPOVERS PERMITTED ON THE PRICING\n         UNIT IN NEW ZEALAND.\n         NOTE - TEXT BELOW NOT VALIDATED FOR AUTOPRICING.\n          TEXT BELOW NOT VALIDATED FOR AUTOPRICING.\n          STOPOVERS PERMITTED ONLY AT TRANSFER POINTS SHOWN\n          ON THE ROUTE MAP.\n"
          },
          {
            "category": "09",
            "ruleCode": "TRANSFERS",
            "ruleText": "   UNLIMITED TRANSFERS PERMITTED. - SURFACE AT FARE BREAK\n   AND EMBEDDED SECTORS PERMITTED EXCEPT FOR PRICING UNITS\n   WITHIN/BETWEEN US AND CANADA - INCLUDING PR/USV1 -\n   SURFACE AT FARE BREAK IS NOT PERMITTED.\n"
          },
          {
            "category": "10",
            "ruleCode": "COMBINATIONS",
            "ruleText": "   END-ON-END\n     END-ON-END COMBINATIONS PERMITTED WITH DOMESTIC/\n     INTERNATIONAL FARES. VALIDATE ALL FARE COMPONENTS.\n     SIDE TRIPS PERMITTED WITH NO RESTRICTIONS.\n     PROVIDED -\n       COMBINATIONS ARE FOR CARRIER VA/SQ/VS/HA.\n   OPEN JAWS/ROUND TRIPS/CIRCLE TRIPS\n     FARES MAY BE COMBINED ON A HALF ROUND TRIP BASIS\n     WITH VA FARES WITH ANY FARE FOR ANY CARRIER IN ANY\n     RULE AND TARIFF.\n     -TO FORM SINGLE OR DOUBLE OPEN JAWS WHICH CONSISTS\n      OF NO MORE THAN 2 INTERNATIONAL FARE COMPONENTS AND\n      THE OPEN SEGMENT IS IN ONE COUNTRY\n     -TO FORM ROUND TRIPS\n     -TO FORM CIRCLE TRIPS WITH VA FARES.\n"
          },
          {
            "category": "11",
            "ruleCode": "BLACKOUT DATES",
            "ruleText": "   NO BLACKOUT DATES APPLY.\n"
          },
          {
            "category": "12",
            "ruleCode": "SURCHARGES",
            "ruleText": "   IF INFANT WITHOUT A SEAT PSGR UNDER 2.\n     THERE IS NO MISCELLANEOUS/OTHER SURCHARGE PER ANY\n     PASSENGER.\n   ORIGINATING AUSTRALIA OUTBOUND -\n   IF THE FARE COMPONENT IS NOT ON\n       ONE OR MORE OF THE FOLLOWING\n           VA FLIGHT 198\n           VA FLIGHT 199.\n     PEAK SURCHARGE OF AUD 80.00 PER FARE COMPONENT WILL\n     BE ADDED TO THE APPLICABLE FARE PER ANY PASSENGER\n     FROM 06MAR THROUGH 13MAR.\n   ORIGINATING AUSTRALIA OUTBOUND -\n     PEAK SURCHARGE OF AUD 40.00 PER FARE COMPONENT WILL\n     BE ADDED TO THE APPLICABLE FARE PER ANY PASSENGER\n     FROM 27JUN20 THROUGH 28JUN20.\n     AND - PEAK SURCHARGE OF AUD 40.00 PER FARE COMPONENT\n           WILL BE ADDED TO THE APPLICABLE FARE PER ANY\n           PASSENGER ON 01JUL20.\n     AND - MISCELLANEOUS/OTHER SURCHARGE OF AUD 15.00 PER\n           FARE COMPONENT WILL BE ADDED TO THE APPLICABLE\n           FARE PER ANY PASSENGER IF THE FARE COMPONENT\n           INCLUDES TRAVEL ON ONE OR MORE OF THE FOLLOWING\n                   VA FLIGHT 153.\n     AND - MISCELLANEOUS/OTHER SURCHARGE OF AUD 15.00 PER\n           FARE COMPONENT WILL BE ADDED TO THE APPLICABLE\n           FARE PER ANY PASSENGER IF THE FARE COMPONENT\n           INCLUDES TRAVEL ON ONE OR MORE OF THE FOLLOWING\n                   VA FLIGHT 141\n           ON MON.\n     AND - MISCELLANEOUS/OTHER SURCHARGE OF AUD 15.00 PER\n           FARE COMPONENT WILL BE ADDED TO THE APPLICABLE\n           FARE PER ANY PASSENGER IF THE FARE COMPONENT\n           INCLUDES TRAVEL ON ONE OR MORE OF THE FOLLOWING\n                   VA FLIGHT 163\n           ON THU.\n   ORIGINATING AUSTRALIA INBOUND -\n   IF THE FARE COMPONENT IS NOT ON\n       ONE OR MORE OF THE FOLLOWING\n           VA FLIGHT 198\n           VA FLIGHT 199.\n     PEAK SURCHARGE OF AUD 80.00 PER FARE COMPONENT WILL\n     BE ADDED TO THE APPLICABLE FARE PER ANY PASSENGER\n     FROM 22MAR THROUGH 28MAR.\n   ORIGINATING AUSTRALIA INBOUND -\n     PEAK SURCHARGE OF AUD 40.00 PER FARE COMPONENT WILL\n     BE ADDED TO THE APPLICABLE FARE PER ANY PASSENGER\n     FROM 27JUN20 THROUGH 28JUN20.\n     AND - PEAK SURCHARGE OF AUD 40.00 PER FARE COMPONENT\n           WILL BE ADDED TO THE APPLICABLE FARE PER ANY\n           PASSENGER FROM 01JUL20 THROUGH 02JUL20.\n     AND - MISCELLANEOUS/OTHER SURCHARGE OF AUD 15.00 PER\n           FARE COMPONENT WILL BE ADDED TO THE APPLICABLE\n           FARE PER ANY PASSENGER IF THE FARE COMPONENT\n           INCLUDES TRAVEL ON ONE OR MORE OF THE FOLLOWING\n                   VA FLIGHT 162\n           ON SUN.\n   ORIGINATING NEW ZEALAND OUTBOUND -\n   IF THE FARE COMPONENT IS NOT ON\n       ONE OR MORE OF THE FOLLOWING\n           VA FLIGHT 198\n           VA FLIGHT 199.\n     PEAK SURCHARGE OF NZD 40.00 PER FARE COMPONENT WILL\n     BE ADDED TO THE APPLICABLE FARE PER ANY PASSENGER\n     FROM 22MAR THROUGH 28MAR.\n   ORIGINATING NEW ZEALAND INBOUND -\n   IF THE FARE COMPONENT IS NOT ON\n       ONE OR MORE OF THE FOLLOWING\n           VA FLIGHT 198\n           VA FLIGHT 199.\n     PEAK SURCHARGE OF NZD 85.00 PER FARE COMPONENT WILL\n     BE ADDED TO THE APPLICABLE FARE PER ANY PASSENGER\n     FROM 06MAR THROUGH 13MAR.\n"
          },
          {
            "category": "13",
            "ruleCode": "ACCOMPANIED TRAVEL",
            "ruleText": "   ACCOMPANIED TRAVEL NOT REQUIRED.\n"
          },
          {
            "category": "14",
            "ruleCode": "TRAVEL RESTRICTIONS",
            "ruleText": "   NO TRAVEL DATE RESTRICTIONS APPLY.\n"
          },
          {
            "category": "15",
            "ruleCode": "SALES RESTRICTIONS",
            "ruleText": "   IF THE FARE COMPONENT INCLUDES TRAVEL BETWEEN\n   AUSTRALIA AND NEW ZEALAND ON\n       ONE OR MORE OF THE FOLLOWING\n           ANY VA FLIGHT OPERATED BY VA.\n     TICKETS MUST BE ISSUED ON THE STOCK OF VA.\n     TICKETS MUST BE ISSUED BY ELECTRONIC TICKETING.\n     OR - TICKETS MUST NOT BE ISSUED ON VA. TICKETS MUST\n          BE ISSUED BY HR AND MAY NOT BE SOLD IN AUSTRALIA/\n          CANADA/FRANCE/GERMANY/IRELAND/NETHERLANDS/NEW\n          ZEALAND/SINGAPORE/SWITZERLAND/UNITED KINGDOM/\n          UNITED STATES/BELGIUM/SCANDINAVIA/JAPAN /\n          DEMOCRATIC REPUBLIC OF KOREA / REPUBLIC OF KOREA/\n          GREECE/HONG KONG SAR CHINA/INDONESIA/ITALY/SPAIN/\n          THAILAND/LEBANON/MALAYSIA/FINLAND/SAUDI ARABIA/\n          SERBIA/UNITED ARAB EMIRATES. AND MAY ONLY BE\n          SOLD IN AREA 1/AREA 2/AREA 3.\n          TICKETS MUST BE ISSUED BY ELECTRONIC TICKETING.\n     OR - TICKETS MUST BE ISSUED ON THE STOCK OF VA OR SQ.\n          TICKETS MUST BE ISSUED BY ELECTRONIC TICKETING.\n     OR - TICKETS MUST BE ISSUED ON THE STOCK OF VA OR VS.\n          TICKETS MUST BE ISSUED BY ELECTRONIC TICKETING.\n     OR - TICKETS MUST BE ISSUED ON THE STOCK OF VA OR HA.\n          TICKETS MUST BE ISSUED BY ELECTRONIC TICKETING.\n     OR - TICKETS MUST BE ISSUED ON THE STOCK OF VA OR 1S\n          AND MAY ONLY BE SOLD IN AREA 3/AREA 2/AREA 1.\n          TICKETS MUST BE ISSUED BY ELECTRONIC TICKETING.\n"
          },
          {
            "category": "16",
            "ruleCode": "PENALTIES",
            "ruleText": "   FOR TICKETING ON/BEFORE 17SEP20/FOR TRAVEL ON/BEFORE\n   19MAY21\n     CHANGES\n     \n       CHANGES PERMITTED FOR REISSUE/REVALIDATION.\n         NOTE - TEXT BELOW NOT VALIDATED FOR AUTOPRICING.\n          2 CHANGES PERMITTED WITH NO FEE. FARE DIFFERENCE\n          IS APPLICABLE.\n     \n     PER TICKET CHARGE NZD 80.00 FOR REISSUE/REVALIDATION.\n         NOTE - TEXT BELOW NOT VALIDATED FOR AUTOPRICING.\n          3RD CHANGE AND ANY ADDITIONAL CHANGES -\n          A. FOR CHANGES MADE ON OR WITHIN 29 DAYS OF\n          SCHEDULED DEPARTURE-\n          PERMITTED SUBJECT TO NZD80 CHANGE FEE\n          CHANGES MUST BE MADE PRIOR TO FLIGHTS\n          SCHEDULED DEPARTURE. CHANGES AFTER THE\n          FLIGHTS SCHEDULED DEPARTURE ARE NOT\n          PERMITTED.\n          CHANGE FEE APPLIES PER PERSON PER TICKET AND\n          MUST BE SHOWN AS NZD80 YR. FARE DIFFERENCE\n          AND ANY ADDITIONAL TAXES MUST BE COLLECTED\n          AT THE TIME OF REISSUE.  NEW FARE MUST BE OF\n          EQUAL OR HIGHER VALUE.\n          CHILD DISCOUNTS DO NOT APPLY/INFANT WITHOUT A\n          SEAT ARE FREE OF CHARGE.\n           FEE WAIVED FOR UPGRADE TO A HIGHER BOOKING\n          CLASS AND/OR FARE TYPE ON SAME FLIGHT/SAME\n          DAY ONLY FARE DIFFERENCE APPLIES NO REISSUE\n          FEE. REISSUE FEE AND FARE DIFFERENCE APPLY\n          FOR UPGRADE TO A HIGHER BOOKING CLASS\n          AND/OR  FARE TYPE ON A DIFFERENT\n          FLIGHT/DIFFERENT DAY\n          B. FOR CHANGES MADE AT LEAST 30 DAYS OF SCHEDULED\n          DEPARTURE-\n          PERMITTED WITHOUT A FEE\n          FARE DIFFERENCE AND ANY ADDITIONAL TAXES MUST\n          BE COLLECTED AT THE TIME OF REISSUE.\n          NEW FARE MUST BE OF EQUAL OR HIGHER VALUE.\n          -------\n          NAME CHANGES NOT PERMITTED\n          ------\n          REISSUE CONDITIONS-\n          FOR UNUSED TICKETS FLIGHT TIME AND DATE CHANGES\n          ARE PERMITTED FOR A FEE AND MUST BE REPRICED\n          USING CURRENT FARES.\n          ------\n          FOR PARTIALLY USED TICKETS FLIGHT TIME AND DATE\n          CHANGES ARE PERMITTED FOR A FEE AND MUST\n          BEREPRICED USING HISTORICAL FARES.\n          -------\n          IF TICKET HAS BEEN ISSUED USING A COMBINATION OF\n          DIFFERENT FARE TYPES THE RULES OF THE MOST\n          RESTRICTIVE APPLY.\n          -------\n          ORIGIN AND DESTINATION POINTS OR STOPOVER/\n          CONNECTING POINTS MAY CHANGE SUBJECT TO ROUTING\n          RESTRICTIONS.\n          -------\n          ALL OTHER CHANGES ARE NOT PERMITTED AND WILL BE\n          TREATED AS A CANCELLATION.\n          SCHEDULED DEPARTURE-\n          PERMITTED SUBJECT TO NZD80 CHANGE FEE\n          CHANGES MUST BE MADE PRIOR TO FLIGHTS\n          SCHEDULED DEPARTURE. CHANGES AFTER THE\n          FLIGHTS SCHEDULED DEPARTURE ARE NOT\n          PERMITTED.\n          CHANGE FEE APPLIES PER PERSON PER TICKET AND\n          MUST BE SHOWN AS NZD80 YR. FARE DIFFERENCE\n          AND ANY ADDITIONAL TAXES MUST BE COLLECTED\n          AT THE TIME OF REISSUE.  NEW FARE MUST BE OF\n          EQUAL OR HIGHER VALUE.\n          CHILD DISCOUNTS DO NOT APPLY/INFANT WITHOUT A\n          SEAT ARE FREE OF CHARGE.\n           FEE WAIVED FOR UPGRADE TO A HIGHER BOOKING\n          CLASS AND/OR FARE TYPE ON SAME FLIGHT/SAME\n          DAY ONLY FARE DIFFERENCE APPLIES NO REISSUE\n          FEE. REISSUE FEE AND FARE DIFFERENCE APPLY\n          FOR UPGRADE TO A HIGHER BOOKING CLASS\n          AND/OR  FARE TYPE ON A DIFFERENT\n          FLIGHT/DIFFERENT DAY\n          B. FOR CHANGES MADE AT LEAST 30 DAYS OF SCHEDULED\n          DEPARTURE-\n          PERMITTED WITHOUT A FEE\n          FARE DIFFERENCE AND ANY ADDITIONAL TAXES MUST\n          BE COLLECTED AT THE TIME OF REISSUE.\n          NEW FARE MUST BE OF EQUAL OR HIGHER VALUE.\n          -------\n          NAME CHANGES NOT PERMITTED\n          ------\n          REISSUE CONDITIONS-\n          FOR UNUSED TICKETS FLIGHT TIME AND DATE CHANGES\n          ARE PERMITTED FOR A FEE AND MUST BE REPRICED\n          USING CURRENT FARES.\n          ------\n          FOR PARTIALLY USED TICKETS FLIGHT TIME AND DATE\n          CHANGES ARE PERMITTED FOR A FEE AND MUST\n          BEREPRICED USING HISTORICAL FARES.\n          -------\n          IF TICKET HAS BEEN ISSUED USING A COMBINATION OF\n          DIFFERENT FARE TYPES THE RULES OF THE MOST\n          RESTRICTIVE APPLY.\n          -------\n          ORIGIN AND DESTINATION POINTS OR STOPOVER/\n          CONNECTING POINTS MAY CHANGE SUBJECT TO ROUTING\n          RESTRICTIONS.\n          -------\n          ALL OTHER CHANGES ARE NOT PERMITTED AND WILL BE\n          TREATED AS A CANCELLATION.\n   FOR TRAVEL ON/AFTER 20MAY21\n     CHANGES\n     \n       PER TICKET CHARGE NZD 80.00 FOR REISSUE/\n     REVALIDATION.\n         NOTE - TEXT BELOW NOT VALIDATED FOR AUTOPRICING.\n          A. FOR CHANGES MADE ON OR WITHIN 29 DAYS OF\n          SCHEDULED DEPARTURE-\n          PERMITTED SUBJECT TO NZD80 CHANGE FEE\n          CHANGES MUST BE MADE PRIOR TO FLIGHTS\n          SCHEDULED DEPARTURE. CHANGES AFTER THE\n          FLIGHTS SCHEDULED DEPARTURE ARE NOT\n          PERMITTED.\n          CHANGE FEE APPLIES PER PERSON PER TICKET AND\n          MUST BE SHOWN AS NZD80 YR. FARE DIFFERENCE\n          AND ANY ADDITIONAL TAXES MUST BE COLLECTED\n          AT THE TIME OF REISSUE.  NEW FARE MUST BE OF\n          EQUAL OR HIGHER VALUE.\n          CHILD DISCOUNTS DO NOT APPLY/INFANT WITHOUT A\n          SEAT ARE FREE OF CHARGE.\n           FEE WAIVED FOR UPGRADE TO A HIGHER BOOKING\n          CLASS AND/OR FARE TYPE ON SAME FLIGHT/SAME\n          DAY ONLY FARE DIFFERENCE APPLIES NO REISSUE\n          FEE. REISSUE FEE AND FARE DIFFERENCE APPLY\n          FOR UPGRADE TO A HIGHER BOOKING CLASS\n          AND/OR  FARE TYPE ON A DIFFERENT\n          FLIGHT/DIFFERENT DAY\n          B. FOR CHANGES MADE AT LEAST 30 DAYS OF SCHEDULED\n          DEPARTURE-\n          PERMITTED WITHOUT A FEE\n          FARE DIFFERENCE AND ANY ADDITIONAL TAXES MUST\n          BE COLLECTED AT THE TIME OF REISSUE.\n          NEW FARE MUST BE OF EQUAL OR HIGHER VALUE.\n          -------\n          NAME CHANGES NOT PERMITTED\n          ------\n          REISSUE CONDITIONS-\n          FOR UNUSED TICKETS FLIGHT TIME AND DATE CHANGES\n          ARE PERMITTED FOR A FEE AND MUST BE REPRICED\n          USING CURRENT FARES.\n          ------\n          FOR PARTIALLY USED TICKETS FLIGHT TIME AND DATE\n          CHANGES ARE PERMITTED FOR A FEE AND MUST\n          BEREPRICED USING HISTORICAL FARES.\n          -------\n          IF TICKET HAS BEEN ISSUED USING A COMBINATION OF\n          DIFFERENT FARE TYPES THE RULES OF THE MOST\n          RESTRICTIVE APPLY.\n          -------\n          ORIGIN AND DESTINATION POINTS OR STOPOVER/\n          CONNECTING POINTS MAY CHANGE SUBJECT TO ROUTING\n          RESTRICTIONS.\n          -------\n          ALL OTHER CHANGES ARE NOT PERMITTED AND WILL BE\n          TREATED AS A CANCELLATION.\n          SCHEDULED DEPARTURE-\n          PERMITTED SUBJECT TO NZD80 CHANGE FEE\n          CHANGES MUST BE MADE PRIOR TO FLIGHTS\n          SCHEDULED DEPARTURE. CHANGES AFTER THE\n          FLIGHTS SCHEDULED DEPARTURE ARE NOT\n          PERMITTED.\n          CHANGE FEE APPLIES PER PERSON PER TICKET AND\n          MUST BE SHOWN AS NZD80 YR. FARE DIFFERENCE\n          AND ANY ADDITIONAL TAXES MUST BE COLLECTED\n          AT THE TIME OF REISSUE.  NEW FARE MUST BE OF\n          EQUAL OR HIGHER VALUE.\n          CHILD DISCOUNTS DO NOT APPLY/INFANT WITHOUT A\n          SEAT ARE FREE OF CHARGE.\n           FEE WAIVED FOR UPGRADE TO A HIGHER BOOKING\n          CLASS AND/OR FARE TYPE ON SAME FLIGHT/SAME\n          DAY ONLY FARE DIFFERENCE APPLIES NO REISSUE\n          FEE. REISSUE FEE AND FARE DIFFERENCE APPLY\n          FOR UPGRADE TO A HIGHER BOOKING CLASS\n          AND/OR  FARE TYPE ON A DIFFERENT\n          FLIGHT/DIFFERENT DAY\n          B. FOR CHANGES MADE AT LEAST 30 DAYS OF SCHEDULED\n          DEPARTURE-\n          PERMITTED WITHOUT A FEE\n          FARE DIFFERENCE AND ANY ADDITIONAL TAXES MUST\n          BE COLLECTED AT THE TIME OF REISSUE.\n          NEW FARE MUST BE OF EQUAL OR HIGHER VALUE.\n          -------\n          NAME CHANGES NOT PERMITTED\n          ------\n          REISSUE CONDITIONS-\n          FOR UNUSED TICKETS FLIGHT TIME AND DATE CHANGES\n          ARE PERMITTED FOR A FEE AND MUST BE REPRICED\n          USING CURRENT FARES.\n          ------\n          FOR PARTIALLY USED TICKETS FLIGHT TIME AND DATE\n          CHANGES ARE PERMITTED FOR A FEE AND MUST\n          BEREPRICED USING HISTORICAL FARES.\n          -------\n          IF TICKET HAS BEEN ISSUED USING A COMBINATION OF\n          DIFFERENT FARE TYPES THE RULES OF THE MOST\n          RESTRICTIVE APPLY.\n          -------\n          ORIGIN AND DESTINATION POINTS OR STOPOVER/\n          CONNECTING POINTS MAY CHANGE SUBJECT TO ROUTING\n          RESTRICTIONS.\n          -------\n          ALL OTHER CHANGES ARE NOT PERMITTED AND WILL BE\n          TREATED AS A CANCELLATION.\n   CANCELLATIONS\n   \n     PER TICKET CHARGE NZD 150.00 FOR CANCEL/REFUND.\n         NOTE - TEXT BELOW NOT VALIDATED FOR AUTOPRICING.\n          CANCELLATION MUST BE MADE PRIOR TO FLIGHTS\n          SCHEDULED DEPARTURE.\n          -------------\n          UNUSED OR PARTIALLY USED TICKET VALUES MAY BE\n          HELD IN CREDIT AND APPLIED TO AN EQUAL OR HIGHER\n          FARE AND REISSUED WITHIN 12 MONTHS OF ORIGINAL\n          ISSUE DATE. ANY REISSUE FEES MUST BE COLLECTED AT\n          TIME OF REISSUE AS PER FARE RULES. REFUND TO\n          ORIGINAL FORM OF PAYMENT PERMITTED.\n          -------\n          FOR BOOKINGS MADE DIRECTLY WITH VIRGIN AUSTRALIA\n          RESIDUAL BALANCE MAY BE HELD IN TRAVEL BANK FOR\n          12MTHS. NZD 80.00 FEE APPLIES.\n          -------\n          OB FEES REMAIN NON REFUNDABLE AT ALL TIMES.\n          -------\n          CANCELLATION RULES AS DESCRIBED ARE WAIVED FOR\n          THE DEATH OF THE PASSENGER OR FAMILY MEMBER\n          SUBJECT TO VA SIGHTING OF CERTIFICATE WITH\n          APPLICABLE WAIVER CODE ENDORSED ON THE REFUND.\n          ---------\n          CHILD DISCOUNTS DO NOT APPLY/INFANT WITHOUT A\n          SEAT ARE FREE OF CHARGE.\n          ---------\n          YOU MAY ALSO BE ENTITLED TO A REFUND UNDER THE\n          AUSTRALIAN CONSUMER LAW IN CERTAIN CIRCUMSTANCES.\n"
          },
          {
            "category": "17",
            "ruleCode": "HIP/MILEAGE EXCEPTIONS",
            "ruleText": "   NO HIP OR MILEAGE EXCEPTIONS APPLY.\n"
          },
          {
            "category": "18",
            "ruleCode": "TICKET ENDORSEMENTS",
            "ruleText": "   THE ORIGINAL AND THE REISSUED TICKET MUST BE ANNOTATED\n   - VLD VA ONLY/NONEND - AND - PNLTY APPLIES - IN THE\n   ENDORSEMENT BOX.\n"
          },
          {
            "category": "19",
            "ruleCode": "CHILDREN DISCOUNTS",
            "ruleText": "   CNN/ACCOMPANIED CHILD PSGR 2-11 - CHARGE 100 PERCENT\n     OF THE FARE.\n         TICKETING CODE - BASE FARE CODE PLUS CH.\n     MUST BE ACCOMPANIED ON ALL FLIGHTS IN THE SAME\n       COMPARTMENT BY ADULT PSGR 15 OR OLDER.\n   OR - INS/INFANT WITH A SEAT PSGR UNDER 2 - CHARGE 100\n          PERCENT OF THE FARE.\n              TICKETING CODE - BASE FARE CODE PLUS CH.\n          MUST BE ACCOMPANIED ON ALL FLIGHTS IN THE SAME\n            COMPARTMENT BY ADULT PSGR 15 OR OLDER.\n   OR - INF/INFANT WITHOUT A SEAT PSGR UNDER 2 - CHARGE 10\n          PERCENT OF THE FARE.\n              TICKETING CODE - BASE FARE CODE PLUS IN.\n          MUST BE ACCOMPANIED ON ALL FLIGHTS IN THE SAME\n            COMPARTMENT BY ADULT PSGR 15 OR OLDER.\n   INN/INDIVIDUAL INCLUSIVE TOUR CHILD PSGR 2-11 - CHARGE\n     100 PERCENT OF THE FARE.\n         TICKETING CODE - BASE FARE CODE PLUS CH.\n     MUST BE ACCOMPANIED ON ALL FLIGHTS IN THE SAME\n       COMPARTMENT BY INDIVIDUAL INCLUSIVE TOUR PSGR 15\n       OR OLDER.\n   OR - ITS/INCLUSIVE TOUR INFANT WITH A SEAT PSGR UNDER 2\n          - CHARGE 100 PERCENT OF THE FARE.\n              TICKETING CODE - BASE FARE CODE PLUS CH.\n          MUST BE ACCOMPANIED ON ALL FLIGHTS IN THE SAME\n            COMPARTMENT BY INDIVIDUAL INCLUSIVE TOUR PSGR\n            15 OR OLDER.\n   OR - ITF/INCLUSIVE TOUR INFANT WITHOUT A SEAT PSGR\n          UNDER 2 - CHARGE 10 PERCENT OF THE FARE.\n              TICKETING CODE - BASE FARE CODE PLUS IN.\n          MUST BE ACCOMPANIED ON ALL FLIGHTS IN THE SAME\n            COMPARTMENT BY INDIVIDUAL INCLUSIVE TOUR PSGR\n            15 OR OLDER.\n"
          },
          {
            "category": "20",
            "ruleCode": "TOUR CONDUCTOR DISCOUNTS",
            "ruleText": "   NO DISCOUNTS FOR TOUR CONDUCTORS.\n"
          },
          {
            "category": "21",
            "ruleCode": "AGENT DISCOUNTS",
            "ruleText": "   NO DISCOUNTS FOR SALE AGENTS.\n"
          },
          {
            "category": "22",
            "ruleCode": "ALL OTHER DISCOUNTS",
            "ruleText": "   NO DISCOUNTS FOR OTHERS.\n"
          },
          {
            "category": "23",
            "ruleCode": "MISCELLANEOUS PROVISIONS",
            "ruleText": "   THIS FARE MUST NOT BE USED AS THROUGH FARE WITH A\n   DIFFERENTIAL AND/OR TO CALCULATE DIFFERENTIAL.\n"
          },
          {
            "category": "25",
            "ruleCode": "FARE BY RULE",
            "ruleText": "   NOT APPLICABLE.\n"
          },
          {
            "category": "26",
            "ruleCode": "GROUPS",
            "ruleText": "   NO GROUP PROVISIONS APPLY.\n"
          },
          {
            "category": "27",
            "ruleCode": "TOURS",
            "ruleText": "   NO TOUR PROVISIONS APPLY.\n"
          },
          {
            "category": "28",
            "ruleCode": "VISIT ANOTHER COUNTRY",
            "ruleText": "   NO VISIT ANOTHER COUNTRY PROVISIONS APPLY.\n"
          },
          {
            "category": "29",
            "ruleCode": "DEPOSITS",
            "ruleText": "   NO DEPOSIT PROVISIONS APPLY.\n"
          },
          {
            "category": "31",
            "ruleCode": "VOLUNTARY CHANGES",
            "ruleText": "   ENTER RD*31 OR RD‡LINE NUM‡*31 FOR VOLUNTARY CHGS.\n"
          },
          {
            "category": "33",
            "ruleCode": "VOLUNTARY REFUNDS",
            "ruleText": "   CHECK CATEGORY 16 OR CONTACT CARRIER FOR DETAILS.\n"
          },
          {
            "category": "35",
            "ruleCode": "NEGOTIATED FARES",
            "ruleText": "   NOT APPLICABLE.\n"
          },
          {
            "category": "IC",
            "ruleCode": "INTERNATIONAL CONSTRUCTION",
            "ruleText": "   NOT A CONSTRUCTED FARE\n"
          }
        ]
      }
    }
  ]
}
Query Parameter NameExample
shoppingBasketHashCodeexercitation
{
  "rules": {
    "itineraryPart": [
      {
        "@type": "ItineraryPart",
        "@id": "1",
        "segments": [
          {
            "@type": "Segment",
            "@id": "2",
            "segmentOfferInformation": {
              "flightsMiles": 744,
              "awardFare": false
            },
            "duration": 130,
            "cabinClass": "Economy",
            "equipment": "319",
            "flight": {
              "flightNumber": 422,
              "airlineCode": "AZ",
              "operatingAirlineCode": "AZ",
              "stopAirports": [],
              "departureTerminal": "1"
            },
            "origin": "FCO",
            "destination": "TXL",
            "departure": "2020-09-22T09:15:00",
            "arrival": "2020-09-22T11:25:00",
            "bookingClass": "F",
            "layoverDuration": 0,
            "fareBasis": "FRLG8C1",
            "subjectToGovernmentApproval": false
          }
        ],
        "stops": 0,
        "totalDuration": 130,
        "connectionInformations": [],
        "bookingClass": "F",
        "programIDs": [
          "109474"
        ]
      }
    ],
    "passengerFareRule": [
      {
        "passengerType": "ADT",
        "changesFees": {
          "beforeFee": {
            "allowed": false
          },
          "afterFee": {
            "allowed": false
          }
        },
        "refundFees": {
          "beforeFee": {
            "allowed": false
          },
          "afterFee": {
            "allowed": false
          }
        }
      }
    ]
  }
}

Flight Status(2 operations)

Query Parameter NameExample
flightNumber*-609602211
departureDate*incididunt fugiat qui deserunt Duis
airlineCode*nulla
origin*eu enim
destination*ullamco ut deserunt pariatur ut
{
  "flightNumber": 1,
  "date": "2020-09-10",
  "airlineCode": "VA",
  "flights": [
    {
      "departureInfo": {
        "flightStatus": "ON_TIME",
        "airportCode": "SYD",
        "terminal": "I",
        "gate": "59",
        "scheduledDateTime": "2020-09-10T11:25:00"
      },
      "arrivalInfo": {
        "flightStatus": "ON_TIME",
        "airportCode": "LAX",
        "scheduledDateTime": "2020-09-10T06:05:00"
      }
    }
  ]
}
Query Parameter NameExample
requestTypeWEEK
origin*enim occaecat non qui sunt
destination*Lorem velit
departureDatefugiat dolore
{
  "flightSchedules": [
    {
      "flights": [
        {
          "flightNumber": 905,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T06:30:00",
          "arrival": "2020-09-11T07:00:00",
          "operatingCarrier": "VA",
          "equipmentType": "73W",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": false
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": false
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 909,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T07:00:00",
          "arrival": "2020-09-11T07:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "73H",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": true
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 913,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T07:30:00",
          "arrival": "2020-09-11T08:00:00",
          "operatingCarrier": "VA",
          "equipmentType": "73H",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": false
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": false
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 917,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T08:00:00",
          "arrival": "2020-09-11T08:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "73H",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": true
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 925,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T09:00:00",
          "arrival": "2020-09-11T09:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "73H",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": true
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 931,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T10:00:00",
          "arrival": "2020-09-11T10:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "738",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": true
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 935,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T11:00:00",
          "arrival": "2020-09-11T11:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "73H",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": true
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": false
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": false
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 939,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T12:00:00",
          "arrival": "2020-09-11T12:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "73H",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": false
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 943,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T13:00:00",
          "arrival": "2020-09-11T13:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "738",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": true
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 947,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T14:00:00",
          "arrival": "2020-09-11T14:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "73H",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": false
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 951,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T15:00:00",
          "arrival": "2020-09-11T15:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "738",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": true
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 957,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T16:00:00",
          "arrival": "2020-09-11T16:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "738",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": false
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 965,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T17:00:00",
          "arrival": "2020-09-11T17:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "73W",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": true
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 973,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T18:00:00",
          "arrival": "2020-09-11T18:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "73H",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": false
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": false
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": false
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": false
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": false
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": false
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 977,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T18:30:00",
          "arrival": "2020-09-11T19:00:00",
          "operatingCarrier": "VA",
          "equipmentType": "73H",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": false
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": false
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 981,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T19:00:00",
          "arrival": "2020-09-11T19:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "73H",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": true
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 985,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T19:30:00",
          "arrival": "2020-09-11T20:00:00",
          "operatingCarrier": "VA",
          "equipmentType": "73W",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": false
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": false
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 989,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T20:00:00",
          "arrival": "2020-09-11T20:30:00",
          "operatingCarrier": "VA",
          "equipmentType": "73H",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": false
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    },
    {
      "flights": [
        {
          "flightNumber": 999,
          "origin": "SYD",
          "destination": "BNE",
          "departure": "2020-09-11T21:30:00",
          "arrival": "2020-09-11T22:00:00",
          "operatingCarrier": "VA",
          "equipmentType": "738",
          "numberOfStops": 0,
          "duration": 30
        }
      ],
      "operatingDays": [
        {
          "date": "2020-09-08",
          "dayOfWeek": "TUESDAY",
          "available": true
        },
        {
          "date": "2020-09-09",
          "dayOfWeek": "WEDNESDAY",
          "available": true
        },
        {
          "date": "2020-09-10",
          "dayOfWeek": "THURSDAY",
          "available": true
        },
        {
          "date": "2020-09-11",
          "dayOfWeek": "FRIDAY",
          "available": true
        },
        {
          "date": "2020-09-12",
          "dayOfWeek": "SATURDAY",
          "available": false
        },
        {
          "date": "2020-09-13",
          "dayOfWeek": "SUNDAY",
          "available": true
        },
        {
          "date": "2020-09-14",
          "dayOfWeek": "MONDAY",
          "available": true
        }
      ],
      "totalDuration": 30,
      "totalStops": 0
    }
  ]
}

Insurances(2 operations)

{
  "insuranceOffers": [
    {
      "productID": "73659",
      "supplierCode": "ATOD",
      "productName": "Ticket & Baggage Insurance",
      "productDescriptionURL": "http://www.virginaustralia.com/static_files/Documents/PDS_ATO_ATR.PDF",
      "price": {
        "alternatives": [
          [
            {
              "amount": 13.95,
              "currency": "AUD"
            }
          ]
        ]
      }
    }
  ]
}
{
  "productID": "73659"
}
{
  "insuranceOffer": {
    "productID": "73659",
    "supplierCode": "ATOD",
    "productName": "Ticket & Baggage Insurance",
    "productDescriptionURL": "http://www.virginaustralia.com/static_files/Documents/PDS_ATO_ATR.PDF",
    "price": {
      "alternatives": [
        [
          {
            "amount": 13.95,
            "currency": "AUD"
          }
        ]
      ]
    }
  },
  "successful": true
}

Profile(9 operations)

Query Parameter NameExample
returnBinfalse
{
  "profile": {
    "userDetails": {
      "firstName": "AAAA",
      "lastName": "MIKEL",
      "prefix": "MR."
    },
    "userInfo": {
      "dateOfBirth": "1981-09-27",
      "gender": "MALE",
      "emails": [],
      "phones": [
        {
          "type": "HOME",
          "countryCode": "52",
          "areaCode": "222",
          "number": "222-2222",
          "extension": ""
        }
      ],
      "addresses": [
        {
          "street1": "123 MAIN STREET",
          "postcode": "4444",
          "state": "MX",
          "city": "MEXICO CITY",
          "country": "MX"
        }
      ]
    },
    "frequentFlyers": [
      {
        "airline": "AM",
        "membershipID": "875587776",
        "membershipLevelTypeCode": "CLASSIC",
        "membershipLevelValue": "1",
        "accountBalance": 3713999,
        "membershipStartDate": "2016-08-14"
      }
    ],
    "username": "875587776",
    "userID": "875587776",
    "consents": [],
    "hasChildren": false,
    "corporateUser": false,
    "travelPreferences": {
      "seatPreference": "",
      "mealPreference": "",
      "specialRequests": []
    },
    "dateModified": "2017-07-17T04:04:31-05:00",
    "profileType": "FREQUENT_FLYER",
    "preferredLanguage": "EN",
    "profileStatus": true
  },
  "result": "SUCCESS"
}
{
  "profile": {
    "userDetails": {
      "firstName": "nafgs",
      "lastName": "PRICR",
      "prefix": "Mr"
    },
    "userInfo": {
      "emails": [
        "nafgs.PRICR@sabre.com"
      ],
      "phones": [],
      "addresses": []
    },
    "frequentFlyers": [],
    "username": "HPynSRvCGm",
    "userID": "71837322605",
    "consents": [],
    "hasChildren": false,
    "corporateUser": false,
    "travelPreferences": {
      "seatPreference": "",
      "mealPreference": "",
      "specialRequests": []
    },
    "dateModified": "2020-09-10T16:24:40-05:00",
    "profileType": "WEB",
    "preferredLanguage": "EN-US",
    "profileStatus": true,
    "createBTAccount": false
  },
  "result": "SUCCESS"
}
{
  "loyaltyRefreshError": false,
  "user": {
    "corporateDetails": [
      {
        "corporationIdentifier": "6",
        "corporationName": "Hagenes, Mosciski and Ankunding",
        "corporationProfileUniqueId": "8"
      },
      {
        "corporationIdentifier": "7",
        "corporationName": "Hermiston, Brekke and Adams",
        "corporationProfileUniqueId": "8"
      }
    ],
    "loyaltyDetails": {
      "balance": 372354,
      "balanceRefreshDate": "2025-06-30T00:00:00.0Z",
      "memberId": "2",
      "numberOfCertificates": 4,
      "tierLevel": "Platinum"
    },
    "personalDetails": {
      "firstName": "Eileen",
      "lastName": "Leannon"
    },
    "profileType": "WEB",
    "travelBankDetails": {
      "accountNumber": "408688187087589",
      "balance": {
        "amount": 836.17,
        "currency": "IQD"
      }
    }
  }
}
{
  "messages": [
    {
      "code": "QPowb76UuMSSJcc",
      "details": {
        "@type": "ErrorDetail"
      },
      "level": "error"
    },
    {
      "code": "AffU5aQNe4Us-jj",
      "details": {
        "@type": "WarningDetail"
      },
      "level": "error"
    },
    {
      "code": "8DnTTQIb5iA0kT4",
      "details": {
        "@type": "ErrorDetail"
      },
      "level": "warning"
    },
    {
      "code": "qH93p0AsO9KGzfH",
      "details": {
        "@type": "WarningDetail"
      },
      "level": "info"
    },
    {
      "code": "xzpQlGGFg-ldYf0",
      "details": {
        "@type": "WarningDetail"
      },
      "level": "info"
    }
  ],
  "result": {
    "loyaltyRefreshError": false,
    "user": {
      "corporateDetails": [
        {
          "corporationIdentifier": "8",
          "corporationName": "Kshlerin, Barrows and Lowe",
          "corporationProfileUniqueId": "9"
        },
        {
          "corporationIdentifier": "4",
          "corporationName": "Okuneva - Roberts",
          "corporationProfileUniqueId": "9"
        },
        {
          "corporationIdentifier": "4",
          "corporationName": "Quigley - Gerlach",
          "corporationProfileUniqueId": "2"
        },
        {
          "corporationIdentifier": "3",
          "corporationName": "Halvorson, Kassulke and Mosciski",
          "corporationProfileUniqueId": "1"
        }
      ],
      "loyaltyDetails": {
        "balance": 167004,
        "balanceRefreshDate": "2026-01-26T00:00:00.0Z",
        "memberId": "6",
        "numberOfCertificates": 3,
        "tierLevel": "Silver"
      },
      "personalDetails": {
        "firstName": "Martina",
        "lastName": "Pouros"
      },
      "profileType": "WEB",
      "travelBankDetails": {
        "accountNumber": "660232318799362",
        "balance": {
          "amount": 535.86,
          "currency": "XOF"
        }
      }
    }
  },
  "status": "SUCCESSFUL"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "trips": [
    {
      "pnr": "ERGVOG",
      "state": "ACTIVE",
      "origin": "CUN",
      "destination": "MEX",
      "departureDate": "2020-04-15T00:00:00"
    },
    {
      "pnr": "MPHHRY",
      "state": "ACTIVE",
      "origin": "ACA",
      "destination": "MEX",
      "departureDate": "2020-06-14T00:00:00"
    }
  ]
}
{
  "result": "SUCCESS"
}
{
  "profile": {
    "userDetails": {
      "firstName": "SORuPQ",
      "lastName": "cdMJeR",
      "prefix": "Mr",
      "middleName": "j",
      "suffix": "SR"
    },
    "userInfo": {
      "dateOfBirth": "1987-02-28",
      "gender": "MALE",
      "knownTravelerNumber": "77700757SC600",
      "emails": [
        "test@sabre.com"
      ],
      "phones": [
        {
          "type": "MOBILE",
          "countryCode": "663",
          "areaCode": "689",
          "number": "3044464",
          "extension": "196"
        }
      ],
      "addresses": [
        {
          "street1": "aIynse 7",
          "street2": "UvwJcS 46",
          "postcode": "15635",
          "state": "TX",
          "city": "LsaRExWaAtdE",
          "country": "US"
        }
      ]
    },
    "frequentFlyers": [
      {
        "airline": "AM",
        "membershipID": "878831073",
        "membershipLevelValue": "0",
        "accountBalance": 0
      }
    ],
    "username": "ZTetL_eguih",
    "userID": "879301943",
    "consents": [
      {
        "consentTypeCode": "WEB",
        "value": "Y",
        "campaignTypeCode": "EM"
      }
    ],
    "hobby": {
      "categoryCode": "SPT",
      "typeCode": "ATL"
    },
    "maritalStatus": "SINGLE",
    "hasChildren": false,
    "corporateUser": false,
    "travelPreferences": {
      "seatPreference": "",
      "mealPreference": "VGML",
      "specialRequests": []
    },
    "securityQuestion": {
      "questionCode": "009",
      "answerHash": "VtfSPJYotV"
    },
    "dateModified": "2020-04-01T11:57:26-05:00",
    "profileType": "WEB",
    "preferredLanguage": "PL",
    "profileStatus": true,
    "userCreditCards": [
      {
        "@type": "CREDIT_CARD",
        "@id": "1",
        "number": "XXXXXXXXXXXX6538",
        "holderName": "RlGPZPNyQiCR",
        "expirationDate": "2024-11",
        "cardCode": "IK"
      }
    ],
    "travelDocument": {
      "issuingCountry": "US",
      "countryOfBirth": "US",
      "documentNumber": "wbiQ2U4H",
      "documentType": "P",
      "nationality": "US",
      "expirationDate": "2026-06-28"
    },
    "occupation": {
      "industryCode": "AGY"
    },
    "homeCountryCode": "US",
    "homeAirportCode": "DFW"
  },
  "result": "SUCCESS"
}
{
  "result": "PASSWORD_RESET_LINK_SENT"
}

Agency(3 operations)

{
  "administratorDetails": {
    "agencyName": "Hettinger Group",
    "firstName": "Darron",
    "lastName": "Hilpert"
  },
  "balance": {
    "amount": 452.95,
    "currency": "CZK"
  },
  "creditLimitInfo": {
    "accountNumber": "5347649102838031",
    "balance": {
      "amount": 3376.66,
      "currency": "GBP"
    },
    "balanceInBookingCurrency": {
      "amount": 2100.39,
      "currency": "STN"
    },
    "creditLimit": {
      "amount": 1732.35,
      "currency": "LBP"
    },
    "creditLimitInBookingCurrency": {
      "amount": 3095.35,
      "currency": "PEN"
    },
    "externalLoginData": {
      "loginID": "Caden.Blick64",
      "passwordHash": "poP6c9VgjM",
      "url": "https://spanish-scholarship.net/"
    }
  }
}
{
  "agencyLoginResult": {
    "administratorDetails": {
      "agencyName": "Schmeler LLC",
      "firstName": "Libbie",
      "lastName": "Mills"
    },
    "balance": {
      "amount": 247.02,
      "currency": "EGP"
    },
    "creditLimitInfo": {
      "accountNumber": "0511064786618956",
      "balance": {
        "amount": 4201.08,
        "currency": "SYP"
      },
      "balanceInBookingCurrency": {
        "amount": 3107.09,
        "currency": "LBP"
      },
      "creditLimit": {
        "amount": 462.35,
        "currency": "UGX"
      },
      "creditLimitInBookingCurrency": {
        "amount": 1084.4,
        "currency": "GHS"
      },
      "externalLoginData": {
        "loginID": "Elsa90",
        "passwordHash": "eJ0g82NQ4T",
        "url": "https://magnificent-import.info"
      }
    }
  },
  "agencyLoginStatus": "SUCCESSFUL"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Passengers(2 operations)

{
  "passengers": [
    {
      "@id": "1",
      "passengerIndex": 1,
      "passengerNameNumber": "01.01",
      "passengerDetails": {
        "firstName": "Philg",
        "lastName": "Flieger"
      },
      "passengerInfo": {
        "dateOfBirth": "1990-01-01",
        "gender": "MALE",
        "type": "ADT",
        "emails": [
          "accept@accept.com"
        ],
        "phones": [
          {
            "type": "MOBILE",
            "countryCode": "48",
            "areaCode": "48",
            "number": "12345678",
            "extension": "101"
          }
        ],
        "address": {
          "street1": "2323 N Field Street",
          "postcode": "75201",
          "city": "Dallas",
          "country": "US",
          "addressType": "HOME"
        }
      },
      "preferences": {
        "specialPreferences": {
          "mealPreference": "",
          "seatPreference": "",
          "specialRequests": []
        },
        "frequentFlyer": []
      },
      "documentInfo": {
        "issuingCountry": "PL",
        "countryOfBirth": "PL",
        "issueDate": "2016-10-13",
        "documentNumber": "ADAC24",
        "documentType": "P",
        "nationality": "PL",
        "expirationDate": "2023-09-10"
      },
      "visaInfo": {
        "issuingCountry": "PL",
        "countryOfBirth": "PL",
        "issueDate": "2011-10-21",
        "documentNumber": "91182748",
        "issuePlace": ""
      }
    }
  ],
  "businessLoyalty": {}
}
{
  "passengers": [
    {
      "@id": "1",
      "passengerDetails": {
        "firstName": "Philg",
        "lastName": "Flieger"
      },
      "passengerInfo": {
        "dateOfBirth": "1990-01-01",
        "gender": "MALE",
        "type": "ADT",
        "emails": [
          "accept@accept.com"
        ],
        "phones": [
          {
            "type": "MOBILE",
            "countryCode": "48",
            "areaCode": "48",
            "number": "12345678",
            "extension": "101"
          }
        ],
        "address": {
          "street1": "2323 N Field Street",
          "postcode": "75201",
          "city": "Dallas",
          "country": "US",
          "addressType": "HOME"
        }
      },
      "preferences": {
        "specialPreferences": {
          "mealPreference": " ",
          "seatPreference": " ",
          "specialRequests": []
        },
        "frequentFlyer": []
      },
      "documentInfo": {
        "issuingCountry": "PL",
        "countryOfBirth": "PL",
        "issueDate": "2016-10-13",
        "documentNumber": "ADAC24",
        "documentType": "P",
        "nationality": "PL",
        "expirationDate": "2023-09-10"
      },
      "visaInfo": {
        "issuingCountry": "PL",
        "countryOfBirth": "PL",
        "issueDate": "2011-10-21",
        "documentNumber": "91182748",
        "issuePlace": ""
      }
    }
  ],
  "businessLoyalty": {}
}
{
  "messages": [],
  "passengers": {
    "passengers": [
      {
        "@id": "1",
        "passengerIndex": 1,
        "passengerNameNumber": "01.01",
        "passengerDetails": {
          "firstName": "Philg",
          "lastName": "Flieger"
        },
        "passengerInfo": {
          "dateOfBirth": "1990-01-01",
          "gender": "MALE",
          "type": "ADT",
          "emails": [
            "accept@accept.com"
          ],
          "phones": [
            {
              "type": "MOBILE",
              "countryCode": "48",
              "areaCode": "48",
              "number": "12345678",
              "extension": "101"
            }
          ],
          "address": {
            "street1": "2323 N Field Street",
            "postcode": "75201",
            "city": "Dallas",
            "country": "US",
            "addressType": "HOME"
          }
        },
        "preferences": {
          "specialPreferences": {
            "mealPreference": "",
            "seatPreference": "",
            "specialRequests": []
          },
          "frequentFlyer": []
        },
        "documentInfo": {
          "issuingCountry": "PL",
          "countryOfBirth": "PL",
          "issueDate": "2016-10-13",
          "documentNumber": "ADAC24",
          "documentType": "P",
          "nationality": "PL",
          "expirationDate": "2023-09-10"
        },
        "visaInfo": {
          "issuingCountry": "PL",
          "countryOfBirth": "PL",
          "issueDate": "2011-10-21",
          "documentNumber": "91182748",
          "issuePlace": ""
        }
      }
    ],
    "businessLoyalty": {}
  },
  "warnings": {}
}

Payment(9 operations)

{
  "@type": "VOUCHER",
  "@id": "1",
  "voucherType": "GIFT_CARD",
  "voucherNumber": "60380000000000004",
  "expDate": "2021-09-10"
}
{
  "balance": {
    "amount": 500,
    "currency": "AUD"
  }
}
{
  "messages": [],
  "payment": {
    "paymentProducts": [
      {
        "paymentInfo": {
          "paymentType": "REMOTE",
          "paymentCode": "BPC",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "CREDIT_CARD",
          "paymentCode": "TP",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "CREDIT_CARD",
          "paymentCode": "my_custom_fop",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "TRAVEL_BANK",
          "paymentCode": "BT",
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": [
            "BA",
            "AX",
            "VI"
          ]
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "PAY_PAL",
          "paymentCode": "PP",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "CREDIT_CARD",
          "paymentCode": "BA",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "CREDIT_CARD",
          "paymentCode": "CA",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "CREDIT_CARD",
          "paymentCode": "VI",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "CREDIT_CARD",
          "paymentCode": "DC",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "CREDIT_CARD",
          "paymentCode": "VE",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "CREDIT_CARD",
          "paymentCode": "PT",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": [
            "AX",
            "VI",
            "IK",
            "BA",
            "TP"
          ]
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "CREDIT_CARD",
          "paymentCode": "IK",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "CREDIT_CARD",
          "paymentCode": "DS",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "CREDIT_CARD",
          "paymentCode": "AX",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "POLI",
          "paymentCode": "PO",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "AWARD",
          "paymentCode": "AWARD",
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": [
            "BA",
            "AX",
            "VI"
          ]
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "CREDIT_CARD",
          "paymentCode": "AM",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "CREDIT_CARD",
          "paymentCode": "KS",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": []
        },
        "productType": [
          "AIR"
        ]
      },
      {
        "paymentInfo": {
          "paymentType": "GIFT_CARD",
          "paymentCode": "GC",
          "amount": {
            "amount": 338,
            "currency": "AUD"
          },
          "minimumAmount": {
            "amount": 1,
            "currency": "AUD"
          },
          "surcharge": {
            "amount": 0,
            "currency": "AUD"
          },
          "combinableWith": [
            "BA",
            "AX",
            "VI"
          ]
        },
        "productType": [
          "AIR"
        ]
      }
    ]
  }
}
{
  "paymentCode": "BT",
  "amount": {
    "amount": 40,
    "currency": "USD"
  }
}
{
  "secondFops": [
    {
      "paymentType": "CREDIT_CARD",
      "paymentCode": "BA",
      "amount": {
        "amount": 1964.7,
        "currency": "USD"
      },
      "minimumAmount": {
        "amount": 1964.7,
        "currency": "USD"
      },
      "surcharge": {
        "amount": 0,
        "currency": "USD"
      }
    },
    {
      "paymentType": "CREDIT_CARD",
      "paymentCode": "AX",
      "amount": {
        "amount": 1964.7,
        "currency": "USD"
      },
      "minimumAmount": {
        "amount": 1964.7,
        "currency": "USD"
      },
      "surcharge": {
        "amount": 0,
        "currency": "USD"
      }
    },
    {
      "paymentType": "CREDIT_CARD",
      "paymentCode": "VI",
      "amount": {
        "amount": 1964.7,
        "currency": "USD"
      },
      "minimumAmount": {
        "amount": 1964.7,
        "currency": "USD"
      },
      "surcharge": {
        "amount": 0,
        "currency": "USD"
      }
    }
  ]
}
{
  "fareSlider": {
    "awardMoneyTicks": [
      {
        "moneyAmount": {
          "amount": 1088,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 10000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1077.2,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 11800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1065.8,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 13700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1055,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 15500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1043.6,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 17400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1032.8,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 19200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1022,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 21000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1010.6,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 22900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 999.8,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 24700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 989,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 26500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 977.6,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 28400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 966.8,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 30200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 955.4,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 32100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 944.6,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 33900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 933.8,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 35700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 922.4,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 37600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 911.31,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 39400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 899.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 41300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 889.11,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 43100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 878.31,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 44900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 866.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 46800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 856.11,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 48600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 845.31,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 50400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 833.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 52300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 823.11,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 54100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 811.71,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 56000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 800.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 57800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 790.11,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 59600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 778.71,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 61500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 767.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 63300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 756.51,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 65200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 745.71,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 67000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 734.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 68800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 723.51,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 70700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 712.71,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 72500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 701.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 74300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 690.51,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 76200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 679.71,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 78000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 668.31,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 79900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 657.51,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 81700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 646.71,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 83500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 635.1,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 85400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 624.3,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 87200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 612.9,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 89100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 602.1,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 90900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 591.3,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 92700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 579.9,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 94600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 569.1,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 96400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 558.3,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 98200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 546.9,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 100100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 536.1,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 101900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 524.7,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 103800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 513.9,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 105600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 503.1,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 107400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 491.7,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 109300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 480.9,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 111100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 469.81,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 112900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 458.41,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 114800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 447.61,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 116600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 436.21,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 118500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 425.41,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 120300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 414.61,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 122100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 403.21,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 124000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 392.41,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 125800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 381.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 127700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 370.21,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 129500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 359.41,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 131300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 348.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 133200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 337.21,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 135000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 326.41,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 136800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 315.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 138700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 304.21,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 140500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 292.81,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 142400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 282.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 144200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 271.21,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 146000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 259.81,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 147900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 249.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 149700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 237.61,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 151600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 226.81,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 153400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 216.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 155200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 204.61,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 157100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 193.81,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 158900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 182.8,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 160700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 172.17,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 162600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 161.37,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 164400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 150.51,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 166300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 140.28,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 168100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 129.85,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 169900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 118.45,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 171800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 107.65,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 173600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 96.32,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 175500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 86.08,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 177300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 75.67,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 179100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 64.27,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 181000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 54.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 182800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 43.78,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 184600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 32.75,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 186500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 21.95,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 188300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 10.55,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 190200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 0,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 192000,
          "currency": "FFCURRENCY"
        }
      }
    ],
    "currentPositionIndex": 99,
    "currentTick": {
      "moneyAmount": {
        "amount": 0,
        "currency": "AUD"
      },
      "awardAmount": {
        "amount": 192000,
        "currency": "FFCURRENCY"
      }
    }
  },
  "ancillaryToggles": [
    {
      "groupCode": "TS",
      "options": [
        {
          "option": "POINTS",
          "amount": {
            "amount": 600,
            "currency": "FFCURRENCY"
          },
          "awardAncillaryToggleOptionStatus": "ENABLED"
        },
        {
          "option": "CASH",
          "amount": {
            "amount": 2.7,
            "currency": "AUD"
          },
          "awardAncillaryToggleOptionStatus": "ENABLED"
        }
      ],
      "currentState": "CASH"
    }
  ],
  "awardTotal": {
    "amount": 192000,
    "currency": "FFCURRENCY"
  },
  "cashTotal": {
    "amount": 2.7,
    "currency": "AUD"
  }
}
{
  "fareSlider": {
    "awardMoneyTicks": [
      {
        "moneyAmount": {
          "amount": 1088,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 10000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1077.2,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 11800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1065.8,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 13700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1055,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 15500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1043.6,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 17400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1032.8,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 19200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1022,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 21000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 1010.6,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 22900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 999.8,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 24700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 989,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 26500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 977.6,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 28400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 966.8,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 30200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 955.4,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 32100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 944.6,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 33900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 933.8,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 35700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 922.4,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 37600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 911.31,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 39400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 899.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 41300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 889.11,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 43100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 878.31,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 44900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 866.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 46800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 856.11,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 48600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 845.31,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 50400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 833.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 52300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 823.11,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 54100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 811.71,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 56000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 800.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 57800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 790.11,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 59600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 778.71,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 61500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 767.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 63300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 756.51,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 65200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 745.71,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 67000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 734.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 68800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 723.51,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 70700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 712.71,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 72500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 701.91,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 74300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 690.51,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 76200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 679.71,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 78000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 668.31,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 79900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 657.51,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 81700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 646.71,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 83500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 635.1,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 85400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 624.3,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 87200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 612.9,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 89100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 602.1,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 90900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 591.3,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 92700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 579.9,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 94600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 569.1,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 96400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 558.3,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 98200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 546.9,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 100100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 536.1,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 101900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 524.7,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 103800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 513.9,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 105600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 503.1,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 107400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 491.7,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 109300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 480.9,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 111100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 469.81,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 112900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 458.41,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 114800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 447.61,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 116600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 436.21,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 118500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 425.41,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 120300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 414.61,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 122100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 403.21,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 124000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 392.41,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 125800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 381.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 127700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 370.21,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 129500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 359.41,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 131300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 348.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 133200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 337.21,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 135000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 326.41,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 136800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 315.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 138700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 304.21,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 140500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 292.81,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 142400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 282.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 144200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 271.21,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 146000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 259.81,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 147900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 249.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 149700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 237.61,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 151600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 226.81,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 153400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 216.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 155200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 204.61,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 157100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 193.81,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 158900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 182.8,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 160700,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 172.17,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 162600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 161.37,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 164400,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 150.51,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 166300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 140.28,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 168100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 129.85,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 169900,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 118.45,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 171800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 107.65,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 173600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 96.32,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 175500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 86.08,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 177300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 75.67,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 179100,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 64.27,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 181000,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 54.01,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 182800,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 43.78,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 184600,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 32.75,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 186500,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 21.95,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 188300,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 10.55,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 190200,
          "currency": "FFCURRENCY"
        }
      },
      {
        "moneyAmount": {
          "amount": 0,
          "currency": "AUD"
        },
        "awardAmount": {
          "amount": 192000,
          "currency": "FFCURRENCY"
        }
      }
    ],
    "currentPositionIndex": 50,
    "currentTick": {
      "moneyAmount": {
        "amount": 536.1,
        "currency": "AUD"
      },
      "awardAmount": {
        "amount": 101900,
        "currency": "FFCURRENCY"
      }
    }
  },
  "ancillaryToggles": [
    {
      "groupCode": "TS",
      "options": [
        {
          "option": "POINTS",
          "amount": {
            "amount": 600,
            "currency": "FFCURRENCY"
          },
          "awardAncillaryToggleOptionStatus": "ENABLED"
        },
        {
          "option": "CASH",
          "amount": {
            "amount": 2.7,
            "currency": "AUD"
          },
          "awardAncillaryToggleOptionStatus": "ENABLED"
        }
      ],
      "currentState": "CASH"
    }
  ],
  "awardTotal": {
    "amount": 101900,
    "currency": "FFCURRENCY"
  },
  "cashTotal": {
    "amount": 538.8,
    "currency": "AUD"
  }
}
{
  "availableAmountForTrip": {
    "amount": 6069.76,
    "currency": "USD"
  },
  "availableFunds": {
    "amount": 50952388458078.82,
    "currency": "USD"
  },
  "subbalances": {
    "FULL_AND_MISC": {
      "amount": 50952388458078.82,
      "currency": "USD"
    }
  },
  "balanceElements": {
    "INSURANCE": {
      "amount": 0,
      "currency": "USD"
    },
    "FEE": {
      "amount": 236,
      "currency": "USD"
    },
    "BASE": {
      "amount": 4606,
      "currency": "USD"
    },
    "TAX": {
      "amount": 1227.76,
      "currency": "USD"
    }
  },
  "priceElements": {
    "INSURANCE": {
      "amount": 0,
      "currency": "USD"
    },
    "FEE": {
      "amount": 236,
      "currency": "USD"
    },
    "BASE": {
      "amount": 4606,
      "currency": "USD"
    },
    "TAX": {
      "amount": 1227.76,
      "currency": "USD"
    }
  }
}
{
  "dccPaymentOffers": [
    {
      "originalCurrencyAmount": {
        "amount": 110.45,
        "currency": "AUD"
      },
      "creditCardCurrencyAmount": {
        "amount": 110.45,
        "currency": "AUD"
      },
      "exchangeRate": 1,
      "marginPercentRate": 1,
      "exchangeRateSource": "",
      "supplierId": ""
    },
    {
      "originalCurrencyAmount": {
        "amount": 110.45,
        "currency": "AUD"
      },
      "creditCardCurrencyAmount": {
        "amount": 75.03,
        "currency": "USD"
      },
      "exchangeRate": 0.6793,
      "marginPercentRate": 3.75,
      "exchangeRateSource": "REUTERS WHOLESALE INTERBANK",
      "supplierId": "FEXCO",
      "dccPassengerDocumentDetails": [
        {
          "passengerIndex": 1,
          "passengerDetails": {
            "firstName": "Adam",
            "lastName": "wuWLkB"
          },
          "dccDocumentDetails": [
            {
              "documentType": "TKT",
              "originalDocAmount": {
                "amount": 109,
                "currency": "AUD"
              },
              "cardCurrencyDocAmount": {
                "amount": 74.04,
                "currency": "USD"
              }
            },
            {
              "documentType": "EMD",
              "originalDocAmount": {
                "amount": 0.13,
                "currency": "AUD"
              },
              "cardCurrencyDocAmount": {
                "amount": 0.09,
                "currency": "USD"
              }
            },
            {
              "documentType": "EMD",
              "originalDocAmount": {
                "amount": 1.32,
                "currency": "AUD"
              },
              "cardCurrencyDocAmount": {
                "amount": 0.9,
                "currency": "USD"
              }
            }
          ]
        }
      ]
    }
  ]
}
{
  "cardCode": "VI",
  "paymentType": "CREDIT_CARD",
  "bin": "464646",
  "currency": "BRL",
  "installmentOptions": [
    {
      "installmentId": "23092014",
      "numberOfInstallments": 1,
      "totalPaymentAmount": 6121.12,
      "installmentAmount": 5872.56,
      "interestAmount": 0,
      "interestRate": 0,
      "promotionalInd": false,
      "nonInstallmentAmount": 248.56
    },
    {
      "installmentId": "23092015",
      "numberOfInstallments": 2,
      "totalPaymentAmount": 6121.12,
      "installmentAmount": 2936.28,
      "interestAmount": 0,
      "interestRate": 0,
      "promotionalInd": false,
      "nonInstallmentAmount": 248.56
    },
    {
      "installmentId": "23092016",
      "numberOfInstallments": 3,
      "totalPaymentAmount": 6121.12,
      "installmentAmount": 1957.52,
      "interestAmount": 0,
      "interestRate": 0,
      "promotionalInd": false,
      "nonInstallmentAmount": 248.56
    },
    {
      "installmentId": "23092017",
      "numberOfInstallments": 4,
      "totalPaymentAmount": 6121.12,
      "installmentAmount": 1468.14,
      "interestAmount": 0,
      "interestRate": 0,
      "promotionalInd": false,
      "nonInstallmentAmount": 248.56
    },
    {
      "installmentId": "23092018",
      "numberOfInstallments": 5,
      "totalPaymentAmount": 6121.12,
      "installmentAmount": 1174.51,
      "interestAmount": 0,
      "interestRate": 0,
      "promotionalInd": false,
      "nonInstallmentAmount": 248.56
    },
    {
      "installmentId": "23092019",
      "numberOfInstallments": 6,
      "totalPaymentAmount": 6536.86,
      "installmentAmount": 1048.05,
      "interestAmount": 415.74,
      "interestRate": 1.99,
      "promotionalInd": false,
      "nonInstallmentAmount": 248.56
    },
    {
      "installmentId": "23092020",
      "numberOfInstallments": 7,
      "totalPaymentAmount": 6597.77,
      "installmentAmount": 907.03,
      "interestAmount": 476.65,
      "interestRate": 1.99,
      "promotionalInd": false,
      "nonInstallmentAmount": 248.56
    },
    {
      "installmentId": "23092021",
      "numberOfInstallments": 8,
      "totalPaymentAmount": 6659.12,
      "installmentAmount": 801.32,
      "interestAmount": 538,
      "interestRate": 1.99,
      "promotionalInd": false,
      "nonInstallmentAmount": 248.56
    },
    {
      "installmentId": "23092022",
      "numberOfInstallments": 9,
      "totalPaymentAmount": 6720.82,
      "installmentAmount": 719.14,
      "interestAmount": 599.7,
      "interestRate": 1.99,
      "promotionalInd": false,
      "nonInstallmentAmount": 248.56
    },
    {
      "installmentId": "23092023",
      "numberOfInstallments": 10,
      "totalPaymentAmount": 6782.86,
      "installmentAmount": 653.43,
      "interestAmount": 661.74,
      "interestRate": 1.99,
      "promotionalInd": false,
      "nonInstallmentAmount": 248.56
    },
    {
      "installmentId": "23092024",
      "numberOfInstallments": 11,
      "totalPaymentAmount": 6845.26,
      "installmentAmount": 599.7,
      "interestAmount": 724.14,
      "interestRate": 1.99,
      "promotionalInd": false,
      "nonInstallmentAmount": 248.56
    },
    {
      "installmentId": "23092025",
      "numberOfInstallments": 12,
      "totalPaymentAmount": 6908.2,
      "installmentAmount": 554.97,
      "interestAmount": 787.08,
      "interestRate": 1.99,
      "promotionalInd": false,
      "nonInstallmentAmount": 248.56
    }
  ]
}
{
  "messages": [],
  "holdOptions": [
    {
      "optionId": "14Days_OnHold_Offering",
      "type": "FEE",
      "period": "P2D",
      "price": {
        "amount": 10,
        "currency": "AUD"
      },
      "productPaymentCombinability": {
        "productPayments": [
          {
            "productType": "ONHOLD",
            "price": {
              "amount": 10,
              "currency": "AUD"
            },
            "paymentList": [
              {
                "paymentType": "GIFT_CARD",
                "paymentCode": "GC",
                "amount": {
                  "amount": 10,
                  "currency": "AUD"
                },
                "minimumAmount": {
                  "amount": 1,
                  "currency": "AUD"
                },
                "surcharge": {
                  "amount": 0,
                  "currency": "AUD"
                },
                "combinableWith": [
                  "BA",
                  "AX",
                  "VI"
                ]
              },
              {
                "paymentType": "CREDIT_CARD",
                "paymentCode": "CA",
                "amount": {
                  "amount": 10,
                  "currency": "AUD"
                },
                "minimumAmount": {
                  "amount": 1,
                  "currency": "AUD"
                },
                "surcharge": {
                  "amount": 0,
                  "currency": "AUD"
                },
                "combinableWith": []
              },
              {
                "paymentType": "CREDIT_CARD",
                "paymentCode": "IK",
                "amount": {
                  "amount": 10,
                  "currency": "AUD"
                },
                "minimumAmount": {
                  "amount": 1,
                  "currency": "AUD"
                },
                "surcharge": {
                  "amount": 0,
                  "currency": "AUD"
                },
                "combinableWith": []
              },
              {
                "paymentType": "CREDIT_CARD",
                "paymentCode": "my_custom_fop",
                "amount": {
                  "amount": 10,
                  "currency": "AUD"
                },
                "minimumAmount": {
                  "amount": 1,
                  "currency": "AUD"
                },
                "surcharge": {
                  "amount": 0,
                  "currency": "AUD"
                },
                "combinableWith": []
              },
              {
                "paymentType": "CREDIT_CARD",
                "paymentCode": "VI",
                "amount": {
                  "amount": 10,
                  "currency": "AUD"
                },
                "minimumAmount": {
                  "amount": 1,
                  "currency": "AUD"
                },
                "surcharge": {
                  "amount": 0,
                  "currency": "AUD"
                },
                "combinableWith": []
              },
              {
                "paymentType": "REMOTE",
                "paymentCode": "BPC",
                "amount": {
                  "amount": 10,
                  "currency": "AUD"
                },
                "minimumAmount": {
                  "amount": 1,
                  "currency": "AUD"
                },
                "surcharge": {
                  "amount": 0,
                  "currency": "AUD"
                },
                "combinableWith": []
              },
              {
                "paymentType": "CREDIT_CARD",
                "paymentCode": "AX",
                "amount": {
                  "amount": 10,
                  "currency": "AUD"
                },
                "minimumAmount": {
                  "amount": 1,
                  "currency": "AUD"
                },
                "surcharge": {
                  "amount": 0,
                  "currency": "AUD"
                },
                "combinableWith": []
              },
              {
                "paymentType": "CREDIT_CARD",
                "paymentCode": "DC",
                "amount": {
                  "amount": 10,
                  "currency": "AUD"
                },
                "minimumAmount": {
                  "amount": 1,
                  "currency": "AUD"
                },
                "surcharge": {
                  "amount": 0,
                  "currency": "AUD"
                },
                "combinableWith": []
              },
              {
                "paymentType": "CREDIT_CARD",
                "paymentCode": "BA",
                "amount": {
                  "amount": 10,
                  "currency": "AUD"
                },
                "minimumAmount": {
                  "amount": 1,
                  "currency": "AUD"
                },
                "surcharge": {
                  "amount": 0,
                  "currency": "AUD"
                },
                "combinableWith": []
              }
            ]
          }
        ]
      }
    }
  ]
}

Cart(4 operations)

{
  "externalProducts": [
    {
      "name": "CAR",
      "includeInTotal": true,
      "breakdown": {
        "label": "car1",
        "total": {
          "alternatives": [
            [
              {
                "amount": 114.04,
                "currency": "AUD"
              }
            ]
          ]
        }
      }
    },
    {
      "name": "CAR",
      "includeInTotal": true,
      "breakdown": {
        "label": "car2",
        "total": {
          "alternatives": [
            [
              {
                "amount": 114.04,
                "currency": "AUD"
              }
            ]
          ]
        }
      }
    },
    {
      "name": "CAR",
      "includeInTotal": true,
      "breakdown": {
        "label": "car3",
        "total": {
          "alternatives": [
            [
              {
                "amount": 114.04,
                "currency": "AUD"
              }
            ]
          ]
        }
      }
    },
    {
      "name": "CAR",
      "includeInTotal": true,
      "breakdown": {
        "label": "car4",
        "total": {
          "alternatives": [
            [
              {
                "amount": 114.04,
                "currency": "AUD"
              }
            ]
          ]
        }
      }
    },
    {
      "name": "CAR",
      "includeInTotal": true,
      "breakdown": {
        "label": "car5",
        "total": {
          "alternatives": [
            [
              {
                "amount": 114.04,
                "currency": "AUD"
              }
            ]
          ]
        }
      }
    },
    {
      "name": "CAR",
      "includeInTotal": true,
      "breakdown": {
        "label": "car6",
        "total": {
          "alternatives": [
            [
              {
                "amount": 114.04,
                "currency": "AUD"
              }
            ]
          ]
        }
      }
    },
    {
      "name": "CAR",
      "includeInTotal": true,
      "breakdown": {
        "label": "car7",
        "total": {
          "alternatives": [
            [
              {
                "amount": 114.04,
                "currency": "AUD"
              }
            ]
          ]
        }
      }
    },
    {
      "name": "CAR",
      "includeInTotal": true,
      "breakdown": {
        "label": "car8",
        "total": {
          "alternatives": [
            [
              {
                "amount": 114.04,
                "currency": "AUD"
              }
            ]
          ]
        }
      }
    },
    {
      "name": "CAR",
      "includeInTotal": true,
      "breakdown": {
        "label": "car9",
        "total": {
          "alternatives": [
            [
              {
                "amount": 114.04,
                "currency": "AUD"
              }
            ]
          ]
        }
      }
    },
    {
      "name": "CAR",
      "includeInTotal": true,
      "breakdown": {
        "label": "car10",
        "total": {
          "alternatives": [
            [
              {
                "amount": 114.04,
                "currency": "AUD"
              }
            ]
          ]
        }
      }
    }
  ]
}
{
  "messages": [],
  "itineraryInformation": {
    "itinerary": {
      "@type": "Itinerary",
      "@id": "1",
      "itineraryParts": [
        {
          "@type": "ItineraryPart",
          "@id": "2",
          "segments": [
            {
              "@type": "Segment",
              "@id": "3",
              "segmentOfferInformation": {
                "flightsMiles": 1345,
                "awardFare": false
              },
              "duration": 185,
              "cabinClass": "Economy",
              "equipment": "73H",
              "aircraftLeaseText": "VIRGIN AUST INTL FOR VA SE ASIA",
              "flight": {
                "flightNumber": 145,
                "airlineCode": "VA",
                "operatingAirlineCode": "VA",
                "stopAirports": [],
                "departureTerminal": "1",
                "arrivalTerminal": "I"
              },
              "origin": "SYD",
              "destination": "AKL",
              "departure": "2018-10-14T15:50:00",
              "arrival": "2018-10-14T20:55:00",
              "segmentStatusCode": {
                "code": "QF"
              },
              "bookingClass": "T",
              "layoverDuration": 0,
              "fareBasis": "TZGWAS73",
              "subjectToGovernmentApproval": false
            }
          ],
          "stops": 0,
          "totalDuration": 185,
          "connectionInformations": [],
          "bookingClass": "T"
        }
      ]
    },
    "promoCodesUsed": [],
    "offersSelected": [
      {
        "shoppingBasketHashCode": -1332013291,
        "brandId": "GW",
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "4",
            "segments": [
              {
                "@type": "Segment",
                "@id": "5",
                "segmentOfferInformation": {
                  "flightsMiles": 1345,
                  "awardFare": false
                },
                "duration": 185,
                "cabinClass": "Economy",
                "equipment": "73H",
                "aircraftLeaseText": "VIRGIN AUST INTL FOR VA SE ASIA",
                "flight": {
                  "flightNumber": 145,
                  "airlineCode": "VA",
                  "operatingAirlineCode": "VA",
                  "stopAirports": [],
                  "advisories": [],
                  "departureTerminal": "1",
                  "arrivalTerminal": "I"
                },
                "origin": "SYD",
                "destination": "AKL",
                "departure": "2018-10-14T15:50:00",
                "arrival": "2018-10-14T20:55:00",
                "bookingClass": "T",
                "layoverDuration": 0,
                "fareBasis": "TZGWAS73",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 185,
            "connectionInformations": [],
            "bookingClass": "T"
          }
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": []
      }
    ],
    "passengers": {
      "passengers": [
        {
          "@id": "6",
          "passengerIndex": 1,
          "passengerDetails": {
            "firstName": "Adam",
            "lastName": "cwygNvSZvapV",
            "prefix": "Mr",
            "middleName": "Majster"
          },
          "passengerInfo": {
            "dateOfBirth": "1990-01-01",
            "gender": "MALE",
            "type": "ADT",
            "emails": [
              "accept@accept.com"
            ],
            "phones": [
              {
                "type": "MOBILE",
                "countryCode": "48",
                "areaCode": "48",
                "number": "12345678",
                "extension": "101"
              }
            ],
            "address": {
              "street1": "Wadowicka",
              "postcode": "08-213",
              "city": "krakow",
              "country": "AU",
              "addressType": "HOME"
            }
          },
          "preferences": {
            "specialPreferences": {
              "mealPreference": "",
              "seatPreference": "",
              "specialRequests": []
            },
            "frequentFlyer": []
          },
          "documentInfo": {
            "issuingCountry": "PL",
            "countryOfBirth": "PL",
            "issueDate": "2016-10-13",
            "documentNumber": "ADAC24",
            "documentType": "P",
            "nationality": "PL",
            "expirationDate": "2019-11-12"
          },
          "visaInfo": {
            "issuingCountry": "",
            "countryOfBirth": "",
            "issueDate": "2011-10-21",
            "documentNumber": "",
            "issuePlace": ""
          }
        },
        {
          "@id": "7",
          "passengerIndex": 2,
          "passengerDetails": {
            "firstName": "Anna",
            "lastName": "GgsCVKeryXYR",
            "prefix": "Ms",
            "middleName": "Majster"
          },
          "passengerInfo": {
            "dateOfBirth": "1991-02-02",
            "gender": "MALE",
            "type": "ADT",
            "emails": [
              "accept@accept.com"
            ],
            "phones": [
              {
                "type": "MOBILE",
                "countryCode": "48",
                "areaCode": "48",
                "number": "12345678",
                "extension": "101"
              }
            ],
            "address": {
              "street1": "Wadowicka",
              "postcode": "08-213",
              "city": "krakow",
              "country": "AU",
              "addressType": "HOME"
            }
          },
          "preferences": {
            "specialPreferences": {
              "mealPreference": "",
              "seatPreference": "",
              "specialRequests": []
            },
            "frequentFlyer": []
          },
          "documentInfo": {
            "issuingCountry": "PL",
            "countryOfBirth": "PL",
            "issueDate": "2016-10-13",
            "documentNumber": "ADAC24",
            "documentType": "P",
            "nationality": "PL",
            "expirationDate": "2019-11-12"
          },
          "visaInfo": {
            "issuingCountry": "",
            "countryOfBirth": "",
            "issueDate": "2011-10-21",
            "documentNumber": "",
            "issuePlace": ""
          }
        },
        {
          "@id": "8",
          "passengerIndex": 3,
          "passengerDetails": {
            "firstName": "Hanna",
            "lastName": "aAubybNZsrxp",
            "prefix": "Ms",
            "middleName": "Majster"
          },
          "passengerInfo": {
            "dateOfBirth": "1992-03-03",
            "gender": "MALE",
            "type": "ADT",
            "emails": [
              "accept@accept.com"
            ],
            "phones": [
              {
                "type": "MOBILE",
                "countryCode": "48",
                "areaCode": "48",
                "number": "12345678",
                "extension": "101"
              }
            ],
            "address": {
              "street1": "Wadowicka",
              "postcode": "08-213",
              "city": "krakow",
              "country": "AU",
              "addressType": "HOME"
            }
          },
          "preferences": {
            "specialPreferences": {
              "mealPreference": "",
              "seatPreference": "",
              "specialRequests": []
            },
            "frequentFlyer": []
          },
          "documentInfo": {
            "issuingCountry": "PL",
            "countryOfBirth": "PL",
            "issueDate": "2016-10-13",
            "documentNumber": "ADAC24",
            "documentType": "P",
            "nationality": "PL",
            "expirationDate": "2019-11-12"
          },
          "visaInfo": {
            "issuingCountry": "",
            "countryOfBirth": "",
            "issueDate": "2011-10-21",
            "documentNumber": "",
            "issuePlace": ""
          }
        },
        {
          "@id": "9",
          "passengerIndex": 4,
          "passengerDetails": {
            "firstName": "Sabrina",
            "lastName": "pCIrCthYytez",
            "prefix": "Ms",
            "middleName": "Majster"
          },
          "passengerInfo": {
            "dateOfBirth": "1993-04-04",
            "gender": "MALE",
            "type": "ADT",
            "emails": [
              "accept@accept.com"
            ],
            "phones": [
              {
                "type": "MOBILE",
                "countryCode": "48",
                "areaCode": "48",
                "number": "12345678",
                "extension": "101"
              }
            ],
            "address": {
              "street1": "Wadowicka",
              "postcode": "08-213",
              "city": "krakow",
              "country": "AU",
              "addressType": "HOME"
            }
          },
          "preferences": {
            "specialPreferences": {
              "mealPreference": "",
              "seatPreference": "",
              "specialRequests": []
            },
            "frequentFlyer": []
          },
          "documentInfo": {
            "issuingCountry": "PL",
            "countryOfBirth": "PL",
            "issueDate": "2016-10-13",
            "documentNumber": "ADAC24",
            "documentType": "P",
            "nationality": "PL",
            "expirationDate": "2019-11-12"
          },
          "visaInfo": {
            "issuingCountry": "",
            "countryOfBirth": "",
            "issueDate": "2011-10-21",
            "documentNumber": "",
            "issuePlace": ""
          }
        },
        {
          "@id": "10",
          "passengerIndex": 5,
          "passengerDetails": {
            "firstName": "Ola",
            "lastName": "TqrgGYmKDxQf",
            "prefix": "Ms",
            "middleName": "Mala"
          },
          "passengerInfo": {
            "dateOfBirth": "2008-01-01",
            "gender": "MALE",
            "type": "CHD",
            "emails": [
              "accept@accept.com"
            ],
            "phones": [
              {
                "type": "MOBILE",
                "countryCode": "48",
                "areaCode": "48",
                "number": "12345678",
                "extension": "101"
              }
            ],
            "address": {
              "street1": "Wadowicka",
              "postcode": "08-213",
              "city": "krakow",
              "country": "AU",
              "addressType": "HOME"
            }
          },
          "preferences": {
            "specialPreferences": {
              "mealPreference": "",
              "seatPreference": "",
              "specialRequests": []
            },
            "frequentFlyer": []
          },
          "documentInfo": {
            "issuingCountry": "PL",
            "countryOfBirth": "PL",
            "issueDate": "2016-10-13",
            "documentNumber": "ADAC24",
            "documentType": "P",
            "nationality": "PL",
            "expirationDate": "2019-11-12"
          },
          "visaInfo": {
            "issuingCountry": "",
            "countryOfBirth": "",
            "issueDate": "2011-10-21",
            "documentNumber": "",
            "issuePlace": ""
          }
        },
        {
          "@id": "11",
          "passengerIndex": 6,
          "passengerDetails": {
            "firstName": "Maja",
            "lastName": "cLVSmJGEUqGa",
            "prefix": "Ms",
            "middleName": "Olal"
          },
          "passengerInfo": {
            "dateOfBirth": "2010-02-02",
            "gender": "MALE",
            "type": "CHD",
            "emails": [
              "accept@accept.com"
            ],
            "phones": [
              {
                "type": "MOBILE",
                "countryCode": "48",
                "areaCode": "48",
                "number": "12345678",
                "extension": "101"
              }
            ],
            "address": {
              "street1": "Wadowicka",
              "postcode": "08-213",
              "city": "krakow",
              "country": "AU",
              "addressType": "HOME"
            }
          },
          "preferences": {
            "specialPreferences": {
              "mealPreference": "",
              "seatPreference": "",
              "specialRequests": []
            },
            "frequentFlyer": []
          },
          "documentInfo": {
            "issuingCountry": "PL",
            "countryOfBirth": "PL",
            "issueDate": "2016-10-13",
            "documentNumber": "ADAC24",
            "documentType": "P",
            "nationality": "PL",
            "expirationDate": "2019-11-12"
          },
          "visaInfo": {
            "issuingCountry": "",
            "countryOfBirth": "",
            "issueDate": "2011-10-21",
            "documentNumber": "",
            "issuePlace": ""
          }
        },
        {
          "@id": "12",
          "passengerIndex": 7,
          "passengerDetails": {
            "firstName": "Tom",
            "lastName": "CuYwjhSQgJsY",
            "middleName": "Maca"
          },
          "passengerInfo": {
            "dateOfBirth": "2017-12-31",
            "gender": "MALE",
            "type": "INF",
            "emails": [
              "accept@accept.com"
            ],
            "phones": [
              {
                "type": "MOBILE",
                "countryCode": "48",
                "areaCode": "48",
                "number": "12345678",
                "extension": "101"
              }
            ],
            "address": {
              "street1": "Wadowicka",
              "postcode": "08-213",
              "city": "krakow",
              "country": "AU",
              "addressType": "HOME"
            }
          },
          "preferences": {
            "specialPreferences": {
              "mealPreference": "",
              "seatPreference": "",
              "specialRequests": []
            },
            "frequentFlyer": []
          },
          "documentInfo": {
            "issuingCountry": "PL",
            "countryOfBirth": "PL",
            "issueDate": "2016-10-13",
            "documentNumber": "ADAC24",
            "documentType": "P",
            "nationality": "PL",
            "expirationDate": "2019-11-12"
          },
          "visaInfo": {
            "issuingCountry": "",
            "countryOfBirth": "",
            "issueDate": "2011-10-21",
            "documentNumber": "",
            "issuePlace": ""
          }
        },
        {
          "@id": "13",
          "passengerIndex": 8,
          "passengerDetails": {
            "firstName": "Jerry",
            "lastName": "JJjKilIxahsu",
            "prefix": "Ms",
            "middleName": "Pasd"
          },
          "passengerInfo": {
            "dateOfBirth": "2017-12-31",
            "gender": "MALE",
            "type": "INF",
            "emails": [
              "accept@accept.com"
            ],
            "phones": [
              {
                "type": "MOBILE",
                "countryCode": "48",
                "areaCode": "48",
                "number": "12345678",
                "extension": "101"
              }
            ],
            "address": {
              "street1": "Wadowicka",
              "postcode": "08-213",
              "city": "krakow",
              "country": "AU",
              "addressType": "HOME"
            }
          },
          "preferences": {
            "specialPreferences": {
              "mealPreference": "",
              "seatPreference": "",
              "specialRequests": []
            },
            "frequentFlyer": []
          },
          "documentInfo": {
            "issuingCountry": "PL",
            "countryOfBirth": "PL",
            "issueDate": "2016-10-13",
            "documentNumber": "ADAC24",
            "documentType": "P",
            "nationality": "PL",
            "expirationDate": "2019-11-12"
          },
          "visaInfo": {
            "issuingCountry": "",
            "countryOfBirth": "",
            "issueDate": "2011-10-21",
            "documentNumber": "",
            "issuePlace": ""
          }
        }
      ],
      "businessLoyalty": {},
      "contact": {
        "emails": [
          "accept@accept.com"
        ],
        "phones": [
          {
            "type": "MOBILE",
            "countryCode": "48",
            "areaCode": "48",
            "number": "12345678",
            "extension": "101"
          }
        ],
        "addresses": [
          {
            "street1": "Wadowicka",
            "postcode": "08-213",
            "city": "krakow",
            "country": "AU",
            "addressType": "HOME"
          }
        ]
      }
    }
  },
  "total": {
    "alternatives": [
      [
        {
          "amount": 2927.68,
          "currency": "AUD"
        }
      ]
    ]
  },
  "productBreakdowns": [
    {
      "label": "air",
      "breakdownElements": [
        {
          "label": "BASE_FARE",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 1176,
                  "currency": "AUD"
                }
              ]
            ]
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@ref": "1"
            }
          },
          "subElements": [
            {
              "label": "ADT",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 760,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "passengerType": "ADT",
                "quantity": 4
              }
            },
            {
              "label": "CHD",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 380,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "passengerType": "CHD",
                "quantity": 2
              }
            },
            {
              "label": "INF",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 36,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "passengerType": "INF",
                "quantity": 2
              }
            }
          ]
        },
        {
          "label": "DISCOUNT",
          "price": {
            "alternatives": []
          }
        },
        {
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 611.28,
                  "currency": "AUD"
                }
              ]
            ]
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@ref": "1"
            }
          },
          "subElements": [
            {
              "label": "AU",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 60,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "F12",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 14.4,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "KK2",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 16.2,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "WY",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 31.28,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "AU",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 60,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "F12",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 14.4,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "KK2",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 16.2,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "WY",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 31.28,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "AU",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 60,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "F12",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 14.4,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "KK2",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 16.2,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "WY",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 31.28,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "AU",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 60,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "F12",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 14.4,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "KK2",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 16.2,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "WY",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 31.28,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "F12",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 14.4,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "KK2",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 16.2,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "WY",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 31.28,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "F12",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 14.4,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "KK2",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 16.2,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "WY",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 31.28,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ]
        },
        {
          "label": "SURCHARGES",
          "breakdownElementAssignment": {
            "travelPart": {
              "@ref": "1"
            }
          }
        }
      ],
      "total": {
        "alternatives": [
          [
            {
              "amount": 1787.28,
              "currency": "AUD"
            }
          ]
        ]
      }
    },
    {
      "label": "ancillary",
      "breakdownElements": [
        {
          "label": "ANCILLARIES",
          "price": {
            "alternatives": []
          }
        }
      ],
      "total": {
        "alternatives": []
      }
    },
    {
      "label": "EXTERNAL_PRODUCTS",
      "breakdownElements": [
        {
          "label": "car1",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 114.04,
                  "currency": "AUD"
                }
              ]
            ]
          }
        },
        {
          "label": "car2",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 114.04,
                  "currency": "AUD"
                }
              ]
            ]
          }
        },
        {
          "label": "car3",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 114.04,
                  "currency": "AUD"
                }
              ]
            ]
          }
        },
        {
          "label": "car4",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 114.04,
                  "currency": "AUD"
                }
              ]
            ]
          }
        },
        {
          "label": "car5",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 114.04,
                  "currency": "AUD"
                }
              ]
            ]
          }
        },
        {
          "label": "car6",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 114.04,
                  "currency": "AUD"
                }
              ]
            ]
          }
        },
        {
          "label": "car7",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 114.04,
                  "currency": "AUD"
                }
              ]
            ]
          }
        },
        {
          "label": "car8",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 114.04,
                  "currency": "AUD"
                }
              ]
            ]
          }
        },
        {
          "label": "car9",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 114.04,
                  "currency": "AUD"
                }
              ]
            ]
          }
        },
        {
          "label": "car10",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 114.04,
                  "currency": "AUD"
                }
              ]
            ]
          }
        }
      ],
      "total": {
        "alternatives": [
          [
            {
              "amount": 1140.4,
              "currency": "AUD"
            }
          ]
        ]
      }
    },
    {
      "label": "INSURANCE",
      "breakdownElements": [],
      "total": {
        "alternatives": []
      }
    },
    {
      "label": "obfees",
      "breakdownElements": [
        {
          "label": "obfees",
          "price": {
            "alternatives": []
          }
        }
      ],
      "total": {
        "alternatives": []
      }
    },
    {
      "label": "seat",
      "breakdownElements": [],
      "total": {
        "alternatives": []
      }
    }
  ]
}
{
  "names": [
    "car"
  ]
}
{
  "itineraryInformation": {
    "advisories": [
      {
        "code": "Y-HMuXpc",
        "image": "row.png",
        "imageHint": "RRowAdvisor",
        "level": "ERROR"
      },
      {
        "code": "WwLfJeZJ",
        "image": "terminal.png",
        "imageHint": "CColumnAdvisor",
        "level": "WARNING"
      },
      {
        "code": "P185sVzk",
        "image": "row.png",
        "imageHint": "PSeatAdvisor",
        "level": "DEBUG"
      },
      {
        "code": "ScTsViTs",
        "image": "seat.png",
        "imageHint": "PSeatAdvisor",
        "level": "WARNING"
      },
      {
        "code": "4bY1-wVb",
        "image": "row.png",
        "imageHint": "PSeatAdvisor",
        "level": "CRITICAL"
      }
    ],
    "itinerary": {
      "@type": "Connection",
      "itineraryParts": [
        {
          "@type": "Inbound",
          "advisories": [
            {
              "code": "GuibfVl5",
              "image": "row.png",
              "imageHint": "TTerminalAdvisor",
              "level": "WARNING"
            },
            {
              "code": "hbH3SNEC",
              "image": "terminal.png",
              "imageHint": "RRowAdvisor",
              "level": "CRITICAL"
            },
            {
              "code": "b2IFgFEG",
              "image": "baggage.png",
              "imageHint": "CColumnAdvisor",
              "level": "INFO"
            }
          ],
          "bookingClass": "P",
          "brandId": "JU",
          "cancelledSegments": [
            {
              "@type": "Connection",
              "aircraftLeaseText": "OPERATED BY LUFTHANSA",
              "arrival": "2026-06-16T00:00:00.0Z",
              "arrivalGMTOffset": "+1:00",
              "bookingClass": "J",
              "cabinClass": "Economy",
              "departure": "2026-06-16T00:00:00.0Z",
              "departureGMTOffset": "-5:00",
              "destination": "LHR",
              "duration": 384,
              "dynamicPricingData": [
                {
                  "passengerType": "ADULT",
                  "priceId": "7"
                },
                {
                  "passengerType": "INFANT",
                  "priceId": "1"
                }
              ],
              "equipment": "380",
              "equipmentConfiguration": "TND",
              "fareBasis": "mkbjd",
              "fareComponentBeginAirport": "JFK",
              "fareComponentDirectionality": "TO",
              "fareComponentEndAirport": "DUB",
              "flight": {
                "advisories": [
                  {
                    "code": "ckW_u6KD",
                    "image": "row.png",
                    "imageHint": "CColumnAdvisor",
                    "level": "DEBUG"
                  },
                  {
                    "code": "uwwfI_2S",
                    "image": "baggage.png",
                    "imageHint": "PSeatAdvisor",
                    "level": "WARNING"
                  }
                ],
                "airlineCode": "UA",
                "arrivalTerminal": "T1",
                "changeOfGauge": false,
                "departureTerminal": "A1",
                "disclosureAirlineCode": "EK",
                "flightNumber": 3243,
                "operatingAirlineCode": "AF",
                "operatingFlightNumber": 2782,
                "stopAirports": [
                  {
                    "airport": "LHR",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 507,
                    "elapsedTime": 273
                  },
                  {
                    "airport": "JFK",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 1227,
                    "elapsedTime": 59
                  },
                  {
                    "airport": "ORD",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 1404,
                    "elapsedTime": 186
                  }
                ]
              },
              "layoverDuration": 250,
              "meals": [
                {
                  "mealCode": "QB1",
                  "passengerType": "ADT"
                }
              ],
              "origin": "CDG",
              "otherAirlineRecordLocator": "lRgTYE",
              "previouslySelectedBookingClass": "P",
              "segmentOfferInformation": {
                "awardFare": true,
                "flightAncillaries": {
                  "flightAncillary": [
                    {
                      "id": "1",
                      "subCode": "eAp"
                    },
                    {
                      "id": "9",
                      "subCode": "tWq"
                    },
                    {
                      "id": "8",
                      "subCode": "m6l"
                    },
                    {
                      "id": "7",
                      "subCode": "dZk"
                    }
                  ]
                },
                "flightsMiles": 2853
              },
              "segmentRef": "06",
              "segmentStatusCode": {
                "code": "HK",
                "segmentStatus": "CONFIRMED"
              },
              "subjectToGovernmentApproval": false
            },
            {
              "@type": "Connection",
              "aircraftLeaseText": "OPERATED BY AIR CANADA",
              "arrival": "2026-06-16T00:00:00.0Z",
              "arrivalGMTOffset": "+5:00",
              "bookingClass": "Y",
              "cabinClass": "Economy",
              "departure": "2026-06-16T00:00:00.0Z",
              "departureGMTOffset": "+1:00",
              "destination": "SIN",
              "duration": 640,
              "dynamicPricingData": [
                {
                  "passengerType": "SENIOR",
                  "priceId": "6"
                },
                {
                  "passengerType": "CHILD",
                  "priceId": "1"
                },
                {
                  "passengerType": "INFANT",
                  "priceId": "5"
                }
              ],
              "equipment": "777",
              "equipmentConfiguration": "xzL",
              "fareBasis": "rjapz",
              "fareComponentBeginAirport": "FRA",
              "fareComponentDirectionality": "TO",
              "fareComponentEndAirport": "SIN",
              "flight": {
                "advisories": [
                  {
                    "code": "UWZLN-ZK",
                    "image": "seat.png",
                    "imageHint": "TTerminalAdvisor",
                    "level": "ERROR"
                  },
                  {
                    "code": "S2NTXWrh",
                    "image": "terminal.png",
                    "imageHint": "CColumnAdvisor",
                    "level": "CRITICAL"
                  },
                  {
                    "code": "odrBkLuP",
                    "image": "terminal.png",
                    "imageHint": "CColumnAdvisor",
                    "level": "CRITICAL"
                  }
                ],
                "airlineCode": "BA",
                "arrivalTerminal": "B2",
                "changeOfGauge": false,
                "departureTerminal": "B2",
                "disclosureAirlineCode": "LH",
                "flightNumber": 4267,
                "operatingAirlineCode": "BA",
                "operatingFlightNumber": 3373,
                "stopAirports": [
                  {
                    "airport": "CDG",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 850,
                    "elapsedTime": 88
                  },
                  {
                    "airport": "CDG",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 387,
                    "elapsedTime": 216
                  },
                  {
                    "airport": "LAX",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 550,
                    "elapsedTime": 84
                  },
                  {
                    "airport": "DXB",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-17T00:00:00.0Z",
                    "duration": 327,
                    "elapsedTime": 216
                  },
                  {
                    "airport": "FRA",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 686,
                    "elapsedTime": 54
                  }
                ]
              },
              "layoverDuration": 224,
              "meals": [
                {
                  "mealCode": "2B2",
                  "passengerType": "CHD"
                },
                {
                  "mealCode": "pgX",
                  "passengerType": "CHD"
                },
                {
                  "mealCode": "1Wk",
                  "passengerType": "ADT"
                }
              ],
              "origin": "LHR",
              "otherAirlineRecordLocator": "G1LAqC",
              "previouslySelectedBookingClass": "J",
              "segmentOfferInformation": {
                "awardFare": false,
                "flightAncillaries": {
                  "flightAncillary": [
                    {
                      "id": "2",
                      "subCode": "DMS"
                    }
                  ]
                },
                "flightsMiles": 1242
              },
              "segmentRef": "82",
              "segmentStatusCode": {
                "code": "HK",
                "segmentStatus": "CONFIRMED"
              },
              "subjectToGovernmentApproval": true
            },
            {
              "@type": "Inbound",
              "aircraftLeaseText": "OPERATED BY LUFTHANSA",
              "arrival": "2026-06-16T00:00:00.0Z",
              "arrivalGMTOffset": "+1:00",
              "bookingClass": "J",
              "cabinClass": "Economy",
              "departure": "2026-06-16T00:00:00.0Z",
              "departureGMTOffset": "+1:00",
              "destination": "JFK",
              "duration": 765,
              "dynamicPricingData": [
                {
                  "passengerType": "INFANT",
                  "priceId": "7"
                },
                {
                  "passengerType": "STUDENT",
                  "priceId": "2"
                },
                {
                  "passengerType": "STUDENT",
                  "priceId": "6"
                }
              ],
              "equipment": "320",
              "equipmentConfiguration": "hn5",
              "fareBasis": "IExUV",
              "fareComponentBeginAirport": "FRA",
              "fareComponentDirectionality": "TO",
              "fareComponentEndAirport": "DUB",
              "flight": {
                "advisories": [
                  {
                    "code": "JOSqO6Bk",
                    "image": "terminal.png",
                    "imageHint": "PSeatAdvisor",
                    "level": "INFO"
                  },
                  {
                    "code": "QZhQ50v8",
                    "image": "row.png",
                    "imageHint": "RRowAdvisor",
                    "level": "CRITICAL"
                  },
                  {
                    "code": "MSOOshTG",
                    "image": "seat.png",
                    "imageHint": "CColumnAdvisor",
                    "level": "WARNING"
                  },
                  {
                    "code": "CEaPfp1A",
                    "image": "row.png",
                    "imageHint": "PSeatAdvisor",
                    "level": "ERROR"
                  }
                ],
                "airlineCode": "BA",
                "arrivalTerminal": "T2",
                "changeOfGauge": true,
                "departureTerminal": "T1",
                "disclosureAirlineCode": "LH",
                "flightNumber": 7590,
                "operatingAirlineCode": "SQ",
                "operatingFlightNumber": 5723,
                "stopAirports": [
                  {
                    "airport": "LHR",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 753,
                    "elapsedTime": 170
                  },
                  {
                    "airport": "CDG",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-17T00:00:00.0Z",
                    "duration": 609,
                    "elapsedTime": 207
                  },
                  {
                    "airport": "FRA",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 72,
                    "elapsedTime": 181
                  },
                  {
                    "airport": "LAX",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 107,
                    "elapsedTime": 252
                  },
                  {
                    "airport": "LHR",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 552,
                    "elapsedTime": 133
                  }
                ]
              },
              "layoverDuration": 103,
              "meals": [
                {
                  "mealCode": "9dp",
                  "passengerType": "ADT"
                },
                {
                  "mealCode": "HIr",
                  "passengerType": "CHD"
                }
              ],
              "origin": "ORD",
              "otherAirlineRecordLocator": "biaHrY",
              "previouslySelectedBookingClass": "P",
              "segmentOfferInformation": {
                "awardFare": true,
                "flightAncillaries": {
                  "flightAncillary": [
                    {
                      "id": "8",
                      "subCode": "44y"
                    }
                  ]
                },
                "flightsMiles": 9173
              },
              "segmentRef": "36",
              "segmentStatusCode": {
                "code": "QF",
                "segmentStatus": "CONFIRMED"
              },
              "subjectToGovernmentApproval": true
            }
          ],
          "connectionInformations": [
            {
              "changeOfAirport": false,
              "duration": 210
            },
            {
              "changeOfAirport": false,
              "duration": 143
            },
            {
              "changeOfAirport": true,
              "duration": 167
            },
            {
              "changeOfAirport": false,
              "duration": 106
            },
            {
              "changeOfAirport": false,
              "duration": 221
            }
          ],
          "programCodes": {
            "0": "[",
            "1": "V",
            "2": "A",
            "3": "C",
            "4": "]"
          },
          "programIDs": {
            "0": "[",
            "1": "1",
            "2": "0",
            "3": "9",
            "4": "5",
            "5": "1",
            "6": "1",
            "7": "]"
          },
          "segments": [
            {
              "@type": "Connection",
              "aircraftLeaseText": "OPERATED BY LUFTHANSA",
              "arrival": "2026-06-16T00:00:00.0Z",
              "arrivalGMTOffset": "+1:00",
              "bookingClass": "B",
              "cabinClass": "Economy",
              "departure": "2026-06-16T00:00:00.0Z",
              "departureGMTOffset": "+5:00",
              "destination": "FRA",
              "duration": 129,
              "dynamicPricingData": [
                {
                  "passengerType": "STUDENT",
                  "priceId": "9"
                }
              ],
              "equipment": "73H",
              "equipmentConfiguration": "jO1",
              "fareBasis": "VG561",
              "fareComponentBeginAirport": "JFK",
              "fareComponentDirectionality": "FROM",
              "fareComponentEndAirport": "DUB",
              "flight": {
                "advisories": [
                  {
                    "code": "ltAbfmT8",
                    "image": "seat.png",
                    "imageHint": "CColumnAdvisor",
                    "level": "CRITICAL"
                  },
                  {
                    "code": "tdFgzgXX",
                    "image": "seat.png",
                    "imageHint": "TTerminalAdvisor",
                    "level": "WARNING"
                  }
                ],
                "airlineCode": "AF",
                "arrivalTerminal": "A1",
                "changeOfGauge": true,
                "departureTerminal": "B2",
                "disclosureAirlineCode": "NH",
                "flightNumber": 4631,
                "operatingAirlineCode": "UA",
                "operatingFlightNumber": 6066,
                "stopAirports": [
                  {
                    "airport": "SIN",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 882,
                    "elapsedTime": 172
                  },
                  {
                    "airport": "SIN",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 805,
                    "elapsedTime": 105
                  },
                  {
                    "airport": "CDG",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 663,
                    "elapsedTime": 114
                  },
                  {
                    "airport": "FRA",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 1108,
                    "elapsedTime": 117
                  },
                  {
                    "airport": "NRT",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 1134,
                    "elapsedTime": 139
                  }
                ]
              },
              "layoverDuration": 201,
              "meals": [
                {
                  "mealCode": "WJP",
                  "passengerType": "CHD"
                },
                {
                  "mealCode": "ZYT",
                  "passengerType": "ADT"
                },
                {
                  "mealCode": "BT7",
                  "passengerType": "ADT"
                }
              ],
              "origin": "DXB",
              "otherAirlineRecordLocator": "4lvBXq",
              "previouslySelectedBookingClass": "J",
              "segmentOfferInformation": {
                "awardFare": false,
                "flightAncillaries": {
                  "flightAncillary": [
                    {
                      "id": "3",
                      "subCode": "AXH"
                    },
                    {
                      "id": "1",
                      "subCode": "NX6"
                    },
                    {
                      "id": "5",
                      "subCode": "ZOj"
                    },
                    {
                      "id": "1",
                      "subCode": "M26"
                    }
                  ]
                },
                "flightsMiles": 2890
              },
              "segmentRef": "40",
              "segmentStatusCode": {
                "code": "QF",
                "segmentStatus": "CONFIRMED"
              },
              "subjectToGovernmentApproval": false
            },
            {
              "@type": "Outbound",
              "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
              "arrival": "2026-06-16T00:00:00.0Z",
              "arrivalGMTOffset": "+1:00",
              "bookingClass": "B",
              "cabinClass": "Economy",
              "departure": "2026-06-16T00:00:00.0Z",
              "departureGMTOffset": "+5:00",
              "destination": "NRT",
              "duration": 402,
              "dynamicPricingData": [
                {
                  "passengerType": "ADULT",
                  "priceId": "5"
                },
                {
                  "passengerType": "INFANT",
                  "priceId": "0"
                }
              ],
              "equipment": "320",
              "equipmentConfiguration": "RfM",
              "fareBasis": "jY85X",
              "fareComponentBeginAirport": "DFW",
              "fareComponentDirectionality": "FROM",
              "fareComponentEndAirport": "SIN",
              "flight": {
                "advisories": [
                  {
                    "code": "LeMfmau_",
                    "image": "terminal.png",
                    "imageHint": "RRowAdvisor",
                    "level": "DEBUG"
                  },
                  {
                    "code": "Vq0_YO02",
                    "image": "row.png",
                    "imageHint": "TTerminalAdvisor",
                    "level": "WARNING"
                  },
                  {
                    "code": "nkSmflll",
                    "image": "baggage.png",
                    "imageHint": "CColumnAdvisor",
                    "level": "CRITICAL"
                  },
                  {
                    "code": "1unBIyV4",
                    "image": "baggage.png",
                    "imageHint": "PSeatAdvisor",
                    "level": "DEBUG"
                  }
                ],
                "airlineCode": "JL",
                "arrivalTerminal": "A1",
                "changeOfGauge": false,
                "departureTerminal": "B2",
                "disclosureAirlineCode": "NH",
                "flightNumber": 7493,
                "operatingAirlineCode": "NH",
                "operatingFlightNumber": 1706,
                "stopAirports": [
                  {
                    "airport": "JFK",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 357,
                    "elapsedTime": 292
                  }
                ]
              },
              "layoverDuration": 294,
              "meals": [
                {
                  "mealCode": "beR",
                  "passengerType": "ADT"
                },
                {
                  "mealCode": "Rk7",
                  "passengerType": "ADT"
                },
                {
                  "mealCode": "YYq",
                  "passengerType": "ADT"
                }
              ],
              "origin": "CDG",
              "otherAirlineRecordLocator": "qqymWC",
              "previouslySelectedBookingClass": "P",
              "segmentOfferInformation": {
                "awardFare": true,
                "flightAncillaries": {
                  "flightAncillary": [
                    {
                      "id": "4",
                      "subCode": "P2u"
                    }
                  ]
                },
                "flightsMiles": 7176
              },
              "segmentRef": "59",
              "segmentStatusCode": {
                "code": "QF",
                "segmentStatus": "CONFIRMED"
              },
              "subjectToGovernmentApproval": true
            }
          ],
          "stops": 1,
          "totalDuration": 368
        },
        {
          "@type": "Outbound",
          "advisories": [
            {
              "code": "-rE_IQR6",
              "image": "terminal.png",
              "imageHint": "RRowAdvisor",
              "level": "INFO"
            },
            {
              "code": "mjthsbb_",
              "image": "row.png",
              "imageHint": "CColumnAdvisor",
              "level": "ERROR"
            }
          ],
          "bookingClass": "Y",
          "brandId": "ECON",
          "cancelledSegments": [
            {
              "@type": "Connection",
              "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
              "arrival": "2026-06-16T00:00:00.0Z",
              "arrivalGMTOffset": "-5:00",
              "bookingClass": "J",
              "cabinClass": "Economy",
              "departure": "2026-06-17T00:00:00.0Z",
              "departureGMTOffset": "+5:00",
              "destination": "ORD",
              "duration": 194,
              "dynamicPricingData": [
                {
                  "passengerType": "STUDENT",
                  "priceId": "1"
                },
                {
                  "passengerType": "CHILD",
                  "priceId": "1"
                },
                {
                  "passengerType": "ADULT",
                  "priceId": "3"
                },
                {
                  "passengerType": "SENIOR",
                  "priceId": "2"
                },
                {
                  "passengerType": "CHILD",
                  "priceId": "2"
                }
              ],
              "equipment": "380",
              "equipmentConfiguration": "6Y5",
              "fareBasis": "nSlZo",
              "fareComponentBeginAirport": "JFK",
              "fareComponentDirectionality": "TO",
              "fareComponentEndAirport": "LHR",
              "flight": {
                "advisories": [
                  {
                    "code": "EsSVoTXA",
                    "image": "terminal.png",
                    "imageHint": "RRowAdvisor",
                    "level": "CRITICAL"
                  }
                ],
                "airlineCode": "NH",
                "arrivalTerminal": "T4",
                "changeOfGauge": true,
                "departureTerminal": "T3",
                "disclosureAirlineCode": "SQ",
                "flightNumber": 4666,
                "operatingAirlineCode": "SQ",
                "operatingFlightNumber": 9173,
                "stopAirports": [
                  {
                    "airport": "LHR",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 450,
                    "elapsedTime": 257
                  },
                  {
                    "airport": "HND",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 833,
                    "elapsedTime": 298
                  }
                ]
              },
              "layoverDuration": 241,
              "meals": [
                {
                  "mealCode": "dME",
                  "passengerType": "ADT"
                },
                {
                  "mealCode": "ky6",
                  "passengerType": "ADT"
                }
              ],
              "origin": "LHR",
              "otherAirlineRecordLocator": "FzfsnW",
              "previouslySelectedBookingClass": "P",
              "segmentOfferInformation": {
                "awardFare": true,
                "flightAncillaries": {
                  "flightAncillary": [
                    {
                      "id": "6",
                      "subCode": "VOQ"
                    },
                    {
                      "id": "6",
                      "subCode": "tlG"
                    },
                    {
                      "id": "8",
                      "subCode": "wsq"
                    }
                  ]
                },
                "flightsMiles": 6035
              },
              "segmentRef": "35",
              "segmentStatusCode": {
                "code": "QF",
                "segmentStatus": "CONFIRMED"
              },
              "subjectToGovernmentApproval": true
            },
            {
              "@type": "Outbound",
              "aircraftLeaseText": "OPERATED BY LUFTHANSA",
              "arrival": "2026-06-16T00:00:00.0Z",
              "arrivalGMTOffset": "+5:00",
              "bookingClass": "C",
              "cabinClass": "Economy",
              "departure": "2026-06-16T00:00:00.0Z",
              "departureGMTOffset": "+1:00",
              "destination": "ORD",
              "duration": 426,
              "dynamicPricingData": [
                {
                  "passengerType": "STUDENT",
                  "priceId": "9"
                },
                {
                  "passengerType": "ADULT",
                  "priceId": "0"
                },
                {
                  "passengerType": "ADULT",
                  "priceId": "3"
                }
              ],
              "equipment": "380",
              "equipmentConfiguration": "zgw",
              "fareBasis": "DJRsA",
              "fareComponentBeginAirport": "DFW",
              "fareComponentDirectionality": "TO",
              "fareComponentEndAirport": "DUB",
              "flight": {
                "advisories": [
                  {
                    "code": "R7aahXqZ",
                    "image": "terminal.png",
                    "imageHint": "CColumnAdvisor",
                    "level": "INFO"
                  },
                  {
                    "code": "rGumwY0q",
                    "image": "baggage.png",
                    "imageHint": "TTerminalAdvisor",
                    "level": "INFO"
                  },
                  {
                    "code": "NHC8Br3Z",
                    "image": "terminal.png",
                    "imageHint": "PSeatAdvisor",
                    "level": "CRITICAL"
                  },
                  {
                    "code": "-QZwdii5",
                    "image": "row.png",
                    "imageHint": "TTerminalAdvisor",
                    "level": "DEBUG"
                  }
                ],
                "airlineCode": "SQ",
                "arrivalTerminal": "B2",
                "changeOfGauge": true,
                "departureTerminal": "B2",
                "disclosureAirlineCode": "JL",
                "flightNumber": 5336,
                "operatingAirlineCode": "AF",
                "operatingFlightNumber": 2023,
                "stopAirports": [
                  {
                    "airport": "CDG",
                    "arrival": "2026-06-17T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 210,
                    "elapsedTime": 242
                  },
                  {
                    "airport": "FRA",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 974,
                    "elapsedTime": 298
                  },
                  {
                    "airport": "SIN",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-17T00:00:00.0Z",
                    "duration": 860,
                    "elapsedTime": 180
                  },
                  {
                    "airport": "HND",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 1315,
                    "elapsedTime": 193
                  }
                ]
              },
              "layoverDuration": 240,
              "meals": [
                {
                  "mealCode": "rPM",
                  "passengerType": "CHD"
                },
                {
                  "mealCode": "zAy",
                  "passengerType": "ADT"
                },
                {
                  "mealCode": "2py",
                  "passengerType": "CHD"
                },
                {
                  "mealCode": "HV4",
                  "passengerType": "CHD"
                },
                {
                  "mealCode": "9Lr",
                  "passengerType": "CHD"
                }
              ],
              "origin": "DXB",
              "otherAirlineRecordLocator": "8f5R5Z",
              "previouslySelectedBookingClass": "P",
              "segmentOfferInformation": {
                "awardFare": false,
                "flightAncillaries": {
                  "flightAncillary": [
                    {
                      "id": "5",
                      "subCode": "M9o"
                    }
                  ]
                },
                "flightsMiles": 4245
              },
              "segmentRef": "09",
              "segmentStatusCode": {
                "code": "OK",
                "segmentStatus": "CONFIRMED"
              },
              "subjectToGovernmentApproval": false
            },
            {
              "@type": "Outbound",
              "aircraftLeaseText": "OPERATED BY AIR CANADA",
              "arrival": "2026-06-17T00:00:00.0Z",
              "arrivalGMTOffset": "-5:00",
              "bookingClass": "B",
              "cabinClass": "Economy",
              "departure": "2026-06-16T00:00:00.0Z",
              "departureGMTOffset": "-5:00",
              "destination": "HND",
              "duration": 396,
              "dynamicPricingData": [
                {
                  "passengerType": "ADULT",
                  "priceId": "4"
                },
                {
                  "passengerType": "STUDENT",
                  "priceId": "9"
                },
                {
                  "passengerType": "ADULT",
                  "priceId": "6"
                },
                {
                  "passengerType": "INFANT",
                  "priceId": "0"
                }
              ],
              "equipment": "777",
              "equipmentConfiguration": "tjo",
              "fareBasis": "WhqLz",
              "fareComponentBeginAirport": "JFK",
              "fareComponentDirectionality": "TO",
              "fareComponentEndAirport": "SIN",
              "flight": {
                "advisories": [
                  {
                    "code": "gBOm87zm",
                    "image": "terminal.png",
                    "imageHint": "PSeatAdvisor",
                    "level": "WARNING"
                  },
                  {
                    "code": "BWJecQU6",
                    "image": "row.png",
                    "imageHint": "PSeatAdvisor",
                    "level": "INFO"
                  }
                ],
                "airlineCode": "LH",
                "arrivalTerminal": "T4",
                "changeOfGauge": false,
                "departureTerminal": "B2",
                "disclosureAirlineCode": "LH",
                "flightNumber": 5826,
                "operatingAirlineCode": "AA",
                "operatingFlightNumber": 6752,
                "stopAirports": [
                  {
                    "airport": "FRA",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 380,
                    "elapsedTime": 267
                  },
                  {
                    "airport": "ORD",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 993,
                    "elapsedTime": 246
                  },
                  {
                    "airport": "HND",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 370,
                    "elapsedTime": 127
                  }
                ]
              },
              "layoverDuration": 227,
              "meals": [
                {
                  "mealCode": "Vc7",
                  "passengerType": "CHD"
                },
                {
                  "mealCode": "rHx",
                  "passengerType": "ADT"
                },
                {
                  "mealCode": "mNf",
                  "passengerType": "ADT"
                },
                {
                  "mealCode": "oPY",
                  "passengerType": "ADT"
                },
                {
                  "mealCode": "Lnt",
                  "passengerType": "CHD"
                }
              ],
              "origin": "LHR",
              "otherAirlineRecordLocator": "5r2YCW",
              "previouslySelectedBookingClass": "Y",
              "segmentOfferInformation": {
                "awardFare": false,
                "flightAncillaries": {
                  "flightAncillary": [
                    {
                      "id": "2",
                      "subCode": "TrY"
                    },
                    {
                      "id": "8",
                      "subCode": "8w6"
                    }
                  ]
                },
                "flightsMiles": 1993
              },
              "segmentRef": "39",
              "segmentStatusCode": {
                "code": "QF",
                "segmentStatus": "CONFIRMED"
              },
              "subjectToGovernmentApproval": false
            },
            {
              "@type": "Connection",
              "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
              "arrival": "2026-06-16T00:00:00.0Z",
              "arrivalGMTOffset": "+1:00",
              "bookingClass": "C",
              "cabinClass": "Economy",
              "departure": "2026-06-16T00:00:00.0Z",
              "departureGMTOffset": "+5:00",
              "destination": "SIN",
              "duration": 70,
              "dynamicPricingData": [
                {
                  "passengerType": "ADULT",
                  "priceId": "6"
                },
                {
                  "passengerType": "ADULT",
                  "priceId": "2"
                },
                {
                  "passengerType": "INFANT",
                  "priceId": "3"
                },
                {
                  "passengerType": "INFANT",
                  "priceId": "2"
                }
              ],
              "equipment": "320",
              "equipmentConfiguration": "kMn",
              "fareBasis": "oSRCG",
              "fareComponentBeginAirport": "FRA",
              "fareComponentDirectionality": "FROM",
              "fareComponentEndAirport": "DUB",
              "flight": {
                "advisories": [
                  {
                    "code": "u4N6bTJg",
                    "image": "baggage.png",
                    "imageHint": "PSeatAdvisor",
                    "level": "WARNING"
                  },
                  {
                    "code": "-inYvtq_",
                    "image": "baggage.png",
                    "imageHint": "PSeatAdvisor",
                    "level": "DEBUG"
                  }
                ],
                "airlineCode": "SQ",
                "arrivalTerminal": "T3",
                "changeOfGauge": false,
                "departureTerminal": "T4",
                "disclosureAirlineCode": "UA",
                "flightNumber": 5335,
                "operatingAirlineCode": "SQ",
                "operatingFlightNumber": 6071,
                "stopAirports": [
                  {
                    "airport": "FRA",
                    "arrival": "2026-06-17T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 133,
                    "elapsedTime": 289
                  },
                  {
                    "airport": "NRT",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 1023,
                    "elapsedTime": 195
                  },
                  {
                    "airport": "NRT",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 62,
                    "elapsedTime": 114
                  }
                ]
              },
              "layoverDuration": 250,
              "meals": [
                {
                  "mealCode": "Fq9",
                  "passengerType": "CHD"
                },
                {
                  "mealCode": "vox",
                  "passengerType": "ADT"
                }
              ],
              "origin": "JFK",
              "otherAirlineRecordLocator": "FBdmUl",
              "previouslySelectedBookingClass": "P",
              "segmentOfferInformation": {
                "awardFare": false,
                "flightAncillaries": {
                  "flightAncillary": [
                    {
                      "id": "4",
                      "subCode": "VZ6"
                    },
                    {
                      "id": "1",
                      "subCode": "tOh"
                    },
                    {
                      "id": "6",
                      "subCode": "tIZ"
                    },
                    {
                      "id": "2",
                      "subCode": "KXn"
                    },
                    {
                      "id": "3",
                      "subCode": "PI9"
                    }
                  ]
                },
                "flightsMiles": 6919
              },
              "segmentRef": "45",
              "segmentStatusCode": {
                "code": "HK",
                "segmentStatus": "CONFIRMED"
              },
              "subjectToGovernmentApproval": false
            },
            {
              "@type": "Outbound",
              "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
              "arrival": "2026-06-16T00:00:00.0Z",
              "arrivalGMTOffset": "-6:00",
              "bookingClass": "J",
              "cabinClass": "Economy",
              "departure": "2026-06-16T00:00:00.0Z",
              "departureGMTOffset": "+5:00",
              "destination": "JFK",
              "duration": 727,
              "dynamicPricingData": [
                {
                  "passengerType": "INFANT",
                  "priceId": "8"
                },
                {
                  "passengerType": "ADULT",
                  "priceId": "6"
                },
                {
                  "passengerType": "ADULT",
                  "priceId": "1"
                },
                {
                  "passengerType": "STUDENT",
                  "priceId": "7"
                }
              ],
              "equipment": "73H",
              "equipmentConfiguration": "1Hy",
              "fareBasis": "YxRwP",
              "fareComponentBeginAirport": "FRA",
              "fareComponentDirectionality": "FROM",
              "fareComponentEndAirport": "LHR",
              "flight": {
                "advisories": [
                  {
                    "code": "aC-6KTJK",
                    "image": "row.png",
                    "imageHint": "RRowAdvisor",
                    "level": "CRITICAL"
                  },
                  {
                    "code": "jVk92UfX",
                    "image": "row.png",
                    "imageHint": "PSeatAdvisor",
                    "level": "WARNING"
                  },
                  {
                    "code": "M359AXS8",
                    "image": "row.png",
                    "imageHint": "CColumnAdvisor",
                    "level": "WARNING"
                  },
                  {
                    "code": "hcGqoQJx",
                    "image": "baggage.png",
                    "imageHint": "CColumnAdvisor",
                    "level": "WARNING"
                  }
                ],
                "airlineCode": "SQ",
                "arrivalTerminal": "T4",
                "changeOfGauge": false,
                "departureTerminal": "T1",
                "disclosureAirlineCode": "UA",
                "flightNumber": 2168,
                "operatingAirlineCode": "DL",
                "operatingFlightNumber": 527,
                "stopAirports": [
                  {
                    "airport": "JFK",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 1310,
                    "elapsedTime": 144
                  },
                  {
                    "airport": "HND",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 698,
                    "elapsedTime": 130
                  },
                  {
                    "airport": "LAX",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 970,
                    "elapsedTime": 32
                  },
                  {
                    "airport": "SIN",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 199,
                    "elapsedTime": 185
                  }
                ]
              },
              "layoverDuration": 87,
              "meals": [
                {
                  "mealCode": "YtI",
                  "passengerType": "ADT"
                },
                {
                  "mealCode": "SQk",
                  "passengerType": "ADT"
                },
                {
                  "mealCode": "HQm",
                  "passengerType": "CHD"
                },
                {
                  "mealCode": "zdo",
                  "passengerType": "CHD"
                }
              ],
              "origin": "FRA",
              "otherAirlineRecordLocator": "ybUeiG",
              "previouslySelectedBookingClass": "P",
              "segmentOfferInformation": {
                "awardFare": true,
                "flightAncillaries": {
                  "flightAncillary": [
                    {
                      "id": "1",
                      "subCode": "QM1"
                    },
                    {
                      "id": "0",
                      "subCode": "RHL"
                    },
                    {
                      "id": "4",
                      "subCode": "2Gc"
                    },
                    {
                      "id": "2",
                      "subCode": "XUa"
                    },
                    {
                      "id": "9",
                      "subCode": "cVn"
                    }
                  ]
                },
                "flightsMiles": 5022
              },
              "segmentRef": "93",
              "segmentStatusCode": {
                "code": "HK",
                "segmentStatus": "CONFIRMED"
              },
              "subjectToGovernmentApproval": true
            }
          ],
          "connectionInformations": [
            {
              "changeOfAirport": false,
              "duration": 500
            },
            {
              "changeOfAirport": false,
              "duration": 261
            },
            {
              "changeOfAirport": false,
              "duration": 178
            },
            {
              "changeOfAirport": true,
              "duration": 45
            },
            {
              "changeOfAirport": false,
              "duration": 106
            }
          ],
          "programCodes": {
            "0": "[",
            "1": "V",
            "2": "A",
            "3": "C",
            "4": "]"
          },
          "programIDs": {
            "0": "[",
            "1": "1",
            "2": "0",
            "3": "9",
            "4": "5",
            "5": "1",
            "6": "1",
            "7": "]"
          },
          "segments": [
            {
              "@type": "Connection",
              "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
              "arrival": "2026-06-16T00:00:00.0Z",
              "arrivalGMTOffset": "-6:00",
              "bookingClass": "M",
              "cabinClass": "Economy",
              "departure": "2026-06-16T00:00:00.0Z",
              "departureGMTOffset": "-6:00",
              "destination": "LAX",
              "duration": 603,
              "dynamicPricingData": [
                {
                  "passengerType": "INFANT",
                  "priceId": "4"
                },
                {
                  "passengerType": "ADULT",
                  "priceId": "3"
                },
                {
                  "passengerType": "CHILD",
                  "priceId": "8"
                },
                {
                  "passengerType": "STUDENT",
                  "priceId": "6"
                }
              ],
              "equipment": "73H",
              "equipmentConfiguration": "xW2",
              "fareBasis": "CkBhN",
              "fareComponentBeginAirport": "FRA",
              "fareComponentDirectionality": "TO",
              "fareComponentEndAirport": "LHR",
              "flight": {
                "advisories": [
                  {
                    "code": "GDMPme36",
                    "image": "row.png",
                    "imageHint": "TTerminalAdvisor",
                    "level": "WARNING"
                  },
                  {
                    "code": "a-OPZiki",
                    "image": "seat.png",
                    "imageHint": "CColumnAdvisor",
                    "level": "DEBUG"
                  },
                  {
                    "code": "otoYKAtt",
                    "image": "row.png",
                    "imageHint": "TTerminalAdvisor",
                    "level": "ERROR"
                  },
                  {
                    "code": "5dnBQ472",
                    "image": "seat.png",
                    "imageHint": "PSeatAdvisor",
                    "level": "DEBUG"
                  },
                  {
                    "code": "N8bDUJbi",
                    "image": "seat.png",
                    "imageHint": "RRowAdvisor",
                    "level": "ERROR"
                  }
                ],
                "airlineCode": "DL",
                "arrivalTerminal": "T1",
                "changeOfGauge": false,
                "departureTerminal": "T4",
                "disclosureAirlineCode": "EK",
                "flightNumber": 9021,
                "operatingAirlineCode": "AA",
                "operatingFlightNumber": 3622,
                "stopAirports": [
                  {
                    "airport": "DXB",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 793,
                    "elapsedTime": 150
                  },
                  {
                    "airport": "SIN",
                    "arrival": "2026-06-16T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 371,
                    "elapsedTime": 222
                  }
                ]
              },
              "layoverDuration": 111,
              "meals": [
                {
                  "mealCode": "UFQ",
                  "passengerType": "CHD"
                },
                {
                  "mealCode": "aEW",
                  "passengerType": "CHD"
                },
                {
                  "mealCode": "71j",
                  "passengerType": "CHD"
                },
                {
                  "mealCode": "C4C",
                  "passengerType": "ADT"
                }
              ],
              "origin": "LHR",
              "otherAirlineRecordLocator": "eVwmTA",
              "previouslySelectedBookingClass": "P",
              "segmentOfferInformation": {
                "awardFare": false,
                "flightAncillaries": {
                  "flightAncillary": [
                    {
                      "id": "6",
                      "subCode": "YXs"
                    },
                    {
                      "id": "2",
                      "subCode": "xix"
                    }
                  ]
                },
                "flightsMiles": 7658
              },
              "segmentRef": "17",
              "segmentStatusCode": {
                "code": "WL",
                "segmentStatus": "CONFIRMED"
              },
              "subjectToGovernmentApproval": false
            },
            {
              "@type": "Inbound",
              "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
              "arrival": "2026-06-16T00:00:00.0Z",
              "arrivalGMTOffset": "-5:00",
              "bookingClass": "F",
              "cabinClass": "Economy",
              "departure": "2026-06-16T00:00:00.0Z",
              "departureGMTOffset": "+5:00",
              "destination": "LAX",
              "duration": 460,
              "dynamicPricingData": [
                {
                  "passengerType": "ADULT",
                  "priceId": "9"
                },
                {
                  "passengerType": "SENIOR",
                  "priceId": "0"
                },
                {
                  "passengerType": "STUDENT",
                  "priceId": "3"
                }
              ],
              "equipment": "380",
              "equipmentConfiguration": "jFc",
              "fareBasis": "518hx",
              "fareComponentBeginAirport": "JFK",
              "fareComponentDirectionality": "FROM",
              "fareComponentEndAirport": "DUB",
              "flight": {
                "advisories": [
                  {
                    "code": "A57tHi8U",
                    "image": "row.png",
                    "imageHint": "PSeatAdvisor",
                    "level": "INFO"
                  },
                  {
                    "code": "Vg8qOTbW",
                    "image": "baggage.png",
                    "imageHint": "RRowAdvisor",
                    "level": "INFO"
                  },
                  {
                    "code": "IY46fbnV",
                    "image": "row.png",
                    "imageHint": "PSeatAdvisor",
                    "level": "DEBUG"
                  },
                  {
                    "code": "pjc2kYeB",
                    "image": "baggage.png",
                    "imageHint": "TTerminalAdvisor",
                    "level": "INFO"
                  }
                ],
                "airlineCode": "AF",
                "arrivalTerminal": "A1",
                "changeOfGauge": true,
                "departureTerminal": "A1",
                "disclosureAirlineCode": "AA",
                "flightNumber": 7420,
                "operatingAirlineCode": "NH",
                "operatingFlightNumber": 5930,
                "stopAirports": [
                  {
                    "airport": "JFK",
                    "arrival": "2026-06-17T00:00:00.0Z",
                    "departure": "2026-06-16T00:00:00.0Z",
                    "duration": 836,
                    "elapsedTime": 117
                  }
                ]
              },
              "layoverDuration": 238,
              "meals": [
                {
                  "mealCode": "N7B",
                  "passengerType": "CHD"
                },
                {
                  "mealCode": "lH3",
                  "passengerType": "ADT"
                }
              ],
              "origin": "SIN",
              "otherAirlineRecordLocator": "rAzItr",
              "previouslySelectedBookingClass": "P",
              "segmentOfferInformation": {
                "awardFare": true,
                "flightAncillaries": {
                  "flightAncillary": [
                    {
                      "id": "7",
                      "subCode": "LFl"
                    }
                  ]
                },
                "flightsMiles": 7646
              },
              "segmentRef": "88",
              "segmentStatusCode": {
                "code": "OK",
                "segmentStatus": "CONFIRMED"
              },
              "subjectToGovernmentApproval": true
            }
          ],
          "stops": 3,
          "totalDuration": 432
        }
      ]
    },
    "offersSelected": [
      {
        "advisories": [
          {
            "code": "6i7Tee7C",
            "image": "terminal.png",
            "imageHint": "TTerminalAdvisor",
            "level": "CRITICAL"
          }
        ],
        "brandId": "5Li",
        "itineraryPart": [
          {
            "@type": "Connection",
            "advisories": [
              {
                "code": "JtUhcK3l",
                "image": "row.png",
                "imageHint": "CColumnAdvisor",
                "level": "CRITICAL"
              },
              {
                "code": "Wffti8At",
                "image": "row.png",
                "imageHint": "CColumnAdvisor",
                "level": "CRITICAL"
              },
              {
                "code": "HmdAWXsJ",
                "image": "terminal.png",
                "imageHint": "PSeatAdvisor",
                "level": "INFO"
              }
            ],
            "bookingClass": "P",
            "brandId": "SV",
            "cancelledSegments": [
              {
                "@type": "Connection",
                "aircraftLeaseText": "OPERATED BY LUFTHANSA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+1:00",
                "bookingClass": "M",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+5:00",
                "destination": "LHR",
                "duration": 528,
                "dynamicPricingData": [
                  {
                    "passengerType": "INFANT",
                    "priceId": "2"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "1"
                  }
                ],
                "equipment": "320",
                "equipmentConfiguration": "wj6",
                "fareBasis": "qqX6L",
                "fareComponentBeginAirport": "FRA",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "LHR",
                "flight": {
                  "advisories": [
                    {
                      "code": "oYYRSGr-",
                      "image": "row.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "iN8vBFLD",
                      "image": "row.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "rfPlAT4E",
                      "image": "row.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "ERROR"
                    }
                  ],
                  "airlineCode": "JL",
                  "arrivalTerminal": "A1",
                  "changeOfGauge": false,
                  "departureTerminal": "T3",
                  "disclosureAirlineCode": "LH",
                  "flightNumber": 7758,
                  "operatingAirlineCode": "LH",
                  "operatingFlightNumber": 2323,
                  "stopAirports": [
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 97,
                      "elapsedTime": 109
                    },
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-17T00:00:00.0Z",
                      "duration": 1022,
                      "elapsedTime": 288
                    },
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 414,
                      "elapsedTime": 66
                    },
                    {
                      "airport": "HND",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 698,
                      "elapsedTime": 270
                    }
                  ]
                },
                "layoverDuration": 274,
                "meals": [
                  {
                    "mealCode": "pK9",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "wK4",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "lVL",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "DXB",
                "otherAirlineRecordLocator": "eCv1ay",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "0",
                        "subCode": "Td6"
                      },
                      {
                        "id": "2",
                        "subCode": "9JS"
                      },
                      {
                        "id": "5",
                        "subCode": "FfE"
                      },
                      {
                        "id": "3",
                        "subCode": "SNy"
                      },
                      {
                        "id": "5",
                        "subCode": "yWS"
                      }
                    ]
                  },
                  "flightsMiles": 973
                },
                "segmentRef": "31",
                "segmentStatusCode": {
                  "code": "OK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              },
              {
                "@type": "Outbound",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-5:00",
                "bookingClass": "Y",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "HND",
                "duration": 484,
                "dynamicPricingData": [
                  {
                    "passengerType": "ADULT",
                    "priceId": "8"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "7"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "8"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "0"
                  }
                ],
                "equipment": "73H",
                "equipmentConfiguration": "Ycp",
                "fareBasis": "E9Sx0",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "LHR",
                "flight": {
                  "advisories": [
                    {
                      "code": "1DtWdziQ",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "YHlo42_d",
                      "image": "baggage.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "6mn1BdbK",
                      "image": "terminal.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "DEBUG"
                    }
                  ],
                  "airlineCode": "JL",
                  "arrivalTerminal": "T3",
                  "changeOfGauge": false,
                  "departureTerminal": "B2",
                  "disclosureAirlineCode": "AA",
                  "flightNumber": 4309,
                  "operatingAirlineCode": "SQ",
                  "operatingFlightNumber": 7450,
                  "stopAirports": [
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 399,
                      "elapsedTime": 85
                    },
                    {
                      "airport": "HND",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 890,
                      "elapsedTime": 257
                    },
                    {
                      "airport": "ORD",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 586,
                      "elapsedTime": 235
                    },
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 149,
                      "elapsedTime": 296
                    },
                    {
                      "airport": "NRT",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 958,
                      "elapsedTime": 242
                    }
                  ]
                },
                "layoverDuration": 211,
                "meals": [
                  {
                    "mealCode": "2AG",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "rUh",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "jL1",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "y2L",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "97W",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "CDG",
                "otherAirlineRecordLocator": "aS0MyN",
                "previouslySelectedBookingClass": "P",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "3",
                        "subCode": "ylu"
                      },
                      {
                        "id": "5",
                        "subCode": "DxM"
                      }
                    ]
                  },
                  "flightsMiles": 1848
                },
                "segmentRef": "30",
                "segmentStatusCode": {
                  "code": "WL",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              }
            ],
            "connectionInformations": [
              {
                "changeOfAirport": false,
                "duration": 593
              }
            ],
            "programCodes": {
              "0": "[",
              "1": "V",
              "2": "A",
              "3": "C",
              "4": "]"
            },
            "programIDs": {
              "0": "[",
              "1": "1",
              "2": "0",
              "3": "9",
              "4": "5",
              "5": "1",
              "6": "1",
              "7": "]"
            },
            "segments": [
              {
                "@type": "Inbound",
                "aircraftLeaseText": "OPERATED BY AIR CANADA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+1:00",
                "bookingClass": "J",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "-6:00",
                "destination": "SIN",
                "duration": 397,
                "dynamicPricingData": [
                  {
                    "passengerType": "ADULT",
                    "priceId": "2"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "4"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "5"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "0"
                  }
                ],
                "equipment": "320",
                "equipmentConfiguration": "uM2",
                "fareBasis": "Gfy0Z",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "DUB",
                "flight": {
                  "advisories": [
                    {
                      "code": "bjQVdB9F",
                      "image": "seat.png",
                      "imageHint": "RRowAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "aeC-jaL4",
                      "image": "terminal.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "INFO"
                    },
                    {
                      "code": "sSsTxD7b",
                      "image": "seat.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "ROHJI8bV",
                      "image": "baggage.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "WARNING"
                    }
                  ],
                  "airlineCode": "LH",
                  "arrivalTerminal": "T2",
                  "changeOfGauge": false,
                  "departureTerminal": "T3",
                  "disclosureAirlineCode": "SQ",
                  "flightNumber": 7257,
                  "operatingAirlineCode": "DL",
                  "operatingFlightNumber": 2587,
                  "stopAirports": [
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 265,
                      "elapsedTime": 290
                    },
                    {
                      "airport": "ORD",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1108,
                      "elapsedTime": 192
                    },
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 94,
                      "elapsedTime": 170
                    },
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 642,
                      "elapsedTime": 93
                    }
                  ]
                },
                "layoverDuration": 118,
                "meals": [
                  {
                    "mealCode": "HHI",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "LAX",
                "otherAirlineRecordLocator": "ATbIeA",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "3",
                        "subCode": "i7t"
                      }
                    ]
                  },
                  "flightsMiles": 877
                },
                "segmentRef": "54",
                "segmentStatusCode": {
                  "code": "HK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 196
          },
          {
            "@type": "Inbound",
            "advisories": [
              {
                "code": "8cqAPbG4",
                "image": "baggage.png",
                "imageHint": "PSeatAdvisor",
                "level": "INFO"
              },
              {
                "code": "7hJukFGy",
                "image": "seat.png",
                "imageHint": "TTerminalAdvisor",
                "level": "WARNING"
              },
              {
                "code": "MpVglA4K",
                "image": "baggage.png",
                "imageHint": "TTerminalAdvisor",
                "level": "ERROR"
              },
              {
                "code": "ALLq6eJi",
                "image": "baggage.png",
                "imageHint": "RRowAdvisor",
                "level": "ERROR"
              }
            ],
            "bookingClass": "J",
            "brandId": "ECON",
            "cancelledSegments": [
              {
                "@type": "Inbound",
                "aircraftLeaseText": "OPERATED BY AIR CANADA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+1:00",
                "bookingClass": "J",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "-6:00",
                "destination": "HND",
                "duration": 282,
                "dynamicPricingData": [
                  {
                    "passengerType": "CHILD",
                    "priceId": "4"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "1"
                  }
                ],
                "equipment": "380",
                "equipmentConfiguration": "uKr",
                "fareBasis": "NfTjJ",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "DUB",
                "flight": {
                  "advisories": [
                    {
                      "code": "etmckkyq",
                      "image": "terminal.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "gI5EaurM",
                      "image": "baggage.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "CRITICAL"
                    },
                    {
                      "code": "M-OySZSB",
                      "image": "row.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "877Xh1qm",
                      "image": "terminal.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "FzbXRXk2",
                      "image": "seat.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "INFO"
                    }
                  ],
                  "airlineCode": "AA",
                  "arrivalTerminal": "T3",
                  "changeOfGauge": true,
                  "departureTerminal": "T2",
                  "disclosureAirlineCode": "LH",
                  "flightNumber": 6589,
                  "operatingAirlineCode": "UA",
                  "operatingFlightNumber": 2801,
                  "stopAirports": [
                    {
                      "airport": "SIN",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 354,
                      "elapsedTime": 99
                    },
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1362,
                      "elapsedTime": 281
                    },
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 893,
                      "elapsedTime": 124
                    },
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 899,
                      "elapsedTime": 52
                    },
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 548,
                      "elapsedTime": 259
                    }
                  ]
                },
                "layoverDuration": 134,
                "meals": [
                  {
                    "mealCode": "6Mt",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "1PY",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "DXB",
                "otherAirlineRecordLocator": "Ky6UiP",
                "previouslySelectedBookingClass": "P",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "4",
                        "subCode": "QoN"
                      },
                      {
                        "id": "9",
                        "subCode": "vwk"
                      },
                      {
                        "id": "4",
                        "subCode": "eBF"
                      },
                      {
                        "id": "4",
                        "subCode": "Qdb"
                      }
                    ]
                  },
                  "flightsMiles": 5025
                },
                "segmentRef": "08",
                "segmentStatusCode": {
                  "code": "OK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              }
            ],
            "connectionInformations": [
              {
                "changeOfAirport": false,
                "duration": 388
              },
              {
                "changeOfAirport": false,
                "duration": 467
              },
              {
                "changeOfAirport": true,
                "duration": 115
              },
              {
                "changeOfAirport": true,
                "duration": 240
              },
              {
                "changeOfAirport": true,
                "duration": 599
              }
            ],
            "programCodes": {
              "0": "[",
              "1": "V",
              "2": "A",
              "3": "C",
              "4": "]"
            },
            "programIDs": {
              "0": "[",
              "1": "1",
              "2": "0",
              "3": "9",
              "4": "5",
              "5": "1",
              "6": "1",
              "7": "]"
            },
            "segments": [
              {
                "@type": "Inbound",
                "aircraftLeaseText": "OPERATED BY AIR CANADA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+5:00",
                "bookingClass": "J",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "-5:00",
                "destination": "JFK",
                "duration": 109,
                "dynamicPricingData": [
                  {
                    "passengerType": "INFANT",
                    "priceId": "7"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "0"
                  }
                ],
                "equipment": "320",
                "equipmentConfiguration": "5J7",
                "fareBasis": "1GyHJ",
                "fareComponentBeginAirport": "DFW",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "SIN",
                "flight": {
                  "advisories": [
                    {
                      "code": "FSbi9UPq",
                      "image": "terminal.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "wd7Vv87P",
                      "image": "seat.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "DEBUG"
                    }
                  ],
                  "airlineCode": "AA",
                  "arrivalTerminal": "A1",
                  "changeOfGauge": false,
                  "departureTerminal": "B2",
                  "disclosureAirlineCode": "EK",
                  "flightNumber": 9413,
                  "operatingAirlineCode": "EK",
                  "operatingFlightNumber": 7428,
                  "stopAirports": [
                    {
                      "airport": "JFK",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 425,
                      "elapsedTime": 123
                    },
                    {
                      "airport": "HND",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 927,
                      "elapsedTime": 254
                    },
                    {
                      "airport": "SIN",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-17T00:00:00.0Z",
                      "duration": 1128,
                      "elapsedTime": 173
                    },
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 419,
                      "elapsedTime": 101
                    },
                    {
                      "airport": "HND",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 642,
                      "elapsedTime": 214
                    }
                  ]
                },
                "layoverDuration": 210,
                "meals": [
                  {
                    "mealCode": "ySt",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "Ewu",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "NRT",
                "otherAirlineRecordLocator": "odTaO7",
                "previouslySelectedBookingClass": "P",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "9",
                        "subCode": "fUM"
                      },
                      {
                        "id": "9",
                        "subCode": "jsa"
                      },
                      {
                        "id": "8",
                        "subCode": "qAx"
                      }
                    ]
                  },
                  "flightsMiles": 731
                },
                "segmentRef": "24",
                "segmentStatusCode": {
                  "code": "OK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              }
            ],
            "stops": 0,
            "totalDuration": 114
          },
          {
            "@type": "Outbound",
            "advisories": [
              {
                "code": "TL-zGsaX",
                "image": "terminal.png",
                "imageHint": "PSeatAdvisor",
                "level": "INFO"
              },
              {
                "code": "kgtNkjbH",
                "image": "seat.png",
                "imageHint": "RRowAdvisor",
                "level": "WARNING"
              },
              {
                "code": "7mIBj66E",
                "image": "baggage.png",
                "imageHint": "PSeatAdvisor",
                "level": "ERROR"
              },
              {
                "code": "D5YXK6Tb",
                "image": "row.png",
                "imageHint": "TTerminalAdvisor",
                "level": "ERROR"
              },
              {
                "code": "Wk4wKz8N",
                "image": "terminal.png",
                "imageHint": "RRowAdvisor",
                "level": "CRITICAL"
              }
            ],
            "bookingClass": "J",
            "brandId": "ECON",
            "cancelledSegments": [
              {
                "@type": "Connection",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+5:00",
                "bookingClass": "Y",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "-5:00",
                "destination": "JFK",
                "duration": 672,
                "dynamicPricingData": [
                  {
                    "passengerType": "SENIOR",
                    "priceId": "8"
                  }
                ],
                "equipment": "787",
                "equipmentConfiguration": "Ezf",
                "fareBasis": "506Uq",
                "fareComponentBeginAirport": "DFW",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "DUB",
                "flight": {
                  "advisories": [
                    {
                      "code": "cYG3f_Ds",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "fLo8Sp6N",
                      "image": "baggage.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "INFO"
                    }
                  ],
                  "airlineCode": "AA",
                  "arrivalTerminal": "T1",
                  "changeOfGauge": false,
                  "departureTerminal": "T2",
                  "disclosureAirlineCode": "JL",
                  "flightNumber": 4593,
                  "operatingAirlineCode": "EK",
                  "operatingFlightNumber": 4916,
                  "stopAirports": [
                    {
                      "airport": "ORD",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 794,
                      "elapsedTime": 150
                    },
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-17T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1350,
                      "elapsedTime": 285
                    },
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1436,
                      "elapsedTime": 134
                    },
                    {
                      "airport": "SIN",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 96,
                      "elapsedTime": 67
                    },
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 895,
                      "elapsedTime": 160
                    }
                  ]
                },
                "layoverDuration": 101,
                "meals": [
                  {
                    "mealCode": "48H",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "uyS",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "knr",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "J7R",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "DXB",
                "otherAirlineRecordLocator": "jokrjE",
                "previouslySelectedBookingClass": "P",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "4",
                        "subCode": "a6R"
                      },
                      {
                        "id": "8",
                        "subCode": "rWM"
                      },
                      {
                        "id": "5",
                        "subCode": "kFx"
                      }
                    ]
                  },
                  "flightsMiles": 9471
                },
                "segmentRef": "91",
                "segmentStatusCode": {
                  "code": "HK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              },
              {
                "@type": "Outbound",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+5:00",
                "bookingClass": "M",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "FRA",
                "duration": 656,
                "dynamicPricingData": [
                  {
                    "passengerType": "INFANT",
                    "priceId": "2"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "1"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "6"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "9"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "3"
                  }
                ],
                "equipment": "777",
                "equipmentConfiguration": "iJa",
                "fareBasis": "1tHPE",
                "fareComponentBeginAirport": "FRA",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "DUB",
                "flight": {
                  "advisories": [
                    {
                      "code": "i-9knEKu",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "0wXYDNOc",
                      "image": "seat.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "WARNING"
                    }
                  ],
                  "airlineCode": "AF",
                  "arrivalTerminal": "T1",
                  "changeOfGauge": false,
                  "departureTerminal": "T1",
                  "disclosureAirlineCode": "EK",
                  "flightNumber": 3361,
                  "operatingAirlineCode": "SQ",
                  "operatingFlightNumber": 2141,
                  "stopAirports": [
                    {
                      "airport": "ORD",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 526,
                      "elapsedTime": 225
                    }
                  ]
                },
                "layoverDuration": 223,
                "meals": [
                  {
                    "mealCode": "5Eg",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "p9e",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "NRT",
                "otherAirlineRecordLocator": "CxQtET",
                "previouslySelectedBookingClass": "P",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "1",
                        "subCode": "UHC"
                      },
                      {
                        "id": "1",
                        "subCode": "iqk"
                      }
                    ]
                  },
                  "flightsMiles": 1639
                },
                "segmentRef": "88",
                "segmentStatusCode": {
                  "code": "HK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              },
              {
                "@type": "Inbound",
                "aircraftLeaseText": "OPERATED BY LUFTHANSA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-6:00",
                "bookingClass": "F",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+5:00",
                "destination": "DXB",
                "duration": 426,
                "dynamicPricingData": [
                  {
                    "passengerType": "ADULT",
                    "priceId": "1"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "7"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "0"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "0"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "1"
                  }
                ],
                "equipment": "73H",
                "equipmentConfiguration": "Ark",
                "fareBasis": "G46Ni",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "SIN",
                "flight": {
                  "advisories": [
                    {
                      "code": "9u9hpVEj",
                      "image": "row.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "NoS0Iv6d",
                      "image": "seat.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "DEBUG"
                    }
                  ],
                  "airlineCode": "LH",
                  "arrivalTerminal": "A1",
                  "changeOfGauge": false,
                  "departureTerminal": "T1",
                  "disclosureAirlineCode": "NH",
                  "flightNumber": 9175,
                  "operatingAirlineCode": "SQ",
                  "operatingFlightNumber": 2296,
                  "stopAirports": [
                    {
                      "airport": "ORD",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 462,
                      "elapsedTime": 95
                    },
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-17T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 837,
                      "elapsedTime": 160
                    },
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 846,
                      "elapsedTime": 129
                    }
                  ]
                },
                "layoverDuration": 293,
                "meals": [
                  {
                    "mealCode": "i3y",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "2Xn",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "0pW",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "DW9",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "ko5",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "NRT",
                "otherAirlineRecordLocator": "r0z9mY",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "0",
                        "subCode": "lJW"
                      }
                    ]
                  },
                  "flightsMiles": 9490
                },
                "segmentRef": "55",
                "segmentStatusCode": {
                  "code": "WL",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              },
              {
                "@type": "Outbound",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+1:00",
                "bookingClass": "J",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "JFK",
                "duration": 552,
                "dynamicPricingData": [
                  {
                    "passengerType": "ADULT",
                    "priceId": "5"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "5"
                  }
                ],
                "equipment": "787",
                "equipmentConfiguration": "k6c",
                "fareBasis": "ilSkY",
                "fareComponentBeginAirport": "FRA",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "DUB",
                "flight": {
                  "advisories": [
                    {
                      "code": "oxq0omJt",
                      "image": "terminal.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "INFO"
                    },
                    {
                      "code": "MUbr4Tl6",
                      "image": "terminal.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "INFO"
                    },
                    {
                      "code": "R8KD2ZTU",
                      "image": "row.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "ERROR"
                    }
                  ],
                  "airlineCode": "DL",
                  "arrivalTerminal": "T1",
                  "changeOfGauge": true,
                  "departureTerminal": "B2",
                  "disclosureAirlineCode": "AF",
                  "flightNumber": 7839,
                  "operatingAirlineCode": "LH",
                  "operatingFlightNumber": 6265,
                  "stopAirports": [
                    {
                      "airport": "SIN",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1077,
                      "elapsedTime": 73
                    },
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 894,
                      "elapsedTime": 102
                    },
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1312,
                      "elapsedTime": 77
                    },
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 838,
                      "elapsedTime": 263
                    }
                  ]
                },
                "layoverDuration": 203,
                "meals": [
                  {
                    "mealCode": "vfm",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "30k",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "CDG",
                "otherAirlineRecordLocator": "JH7GgR",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "1",
                        "subCode": "nXv"
                      },
                      {
                        "id": "0",
                        "subCode": "bCI"
                      },
                      {
                        "id": "3",
                        "subCode": "tFt"
                      },
                      {
                        "id": "4",
                        "subCode": "qyZ"
                      },
                      {
                        "id": "8",
                        "subCode": "faJ"
                      }
                    ]
                  },
                  "flightsMiles": 8378
                },
                "segmentRef": "97",
                "segmentStatusCode": {
                  "code": "WL",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              }
            ],
            "connectionInformations": [
              {
                "changeOfAirport": false,
                "duration": 363
              },
              {
                "changeOfAirport": false,
                "duration": 223
              },
              {
                "changeOfAirport": true,
                "duration": 140
              },
              {
                "changeOfAirport": true,
                "duration": 557
              },
              {
                "changeOfAirport": true,
                "duration": 434
              }
            ],
            "programCodes": {
              "0": "[",
              "1": "V",
              "2": "A",
              "3": "C",
              "4": "]"
            },
            "programIDs": {
              "0": "[",
              "1": "1",
              "2": "0",
              "3": "9",
              "4": "5",
              "5": "1",
              "6": "1",
              "7": "]"
            },
            "segments": [
              {
                "@type": "Connection",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-5:00",
                "bookingClass": "J",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "NRT",
                "duration": 661,
                "dynamicPricingData": [
                  {
                    "passengerType": "CHILD",
                    "priceId": "6"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "8"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "6"
                  },
                  {
                    "passengerType": "ADULT",
                    "priceId": "4"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "5"
                  }
                ],
                "equipment": "380",
                "equipmentConfiguration": "y7O",
                "fareBasis": "OeEtm",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "LHR",
                "flight": {
                  "advisories": [
                    {
                      "code": "qaXIBqrq",
                      "image": "terminal.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "171JYB_z",
                      "image": "row.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "CRITICAL"
                    }
                  ],
                  "airlineCode": "DL",
                  "arrivalTerminal": "T2",
                  "changeOfGauge": true,
                  "departureTerminal": "A1",
                  "disclosureAirlineCode": "LH",
                  "flightNumber": 6469,
                  "operatingAirlineCode": "AF",
                  "operatingFlightNumber": 8731,
                  "stopAirports": [
                    {
                      "airport": "CDG",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1000,
                      "elapsedTime": 217
                    }
                  ]
                },
                "layoverDuration": 139,
                "meals": [
                  {
                    "mealCode": "KlK",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "LAX",
                "otherAirlineRecordLocator": "go56vF",
                "previouslySelectedBookingClass": "J",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "6",
                        "subCode": "jpF"
                      },
                      {
                        "id": "3",
                        "subCode": "i2l"
                      }
                    ]
                  },
                  "flightsMiles": 4041
                },
                "segmentRef": "26",
                "segmentStatusCode": {
                  "code": "HK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              },
              {
                "@type": "Outbound",
                "aircraftLeaseText": "OPERATED BY LUFTHANSA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+5:00",
                "bookingClass": "C",
                "cabinClass": "Economy",
                "departure": "2026-06-17T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "CDG",
                "duration": 275,
                "dynamicPricingData": [
                  {
                    "passengerType": "STUDENT",
                    "priceId": "9"
                  },
                  {
                    "passengerType": "ADULT",
                    "priceId": "9"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "6"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "4"
                  }
                ],
                "equipment": "73H",
                "equipmentConfiguration": "Sfv",
                "fareBasis": "Sq5hM",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "LHR",
                "flight": {
                  "advisories": [
                    {
                      "code": "AEC1z6c9",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "DEBUG"
                    }
                  ],
                  "airlineCode": "LH",
                  "arrivalTerminal": "T3",
                  "changeOfGauge": true,
                  "departureTerminal": "T1",
                  "disclosureAirlineCode": "JL",
                  "flightNumber": 9635,
                  "operatingAirlineCode": "JL",
                  "operatingFlightNumber": 612,
                  "stopAirports": [
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 461,
                      "elapsedTime": 105
                    },
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 803,
                      "elapsedTime": 168
                    }
                  ]
                },
                "layoverDuration": 129,
                "meals": [
                  {
                    "mealCode": "EoJ",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "hWs",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "cHe",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "SIN",
                "otherAirlineRecordLocator": "mLG6Kx",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "1",
                        "subCode": "d1u"
                      },
                      {
                        "id": "4",
                        "subCode": "rCA"
                      }
                    ]
                  },
                  "flightsMiles": 179
                },
                "segmentRef": "63",
                "segmentStatusCode": {
                  "code": "OK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              }
            ],
            "stops": 3,
            "totalDuration": 168
          },
          {
            "@type": "Connection",
            "advisories": [
              {
                "code": "2sxsCYrN",
                "image": "baggage.png",
                "imageHint": "RRowAdvisor",
                "level": "INFO"
              },
              {
                "code": "tv7h6WR_",
                "image": "terminal.png",
                "imageHint": "CColumnAdvisor",
                "level": "INFO"
              },
              {
                "code": "76qJ4Lo6",
                "image": "seat.png",
                "imageHint": "RRowAdvisor",
                "level": "ERROR"
              },
              {
                "code": "wHjjUnav",
                "image": "terminal.png",
                "imageHint": "TTerminalAdvisor",
                "level": "INFO"
              }
            ],
            "bookingClass": "P",
            "brandId": "JU",
            "cancelledSegments": [
              {
                "@type": "Outbound",
                "aircraftLeaseText": "OPERATED BY AIR CANADA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+5:00",
                "bookingClass": "M",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "-5:00",
                "destination": "NRT",
                "duration": 35,
                "dynamicPricingData": [
                  {
                    "passengerType": "INFANT",
                    "priceId": "2"
                  }
                ],
                "equipment": "777",
                "equipmentConfiguration": "Y4s",
                "fareBasis": "crpmC",
                "fareComponentBeginAirport": "FRA",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "SIN",
                "flight": {
                  "advisories": [
                    {
                      "code": "4rS1fZHs",
                      "image": "baggage.png",
                      "imageHint": "RRowAdvisor",
                      "level": "ERROR"
                    }
                  ],
                  "airlineCode": "AA",
                  "arrivalTerminal": "T2",
                  "changeOfGauge": true,
                  "departureTerminal": "B2",
                  "disclosureAirlineCode": "DL",
                  "flightNumber": 5288,
                  "operatingAirlineCode": "AF",
                  "operatingFlightNumber": 3176,
                  "stopAirports": [
                    {
                      "airport": "ORD",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1340,
                      "elapsedTime": 77
                    },
                    {
                      "airport": "CDG",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 619,
                      "elapsedTime": 208
                    }
                  ]
                },
                "layoverDuration": 124,
                "meals": [
                  {
                    "mealCode": "0yi",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "9P8",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "o4k",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "LAX",
                "otherAirlineRecordLocator": "jsVQGf",
                "previouslySelectedBookingClass": "P",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "0",
                        "subCode": "FRQ"
                      },
                      {
                        "id": "3",
                        "subCode": "GSq"
                      },
                      {
                        "id": "2",
                        "subCode": "0ci"
                      }
                    ]
                  },
                  "flightsMiles": 1590
                },
                "segmentRef": "65",
                "segmentStatusCode": {
                  "code": "WL",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              }
            ],
            "connectionInformations": [
              {
                "changeOfAirport": false,
                "duration": 425
              }
            ],
            "programCodes": {
              "0": "[",
              "1": "V",
              "2": "A",
              "3": "C",
              "4": "]"
            },
            "programIDs": {
              "0": "[",
              "1": "1",
              "2": "0",
              "3": "9",
              "4": "5",
              "5": "1",
              "6": "1",
              "7": "]"
            },
            "segments": [
              {
                "@type": "Inbound",
                "aircraftLeaseText": "OPERATED BY AIR CANADA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+1:00",
                "bookingClass": "F",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+5:00",
                "destination": "LHR",
                "duration": 717,
                "dynamicPricingData": [
                  {
                    "passengerType": "SENIOR",
                    "priceId": "1"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "1"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "7"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "7"
                  }
                ],
                "equipment": "777",
                "equipmentConfiguration": "htY",
                "fareBasis": "Z6iKx",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "LHR",
                "flight": {
                  "advisories": [
                    {
                      "code": "2HkE1dSi",
                      "image": "seat.png",
                      "imageHint": "RRowAdvisor",
                      "level": "CRITICAL"
                    },
                    {
                      "code": "wcsTlxai",
                      "image": "terminal.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "gVSoJw0Z",
                      "image": "seat.png",
                      "imageHint": "RRowAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "i0ug7aoz",
                      "image": "terminal.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "CRITICAL"
                    }
                  ],
                  "airlineCode": "DL",
                  "arrivalTerminal": "T2",
                  "changeOfGauge": true,
                  "departureTerminal": "T2",
                  "disclosureAirlineCode": "BA",
                  "flightNumber": 3240,
                  "operatingAirlineCode": "AF",
                  "operatingFlightNumber": 3688,
                  "stopAirports": [
                    {
                      "airport": "SIN",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1172,
                      "elapsedTime": 169
                    },
                    {
                      "airport": "ORD",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 867,
                      "elapsedTime": 34
                    },
                    {
                      "airport": "SIN",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 672,
                      "elapsedTime": 148
                    },
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1091,
                      "elapsedTime": 271
                    },
                    {
                      "airport": "JFK",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1413,
                      "elapsedTime": 281
                    }
                  ]
                },
                "layoverDuration": 229,
                "meals": [
                  {
                    "mealCode": "9OW",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "J8h",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "AN3",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "A4h",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "RWu",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "HND",
                "otherAirlineRecordLocator": "34WoUY",
                "previouslySelectedBookingClass": "J",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "7",
                        "subCode": "rB6"
                      },
                      {
                        "id": "3",
                        "subCode": "ZQq"
                      },
                      {
                        "id": "3",
                        "subCode": "Yoc"
                      }
                    ]
                  },
                  "flightsMiles": 4663
                },
                "segmentRef": "01",
                "segmentStatusCode": {
                  "code": "OK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              },
              {
                "@type": "Inbound",
                "aircraftLeaseText": "OPERATED BY LUFTHANSA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-5:00",
                "bookingClass": "J",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "-6:00",
                "destination": "ORD",
                "duration": 388,
                "dynamicPricingData": [
                  {
                    "passengerType": "STUDENT",
                    "priceId": "3"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "5"
                  }
                ],
                "equipment": "73H",
                "equipmentConfiguration": "HIU",
                "fareBasis": "r66Hi",
                "fareComponentBeginAirport": "DFW",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "DUB",
                "flight": {
                  "advisories": [
                    {
                      "code": "3W5vuyux",
                      "image": "seat.png",
                      "imageHint": "RRowAdvisor",
                      "level": "ERROR"
                    }
                  ],
                  "airlineCode": "BA",
                  "arrivalTerminal": "T3",
                  "changeOfGauge": false,
                  "departureTerminal": "T4",
                  "disclosureAirlineCode": "LH",
                  "flightNumber": 3519,
                  "operatingAirlineCode": "DL",
                  "operatingFlightNumber": 3044,
                  "stopAirports": [
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 179,
                      "elapsedTime": 72
                    },
                    {
                      "airport": "NRT",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1152,
                      "elapsedTime": 232
                    },
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 803,
                      "elapsedTime": 180
                    },
                    {
                      "airport": "HND",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1237,
                      "elapsedTime": 80
                    }
                  ]
                },
                "layoverDuration": 208,
                "meals": [
                  {
                    "mealCode": "LkR",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "HND",
                "otherAirlineRecordLocator": "4BoBtq",
                "previouslySelectedBookingClass": "P",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "8",
                        "subCode": "FVX"
                      }
                    ]
                  },
                  "flightsMiles": 5534
                },
                "segmentRef": "44",
                "segmentStatusCode": {
                  "code": "HK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              },
              {
                "@type": "Outbound",
                "aircraftLeaseText": "OPERATED BY AIR CANADA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+5:00",
                "bookingClass": "J",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "-6:00",
                "destination": "JFK",
                "duration": 251,
                "dynamicPricingData": [
                  {
                    "passengerType": "SENIOR",
                    "priceId": "2"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "9"
                  }
                ],
                "equipment": "777",
                "equipmentConfiguration": "hmB",
                "fareBasis": "epLvc",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "DUB",
                "flight": {
                  "advisories": [
                    {
                      "code": "JubCKaxJ",
                      "image": "row.png",
                      "imageHint": "RRowAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "ffIiebn2",
                      "image": "row.png",
                      "imageHint": "RRowAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "ebApvbyG",
                      "image": "terminal.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "WARNING"
                    }
                  ],
                  "airlineCode": "LH",
                  "arrivalTerminal": "T3",
                  "changeOfGauge": true,
                  "departureTerminal": "T3",
                  "disclosureAirlineCode": "SQ",
                  "flightNumber": 2584,
                  "operatingAirlineCode": "JL",
                  "operatingFlightNumber": 5445,
                  "stopAirports": [
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1053,
                      "elapsedTime": 255
                    },
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 696,
                      "elapsedTime": 39
                    }
                  ]
                },
                "layoverDuration": 278,
                "meals": [
                  {
                    "mealCode": "TOi",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "xVr",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "7ib",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "LHR",
                "otherAirlineRecordLocator": "UF6L6L",
                "previouslySelectedBookingClass": "J",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "1",
                        "subCode": "VJe"
                      }
                    ]
                  },
                  "flightsMiles": 993
                },
                "segmentRef": "70",
                "segmentStatusCode": {
                  "code": "WL",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              },
              {
                "@type": "Connection",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-5:00",
                "bookingClass": "J",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "ORD",
                "duration": 390,
                "dynamicPricingData": [
                  {
                    "passengerType": "INFANT",
                    "priceId": "8"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "4"
                  }
                ],
                "equipment": "73H",
                "equipmentConfiguration": "odF",
                "fareBasis": "qhhBl",
                "fareComponentBeginAirport": "FRA",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "SIN",
                "flight": {
                  "advisories": [
                    {
                      "code": "ethO1m3O",
                      "image": "row.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "CRITICAL"
                    },
                    {
                      "code": "jGbLytkr",
                      "image": "seat.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "CRITICAL"
                    },
                    {
                      "code": "APVJ1ZAT",
                      "image": "seat.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "DEBUG"
                    }
                  ],
                  "airlineCode": "AF",
                  "arrivalTerminal": "T1",
                  "changeOfGauge": true,
                  "departureTerminal": "B2",
                  "disclosureAirlineCode": "NH",
                  "flightNumber": 9226,
                  "operatingAirlineCode": "LH",
                  "operatingFlightNumber": 2536,
                  "stopAirports": [
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 706,
                      "elapsedTime": 100
                    }
                  ]
                },
                "layoverDuration": 85,
                "meals": [
                  {
                    "mealCode": "pew",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "NRT",
                "otherAirlineRecordLocator": "2ozXfX",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "6",
                        "subCode": "V3G"
                      },
                      {
                        "id": "4",
                        "subCode": "jCI"
                      },
                      {
                        "id": "4",
                        "subCode": "jfn"
                      },
                      {
                        "id": "1",
                        "subCode": "MMT"
                      },
                      {
                        "id": "0",
                        "subCode": "4zP"
                      }
                    ]
                  },
                  "flightsMiles": 326
                },
                "segmentRef": "71",
                "segmentStatusCode": {
                  "code": "OK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              },
              {
                "@type": "Connection",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-6:00",
                "bookingClass": "M",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "LAX",
                "duration": 380,
                "dynamicPricingData": [
                  {
                    "passengerType": "INFANT",
                    "priceId": "8"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "9"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "2"
                  },
                  {
                    "passengerType": "ADULT",
                    "priceId": "3"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "4"
                  }
                ],
                "equipment": "73H",
                "equipmentConfiguration": "cKv",
                "fareBasis": "QQAOZ",
                "fareComponentBeginAirport": "FRA",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "DUB",
                "flight": {
                  "advisories": [
                    {
                      "code": "qWB5PTuP",
                      "image": "baggage.png",
                      "imageHint": "RRowAdvisor",
                      "level": "CRITICAL"
                    }
                  ],
                  "airlineCode": "UA",
                  "arrivalTerminal": "A1",
                  "changeOfGauge": true,
                  "departureTerminal": "T4",
                  "disclosureAirlineCode": "AA",
                  "flightNumber": 5014,
                  "operatingAirlineCode": "AF",
                  "operatingFlightNumber": 6092,
                  "stopAirports": [
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1172,
                      "elapsedTime": 286
                    },
                    {
                      "airport": "SIN",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 539,
                      "elapsedTime": 267
                    },
                    {
                      "airport": "NRT",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1037,
                      "elapsedTime": 115
                    },
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 288,
                      "elapsedTime": 205
                    }
                  ]
                },
                "layoverDuration": 223,
                "meals": [
                  {
                    "mealCode": "xJT",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "tdO",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "jlF",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "LHR",
                "otherAirlineRecordLocator": "IRmmAX",
                "previouslySelectedBookingClass": "J",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "6",
                        "subCode": "ilf"
                      }
                    ]
                  },
                  "flightsMiles": 2642
                },
                "segmentRef": "35",
                "segmentStatusCode": {
                  "code": "HK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 2,
            "totalDuration": 304
          }
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": true,
          "negotiatedType": "CORPORATE",
          "offerName": "Promotion",
          "promotionId": "2134284",
          "promotionTag": "Weekend Sale"
        },
        "seatsRemaining": {
          "count": 4,
          "lowAvailability": false
        },
        "shoppingBasketHashCode": 310570
      },
      {
        "advisories": [
          {
            "code": "fQvubjCk",
            "image": "baggage.png",
            "imageHint": "CColumnAdvisor",
            "level": "CRITICAL"
          },
          {
            "code": "m_b70cKd",
            "image": "terminal.png",
            "imageHint": "RRowAdvisor",
            "level": "DEBUG"
          },
          {
            "code": "6OEkvn9e",
            "image": "baggage.png",
            "imageHint": "PSeatAdvisor",
            "level": "INFO"
          },
          {
            "code": "Wh26RXmk",
            "image": "row.png",
            "imageHint": "CColumnAdvisor",
            "level": "ERROR"
          },
          {
            "code": "G1zaGF5V",
            "image": "terminal.png",
            "imageHint": "RRowAdvisor",
            "level": "WARNING"
          }
        ],
        "brandId": "Q0f",
        "itineraryPart": [
          {
            "@type": "Inbound",
            "advisories": [
              {
                "code": "A4b1e9Am",
                "image": "terminal.png",
                "imageHint": "PSeatAdvisor",
                "level": "WARNING"
              },
              {
                "code": "fU3hCWPO",
                "image": "baggage.png",
                "imageHint": "CColumnAdvisor",
                "level": "DEBUG"
              },
              {
                "code": "aS6dVX-m",
                "image": "row.png",
                "imageHint": "TTerminalAdvisor",
                "level": "INFO"
              }
            ],
            "bookingClass": "P",
            "brandId": "JU",
            "cancelledSegments": [
              {
                "@type": "Inbound",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-5:00",
                "bookingClass": "B",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "JFK",
                "duration": 505,
                "dynamicPricingData": [
                  {
                    "passengerType": "STUDENT",
                    "priceId": "1"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "4"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "6"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "3"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "5"
                  }
                ],
                "equipment": "320",
                "equipmentConfiguration": "1pW",
                "fareBasis": "yzOPi",
                "fareComponentBeginAirport": "FRA",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "SIN",
                "flight": {
                  "advisories": [
                    {
                      "code": "419xpJSp",
                      "image": "seat.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "NZP-ZYkf",
                      "image": "row.png",
                      "imageHint": "RRowAdvisor",
                      "level": "INFO"
                    },
                    {
                      "code": "SO2gGSPI",
                      "image": "seat.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "rqiKb_Di",
                      "image": "row.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "CRITICAL"
                    }
                  ],
                  "airlineCode": "AA",
                  "arrivalTerminal": "T3",
                  "changeOfGauge": true,
                  "departureTerminal": "T1",
                  "disclosureAirlineCode": "DL",
                  "flightNumber": 7743,
                  "operatingAirlineCode": "AA",
                  "operatingFlightNumber": 3064,
                  "stopAirports": [
                    {
                      "airport": "ORD",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 422,
                      "elapsedTime": 225
                    },
                    {
                      "airport": "SIN",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 75,
                      "elapsedTime": 220
                    },
                    {
                      "airport": "CDG",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 993,
                      "elapsedTime": 34
                    },
                    {
                      "airport": "NRT",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 784,
                      "elapsedTime": 46
                    }
                  ]
                },
                "layoverDuration": 297,
                "meals": [
                  {
                    "mealCode": "Ujw",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "5it",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "zlU",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "kaK",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "Qc6",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "LAX",
                "otherAirlineRecordLocator": "TIFiOJ",
                "previouslySelectedBookingClass": "P",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "9",
                        "subCode": "3kO"
                      },
                      {
                        "id": "1",
                        "subCode": "kPy"
                      },
                      {
                        "id": "4",
                        "subCode": "S1j"
                      },
                      {
                        "id": "5",
                        "subCode": "08m"
                      },
                      {
                        "id": "9",
                        "subCode": "VnE"
                      }
                    ]
                  },
                  "flightsMiles": 4430
                },
                "segmentRef": "91",
                "segmentStatusCode": {
                  "code": "OK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              },
              {
                "@type": "Inbound",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-6:00",
                "bookingClass": "M",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "LAX",
                "duration": 729,
                "dynamicPricingData": [
                  {
                    "passengerType": "STUDENT",
                    "priceId": "6"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "6"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "7"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "0"
                  },
                  {
                    "passengerType": "ADULT",
                    "priceId": "2"
                  }
                ],
                "equipment": "787",
                "equipmentConfiguration": "GUk",
                "fareBasis": "UX7rK",
                "fareComponentBeginAirport": "FRA",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "SIN",
                "flight": {
                  "advisories": [
                    {
                      "code": "yI_G3JnH",
                      "image": "row.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "CRITICAL"
                    },
                    {
                      "code": "pUKGLRhw",
                      "image": "baggage.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "CRITICAL"
                    }
                  ],
                  "airlineCode": "DL",
                  "arrivalTerminal": "A1",
                  "changeOfGauge": true,
                  "departureTerminal": "T4",
                  "disclosureAirlineCode": "SQ",
                  "flightNumber": 5076,
                  "operatingAirlineCode": "BA",
                  "operatingFlightNumber": 6707,
                  "stopAirports": [
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 656,
                      "elapsedTime": 97
                    }
                  ]
                },
                "layoverDuration": 95,
                "meals": [
                  {
                    "mealCode": "fAX",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "icP",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "kPc",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "LHR",
                "otherAirlineRecordLocator": "p4cVoh",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "7",
                        "subCode": "IUq"
                      },
                      {
                        "id": "5",
                        "subCode": "Ch5"
                      }
                    ]
                  },
                  "flightsMiles": 8248
                },
                "segmentRef": "31",
                "segmentStatusCode": {
                  "code": "WL",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              },
              {
                "@type": "Outbound",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-5:00",
                "bookingClass": "B",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "-6:00",
                "destination": "ORD",
                "duration": 159,
                "dynamicPricingData": [
                  {
                    "passengerType": "STUDENT",
                    "priceId": "1"
                  }
                ],
                "equipment": "320",
                "equipmentConfiguration": "eGS",
                "fareBasis": "DKgwa",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "LHR",
                "flight": {
                  "advisories": [
                    {
                      "code": "1seOaRue",
                      "image": "row.png",
                      "imageHint": "RRowAdvisor",
                      "level": "CRITICAL"
                    },
                    {
                      "code": "-L1aVcw5",
                      "image": "row.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "WGI0nf9O",
                      "image": "terminal.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "WARNING"
                    }
                  ],
                  "airlineCode": "AF",
                  "arrivalTerminal": "T4",
                  "changeOfGauge": false,
                  "departureTerminal": "T2",
                  "disclosureAirlineCode": "UA",
                  "flightNumber": 9575,
                  "operatingAirlineCode": "LH",
                  "operatingFlightNumber": 2560,
                  "stopAirports": [
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-17T00:00:00.0Z",
                      "duration": 416,
                      "elapsedTime": 160
                    },
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 234,
                      "elapsedTime": 194
                    },
                    {
                      "airport": "NRT",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1264,
                      "elapsedTime": 41
                    }
                  ]
                },
                "layoverDuration": 220,
                "meals": [
                  {
                    "mealCode": "f0P",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "H5e",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "FYZ",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "JFK",
                "otherAirlineRecordLocator": "AQt90h",
                "previouslySelectedBookingClass": "J",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "8",
                        "subCode": "cEr"
                      },
                      {
                        "id": "7",
                        "subCode": "Crr"
                      },
                      {
                        "id": "9",
                        "subCode": "8LT"
                      },
                      {
                        "id": "0",
                        "subCode": "bnO"
                      },
                      {
                        "id": "5",
                        "subCode": "1RQ"
                      }
                    ]
                  },
                  "flightsMiles": 3062
                },
                "segmentRef": "40",
                "segmentStatusCode": {
                  "code": "HK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              },
              {
                "@type": "Connection",
                "aircraftLeaseText": "OPERATED BY AIR CANADA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+1:00",
                "bookingClass": "Y",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+5:00",
                "destination": "LAX",
                "duration": 302,
                "dynamicPricingData": [
                  {
                    "passengerType": "ADULT",
                    "priceId": "7"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "3"
                  }
                ],
                "equipment": "787",
                "equipmentConfiguration": "TiE",
                "fareBasis": "Uxhep",
                "fareComponentBeginAirport": "DFW",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "LHR",
                "flight": {
                  "advisories": [
                    {
                      "code": "RWCW7W_G",
                      "image": "row.png",
                      "imageHint": "RRowAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "QHMCNObq",
                      "image": "seat.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "9GGscT7H",
                      "image": "terminal.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "CRITICAL"
                    },
                    {
                      "code": "QmMYF_9k",
                      "image": "seat.png",
                      "imageHint": "RRowAdvisor",
                      "level": "CRITICAL"
                    }
                  ],
                  "airlineCode": "DL",
                  "arrivalTerminal": "T3",
                  "changeOfGauge": false,
                  "departureTerminal": "A1",
                  "disclosureAirlineCode": "NH",
                  "flightNumber": 9530,
                  "operatingAirlineCode": "BA",
                  "operatingFlightNumber": 7349,
                  "stopAirports": [
                    {
                      "airport": "ORD",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 409,
                      "elapsedTime": 96
                    },
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1386,
                      "elapsedTime": 202
                    },
                    {
                      "airport": "CDG",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 276,
                      "elapsedTime": 213
                    },
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 821,
                      "elapsedTime": 276
                    }
                  ]
                },
                "layoverDuration": 236,
                "meals": [
                  {
                    "mealCode": "ZTE",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "FRA",
                "otherAirlineRecordLocator": "jhRHVK",
                "previouslySelectedBookingClass": "P",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "5",
                        "subCode": "MRL"
                      },
                      {
                        "id": "7",
                        "subCode": "lq2"
                      }
                    ]
                  },
                  "flightsMiles": 8626
                },
                "segmentRef": "62",
                "segmentStatusCode": {
                  "code": "WL",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              },
              {
                "@type": "Outbound",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-5:00",
                "bookingClass": "B",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "ORD",
                "duration": 668,
                "dynamicPricingData": [
                  {
                    "passengerType": "INFANT",
                    "priceId": "9"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "7"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "6"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "1"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "9"
                  }
                ],
                "equipment": "380",
                "equipmentConfiguration": "qGO",
                "fareBasis": "qSePS",
                "fareComponentBeginAirport": "DFW",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "LHR",
                "flight": {
                  "advisories": [
                    {
                      "code": "KTRvJHiB",
                      "image": "baggage.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "PFs2HZMY",
                      "image": "baggage.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "cBmIOcV0",
                      "image": "terminal.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "RHVCckAO",
                      "image": "baggage.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "DEBUG"
                    }
                  ],
                  "airlineCode": "BA",
                  "arrivalTerminal": "T4",
                  "changeOfGauge": true,
                  "departureTerminal": "T2",
                  "disclosureAirlineCode": "LH",
                  "flightNumber": 8734,
                  "operatingAirlineCode": "UA",
                  "operatingFlightNumber": 3887,
                  "stopAirports": [
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1146,
                      "elapsedTime": 248
                    },
                    {
                      "airport": "NRT",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 537,
                      "elapsedTime": 238
                    },
                    {
                      "airport": "CDG",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 243,
                      "elapsedTime": 33
                    },
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 70,
                      "elapsedTime": 186
                    }
                  ]
                },
                "layoverDuration": 273,
                "meals": [
                  {
                    "mealCode": "jvJ",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "HND",
                "otherAirlineRecordLocator": "3G7L64",
                "previouslySelectedBookingClass": "J",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "8",
                        "subCode": "AeF"
                      },
                      {
                        "id": "7",
                        "subCode": "G85"
                      },
                      {
                        "id": "6",
                        "subCode": "fDS"
                      },
                      {
                        "id": "1",
                        "subCode": "Gcz"
                      },
                      {
                        "id": "5",
                        "subCode": "1WN"
                      }
                    ]
                  },
                  "flightsMiles": 6580
                },
                "segmentRef": "51",
                "segmentStatusCode": {
                  "code": "WL",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              }
            ],
            "connectionInformations": [
              {
                "changeOfAirport": false,
                "duration": 126
              }
            ],
            "programCodes": {
              "0": "[",
              "1": "V",
              "2": "A",
              "3": "C",
              "4": "]"
            },
            "programIDs": {
              "0": "[",
              "1": "1",
              "2": "0",
              "3": "9",
              "4": "5",
              "5": "1",
              "6": "1",
              "7": "]"
            },
            "segments": [
              {
                "@type": "Connection",
                "aircraftLeaseText": "OPERATED BY LUFTHANSA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+1:00",
                "bookingClass": "Y",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "-6:00",
                "destination": "ORD",
                "duration": 91,
                "dynamicPricingData": [
                  {
                    "passengerType": "INFANT",
                    "priceId": "0"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "5"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "5"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "2"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "5"
                  }
                ],
                "equipment": "320",
                "equipmentConfiguration": "HDc",
                "fareBasis": "HLu3h",
                "fareComponentBeginAirport": "DFW",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "LHR",
                "flight": {
                  "advisories": [
                    {
                      "code": "OXcC57x-",
                      "image": "row.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "INFO"
                    },
                    {
                      "code": "LKijEzY0",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "CRITICAL"
                    },
                    {
                      "code": "cnml6JDF",
                      "image": "row.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "a9t-kQm9",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "CRITICAL"
                    },
                    {
                      "code": "Oboto_Bb",
                      "image": "seat.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "CRITICAL"
                    }
                  ],
                  "airlineCode": "AA",
                  "arrivalTerminal": "T2",
                  "changeOfGauge": false,
                  "departureTerminal": "B2",
                  "disclosureAirlineCode": "UA",
                  "flightNumber": 6899,
                  "operatingAirlineCode": "LH",
                  "operatingFlightNumber": 4227,
                  "stopAirports": [
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 637,
                      "elapsedTime": 75
                    },
                    {
                      "airport": "CDG",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 93,
                      "elapsedTime": 40
                    },
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 965,
                      "elapsedTime": 239
                    }
                  ]
                },
                "layoverDuration": 126,
                "meals": [
                  {
                    "mealCode": "O6g",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "BqH",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "JFK",
                "otherAirlineRecordLocator": "5nkBpx",
                "previouslySelectedBookingClass": "J",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "3",
                        "subCode": "OSn"
                      },
                      {
                        "id": "9",
                        "subCode": "IDp"
                      }
                    ]
                  },
                  "flightsMiles": 5187
                },
                "segmentRef": "66",
                "segmentStatusCode": {
                  "code": "WL",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              },
              {
                "@type": "Connection",
                "aircraftLeaseText": "OPERATED BY AIR CANADA",
                "arrival": "2026-06-17T00:00:00.0Z",
                "arrivalGMTOffset": "-5:00",
                "bookingClass": "J",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "-6:00",
                "destination": "CDG",
                "duration": 316,
                "dynamicPricingData": [
                  {
                    "passengerType": "SENIOR",
                    "priceId": "2"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "2"
                  },
                  {
                    "passengerType": "ADULT",
                    "priceId": "8"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "0"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "5"
                  }
                ],
                "equipment": "787",
                "equipmentConfiguration": "5Jk",
                "fareBasis": "sBMPL",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "DUB",
                "flight": {
                  "advisories": [
                    {
                      "code": "cGErZxQ6",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "INFO"
                    }
                  ],
                  "airlineCode": "BA",
                  "arrivalTerminal": "B2",
                  "changeOfGauge": false,
                  "departureTerminal": "T2",
                  "disclosureAirlineCode": "EK",
                  "flightNumber": 4529,
                  "operatingAirlineCode": "LH",
                  "operatingFlightNumber": 4940,
                  "stopAirports": [
                    {
                      "airport": "ORD",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1003,
                      "elapsedTime": 99
                    },
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 301,
                      "elapsedTime": 246
                    },
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 262,
                      "elapsedTime": 60
                    },
                    {
                      "airport": "SIN",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 578,
                      "elapsedTime": 74
                    }
                  ]
                },
                "layoverDuration": 71,
                "meals": [
                  {
                    "mealCode": "kk8",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "ORD",
                "otherAirlineRecordLocator": "3anvf2",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "3",
                        "subCode": "cIJ"
                      },
                      {
                        "id": "6",
                        "subCode": "RgG"
                      },
                      {
                        "id": "6",
                        "subCode": "Jpt"
                      },
                      {
                        "id": "3",
                        "subCode": "aqU"
                      },
                      {
                        "id": "3",
                        "subCode": "8NK"
                      }
                    ]
                  },
                  "flightsMiles": 862
                },
                "segmentRef": "52",
                "segmentStatusCode": {
                  "code": "WL",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              },
              {
                "@type": "Inbound",
                "aircraftLeaseText": "OPERATED BY AIR CANADA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-6:00",
                "bookingClass": "C",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "-5:00",
                "destination": "HND",
                "duration": 63,
                "dynamicPricingData": [
                  {
                    "passengerType": "INFANT",
                    "priceId": "5"
                  },
                  {
                    "passengerType": "ADULT",
                    "priceId": "6"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "1"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "5"
                  }
                ],
                "equipment": "380",
                "equipmentConfiguration": "uuS",
                "fareBasis": "Xy2MB",
                "fareComponentBeginAirport": "FRA",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "SIN",
                "flight": {
                  "advisories": [
                    {
                      "code": "hSsbyv5Z",
                      "image": "row.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "wwat6s93",
                      "image": "row.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "B_4PeSvv",
                      "image": "seat.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "INFO"
                    }
                  ],
                  "airlineCode": "UA",
                  "arrivalTerminal": "A1",
                  "changeOfGauge": false,
                  "departureTerminal": "B2",
                  "disclosureAirlineCode": "BA",
                  "flightNumber": 7804,
                  "operatingAirlineCode": "NH",
                  "operatingFlightNumber": 7177,
                  "stopAirports": [
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-17T00:00:00.0Z",
                      "duration": 124,
                      "elapsedTime": 78
                    },
                    {
                      "airport": "HND",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 851,
                      "elapsedTime": 141
                    }
                  ]
                },
                "layoverDuration": 128,
                "meals": [
                  {
                    "mealCode": "jj2",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "NRT",
                "otherAirlineRecordLocator": "tie8yW",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "0",
                        "subCode": "O6Y"
                      },
                      {
                        "id": "8",
                        "subCode": "bw5"
                      }
                    ]
                  },
                  "flightsMiles": 7035
                },
                "segmentRef": "37",
                "segmentStatusCode": {
                  "code": "QF",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              }
            ],
            "stops": 1,
            "totalDuration": 825
          },
          {
            "@type": "Outbound",
            "advisories": [
              {
                "code": "Cdh6Hx_U",
                "image": "row.png",
                "imageHint": "TTerminalAdvisor",
                "level": "WARNING"
              }
            ],
            "bookingClass": "P",
            "brandId": "JU",
            "cancelledSegments": [
              {
                "@type": "Outbound",
                "aircraftLeaseText": "OPERATED BY AIR CANADA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-5:00",
                "bookingClass": "J",
                "cabinClass": "Economy",
                "departure": "2026-06-17T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "FRA",
                "duration": 62,
                "dynamicPricingData": [
                  {
                    "passengerType": "INFANT",
                    "priceId": "5"
                  }
                ],
                "equipment": "787",
                "equipmentConfiguration": "exr",
                "fareBasis": "yQdN7",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "SIN",
                "flight": {
                  "advisories": [
                    {
                      "code": "-XFM_q6q",
                      "image": "baggage.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "INFO"
                    }
                  ],
                  "airlineCode": "EK",
                  "arrivalTerminal": "T2",
                  "changeOfGauge": false,
                  "departureTerminal": "T3",
                  "disclosureAirlineCode": "BA",
                  "flightNumber": 1295,
                  "operatingAirlineCode": "EK",
                  "operatingFlightNumber": 5144,
                  "stopAirports": [
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 308,
                      "elapsedTime": 37
                    },
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 284,
                      "elapsedTime": 174
                    },
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 352,
                      "elapsedTime": 179
                    },
                    {
                      "airport": "JFK",
                      "arrival": "2026-06-17T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 949,
                      "elapsedTime": 163
                    }
                  ]
                },
                "layoverDuration": 151,
                "meals": [
                  {
                    "mealCode": "9MZ",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "Pss",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "NEK",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "SIN",
                "otherAirlineRecordLocator": "ZiFBPC",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "7",
                        "subCode": "mAP"
                      },
                      {
                        "id": "4",
                        "subCode": "Coh"
                      }
                    ]
                  },
                  "flightsMiles": 6622
                },
                "segmentRef": "42",
                "segmentStatusCode": {
                  "code": "HK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              },
              {
                "@type": "Outbound",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+1:00",
                "bookingClass": "Y",
                "cabinClass": "Economy",
                "departure": "2026-06-17T00:00:00.0Z",
                "departureGMTOffset": "-5:00",
                "destination": "DXB",
                "duration": 315,
                "dynamicPricingData": [
                  {
                    "passengerType": "SENIOR",
                    "priceId": "2"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "6"
                  },
                  {
                    "passengerType": "ADULT",
                    "priceId": "7"
                  }
                ],
                "equipment": "73H",
                "equipmentConfiguration": "jUP",
                "fareBasis": "L8o9z",
                "fareComponentBeginAirport": "DFW",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "DUB",
                "flight": {
                  "advisories": [
                    {
                      "code": "U0ohtRqk",
                      "image": "baggage.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "L9O6SjCa",
                      "image": "row.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "3sJfqWqr",
                      "image": "baggage.png",
                      "imageHint": "RRowAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "CFR_cckO",
                      "image": "seat.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "ERROR"
                    }
                  ],
                  "airlineCode": "AA",
                  "arrivalTerminal": "T3",
                  "changeOfGauge": false,
                  "departureTerminal": "T3",
                  "disclosureAirlineCode": "EK",
                  "flightNumber": 7717,
                  "operatingAirlineCode": "LH",
                  "operatingFlightNumber": 4445,
                  "stopAirports": [
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 364,
                      "elapsedTime": 179
                    },
                    {
                      "airport": "NRT",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1296,
                      "elapsedTime": 289
                    },
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 652,
                      "elapsedTime": 52
                    },
                    {
                      "airport": "CDG",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1348,
                      "elapsedTime": 94
                    },
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 916,
                      "elapsedTime": 214
                    }
                  ]
                },
                "layoverDuration": 99,
                "meals": [
                  {
                    "mealCode": "v95",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "DXB",
                "otherAirlineRecordLocator": "HXjmyr",
                "previouslySelectedBookingClass": "J",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "5",
                        "subCode": "LTR"
                      },
                      {
                        "id": "3",
                        "subCode": "Q9w"
                      },
                      {
                        "id": "3",
                        "subCode": "M9F"
                      },
                      {
                        "id": "2",
                        "subCode": "Mym"
                      }
                    ]
                  },
                  "flightsMiles": 7235
                },
                "segmentRef": "58",
                "segmentStatusCode": {
                  "code": "OK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              },
              {
                "@type": "Inbound",
                "aircraftLeaseText": "OPERATED BY LUFTHANSA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+5:00",
                "bookingClass": "J",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "NRT",
                "duration": 433,
                "dynamicPricingData": [
                  {
                    "passengerType": "CHILD",
                    "priceId": "0"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "6"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "5"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "3"
                  }
                ],
                "equipment": "380",
                "equipmentConfiguration": "PKS",
                "fareBasis": "VckcM",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "DUB",
                "flight": {
                  "advisories": [
                    {
                      "code": "cHSI9_xj",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "FvSeuAMy",
                      "image": "seat.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "vJT_U0Ke",
                      "image": "seat.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "CRITICAL"
                    }
                  ],
                  "airlineCode": "BA",
                  "arrivalTerminal": "T4",
                  "changeOfGauge": false,
                  "departureTerminal": "T4",
                  "disclosureAirlineCode": "JL",
                  "flightNumber": 2336,
                  "operatingAirlineCode": "SQ",
                  "operatingFlightNumber": 1595,
                  "stopAirports": [
                    {
                      "airport": "SIN",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 175,
                      "elapsedTime": 37
                    },
                    {
                      "airport": "SIN",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 668,
                      "elapsedTime": 149
                    },
                    {
                      "airport": "CDG",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 401,
                      "elapsedTime": 300
                    },
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 911,
                      "elapsedTime": 76
                    }
                  ]
                },
                "layoverDuration": 238,
                "meals": [
                  {
                    "mealCode": "UwO",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "oyd",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "Y7o",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "cOQ",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "SIN",
                "otherAirlineRecordLocator": "rdfeE1",
                "previouslySelectedBookingClass": "P",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "6",
                        "subCode": "5kb"
                      },
                      {
                        "id": "6",
                        "subCode": "o5x"
                      },
                      {
                        "id": "6",
                        "subCode": "qtl"
                      },
                      {
                        "id": "2",
                        "subCode": "hzW"
                      }
                    ]
                  },
                  "flightsMiles": 9339
                },
                "segmentRef": "76",
                "segmentStatusCode": {
                  "code": "HK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              },
              {
                "@type": "Connection",
                "aircraftLeaseText": "OPERATED BY AIR CANADA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+5:00",
                "bookingClass": "Y",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "-6:00",
                "destination": "SIN",
                "duration": 59,
                "dynamicPricingData": [
                  {
                    "passengerType": "SENIOR",
                    "priceId": "9"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "5"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "9"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "9"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "3"
                  }
                ],
                "equipment": "73H",
                "equipmentConfiguration": "vZz",
                "fareBasis": "2fIpv",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "SIN",
                "flight": {
                  "advisories": [
                    {
                      "code": "hMWzlfrs",
                      "image": "seat.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "ERROR"
                    }
                  ],
                  "airlineCode": "BA",
                  "arrivalTerminal": "T3",
                  "changeOfGauge": false,
                  "departureTerminal": "T2",
                  "disclosureAirlineCode": "DL",
                  "flightNumber": 8156,
                  "operatingAirlineCode": "AA",
                  "operatingFlightNumber": 4045,
                  "stopAirports": [
                    {
                      "airport": "SIN",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 716,
                      "elapsedTime": 34
                    }
                  ]
                },
                "layoverDuration": 129,
                "meals": [
                  {
                    "mealCode": "uVN",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "TvJ",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "ptl",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "a6W",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "prE",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "NRT",
                "otherAirlineRecordLocator": "TbHZoq",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "7",
                        "subCode": "uS1"
                      },
                      {
                        "id": "5",
                        "subCode": "Gqt"
                      },
                      {
                        "id": "7",
                        "subCode": "upf"
                      },
                      {
                        "id": "8",
                        "subCode": "6Gx"
                      }
                    ]
                  },
                  "flightsMiles": 3932
                },
                "segmentRef": "56",
                "segmentStatusCode": {
                  "code": "QF",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              },
              {
                "@type": "Connection",
                "aircraftLeaseText": "OPERATED BY LUFTHANSA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-6:00",
                "bookingClass": "B",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+5:00",
                "destination": "LHR",
                "duration": 607,
                "dynamicPricingData": [
                  {
                    "passengerType": "CHILD",
                    "priceId": "3"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "3"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "8"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "0"
                  }
                ],
                "equipment": "73H",
                "equipmentConfiguration": "c7X",
                "fareBasis": "hi2vA",
                "fareComponentBeginAirport": "DFW",
                "fareComponentDirectionality": "FROM",
                "fareComponentEndAirport": "SIN",
                "flight": {
                  "advisories": [
                    {
                      "code": "olEKu_gx",
                      "image": "seat.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "CRITICAL"
                    },
                    {
                      "code": "-TnAVBBD",
                      "image": "terminal.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "25VSW_2O",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "CRITICAL"
                    }
                  ],
                  "airlineCode": "UA",
                  "arrivalTerminal": "A1",
                  "changeOfGauge": true,
                  "departureTerminal": "T4",
                  "disclosureAirlineCode": "BA",
                  "flightNumber": 9538,
                  "operatingAirlineCode": "BA",
                  "operatingFlightNumber": 2712,
                  "stopAirports": [
                    {
                      "airport": "JFK",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1347,
                      "elapsedTime": 49
                    },
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-17T00:00:00.0Z",
                      "duration": 794,
                      "elapsedTime": 277
                    },
                    {
                      "airport": "ORD",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1008,
                      "elapsedTime": 215
                    }
                  ]
                },
                "layoverDuration": 224,
                "meals": [
                  {
                    "mealCode": "dO9",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "gJ8",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "w7w",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "zBI",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "gCN",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "ORD",
                "otherAirlineRecordLocator": "1J4aJY",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "8",
                        "subCode": "0gn"
                      }
                    ]
                  },
                  "flightsMiles": 2206
                },
                "segmentRef": "05",
                "segmentStatusCode": {
                  "code": "QF",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              }
            ],
            "connectionInformations": [
              {
                "changeOfAirport": false,
                "duration": 53
              }
            ],
            "programCodes": {
              "0": "[",
              "1": "V",
              "2": "A",
              "3": "C",
              "4": "]"
            },
            "programIDs": {
              "0": "[",
              "1": "1",
              "2": "0",
              "3": "9",
              "4": "5",
              "5": "1",
              "6": "1",
              "7": "]"
            },
            "segments": [
              {
                "@type": "Inbound",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-5:00",
                "bookingClass": "B",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+5:00",
                "destination": "SIN",
                "duration": 130,
                "dynamicPricingData": [
                  {
                    "passengerType": "CHILD",
                    "priceId": "0"
                  },
                  {
                    "passengerType": "ADULT",
                    "priceId": "6"
                  }
                ],
                "equipment": "380",
                "equipmentConfiguration": "oGq",
                "fareBasis": "7Hgxp",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "LHR",
                "flight": {
                  "advisories": [
                    {
                      "code": "CXW2hbKb",
                      "image": "baggage.png",
                      "imageHint": "RRowAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "S5jPGes_",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "MVeYu9jQ",
                      "image": "seat.png",
                      "imageHint": "RRowAdvisor",
                      "level": "INFO"
                    },
                    {
                      "code": "dFc5L5TZ",
                      "image": "baggage.png",
                      "imageHint": "RRowAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "wsDnaaiM",
                      "image": "baggage.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "CRITICAL"
                    }
                  ],
                  "airlineCode": "BA",
                  "arrivalTerminal": "A1",
                  "changeOfGauge": false,
                  "departureTerminal": "T1",
                  "disclosureAirlineCode": "SQ",
                  "flightNumber": 6808,
                  "operatingAirlineCode": "NH",
                  "operatingFlightNumber": 6012,
                  "stopAirports": [
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 831,
                      "elapsedTime": 268
                    },
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-17T00:00:00.0Z",
                      "duration": 231,
                      "elapsedTime": 74
                    },
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 437,
                      "elapsedTime": 175
                    },
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1304,
                      "elapsedTime": 158
                    },
                    {
                      "airport": "ORD",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 675,
                      "elapsedTime": 280
                    }
                  ]
                },
                "layoverDuration": 271,
                "meals": [
                  {
                    "mealCode": "i55",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "BEr",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "a6W",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "K0F",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "HND",
                "otherAirlineRecordLocator": "Qt0Un6",
                "previouslySelectedBookingClass": "P",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "7",
                        "subCode": "6fU"
                      },
                      {
                        "id": "1",
                        "subCode": "bmG"
                      },
                      {
                        "id": "9",
                        "subCode": "Vxd"
                      },
                      {
                        "id": "0",
                        "subCode": "l6S"
                      },
                      {
                        "id": "7",
                        "subCode": "sOG"
                      }
                    ]
                  },
                  "flightsMiles": 2303
                },
                "segmentRef": "87",
                "segmentStatusCode": {
                  "code": "HK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              },
              {
                "@type": "Outbound",
                "aircraftLeaseText": "OPERATED BY LUFTHANSA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+5:00",
                "bookingClass": "F",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+5:00",
                "destination": "CDG",
                "duration": 758,
                "dynamicPricingData": [
                  {
                    "passengerType": "ADULT",
                    "priceId": "9"
                  }
                ],
                "equipment": "380",
                "equipmentConfiguration": "T34",
                "fareBasis": "sIPJ8",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "DUB",
                "flight": {
                  "advisories": [
                    {
                      "code": "YN5XZFIK",
                      "image": "baggage.png",
                      "imageHint": "RRowAdvisor",
                      "level": "ERROR"
                    }
                  ],
                  "airlineCode": "UA",
                  "arrivalTerminal": "B2",
                  "changeOfGauge": true,
                  "departureTerminal": "T1",
                  "disclosureAirlineCode": "AF",
                  "flightNumber": 3302,
                  "operatingAirlineCode": "AA",
                  "operatingFlightNumber": 3050,
                  "stopAirports": [
                    {
                      "airport": "ORD",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 140,
                      "elapsedTime": 163
                    }
                  ]
                },
                "layoverDuration": 122,
                "meals": [
                  {
                    "mealCode": "dCY",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "RHg",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "3eB",
                    "passengerType": "ADT"
                  },
                  {
                    "mealCode": "rhX",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "Bjv",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "CDG",
                "otherAirlineRecordLocator": "jkSMFO",
                "previouslySelectedBookingClass": "P",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "9",
                        "subCode": "dha"
                      },
                      {
                        "id": "7",
                        "subCode": "w6X"
                      },
                      {
                        "id": "1",
                        "subCode": "k4T"
                      }
                    ]
                  },
                  "flightsMiles": 1235
                },
                "segmentRef": "13",
                "segmentStatusCode": {
                  "code": "OK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              },
              {
                "@type": "Connection",
                "aircraftLeaseText": "OPERATED BY LUFTHANSA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-5:00",
                "bookingClass": "C",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "LHR",
                "duration": 535,
                "dynamicPricingData": [
                  {
                    "passengerType": "STUDENT",
                    "priceId": "2"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "6"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "6"
                  }
                ],
                "equipment": "73H",
                "equipmentConfiguration": "9hy",
                "fareBasis": "CsUoV",
                "fareComponentBeginAirport": "FRA",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "SIN",
                "flight": {
                  "advisories": [
                    {
                      "code": "2QTsmsBD",
                      "image": "seat.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "uyutRvri",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "QerE8Si4",
                      "image": "terminal.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "I16tx6gt",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "GYpQV-h4",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "ERROR"
                    }
                  ],
                  "airlineCode": "SQ",
                  "arrivalTerminal": "A1",
                  "changeOfGauge": true,
                  "departureTerminal": "T3",
                  "disclosureAirlineCode": "LH",
                  "flightNumber": 6231,
                  "operatingAirlineCode": "DL",
                  "operatingFlightNumber": 4004,
                  "stopAirports": [
                    {
                      "airport": "JFK",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 604,
                      "elapsedTime": 99
                    },
                    {
                      "airport": "JFK",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 806,
                      "elapsedTime": 53
                    },
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 295,
                      "elapsedTime": 217
                    },
                    {
                      "airport": "JFK",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 91,
                      "elapsedTime": 132
                    }
                  ]
                },
                "layoverDuration": 250,
                "meals": [
                  {
                    "mealCode": "Sdp",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "ORD",
                "otherAirlineRecordLocator": "f1mdjc",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "6",
                        "subCode": "NqN"
                      },
                      {
                        "id": "3",
                        "subCode": "RxM"
                      },
                      {
                        "id": "7",
                        "subCode": "wzu"
                      }
                    ]
                  },
                  "flightsMiles": 5236
                },
                "segmentRef": "80",
                "segmentStatusCode": {
                  "code": "HK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              },
              {
                "@type": "Inbound",
                "aircraftLeaseText": "OPERATED BY LUFTHANSA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+1:00",
                "bookingClass": "M",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+5:00",
                "destination": "LAX",
                "duration": 217,
                "dynamicPricingData": [
                  {
                    "passengerType": "CHILD",
                    "priceId": "7"
                  },
                  {
                    "passengerType": "INFANT",
                    "priceId": "8"
                  },
                  {
                    "passengerType": "ADULT",
                    "priceId": "6"
                  }
                ],
                "equipment": "73H",
                "equipmentConfiguration": "1yH",
                "fareBasis": "96ChG",
                "fareComponentBeginAirport": "DFW",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "SIN",
                "flight": {
                  "advisories": [
                    {
                      "code": "_y3kfMv4",
                      "image": "seat.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "CRITICAL"
                    }
                  ],
                  "airlineCode": "DL",
                  "arrivalTerminal": "A1",
                  "changeOfGauge": true,
                  "departureTerminal": "A1",
                  "disclosureAirlineCode": "SQ",
                  "flightNumber": 6680,
                  "operatingAirlineCode": "EK",
                  "operatingFlightNumber": 7214,
                  "stopAirports": [
                    {
                      "airport": "HND",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 181,
                      "elapsedTime": 165
                    },
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 152,
                      "elapsedTime": 157
                    },
                    {
                      "airport": "HND",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 914,
                      "elapsedTime": 78
                    }
                  ]
                },
                "layoverDuration": 214,
                "meals": [
                  {
                    "mealCode": "umy",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "Eoq",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "25N",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "DXB",
                "otherAirlineRecordLocator": "jPiZtX",
                "previouslySelectedBookingClass": "J",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "9",
                        "subCode": "pSC"
                      },
                      {
                        "id": "9",
                        "subCode": "QNQ"
                      },
                      {
                        "id": "6",
                        "subCode": "DCB"
                      }
                    ]
                  },
                  "flightsMiles": 5687
                },
                "segmentRef": "20",
                "segmentStatusCode": {
                  "code": "WL",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": true
              }
            ],
            "stops": 3,
            "totalDuration": 747
          },
          {
            "@type": "Outbound",
            "advisories": [
              {
                "code": "vpCSHkNF",
                "image": "seat.png",
                "imageHint": "PSeatAdvisor",
                "level": "INFO"
              },
              {
                "code": "ts9LXGvX",
                "image": "baggage.png",
                "imageHint": "TTerminalAdvisor",
                "level": "INFO"
              }
            ],
            "bookingClass": "Y",
            "brandId": "SV",
            "cancelledSegments": [
              {
                "@type": "Inbound",
                "aircraftLeaseText": "OPERATED BY AIR CANADA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-6:00",
                "bookingClass": "B",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "-5:00",
                "destination": "FRA",
                "duration": 335,
                "dynamicPricingData": [
                  {
                    "passengerType": "ADULT",
                    "priceId": "0"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "6"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "0"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "0"
                  }
                ],
                "equipment": "380",
                "equipmentConfiguration": "01w",
                "fareBasis": "C5rxN",
                "fareComponentBeginAirport": "DFW",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "LHR",
                "flight": {
                  "advisories": [
                    {
                      "code": "ejfhoiNB",
                      "image": "terminal.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "lf0xFlwV",
                      "image": "seat.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "DEBUG"
                    },
                    {
                      "code": "slsCGOVH",
                      "image": "row.png",
                      "imageHint": "CColumnAdvisor",
                      "level": "INFO"
                    },
                    {
                      "code": "kF9tG6Nj",
                      "image": "seat.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "CRITICAL"
                    }
                  ],
                  "airlineCode": "NH",
                  "arrivalTerminal": "T4",
                  "changeOfGauge": false,
                  "departureTerminal": "T3",
                  "disclosureAirlineCode": "UA",
                  "flightNumber": 2374,
                  "operatingAirlineCode": "SQ",
                  "operatingFlightNumber": 8951,
                  "stopAirports": [
                    {
                      "airport": "FRA",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 369,
                      "elapsedTime": 53
                    },
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-17T00:00:00.0Z",
                      "duration": 92,
                      "elapsedTime": 45
                    }
                  ]
                },
                "layoverDuration": 164,
                "meals": [
                  {
                    "mealCode": "DNV",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "NRT",
                "otherAirlineRecordLocator": "ICO82E",
                "previouslySelectedBookingClass": "P",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "9",
                        "subCode": "mBP"
                      },
                      {
                        "id": "3",
                        "subCode": "kQV"
                      },
                      {
                        "id": "5",
                        "subCode": "TiA"
                      },
                      {
                        "id": "2",
                        "subCode": "vFk"
                      },
                      {
                        "id": "5",
                        "subCode": "FJt"
                      }
                    ]
                  },
                  "flightsMiles": 213
                },
                "segmentRef": "15",
                "segmentStatusCode": {
                  "code": "OK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              }
            ],
            "connectionInformations": [
              {
                "changeOfAirport": true,
                "duration": 463
              },
              {
                "changeOfAirport": true,
                "duration": 193
              },
              {
                "changeOfAirport": false,
                "duration": 181
              }
            ],
            "programCodes": {
              "0": "[",
              "1": "V",
              "2": "A",
              "3": "C",
              "4": "]"
            },
            "programIDs": {
              "0": "[",
              "1": "1",
              "2": "0",
              "3": "9",
              "4": "5",
              "5": "1",
              "6": "1",
              "7": "]"
            },
            "segments": [
              {
                "@type": "Inbound",
                "aircraftLeaseText": "ETIHAD ON JET AIRWAYS CONFIGURED AIRCRAFT",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "+5:00",
                "bookingClass": "C",
                "cabinClass": "Economy",
                "departure": "2026-06-17T00:00:00.0Z",
                "departureGMTOffset": "-6:00",
                "destination": "LHR",
                "duration": 43,
                "dynamicPricingData": [
                  {
                    "passengerType": "STUDENT",
                    "priceId": "0"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "8"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "3"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "9"
                  },
                  {
                    "passengerType": "ADULT",
                    "priceId": "1"
                  }
                ],
                "equipment": "777",
                "equipmentConfiguration": "Fta",
                "fareBasis": "AazEP",
                "fareComponentBeginAirport": "DFW",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "SIN",
                "flight": {
                  "advisories": [
                    {
                      "code": "Hjc94KjI",
                      "image": "seat.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "WARNING"
                    },
                    {
                      "code": "nOrtUCIb",
                      "image": "seat.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "ERROR"
                    },
                    {
                      "code": "ycoFSjNm",
                      "image": "terminal.png",
                      "imageHint": "PSeatAdvisor",
                      "level": "INFO"
                    },
                    {
                      "code": "EahvJbax",
                      "image": "terminal.png",
                      "imageHint": "RRowAdvisor",
                      "level": "ERROR"
                    }
                  ],
                  "airlineCode": "EK",
                  "arrivalTerminal": "B2",
                  "changeOfGauge": true,
                  "departureTerminal": "T2",
                  "disclosureAirlineCode": "SQ",
                  "flightNumber": 2004,
                  "operatingAirlineCode": "SQ",
                  "operatingFlightNumber": 5279,
                  "stopAirports": [
                    {
                      "airport": "LAX",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1033,
                      "elapsedTime": 288
                    },
                    {
                      "airport": "DXB",
                      "arrival": "2026-06-16T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 154,
                      "elapsedTime": 62
                    }
                  ]
                },
                "layoverDuration": 239,
                "meals": [
                  {
                    "mealCode": "0CZ",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "hHg",
                    "passengerType": "CHD"
                  },
                  {
                    "mealCode": "StN",
                    "passengerType": "ADT"
                  }
                ],
                "origin": "DXB",
                "otherAirlineRecordLocator": "WvSEbd",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": true,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "8",
                        "subCode": "3it"
                      }
                    ]
                  },
                  "flightsMiles": 1351
                },
                "segmentRef": "53",
                "segmentStatusCode": {
                  "code": "QF",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              },
              {
                "@type": "Outbound",
                "aircraftLeaseText": "OPERATED BY LUFTHANSA",
                "arrival": "2026-06-16T00:00:00.0Z",
                "arrivalGMTOffset": "-6:00",
                "bookingClass": "J",
                "cabinClass": "Economy",
                "departure": "2026-06-16T00:00:00.0Z",
                "departureGMTOffset": "+1:00",
                "destination": "LHR",
                "duration": 582,
                "dynamicPricingData": [
                  {
                    "passengerType": "INFANT",
                    "priceId": "0"
                  },
                  {
                    "passengerType": "CHILD",
                    "priceId": "2"
                  },
                  {
                    "passengerType": "STUDENT",
                    "priceId": "1"
                  },
                  {
                    "passengerType": "SENIOR",
                    "priceId": "4"
                  }
                ],
                "equipment": "777",
                "equipmentConfiguration": "mHq",
                "fareBasis": "AwStt",
                "fareComponentBeginAirport": "JFK",
                "fareComponentDirectionality": "TO",
                "fareComponentEndAirport": "LHR",
                "flight": {
                  "advisories": [
                    {
                      "code": "6lUxRMz8",
                      "image": "seat.png",
                      "imageHint": "TTerminalAdvisor",
                      "level": "DEBUG"
                    }
                  ],
                  "airlineCode": "SQ",
                  "arrivalTerminal": "T1",
                  "changeOfGauge": false,
                  "departureTerminal": "T3",
                  "disclosureAirlineCode": "AA",
                  "flightNumber": 9423,
                  "operatingAirlineCode": "UA",
                  "operatingFlightNumber": 7656,
                  "stopAirports": [
                    {
                      "airport": "LHR",
                      "arrival": "2026-06-17T00:00:00.0Z",
                      "departure": "2026-06-16T00:00:00.0Z",
                      "duration": 1404,
                      "elapsedTime": 181
                    }
                  ]
                },
                "layoverDuration": 256,
                "meals": [
                  {
                    "mealCode": "Par",
                    "passengerType": "CHD"
                  }
                ],
                "origin": "LAX",
                "otherAirlineRecordLocator": "GQC6FK",
                "previouslySelectedBookingClass": "Y",
                "segmentOfferInformation": {
                  "awardFare": false,
                  "flightAncillaries": {
                    "flightAncillary": [
                      {
                        "id": "3",
                        "subCode": "wdC"
                      },
                      {
                        "id": "2",
                        "subCode": "KRy"
                      },
                      {
                        "id": "2",
                        "subCode": "PzS"
                      },
                      {
                        "id": "8",
                        "subCode": "Az3"
                      },
                      {
                        "id": "2",
                        "subCode": "vuY"
                      }
                    ]
                  },
                  "flightsMiles": 3367
                },
                "segmentRef": "99",
                "segmentStatusCode": {
                  "code": "HK",
                  "segmentStatus": "CONFIRMED"
                },
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 3,
            "totalDuration": 183
          }
        ],
        "offerInformation": {
          "discounted": true,
          "negotiated": true,
          "negotiatedType": "CORPORATE",
          "offerName": "Special",
          "promotionId": "5901536",
          "promotionTag": "Summer Promo"
        },
        "seatsRemaining": {
          "count": 5,
          "lowAvailability": false
        },
        "shoppingBasketHashCode": 763201
      }
    ],
    "passengers": {
      "businessLoyalty": {},
      "passengers": [
        {
          "@id": "1",
          "documentInfo": {
            "countryOfBirth": "PL",
            "documentNumber": "ADAC24",
            "documentType": "P",
            "expirationDate": "2023-09-10",
            "issueDate": "2016-10-13",
            "issuingCountry": "PL",
            "nationality": "PL"
          },
          "passengerDetails": {
            "firstName": "Philg",
            "lastName": "Flieger"
          },
          "passengerInfo": {
            "address": {
              "addressType": "HOME",
              "city": "Dallas",
              "country": "US",
              "postcode": "75201",
              "street1": "2323 N Field Street"
            },
            "dateOfBirth": "1990-01-01",
            "emails": [
              "accept@accept.com"
            ],
            "gender": "MALE",
            "phones": [
              {
                "areaCode": "48",
                "countryCode": "48",
                "extension": "101",
                "number": "12345678",
                "type": "MOBILE"
              }
            ],
            "type": "ADT"
          },
          "preferences": {
            "frequentFlyer": [],
            "specialPreferences": {
              "mealPreference": " ",
              "seatPreference": " ",
              "specialRequests": []
            }
          },
          "visaInfo": {
            "countryOfBirth": "PL",
            "documentNumber": "91182748",
            "issueDate": "2011-10-21",
            "issuePlace": "",
            "issuingCountry": "PL"
          }
        }
      ]
    },
    "pointOfSaleCountry": "MK",
    "promoCodesUsed": "[\"SSWSINGLECODE\"]"
  },
  "messages": [
    {
      "code": "ZBgmwqSwU3RO2xA",
      "details": {
        "@type": "ErrorDetail"
      },
      "level": "info"
    },
    {
      "code": "ofTnzqOUoSsmIVx",
      "details": {
        "@type": "WarningDetail"
      },
      "level": "error"
    }
  ],
  "previousProductBreakdowns": [
    {
      "breakdownElements": [
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "SuPHS"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "HM",
                "dateOfBirth": "1985-12-04",
                "documentNumber": "wnxBPO89",
                "documentType": "PP",
                "expirationDate": "2028-03-23",
                "issueDate": "2024-01-24",
                "issuingCountry": "GI",
                "nationality": "SI"
              },
              "passengerDetails": {
                "firstName": "Delia",
                "lastName": "Kozey",
                "maidenName": "Jast",
                "middleName": "Jamie",
                "prefix": "MRS",
                "suffix": "II"
              },
              "passengerIndex": 3,
              "passengerInfo": {
                "address": {
                  "addressType": "AGENCY",
                  "city": "Port Jairochester",
                  "country": "SN",
                  "postcode": "67962-4477",
                  "state": "Idaho",
                  "street1": "77342 Court Street",
                  "street2": "Suite 299"
                },
                "dateOfBirth": "1976-07-27",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "UNSPECIFIED",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Wisokyview",
                    "country": "VI",
                    "postcode": "14039",
                    "state": "New York",
                    "street1": "64197 Main",
                    "street2": "Apt. 136"
                  },
                  "company": "Wuckert, Boyer and Powlowski",
                  "email": "Percy_Terry41@gmail.com",
                  "number": "qOf1DY5EzVmkcO8",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "O0XpAF",
                "knownTravelerNumberCountryCode": "AS",
                "phones": [
                  {
                    "areaCode": "470",
                    "countryCode": "5",
                    "extension": "669",
                    "number": "1-938-760-5737",
                    "type": "FAX"
                  },
                  {
                    "areaCode": "473",
                    "countryCode": "0",
                    "extension": "579",
                    "number": "1-252-747-3480 x8656",
                    "type": "CELLULAR"
                  }
                ],
                "redressNumber": "5",
                "redressNumberCountryCode": "BJ",
                "type": "CHD"
              },
              "passengerNameNumber": "01.02",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P1",
                    "banner": "BRONZE",
                    "marketingCarrier": "VA",
                    "number": "IwitNVuq",
                    "tierLevel": "Platinum",
                    "tierNumber": 2
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P1",
                    "banner": "OURO",
                    "marketingCarrier": "AA",
                    "number": "rE6nDgFe",
                    "tierLevel": "Silver",
                    "tierNumber": 5
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P1",
                    "banner": "BRONZE",
                    "marketingCarrier": "AA",
                    "number": "7tdwn70n",
                    "tierLevel": "Silver",
                    "tierNumber": 4
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "xnunnXwQ",
                    "tierLevel": "Silver",
                    "tierNumber": 4
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "YEfBBk0T",
                    "tierLevel": "Silver",
                    "tierNumber": 2
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P1",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "70QWgTVF",
                      "tierLevel": "Platinum",
                      "tierNumber": 2
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P2",
                      "banner": "BRONZE",
                      "marketingCarrier": "VA",
                      "number": "FFbhUeWG",
                      "tierLevel": "Silver",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P2",
                      "banner": "OURO",
                      "marketingCarrier": "VA",
                      "number": "iiK3N9WN",
                      "tierLevel": "Platinum",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "LSML",
                  "seatPreference": "NSSR",
                  "specialRequests": [
                    "WHEELCHAIR",
                    "MEAL_CHML",
                    "MEAL_VGML",
                    "SEAT_EXTRA_SPACE"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "BIKE",
                      "description": "9ejBIuF4eYIBjkTLyBnU",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "SD",
                "documentNumber": "Ze5GNk7O",
                "expiryDate": "2027-11-19",
                "issueDate": "2021-11-11",
                "issuePlace": "Fredachester",
                "issuingCountry": "TL",
                "type": "V"
              }
            },
            "passengerType": "CHD",
            "quantity": 1,
            "travelPart": {
              "@type": "Inbound"
            }
          },
          "label": "FEES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 3073.98,
                  "currency": "ALL"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 4125.09,
                  "currency": "AWG"
                },
                {
                  "amount": 3024.79,
                  "currency": "SZL"
                }
              ],
              [
                {
                  "amount": 4506.61,
                  "currency": "ANG"
                },
                {
                  "amount": 2311.18,
                  "currency": "TTD"
                }
              ],
              [
                {
                  "amount": 2828.94,
                  "currency": "GHS"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "MtIXP"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "KP",
                    "dateOfBirth": "1972-04-05",
                    "documentNumber": "zV8sTjd5",
                    "documentType": "VB",
                    "expirationDate": "2028-05-02",
                    "issueDate": "2022-04-06",
                    "issuingCountry": "UG",
                    "nationality": "BI"
                  },
                  "passengerDetails": {
                    "firstName": "Holden",
                    "lastName": "Gleichner",
                    "maidenName": "Hamill",
                    "middleName": "Finley",
                    "prefix": "Ms",
                    "suffix": "II"
                  },
                  "passengerIndex": 2,
                  "passengerInfo": {
                    "address": {
                      "addressType": "RESIDENCE",
                      "city": "New Jamiefort",
                      "country": "PE",
                      "postcode": "18010",
                      "state": "Illinois",
                      "street1": "879 Reva Burg",
                      "street2": "Suite 415"
                    },
                    "dateOfBirth": "1958-04-16",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Wilmington",
                        "country": "MR",
                        "postcode": "81498-4652",
                        "state": "South Dakota",
                        "street1": "79342 Perry Fields",
                        "street2": "Apt. 351"
                      },
                      "company": "Sawayn - Funk",
                      "email": "Jada7@hotmail.com",
                      "number": "iKZBb0iBMEfRVvR",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "RDAVoi",
                    "knownTravelerNumberCountryCode": "ZW",
                    "phones": [
                      {
                        "areaCode": "969",
                        "countryCode": "9",
                        "extension": "621",
                        "number": "584-522-7032",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "4",
                    "redressNumberCountryCode": "NR",
                    "type": "INF"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "R1oOCloj",
                        "tierLevel": "Red",
                        "tierNumber": 1
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "RbgDYosB",
                          "tierLevel": "Gold",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "iVm68yk4",
                          "tierLevel": "Platinum",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "FPML",
                      "seatPreference": "NSSA",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "MEAL_VGML",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "DEAF",
                          "description": "vYJudsF8aqV6BLndjRwS",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "pBPzjiEvdEZrt5Xk9wyp",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "yvffDWtTMp8fClsgNbIh",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "PETC",
                          "description": "AyQLLk7eodmP2mqhqJE9",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "ZA",
                    "documentNumber": "fFtI4V9E",
                    "expiryDate": "2030-01-25",
                    "issueDate": "2022-06-21",
                    "issuePlace": "Reynoldsside",
                    "issuingCountry": "PL",
                    "type": "VN"
                  }
                },
                "passengerType": "CHD",
                "quantity": 4,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 1059.47,
                      "currency": "BWP"
                    },
                    {
                      "amount": 827.77,
                      "currency": "WST"
                    },
                    {
                      "amount": 2410.18,
                      "currency": "SBD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 771.41,
                      "currency": "LSL"
                    },
                    {
                      "amount": 1070.59,
                      "currency": "NPR"
                    },
                    {
                      "amount": 1486.06,
                      "currency": "MVR"
                    },
                    {
                      "amount": 1752.61,
                      "currency": "CAD"
                    },
                    {
                      "amount": 1073.46,
                      "currency": "BDT"
                    }
                  ],
                  [
                    {
                      "amount": 1909.92,
                      "currency": "TOP"
                    },
                    {
                      "amount": 2220,
                      "currency": "BBD"
                    }
                  ],
                  [
                    {
                      "amount": 2315.32,
                      "currency": "MXN"
                    },
                    {
                      "amount": 4398.1,
                      "currency": "KZT"
                    },
                    {
                      "amount": 2999.05,
                      "currency": "ISK"
                    }
                  ],
                  [
                    {
                      "amount": 3958.96,
                      "currency": "VND"
                    },
                    {
                      "amount": 576.5,
                      "currency": "ISK"
                    },
                    {
                      "amount": 4039.1,
                      "currency": "TZS"
                    },
                    {
                      "amount": 4381.88,
                      "currency": "XOF"
                    },
                    {
                      "amount": 920.87,
                      "currency": "BDT"
                    }
                  ],
                  [
                    {
                      "amount": 721.54,
                      "currency": "TJS"
                    },
                    {
                      "amount": 4940.16,
                      "currency": "BIF"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "JGNdP"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "WF",
                    "dateOfBirth": "1949-12-29",
                    "documentNumber": "FJNJDinn",
                    "documentType": "P",
                    "expirationDate": "2030-09-28",
                    "issueDate": "2022-06-23",
                    "issuingCountry": "FM",
                    "nationality": "CU"
                  },
                  "passengerDetails": {
                    "firstName": "Whitney",
                    "lastName": "Adams",
                    "maidenName": "Yost",
                    "middleName": "Cameron",
                    "prefix": "Dr",
                    "suffix": "Jr"
                  },
                  "passengerIndex": 3,
                  "passengerInfo": {
                    "address": {
                      "addressType": "HOME",
                      "city": "North Dorotheashire",
                      "country": "US",
                      "postcode": "67511",
                      "state": "North Carolina",
                      "street1": "880 E 4th Avenue",
                      "street2": "Apt. 196"
                    },
                    "dateOfBirth": "1976-09-25",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "MALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Summerworth",
                        "country": "PS",
                        "postcode": "48676-1738",
                        "state": "Ohio",
                        "street1": "350 N Bridge Street",
                        "street2": "Apt. 184"
                      },
                      "company": "Shields - Bartell",
                      "email": "Fanny_Mitchell13@hotmail.com",
                      "number": "o1yun212kgsSvOG",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "9iZwxI",
                    "knownTravelerNumberCountryCode": "KE",
                    "phones": [
                      {
                        "areaCode": "420",
                        "countryCode": "7",
                        "extension": "622",
                        "number": "743-838-4780 x678",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "522",
                        "countryCode": "8",
                        "extension": "585",
                        "number": "468.539.3781",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "268",
                        "countryCode": "7",
                        "extension": "849",
                        "number": "489.836.8174",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "991",
                        "countryCode": "1",
                        "extension": "783",
                        "number": "932-587-5824",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "9",
                    "redressNumberCountryCode": "GT",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "4gYnrewx",
                        "tierLevel": "Silver",
                        "tierNumber": 4
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "j9fh7uoJ",
                        "tierLevel": "Red",
                        "tierNumber": 1
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "UTavBSlV",
                        "tierLevel": "Platinum",
                        "tierNumber": 4
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "ZZFIWvCT",
                        "tierLevel": "Gold",
                        "tierNumber": 4
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "JSdx8mNu",
                          "tierLevel": "Silver",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "W4P92oBu",
                          "tierLevel": "Silver",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "cBgXV1mN",
                          "tierLevel": "Gold",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "HNML",
                      "seatPreference": "NSSA",
                      "specialRequests": [
                        "MEAL_VGML",
                        "SEAT_EXTRA_SPACE",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BLND",
                          "description": "fcottpKo6I9BMqHNsXDa",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "NYlUyu32OiTXTh3kyHWO",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "k6jZ9b69xpTLajvGOnK9",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "PETC",
                          "description": "8C0P232K36eBbDz6oyjq",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "tU15ZoOEw5eUr0VAYWLh",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "AQ",
                    "documentNumber": "1X6LB29U",
                    "expiryDate": "2029-03-10",
                    "issueDate": "2025-08-03",
                    "issuePlace": "East Dorothyhaven",
                    "issuingCountry": "BW",
                    "type": "V"
                  }
                },
                "passengerType": "CHD",
                "quantity": 4,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 759.7,
                      "currency": "HNL"
                    },
                    {
                      "amount": 3850.77,
                      "currency": "TND"
                    },
                    {
                      "amount": 4395.67,
                      "currency": "MRU"
                    },
                    {
                      "amount": 3142.3,
                      "currency": "CHF"
                    }
                  ],
                  [
                    {
                      "amount": 3334.82,
                      "currency": "ARS"
                    },
                    {
                      "amount": 2801.22,
                      "currency": "KYD"
                    },
                    {
                      "amount": 226.76,
                      "currency": "NAD"
                    },
                    {
                      "amount": 3561.04,
                      "currency": "XAF"
                    },
                    {
                      "amount": 915.36,
                      "currency": "DJF"
                    }
                  ],
                  [
                    {
                      "amount": 1039.46,
                      "currency": "BIF"
                    },
                    {
                      "amount": 2018.82,
                      "currency": "MZN"
                    },
                    {
                      "amount": 3733.16,
                      "currency": "SHP"
                    },
                    {
                      "amount": 3082.32,
                      "currency": "CHF"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2519.86,
                      "currency": "SLE"
                    },
                    {
                      "amount": 1353.53,
                      "currency": "ZWL"
                    },
                    {
                      "amount": 1878.28,
                      "currency": "TOP"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "IzDVm"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "IO",
                    "dateOfBirth": "1951-02-05",
                    "documentNumber": "VszVM6JY",
                    "documentType": "PP",
                    "expirationDate": "2031-02-14",
                    "issueDate": "2021-10-14",
                    "issuingCountry": "VI",
                    "nationality": "MO"
                  },
                  "passengerDetails": {
                    "firstName": "Herta",
                    "lastName": "White",
                    "maidenName": "Ledner",
                    "middleName": "Rowan",
                    "prefix": "DR",
                    "suffix": "Sr"
                  },
                  "passengerIndex": 2,
                  "passengerInfo": {
                    "address": {
                      "addressType": "RESIDENCE",
                      "city": "New Olinburgh",
                      "country": "MF",
                      "postcode": "24071",
                      "state": "Delaware",
                      "street1": "76682 Roman Way",
                      "street2": "Apt. 837"
                    },
                    "dateOfBirth": "1985-12-03",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNKNOWN",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "North Jettiestad",
                        "country": "KG",
                        "postcode": "41787-0994",
                        "state": "Nebraska",
                        "street1": "637 Kip Harbor",
                        "street2": "Suite 602"
                      },
                      "company": "Johnston Inc",
                      "email": "Humberto_Simonis@hotmail.com",
                      "number": "0q1omfLVsrXG0eS",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "2smcz6",
                    "knownTravelerNumberCountryCode": "AS",
                    "phones": [
                      {
                        "areaCode": "923",
                        "countryCode": "3",
                        "extension": "614",
                        "number": "(287) 410-1046",
                        "type": "CELLULAR"
                      }
                    ],
                    "redressNumber": "7",
                    "redressNumberCountryCode": "GW",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "Fg76vSB2",
                        "tierLevel": "Silver",
                        "tierNumber": 5
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "8pR9krN6",
                        "tierLevel": "Red",
                        "tierNumber": 2
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "spZG8iQf",
                        "tierLevel": "Platinum",
                        "tierNumber": 3
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "tWmHtczk",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "xCKpjFDa",
                        "tierLevel": "Gold",
                        "tierNumber": 3
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "1TnKqQ1X",
                          "tierLevel": "Silver",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "MWCwmLj4",
                          "tierLevel": "Red",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "YRgcX763",
                          "tierLevel": "Red",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "FPML",
                      "seatPreference": "NSSA",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "MEAL_CHML",
                        "SEAT_EXTRA_SPACE",
                        "MEAL_VGML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "PETC",
                          "description": "dQJcLjo3Q1nJQSpRWEjF",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "PETC",
                          "description": "CTUctuQog0hvDsAqA6C9",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "BT",
                    "documentNumber": "SHukpgqT",
                    "expiryDate": "2026-09-17",
                    "issueDate": "2025-01-27",
                    "issuePlace": "Hicksville",
                    "issuingCountry": "JE",
                    "type": "V"
                  }
                },
                "passengerType": "CHD",
                "quantity": 1,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 3252.76,
                      "currency": "GBP"
                    },
                    {
                      "amount": 1602.51,
                      "currency": "FJD"
                    },
                    {
                      "amount": 1534.75,
                      "currency": "XOF"
                    },
                    {
                      "amount": 2590.96,
                      "currency": "GEL"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 1775.21,
                      "currency": "XOF"
                    },
                    {
                      "amount": 3438.03,
                      "currency": "AOA"
                    },
                    {
                      "amount": 855.14,
                      "currency": "WST"
                    }
                  ],
                  [
                    {
                      "amount": 4850.02,
                      "currency": "BND"
                    },
                    {
                      "amount": 445.59,
                      "currency": "TWD"
                    },
                    {
                      "amount": 1471.33,
                      "currency": "PAB"
                    },
                    {
                      "amount": 3273.1,
                      "currency": "GIP"
                    },
                    {
                      "amount": 3347.5,
                      "currency": "MGA"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "pkMPI"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "LS",
                    "dateOfBirth": "2007-09-03",
                    "documentNumber": "i5eOkYBs",
                    "documentType": "P",
                    "expirationDate": "2028-07-17",
                    "issueDate": "2025-09-28",
                    "issuingCountry": "AO",
                    "nationality": "CZ"
                  },
                  "passengerDetails": {
                    "firstName": "Anika",
                    "lastName": "Nikolaus",
                    "maidenName": "Witting",
                    "middleName": "Taylor",
                    "prefix": "Ms",
                    "suffix": "JR"
                  },
                  "passengerIndex": 4,
                  "passengerInfo": {
                    "address": {
                      "addressType": "INVOICE",
                      "city": "Lake Jimmy",
                      "country": "GU",
                      "postcode": "47980-5855",
                      "state": "New York",
                      "street1": "69812 9th Street",
                      "street2": "Suite 190"
                    },
                    "dateOfBirth": "1988-09-20",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Fort Columbus",
                        "country": "HU",
                        "postcode": "04305-7994",
                        "state": "Wisconsin",
                        "street1": "38317 Park Avenue",
                        "street2": "Suite 312"
                      },
                      "company": "Medhurst Group",
                      "email": "Junior.Blanda@yahoo.com",
                      "number": "jlOqVGXZNbTDV5h",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "p5wHqL",
                    "knownTravelerNumberCountryCode": "GN",
                    "phones": [
                      {
                        "areaCode": "725",
                        "countryCode": "4",
                        "extension": "514",
                        "number": "(508) 395-9287 x99236",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "752",
                        "countryCode": "7",
                        "extension": "509",
                        "number": "570-762-2148 x522",
                        "type": "HOME"
                      },
                      {
                        "areaCode": "714",
                        "countryCode": "9",
                        "extension": "130",
                        "number": "395-579-4028 x96099",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "9",
                    "redressNumberCountryCode": "TZ",
                    "type": "INF"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "1NOhH5ub",
                        "tierLevel": "Red",
                        "tierNumber": 5
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "Wmf3GgYu",
                        "tierLevel": "Red",
                        "tierNumber": 3
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "ZLw3VOMN",
                        "tierLevel": "Silver",
                        "tierNumber": 1
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "Qoz7yqRM",
                        "tierLevel": "Platinum",
                        "tierNumber": 1
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "zqceSGKA",
                          "tierLevel": "Silver",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "lPHq3Duq",
                          "tierLevel": "Gold",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "BBML",
                      "seatPreference": "NSSB",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "MEAL_VGML",
                        "SEAT_EXTRA_SPACE",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BIKE",
                          "description": "TCVs9tzt0Oh0elsijMCo",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "PETC",
                          "description": "HBcs8iKOiFGTrkHPB0ci",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "NA",
                    "documentNumber": "zry9hKgt",
                    "expiryDate": "2030-03-18",
                    "issueDate": "2021-09-17",
                    "issuePlace": "Dimitriworth",
                    "issuingCountry": "SV",
                    "type": "VN"
                  }
                },
                "passengerType": "INF",
                "quantity": 3,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4370.03,
                      "currency": "SDG"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 1657.9,
                      "currency": "IRR"
                    },
                    {
                      "amount": 1999.69,
                      "currency": "BAM"
                    }
                  ],
                  [
                    {
                      "amount": 3295.78,
                      "currency": "ZWL"
                    },
                    {
                      "amount": 4856.94,
                      "currency": "NPR"
                    },
                    {
                      "amount": 136.65,
                      "currency": "PYG"
                    },
                    {
                      "amount": 2301.45,
                      "currency": "MAD"
                    },
                    {
                      "amount": 613.1,
                      "currency": "TND"
                    }
                  ],
                  [
                    {
                      "amount": 2349.51,
                      "currency": "JOD"
                    },
                    {
                      "amount": 4564.88,
                      "currency": "ILS"
                    },
                    {
                      "amount": 4781.34,
                      "currency": "ANG"
                    }
                  ],
                  [
                    {
                      "amount": 4480.09,
                      "currency": "NAD"
                    },
                    {
                      "amount": 374.46,
                      "currency": "NIO"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "Dkhen"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "AL",
                    "dateOfBirth": "1966-05-20",
                    "documentNumber": "VDy4zogY",
                    "documentType": "PM",
                    "expirationDate": "2031-02-12",
                    "issueDate": "2024-12-23",
                    "issuingCountry": "CK",
                    "nationality": "IS"
                  },
                  "passengerDetails": {
                    "firstName": "Caleb",
                    "lastName": "Streich",
                    "maidenName": "Prohaska",
                    "middleName": "Skyler",
                    "prefix": "DR",
                    "suffix": "SR"
                  },
                  "passengerIndex": 3,
                  "passengerInfo": {
                    "address": {
                      "addressType": "BUSINESS",
                      "city": "North Kari",
                      "country": "BA",
                      "postcode": "89409-0121",
                      "state": "Maine",
                      "street1": "214 Nolan Track",
                      "street2": "Apt. 811"
                    },
                    "dateOfBirth": "1977-12-14",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Orvalview",
                        "country": "NE",
                        "postcode": "64353-7341",
                        "state": "West Virginia",
                        "street1": "3180 Royce Harbors",
                        "street2": "Apt. 689"
                      },
                      "company": "Roberts and Sons",
                      "email": "Eloisa.Koch58@gmail.com",
                      "number": "nzLgM0VMKbgSouE",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "z8MdTn",
                    "knownTravelerNumberCountryCode": "MG",
                    "phones": [
                      {
                        "areaCode": "714",
                        "countryCode": "8",
                        "extension": "066",
                        "number": "926.247.3204",
                        "type": "WORK"
                      }
                    ],
                    "redressNumber": "5",
                    "redressNumberCountryCode": "LT",
                    "type": "INF"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "sDzM12yV",
                        "tierLevel": "Gold",
                        "tierNumber": 5
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "MHTEViTz",
                        "tierLevel": "Silver",
                        "tierNumber": 2
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "0EyIXqtR",
                        "tierLevel": "Platinum",
                        "tierNumber": 2
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "NT22LKSs",
                        "tierLevel": "Red",
                        "tierNumber": 2
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "qmNP9vH3",
                        "tierLevel": "Gold",
                        "tierNumber": 1
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "zdSyNjkk",
                          "tierLevel": "Red",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "NLML",
                      "seatPreference": "NSST",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "MEAL_CHML",
                        "MEAL_VGML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BLND",
                          "description": "Ce7INmadJOiTuJDNAwSj",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "PETC",
                          "description": "Ec0khiDbQZ8f9dSNhQPW",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "ymjpmDY3tGWm4MFxFRUL",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BIKE",
                          "description": "EqKHMnTLXtj7PcUvphDx",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "9wDAoP7dUbdQQ4H4ow70",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "WF",
                    "documentNumber": "QCXvWZXa",
                    "expiryDate": "2026-10-05",
                    "issueDate": "2022-02-19",
                    "issuePlace": "East Miguelchester",
                    "issuingCountry": "GA",
                    "type": "VN"
                  }
                },
                "passengerType": "CHD",
                "quantity": 5,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 106.15,
                      "currency": "TZS"
                    },
                    {
                      "amount": 1094.89,
                      "currency": "SRD"
                    },
                    {
                      "amount": 100.17,
                      "currency": "IQD"
                    },
                    {
                      "amount": 3363.3,
                      "currency": "DJF"
                    },
                    {
                      "amount": 1196.96,
                      "currency": "HTG"
                    }
                  ],
                  [
                    {
                      "amount": 4500.9,
                      "currency": "WST"
                    },
                    {
                      "amount": 2442.26,
                      "currency": "VND"
                    },
                    {
                      "amount": 2190.08,
                      "currency": "NIO"
                    },
                    {
                      "amount": 3565.77,
                      "currency": "AOA"
                    },
                    {
                      "amount": 3652.62,
                      "currency": "SSP"
                    }
                  ],
                  [
                    {
                      "amount": 2342.88,
                      "currency": "INR"
                    }
                  ],
                  [
                    {
                      "amount": 3750.25,
                      "currency": "LBP"
                    },
                    {
                      "amount": 2489.84,
                      "currency": "PHP"
                    },
                    {
                      "amount": 2778.43,
                      "currency": "RSD"
                    },
                    {
                      "amount": 600.96,
                      "currency": "LAK"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 1319.35,
                      "currency": "THB"
                    },
                    {
                      "amount": 1984.23,
                      "currency": "BRL"
                    },
                    {
                      "amount": 305.28,
                      "currency": "LKR"
                    },
                    {
                      "amount": 2301.73,
                      "currency": "SBD"
                    },
                    {
                      "amount": 4766.2,
                      "currency": "BYN"
                    }
                  ],
                  [
                    {
                      "amount": 605.77,
                      "currency": "IDR"
                    },
                    {
                      "amount": 831.07,
                      "currency": "DKK"
                    },
                    {
                      "amount": 746.4,
                      "currency": "MAD"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        },
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "nsnoH"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "PN",
                "dateOfBirth": "2008-03-16",
                "documentNumber": "tQ7EfQxG",
                "documentType": "AP",
                "expirationDate": "2028-05-31",
                "issueDate": "2024-06-21",
                "issuingCountry": "CH",
                "nationality": "MY"
              },
              "passengerDetails": {
                "firstName": "Daija",
                "lastName": "Luettgen",
                "maidenName": "Labadie",
                "middleName": "Sawyer",
                "prefix": "MR",
                "suffix": "III"
              },
              "passengerIndex": 2,
              "passengerInfo": {
                "address": {
                  "addressType": "AGENCY",
                  "city": "Alanaberg",
                  "country": "BD",
                  "postcode": "43364",
                  "state": "Vermont",
                  "street1": "65054 Billy Crest",
                  "street2": "Apt. 488"
                },
                "dateOfBirth": "1961-03-05",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "UNKNOWN",
                "generalSalesTaxData": {
                  "address": {
                    "city": "East Melodyview",
                    "country": "GN",
                    "postcode": "28334-3984",
                    "state": "Vermont",
                    "street1": "93475 State Road",
                    "street2": "Apt. 951"
                  },
                  "company": "Beatty - Greenholt",
                  "email": "Berta.Nader52@yahoo.com",
                  "number": "ua7qQRCeFOo6OsA",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "Wfhxk9",
                "knownTravelerNumberCountryCode": "FR",
                "phones": [
                  {
                    "areaCode": "478",
                    "countryCode": "6",
                    "extension": "554",
                    "number": "727-406-7157",
                    "type": "FAX"
                  },
                  {
                    "areaCode": "527",
                    "countryCode": "9",
                    "extension": "680",
                    "number": "730.633.8687 x5607",
                    "type": "AGENCY"
                  },
                  {
                    "areaCode": "109",
                    "countryCode": "9",
                    "extension": "179",
                    "number": "(448) 656-1775",
                    "type": "BUSINESS"
                  }
                ],
                "redressNumber": "3",
                "redressNumberCountryCode": "PF",
                "type": "CHD"
              },
              "passengerNameNumber": "02.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "CO",
                    "banner": "BRONZE",
                    "marketingCarrier": "AA",
                    "number": "e6OZVSUs",
                    "tierLevel": "Silver",
                    "tierNumber": 2
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P1",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "z1gOG1TY",
                    "tierLevel": "Silver",
                    "tierNumber": 4
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P1",
                    "banner": "OURO",
                    "marketingCarrier": "VA",
                    "number": "qYznP9jS",
                    "tierLevel": "Silver",
                    "tierNumber": 5
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "CO",
                    "banner": "BRONZE",
                    "marketingCarrier": "VA",
                    "number": "BX87ZoqB",
                    "tierLevel": "Red",
                    "tierNumber": 1
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "CO",
                      "banner": "PRATA",
                      "marketingCarrier": "VA",
                      "number": "0sp5JgWa",
                      "tierLevel": "Gold",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P2",
                      "banner": "PRATA",
                      "marketingCarrier": "VA",
                      "number": "6DVbj5Gr",
                      "tierLevel": "Platinum",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P1",
                      "banner": "BRONZE",
                      "marketingCarrier": "AA",
                      "number": "BRicntet",
                      "tierLevel": "Red",
                      "tierNumber": 2
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "FPML",
                  "seatPreference": "NSST",
                  "specialRequests": [
                    "MEAL_CHML",
                    "WHEELCHAIR",
                    "SEAT_EXTRA_SPACE"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "PETC",
                      "description": "MJBJa1PLkt7wqQj5Mgvf",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        }
                      ]
                    },
                    {
                      "code": "MAAS",
                      "description": "74oIq6HPcj6ee9i5Vv8O",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        }
                      ]
                    },
                    {
                      "code": "BSCT",
                      "description": "UqMnbAxA9Ru9tNgWceUC",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-17T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        }
                      ]
                    },
                    {
                      "code": "DEAF",
                      "description": "6hQH2DylZswH6gxmx9e7",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        }
                      ]
                    },
                    {
                      "code": "MEDA",
                      "description": "BGmyNXeU7Jpki1XPxd5D",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "GN",
                "documentNumber": "WVMrcMoo",
                "expiryDate": "2030-10-09",
                "issueDate": "2025-12-28",
                "issuePlace": "Kutchport",
                "issuingCountry": "SD",
                "type": "V"
              }
            },
            "passengerType": "INF",
            "quantity": 3,
            "travelPart": {
              "@type": "Connection"
            }
          },
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 4291.96,
                  "currency": "COP"
                },
                {
                  "amount": 3505.15,
                  "currency": "GIP"
                },
                {
                  "amount": 3793.32,
                  "currency": "SYP"
                }
              ],
              [
                {
                  "amount": 2915.2,
                  "currency": "KWD"
                },
                {
                  "amount": 4379.49,
                  "currency": "PKR"
                },
                {
                  "amount": 4531.67,
                  "currency": "AFN"
                }
              ],
              [
                {
                  "amount": 799.88,
                  "currency": "LAK"
                },
                {
                  "amount": 3916.01,
                  "currency": "DZD"
                },
                {
                  "amount": 4962.78,
                  "currency": "MUR"
                },
                {
                  "amount": 201.06,
                  "currency": "KES"
                },
                {
                  "amount": 2501.61,
                  "currency": "NPR"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 1972.09,
                  "currency": "GIP"
                },
                {
                  "amount": 3783.54,
                  "currency": "MWK"
                },
                {
                  "amount": 1173.12,
                  "currency": "GTQ"
                }
              ],
              [
                {
                  "amount": 4212.83,
                  "currency": "MKD"
                },
                {
                  "amount": 956.88,
                  "currency": "JOD"
                },
                {
                  "amount": 3529.87,
                  "currency": "AUD"
                },
                {
                  "amount": 71.15,
                  "currency": "RSD"
                }
              ],
              [
                {
                  "amount": 2652.83,
                  "currency": "MYR"
                }
              ],
              [
                {
                  "amount": 3716.65,
                  "currency": "VUV"
                },
                {
                  "amount": 4142.9,
                  "currency": "KES"
                },
                {
                  "amount": 2685.05,
                  "currency": "STN"
                },
                {
                  "amount": 95.14,
                  "currency": "KRW"
                },
                {
                  "amount": 4940,
                  "currency": "NGN"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "EkviZ"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "RO",
                    "dateOfBirth": "1983-07-20",
                    "documentNumber": "KzEuybpk",
                    "documentType": "C",
                    "expirationDate": "2027-10-16",
                    "issueDate": "2023-12-06",
                    "issuingCountry": "ID",
                    "nationality": "SZ"
                  },
                  "passengerDetails": {
                    "firstName": "Camryn",
                    "lastName": "Zulauf",
                    "maidenName": "Jerde",
                    "middleName": "Greer",
                    "prefix": "MS",
                    "suffix": "Jr"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "INVOICE",
                      "city": "North Candelarioville",
                      "country": "YT",
                      "postcode": "39331-9348",
                      "state": "California",
                      "street1": "6225 Maximo Expressway",
                      "street2": "Apt. 196"
                    },
                    "dateOfBirth": "1981-03-26",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNKNOWN",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "West Derek",
                        "country": "SB",
                        "postcode": "60064-6003",
                        "state": "Maryland",
                        "street1": "20071 Commercial Street",
                        "street2": "Apt. 262"
                      },
                      "company": "Cormier, Lemke and Kuhic",
                      "email": "Minerva.Collins@gmail.com",
                      "number": "uKpjEAfuHI9n57O",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "wQU8zl",
                    "knownTravelerNumberCountryCode": "NR",
                    "phones": [
                      {
                        "areaCode": "931",
                        "countryCode": "8",
                        "extension": "743",
                        "number": "876-305-2782 x915",
                        "type": "CELLULAR"
                      }
                    ],
                    "redressNumber": "0",
                    "redressNumberCountryCode": "NO",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "PRggfr4a",
                        "tierLevel": "Gold",
                        "tierNumber": 4
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "Yp8EA3Y9",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "kO4NY7kR",
                        "tierLevel": "Platinum",
                        "tierNumber": 4
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "msjlgtyh",
                        "tierLevel": "Red",
                        "tierNumber": 3
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "8FLYzyuB",
                          "tierLevel": "Gold",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "1b7JFKmp",
                          "tierLevel": "Red",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "lX2RQkLO",
                          "tierLevel": "Platinum",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "JZwfAgkO",
                          "tierLevel": "Red",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "MOML",
                      "seatPreference": "NSSA",
                      "specialRequests": [
                        "MEAL_VGML",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "MAAS",
                          "description": "aQK1iHf3u75u8P5Vp6f4",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "oZJQ8dq8rx85570dQMHj",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BIKE",
                          "description": "NAv4LAGomjm5SdB9gaJA",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "6A2vnmevLLzwhFXLeOa4",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "bJEsbEyjoM9EVAX7cAff",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "NU",
                    "documentNumber": "cy9M1Txp",
                    "expiryDate": "2028-12-10",
                    "issueDate": "2025-09-26",
                    "issuePlace": "South Aliya",
                    "issuingCountry": "SH",
                    "type": "V"
                  }
                },
                "passengerType": "CHD",
                "quantity": 2,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 1737.67,
                      "currency": "XOF"
                    }
                  ],
                  [
                    {
                      "amount": 3160.25,
                      "currency": "LSL"
                    },
                    {
                      "amount": 1117.92,
                      "currency": "AED"
                    },
                    {
                      "amount": 1967.94,
                      "currency": "TWD"
                    }
                  ],
                  [
                    {
                      "amount": 1057.74,
                      "currency": "ZAR"
                    },
                    {
                      "amount": 2904.63,
                      "currency": "LYD"
                    },
                    {
                      "amount": 1599.74,
                      "currency": "LRD"
                    },
                    {
                      "amount": 94.41,
                      "currency": "TRY"
                    }
                  ],
                  [
                    {
                      "amount": 2839.04,
                      "currency": "NZD"
                    },
                    {
                      "amount": 1957.8,
                      "currency": "PGK"
                    },
                    {
                      "amount": 3104.63,
                      "currency": "ANG"
                    },
                    {
                      "amount": 3767.44,
                      "currency": "SZL"
                    },
                    {
                      "amount": 4996.12,
                      "currency": "BAM"
                    }
                  ],
                  [
                    {
                      "amount": 724.4,
                      "currency": "SHP"
                    },
                    {
                      "amount": 4663.42,
                      "currency": "CHF"
                    },
                    {
                      "amount": 2229.34,
                      "currency": "SGD"
                    },
                    {
                      "amount": 1319.06,
                      "currency": "MDL"
                    },
                    {
                      "amount": 3869.76,
                      "currency": "UYU"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 972.7,
                      "currency": "MYR"
                    },
                    {
                      "amount": 3554.45,
                      "currency": "KRW"
                    },
                    {
                      "amount": 4439.14,
                      "currency": "GNF"
                    },
                    {
                      "amount": 791.87,
                      "currency": "BAM"
                    }
                  ],
                  [
                    {
                      "amount": 3912.66,
                      "currency": "SRD"
                    },
                    {
                      "amount": 2149.68,
                      "currency": "SOS"
                    },
                    {
                      "amount": 3566.26,
                      "currency": "LRD"
                    },
                    {
                      "amount": 1065.41,
                      "currency": "USD"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "rMzWj"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "SE",
                    "dateOfBirth": "1958-11-01",
                    "documentNumber": "OPi6jIDC",
                    "documentType": "M",
                    "expirationDate": "2028-06-13",
                    "issueDate": "2025-05-22",
                    "issuingCountry": "IS",
                    "nationality": "JE"
                  },
                  "passengerDetails": {
                    "firstName": "Estel",
                    "lastName": "Reinger",
                    "maidenName": "Parker",
                    "middleName": "Charlie",
                    "prefix": "MRS",
                    "suffix": "II"
                  },
                  "passengerIndex": 2,
                  "passengerInfo": {
                    "address": {
                      "addressType": "INVOICE",
                      "city": "North Metafurt",
                      "country": "KI",
                      "postcode": "76007-1556",
                      "state": "Ohio",
                      "street1": "4858 Main Street W",
                      "street2": "Suite 381"
                    },
                    "dateOfBirth": "1959-09-14",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "MALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Pittsfield",
                        "country": "PN",
                        "postcode": "03261",
                        "state": "Ohio",
                        "street1": "1164 Howard Road",
                        "street2": "Suite 483"
                      },
                      "company": "Luettgen - Thompson",
                      "email": "Ubaldo98@gmail.com",
                      "number": "ipHy3E7DjjVU2at",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "WQFxcn",
                    "knownTravelerNumberCountryCode": "BH",
                    "phones": [
                      {
                        "areaCode": "166",
                        "countryCode": "0",
                        "extension": "638",
                        "number": "978.826.2766 x936",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "780",
                        "countryCode": "3",
                        "extension": "462",
                        "number": "1-352-790-2686 x1747",
                        "type": "HOME"
                      },
                      {
                        "areaCode": "591",
                        "countryCode": "1",
                        "extension": "164",
                        "number": "1-562-469-6463 x4870",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "039",
                        "countryCode": "1",
                        "extension": "174",
                        "number": "(278) 327-0801 x81555",
                        "type": "HOME"
                      },
                      {
                        "areaCode": "209",
                        "countryCode": "1",
                        "extension": "397",
                        "number": "992.341.3223 x9638",
                        "type": "HOME"
                      }
                    ],
                    "redressNumber": "9",
                    "redressNumberCountryCode": "MW",
                    "type": "INF"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "1TSaZDPl",
                        "tierLevel": "Platinum",
                        "tierNumber": 2
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "IZOH2yF1",
                        "tierLevel": "Gold",
                        "tierNumber": 3
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "1YubWof4",
                        "tierLevel": "Platinum",
                        "tierNumber": 2
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "IXFoWyxf",
                        "tierLevel": "Gold",
                        "tierNumber": 3
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "jImzyT6c",
                        "tierLevel": "Red",
                        "tierNumber": 3
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "ckYHxH7c",
                          "tierLevel": "Platinum",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "QT92KIdC",
                          "tierLevel": "Platinum",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "xvPYI5H0",
                          "tierLevel": "Red",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "PjNOEHT2",
                          "tierLevel": "Platinum",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "NLML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "MEAL_VGML",
                        "WHEELCHAIR",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BIKE",
                          "description": "OovgqgIw3NKhXJenXRFn",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "pWVOSLWFlKVl4HxdFPbd",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "u2L67rtFybgTizWUrsiP",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "CU",
                    "documentNumber": "HE8LX2OH",
                    "expiryDate": "2028-03-16",
                    "issueDate": "2022-04-02",
                    "issuePlace": "Lake Beverly",
                    "issuingCountry": "SZ",
                    "type": "VN"
                  }
                },
                "passengerType": "CHD",
                "quantity": 2,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 2428.38,
                      "currency": "PAB"
                    },
                    {
                      "amount": 1968.23,
                      "currency": "LYD"
                    },
                    {
                      "amount": 1304.6,
                      "currency": "UYU"
                    },
                    {
                      "amount": 2117.06,
                      "currency": "GHS"
                    }
                  ],
                  [
                    {
                      "amount": 3955.25,
                      "currency": "TOP"
                    },
                    {
                      "amount": 2960.99,
                      "currency": "RUB"
                    },
                    {
                      "amount": 1193.62,
                      "currency": "STN"
                    },
                    {
                      "amount": 1224.13,
                      "currency": "DZD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 729.84,
                      "currency": "GBP"
                    },
                    {
                      "amount": 2308.42,
                      "currency": "EUR"
                    }
                  ],
                  [
                    {
                      "amount": 3104.54,
                      "currency": "KWD"
                    },
                    {
                      "amount": 1916,
                      "currency": "GBP"
                    },
                    {
                      "amount": 2063.95,
                      "currency": "TND"
                    }
                  ],
                  [
                    {
                      "amount": 4018.31,
                      "currency": "GYD"
                    },
                    {
                      "amount": 4681.4,
                      "currency": "MWK"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "SiClO"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "SE",
                    "dateOfBirth": "1976-01-07",
                    "documentNumber": "xO45HHku",
                    "documentType": "PO",
                    "expirationDate": "2026-09-02",
                    "issueDate": "2023-04-12",
                    "issuingCountry": "VE",
                    "nationality": "SZ"
                  },
                  "passengerDetails": {
                    "firstName": "Joy",
                    "lastName": "Dickens",
                    "maidenName": "Becker",
                    "middleName": "Hayden",
                    "prefix": "Mr",
                    "suffix": "II"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "Murrayside",
                      "country": "AW",
                      "postcode": "60643-1573",
                      "state": "Maryland",
                      "street1": "512 Avenue Road",
                      "street2": "Suite 347"
                    },
                    "dateOfBirth": "1998-03-04",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "North Kendrick",
                        "country": "UA",
                        "postcode": "11863-0171",
                        "state": "Delaware",
                        "street1": "907 Elvera Unions",
                        "street2": "Suite 217"
                      },
                      "company": "Schoen Group",
                      "email": "Krista_Jacobs7@yahoo.com",
                      "number": "diNSTczvDqbOpHV",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "fLwbmE",
                    "knownTravelerNumberCountryCode": "GE",
                    "phones": [
                      {
                        "areaCode": "014",
                        "countryCode": "4",
                        "extension": "968",
                        "number": "906-219-1179",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "177",
                        "countryCode": "8",
                        "extension": "782",
                        "number": "1-750-220-4041 x574",
                        "type": "BUSINESS"
                      }
                    ],
                    "redressNumber": "4",
                    "redressNumberCountryCode": "NP",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "WMuGYrSR",
                        "tierLevel": "Silver",
                        "tierNumber": 2
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "3p4XWs8i",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "7fV5I9kd",
                          "tierLevel": "Gold",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "sMgjrxIq",
                          "tierLevel": "Gold",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VJML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "MEAL_VGML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "PETC",
                          "description": "Ky5ZkEJHT78jM0e9fLWs",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BIKE",
                          "description": "bTLaqKNwzxBFP2A9O4N9",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "GD",
                    "documentNumber": "AHjiCbeZ",
                    "expiryDate": "2027-09-02",
                    "issueDate": "2025-09-28",
                    "issuePlace": "Annestad",
                    "issuingCountry": "UY",
                    "type": "VI"
                  }
                },
                "passengerType": "CHD",
                "quantity": 4,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 1826.09,
                      "currency": "BYN"
                    },
                    {
                      "amount": 1193.57,
                      "currency": "PGK"
                    },
                    {
                      "amount": 1312.58,
                      "currency": "NGN"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2898.07,
                      "currency": "GNF"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "PvYTX"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "DE",
                    "dateOfBirth": "1962-07-20",
                    "documentNumber": "tTsgBqr1",
                    "documentType": "PS",
                    "expirationDate": "2029-01-23",
                    "issueDate": "2024-09-13",
                    "issuingCountry": "FI",
                    "nationality": "MW"
                  },
                  "passengerDetails": {
                    "firstName": "Lonzo",
                    "lastName": "Padberg",
                    "maidenName": "Rogahn",
                    "middleName": "Skyler",
                    "prefix": "Ms",
                    "suffix": "Sr"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "Brookeshire",
                      "country": "MG",
                      "postcode": "79738-4267",
                      "state": "Minnesota",
                      "street1": "623 Daphney Terrace",
                      "street2": "Suite 137"
                    },
                    "dateOfBirth": "1997-08-20",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Lueilwitzside",
                        "country": "UM",
                        "postcode": "67132-8400",
                        "state": "Maine",
                        "street1": "388 London Road",
                        "street2": "Apt. 886"
                      },
                      "company": "Pfeffer, Roob and Bauch",
                      "email": "Cory59@yahoo.com",
                      "number": "toetOc4d6ugaikg",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "XyChoF",
                    "knownTravelerNumberCountryCode": "JO",
                    "phones": [
                      {
                        "areaCode": "336",
                        "countryCode": "0",
                        "extension": "319",
                        "number": "988.472.0120 x7767",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "177",
                        "countryCode": "7",
                        "extension": "223",
                        "number": "667-929-9399 x9904",
                        "type": "HOME"
                      }
                    ],
                    "redressNumber": "0",
                    "redressNumberCountryCode": "KR",
                    "type": "INF"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "Ga88dn4K",
                        "tierLevel": "Silver",
                        "tierNumber": 4
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "AiKOuZsF",
                        "tierLevel": "Gold",
                        "tierNumber": 3
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "YgiiaEAA",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "QAFSQRYl",
                          "tierLevel": "Gold",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "lGXsQ7Sf",
                          "tierLevel": "Silver",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "X7RMrYxF",
                          "tierLevel": "Red",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "MAkAlGRJ",
                          "tierLevel": "Platinum",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "LW9cu3UG",
                          "tierLevel": "Red",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VJML",
                      "seatPreference": "NSST",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "WHEELCHAIR",
                        "MEAL_CHML",
                        "MEAL_VGML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "DEAF",
                          "description": "NwREKzNuprlQ3nrxHTWf",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "Ss7IpDIbfDFw6lbGIpyV",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "EEWTSeASg0d3OfEMw4HO",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "HTTawxrdiEdnFPKIQht3",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "oifBOrsRt3mMZ35Ssx32",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "KZ",
                    "documentNumber": "8EgtAQRh",
                    "expiryDate": "2030-03-08",
                    "issueDate": "2024-05-20",
                    "issuePlace": "Leannacester",
                    "issuingCountry": "LY",
                    "type": "VI"
                  }
                },
                "passengerType": "ADT",
                "quantity": 1,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 2672.47,
                      "currency": "SAR"
                    },
                    {
                      "amount": 935.29,
                      "currency": "WST"
                    },
                    {
                      "amount": 1341.4,
                      "currency": "AED"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 4894.23,
                      "currency": "SEK"
                    }
                  ],
                  [
                    {
                      "amount": 1012.58,
                      "currency": "BND"
                    },
                    {
                      "amount": 4265.17,
                      "currency": "VUV"
                    }
                  ],
                  [
                    {
                      "amount": 3166.12,
                      "currency": "BGN"
                    },
                    {
                      "amount": 4488.58,
                      "currency": "SLE"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        },
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "cXvJt"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "DE",
                "dateOfBirth": "1950-05-02",
                "documentNumber": "bCmoE1Cp",
                "documentType": "P",
                "expirationDate": "2029-06-13",
                "issueDate": "2023-09-24",
                "issuingCountry": "AZ",
                "nationality": "NP"
              },
              "passengerDetails": {
                "firstName": "Jaycee",
                "lastName": "Romaguera",
                "maidenName": "Rowe",
                "middleName": "Drew",
                "prefix": "Mr",
                "suffix": "Jr"
              },
              "passengerIndex": 5,
              "passengerInfo": {
                "address": {
                  "addressType": "BUSINESS",
                  "city": "Schusterhaven",
                  "country": "MM",
                  "postcode": "15078-2845",
                  "state": "Iowa",
                  "street1": "61249 Weber Branch",
                  "street2": "Suite 983"
                },
                "dateOfBirth": "1980-10-18",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "UNKNOWN",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Vitaville",
                    "country": "RW",
                    "postcode": "95241-9775",
                    "state": "North Carolina",
                    "street1": "35569 Arden Streets",
                    "street2": "Suite 371"
                  },
                  "company": "Christiansen - Smitham",
                  "email": "Gerda28@yahoo.com",
                  "number": "TyFbFM6Kw7Xi1s4",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "7upUC1",
                "knownTravelerNumberCountryCode": "YT",
                "phones": [
                  {
                    "areaCode": "678",
                    "countryCode": "6",
                    "extension": "022",
                    "number": "1-486-358-1311",
                    "type": "HOME"
                  },
                  {
                    "areaCode": "525",
                    "countryCode": "5",
                    "extension": "049",
                    "number": "(661) 931-3898 x1350",
                    "type": "HOME"
                  },
                  {
                    "areaCode": "702",
                    "countryCode": "4",
                    "extension": "599",
                    "number": "309-680-5203 x0783",
                    "type": "BUSINESS"
                  },
                  {
                    "areaCode": "249",
                    "countryCode": "8",
                    "extension": "742",
                    "number": "(931) 841-3796",
                    "type": "MOBILE"
                  }
                ],
                "redressNumber": "7",
                "redressNumberCountryCode": "DK",
                "type": "INF"
              },
              "passengerNameNumber": "02.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P1",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "GV35KI4R",
                    "tierLevel": "Gold",
                    "tierNumber": 1
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "CO",
                    "banner": "OURO",
                    "marketingCarrier": "AA",
                    "number": "QVJMMob5",
                    "tierLevel": "Red",
                    "tierNumber": 3
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "56FXx3c9",
                    "tierLevel": "Silver",
                    "tierNumber": 5
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "AA",
                    "number": "GwntzCmb",
                    "tierLevel": "Gold",
                    "tierNumber": 5
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "CO",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "G3A5GfAR",
                      "tierLevel": "Platinum",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "CHML",
                  "seatPreference": "NSSR",
                  "specialRequests": [
                    "SEAT_EXTRA_SPACE",
                    "MEAL_CHML",
                    "WHEELCHAIR"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "DEAF",
                      "description": "SkiUB75J57RpwlVpXfOe",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        }
                      ]
                    },
                    {
                      "code": "DEAF",
                      "description": "0iwI5vykvojZTI4r6Vi9",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        }
                      ]
                    },
                    {
                      "code": "MEDA",
                      "description": "JJO1aYiOhuywB4d7EFRH",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "BIKE",
                      "description": "9pd7TCY02UDMOnUuqP0D",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "FRA"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "KH",
                "documentNumber": "T75wyydj",
                "expiryDate": "2026-07-11",
                "issueDate": "2025-11-21",
                "issuePlace": "North Daxburgh",
                "issuingCountry": "AF",
                "type": "VI"
              }
            },
            "passengerType": "ADT",
            "quantity": 2,
            "travelPart": {
              "@type": "Inbound"
            }
          },
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 1701.23,
                  "currency": "XAF"
                },
                {
                  "amount": 3122.73,
                  "currency": "INR"
                },
                {
                  "amount": 2898.87,
                  "currency": "DJF"
                },
                {
                  "amount": 3788.97,
                  "currency": "NIO"
                }
              ],
              [
                {
                  "amount": 2765.95,
                  "currency": "AOA"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 3609.75,
                  "currency": "KMF"
                },
                {
                  "amount": 712.51,
                  "currency": "GYD"
                },
                {
                  "amount": 1594.28,
                  "currency": "LSL"
                },
                {
                  "amount": 52.97,
                  "currency": "USD"
                },
                {
                  "amount": 3521.31,
                  "currency": "BWP"
                }
              ],
              [
                {
                  "amount": 4049.22,
                  "currency": "XCD"
                },
                {
                  "amount": 180.73,
                  "currency": "GHS"
                },
                {
                  "amount": 4615.34,
                  "currency": "SSP"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "BEWjR"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "AI",
                    "dateOfBirth": "1992-04-01",
                    "documentNumber": "WVITY9I8",
                    "documentType": "VN",
                    "expirationDate": "2027-01-10",
                    "issueDate": "2025-08-17",
                    "issuingCountry": "MA",
                    "nationality": "DE"
                  },
                  "passengerDetails": {
                    "firstName": "Keven",
                    "lastName": "Gottlieb",
                    "maidenName": "Romaguera-Reichel",
                    "middleName": "Ellis",
                    "prefix": "Dr",
                    "suffix": "JR"
                  },
                  "passengerIndex": 5,
                  "passengerInfo": {
                    "address": {
                      "addressType": "AGENCY",
                      "city": "North Judd",
                      "country": "CR",
                      "postcode": "24355-3302",
                      "state": "Utah",
                      "street1": "1089 S 5th Street",
                      "street2": "Apt. 167"
                    },
                    "dateOfBirth": "1964-07-08",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "MALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Cummingshaven",
                        "country": "CU",
                        "postcode": "69829-7947",
                        "state": "Arkansas",
                        "street1": "51601 King Neck",
                        "street2": "Apt. 503"
                      },
                      "company": "Barrows LLC",
                      "email": "Rollin.Ruecker5@hotmail.com",
                      "number": "qj1ksTy7KqzVqW4",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "5BPOK3",
                    "knownTravelerNumberCountryCode": "BE",
                    "phones": [
                      {
                        "areaCode": "982",
                        "countryCode": "5",
                        "extension": "649",
                        "number": "(362) 664-1862 x887",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "126",
                        "countryCode": "4",
                        "extension": "307",
                        "number": "(216) 610-3869 x0547",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "162",
                        "countryCode": "4",
                        "extension": "324",
                        "number": "298.317.5437 x883",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "5",
                    "redressNumberCountryCode": "TV",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "xVlfJxB2",
                        "tierLevel": "Silver",
                        "tierNumber": 3
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "pTGsPz4T",
                        "tierLevel": "Red",
                        "tierNumber": 1
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "D43MxPlK",
                        "tierLevel": "Silver",
                        "tierNumber": 1
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "BgTifogg",
                        "tierLevel": "Platinum",
                        "tierNumber": 3
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "QiuZSWVV",
                        "tierLevel": "Silver",
                        "tierNumber": 1
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "bZRoubgb",
                          "tierLevel": "Platinum",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "KSML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "MEAL_VGML",
                        "SEAT_EXTRA_SPACE",
                        "MEAL_CHML",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "PETC",
                          "description": "EUdlyXdzq5Y9k8ktXzeS",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "CZ",
                    "documentNumber": "8sDSo03n",
                    "expiryDate": "2031-02-10",
                    "issueDate": "2025-10-24",
                    "issuePlace": "Chattanooga",
                    "issuingCountry": "TW",
                    "type": "VI"
                  }
                },
                "passengerType": "ADT",
                "quantity": 3,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 2858.21,
                      "currency": "MOP"
                    },
                    {
                      "amount": 1023.26,
                      "currency": "CDF"
                    },
                    {
                      "amount": 3794.87,
                      "currency": "STN"
                    },
                    {
                      "amount": 4426.28,
                      "currency": "ILS"
                    }
                  ],
                  [
                    {
                      "amount": 2137.82,
                      "currency": "KRW"
                    }
                  ],
                  [
                    {
                      "amount": 4753.69,
                      "currency": "TZS"
                    },
                    {
                      "amount": 1565.13,
                      "currency": "KPW"
                    },
                    {
                      "amount": 3600.38,
                      "currency": "MKD"
                    },
                    {
                      "amount": 236.46,
                      "currency": "CVE"
                    }
                  ],
                  [
                    {
                      "amount": 3795.26,
                      "currency": "CRC"
                    },
                    {
                      "amount": 4161.32,
                      "currency": "BZD"
                    },
                    {
                      "amount": 2332.87,
                      "currency": "CZK"
                    },
                    {
                      "amount": 4975.74,
                      "currency": "PAB"
                    },
                    {
                      "amount": 1691.72,
                      "currency": "HTG"
                    }
                  ],
                  [
                    {
                      "amount": 4800.01,
                      "currency": "AMD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2627.38,
                      "currency": "FKP"
                    }
                  ],
                  [
                    {
                      "amount": 3580.06,
                      "currency": "WST"
                    },
                    {
                      "amount": 2490.45,
                      "currency": "MZN"
                    },
                    {
                      "amount": 906.39,
                      "currency": "SYP"
                    },
                    {
                      "amount": 2702.86,
                      "currency": "BRL"
                    },
                    {
                      "amount": 3016.03,
                      "currency": "RSD"
                    }
                  ],
                  [
                    {
                      "amount": 4705.25,
                      "currency": "XPF"
                    },
                    {
                      "amount": 3927.56,
                      "currency": "DOP"
                    },
                    {
                      "amount": 2080.69,
                      "currency": "BGN"
                    },
                    {
                      "amount": 1116.86,
                      "currency": "SZL"
                    }
                  ],
                  [
                    {
                      "amount": 3967.29,
                      "currency": "MRU"
                    },
                    {
                      "amount": 4549.56,
                      "currency": "AMD"
                    },
                    {
                      "amount": 3838.69,
                      "currency": "GBP"
                    }
                  ],
                  [
                    {
                      "amount": 4655.92,
                      "currency": "PYG"
                    },
                    {
                      "amount": 47.53,
                      "currency": "ZWL"
                    },
                    {
                      "amount": 3338.97,
                      "currency": "BBD"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "CdTIh"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "MR",
                    "dateOfBirth": "1989-12-17",
                    "documentNumber": "55kOIbf2",
                    "documentType": "PU",
                    "expirationDate": "2027-08-25",
                    "issueDate": "2024-10-06",
                    "issuingCountry": "GR",
                    "nationality": "MX"
                  },
                  "passengerDetails": {
                    "firstName": "Liliana",
                    "lastName": "Kulas",
                    "maidenName": "Wisoky",
                    "middleName": "Jules",
                    "prefix": "DR",
                    "suffix": "III"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "HOME",
                      "city": "Joyceside",
                      "country": "CN",
                      "postcode": "16685-9336",
                      "state": "Alaska",
                      "street1": "58493 Kaela Orchard",
                      "street2": "Apt. 779"
                    },
                    "dateOfBirth": "1982-05-22",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Plainfield",
                        "country": "US",
                        "postcode": "03349-9170",
                        "state": "Michigan",
                        "street1": "71993 Douglas Road",
                        "street2": "Suite 729"
                      },
                      "company": "Murazik and Sons",
                      "email": "Enola66@hotmail.com",
                      "number": "p02QRTiwpKE5tSO",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "hAqoEO",
                    "knownTravelerNumberCountryCode": "AX",
                    "phones": [
                      {
                        "areaCode": "517",
                        "countryCode": "7",
                        "extension": "366",
                        "number": "533.314.8757",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "367",
                        "countryCode": "8",
                        "extension": "528",
                        "number": "707-666-8209 x1803",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "270",
                        "countryCode": "3",
                        "extension": "559",
                        "number": "(737) 615-3639 x8551",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "677",
                        "countryCode": "1",
                        "extension": "997",
                        "number": "1-777-200-5770",
                        "type": "CELLULAR"
                      }
                    ],
                    "redressNumber": "4",
                    "redressNumberCountryCode": "KW",
                    "type": "INF"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "FkGrzJrs",
                        "tierLevel": "Gold",
                        "tierNumber": 5
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "jYvRLrcW",
                        "tierLevel": "Gold",
                        "tierNumber": 4
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "O94GF20g",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "YomAXAUg",
                        "tierLevel": "Silver",
                        "tierNumber": 2
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "at510H1J",
                          "tierLevel": "Red",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "ltOC520F",
                          "tierLevel": "Gold",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "IwZrbL5B",
                          "tierLevel": "Silver",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "K5Wq0A1B",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "SFML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "MEAL_CHML",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BSCT",
                          "description": "eB8pN2tXWfyqSbHXRPr1",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "79h6nS8gaslUSFYN98lM",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "wGH57aCIHk7Y59He9NMA",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "MW",
                    "documentNumber": "HdONfeYp",
                    "expiryDate": "2026-12-20",
                    "issueDate": "2026-05-08",
                    "issuePlace": "Ervinton",
                    "issuingCountry": "SV",
                    "type": "VN"
                  }
                },
                "passengerType": "INF",
                "quantity": 5,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 1484.89,
                      "currency": "PLN"
                    },
                    {
                      "amount": 3534.03,
                      "currency": "BWP"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 1377.79,
                      "currency": "GYD"
                    },
                    {
                      "amount": 1240.1,
                      "currency": "SAR"
                    }
                  ],
                  [
                    {
                      "amount": 2238.51,
                      "currency": "GHS"
                    }
                  ],
                  [
                    {
                      "amount": 4767.16,
                      "currency": "AMD"
                    },
                    {
                      "amount": 3358.53,
                      "currency": "MXN"
                    },
                    {
                      "amount": 3028.55,
                      "currency": "LYD"
                    },
                    {
                      "amount": 69.27,
                      "currency": "IQD"
                    },
                    {
                      "amount": 930.66,
                      "currency": "EGP"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "maLEu"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "BM",
                    "dateOfBirth": "1983-02-24",
                    "documentNumber": "EPgA6x4M",
                    "documentType": "I",
                    "expirationDate": "2029-02-21",
                    "issueDate": "2024-05-15",
                    "issuingCountry": "MN",
                    "nationality": "AF"
                  },
                  "passengerDetails": {
                    "firstName": "Bennett",
                    "lastName": "Crist",
                    "maidenName": "Swift",
                    "middleName": "North",
                    "prefix": "MR",
                    "suffix": "JR"
                  },
                  "passengerIndex": 3,
                  "passengerInfo": {
                    "address": {
                      "addressType": "AGENCY",
                      "city": "Ratkefort",
                      "country": "KN",
                      "postcode": "98663",
                      "state": "Alaska",
                      "street1": "243 Josianne Junctions",
                      "street2": "Apt. 200"
                    },
                    "dateOfBirth": "1981-11-29",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "MALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "New Tylerboro",
                        "country": "GR",
                        "postcode": "38113",
                        "state": "New Hampshire",
                        "street1": "814 Cow Lane",
                        "street2": "Suite 484"
                      },
                      "company": "Durgan - Schaden",
                      "email": "Demarco_Cole@gmail.com",
                      "number": "WllhpHjI5FSj8Nk",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "bc5mUb",
                    "knownTravelerNumberCountryCode": "AX",
                    "phones": [
                      {
                        "areaCode": "484",
                        "countryCode": "2",
                        "extension": "023",
                        "number": "1-215-794-2896 x593",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "501",
                        "countryCode": "7",
                        "extension": "574",
                        "number": "1-252-419-7570",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "396",
                        "countryCode": "7",
                        "extension": "299",
                        "number": "661.658.6113",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "669",
                        "countryCode": "8",
                        "extension": "494",
                        "number": "905.968.7666 x1751",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "659",
                        "countryCode": "2",
                        "extension": "197",
                        "number": "376-624-1544 x7696",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "8",
                    "redressNumberCountryCode": "FM",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "rdPulbwj",
                        "tierLevel": "Red",
                        "tierNumber": 2
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "QmIGeqrs",
                        "tierLevel": "Red",
                        "tierNumber": 3
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "gBdHOSRw",
                        "tierLevel": "Platinum",
                        "tierNumber": 2
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "ZRdBu0qi",
                          "tierLevel": "Platinum",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "RiUVVMWr",
                          "tierLevel": "Silver",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "FPML",
                      "seatPreference": "NSSB",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "MEAL_VGML",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BLND",
                          "description": "kqzZHNnrLoy6hrgpbZ7x",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "TG",
                    "documentNumber": "sGMx8fHx",
                    "expiryDate": "2030-12-26",
                    "issueDate": "2023-04-13",
                    "issuePlace": "Reichertville",
                    "issuingCountry": "AM",
                    "type": "VN"
                  }
                },
                "passengerType": "CHD",
                "quantity": 5,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 3491,
                      "currency": "IQD"
                    },
                    {
                      "amount": 579.21,
                      "currency": "CVE"
                    },
                    {
                      "amount": 679.26,
                      "currency": "CAD"
                    }
                  ],
                  [
                    {
                      "amount": 748.26,
                      "currency": "IDR"
                    },
                    {
                      "amount": 1645.92,
                      "currency": "AZN"
                    },
                    {
                      "amount": 1820.48,
                      "currency": "VUV"
                    },
                    {
                      "amount": 4347.76,
                      "currency": "IDR"
                    }
                  ],
                  [
                    {
                      "amount": 2514.36,
                      "currency": "INR"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2538.49,
                      "currency": "HUF"
                    },
                    {
                      "amount": 4428.23,
                      "currency": "MVR"
                    },
                    {
                      "amount": 507.92,
                      "currency": "PAB"
                    }
                  ],
                  [
                    {
                      "amount": 4094.41,
                      "currency": "GMD"
                    },
                    {
                      "amount": 1760.54,
                      "currency": "CDF"
                    },
                    {
                      "amount": 1767.81,
                      "currency": "STN"
                    },
                    {
                      "amount": 2484.34,
                      "currency": "STN"
                    },
                    {
                      "amount": 2575.67,
                      "currency": "TTD"
                    }
                  ],
                  [
                    {
                      "amount": 574.03,
                      "currency": "BBD"
                    },
                    {
                      "amount": 3350.75,
                      "currency": "NPR"
                    }
                  ],
                  [
                    {
                      "amount": 418.89,
                      "currency": "SAR"
                    },
                    {
                      "amount": 1716.16,
                      "currency": "MVR"
                    },
                    {
                      "amount": 602.23,
                      "currency": "ARS"
                    },
                    {
                      "amount": 3927.72,
                      "currency": "MKD"
                    },
                    {
                      "amount": 1987.16,
                      "currency": "NPR"
                    }
                  ],
                  [
                    {
                      "amount": 2314.69,
                      "currency": "KPW"
                    },
                    {
                      "amount": 1363.95,
                      "currency": "MAD"
                    },
                    {
                      "amount": 391.81,
                      "currency": "JMD"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        },
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "OtcFR"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "GG",
                "dateOfBirth": "1990-01-28",
                "documentNumber": "pd8cDO90",
                "documentType": "N",
                "expirationDate": "2029-07-04",
                "issueDate": "2023-11-10",
                "issuingCountry": "LC",
                "nationality": "BZ"
              },
              "passengerDetails": {
                "firstName": "Augusta",
                "lastName": "Yundt-Kemmer",
                "maidenName": "Mohr-Kub",
                "middleName": "Leslie",
                "prefix": "MRS",
                "suffix": "SR"
              },
              "passengerIndex": 3,
              "passengerInfo": {
                "address": {
                  "addressType": "RESIDENCE",
                  "city": "West Henry",
                  "country": "SS",
                  "postcode": "12268-9078",
                  "state": "Rhode Island",
                  "street1": "28823 Rowe Cliffs",
                  "street2": "Apt. 101"
                },
                "dateOfBirth": "1989-05-21",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "UNSPECIFIED",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Schaumburg",
                    "country": "WS",
                    "postcode": "13074-1954",
                    "state": "Indiana",
                    "street1": "4333 Stracke Highway",
                    "street2": "Apt. 255"
                  },
                  "company": "Padberg - Gorczany",
                  "email": "Muhammad65@gmail.com",
                  "number": "EYpImSN8HI4eJTN",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "ho4Nqu",
                "knownTravelerNumberCountryCode": "PF",
                "phones": [
                  {
                    "areaCode": "501",
                    "countryCode": "7",
                    "extension": "412",
                    "number": "(634) 395-5015",
                    "type": "BUSINESS"
                  },
                  {
                    "areaCode": "784",
                    "countryCode": "0",
                    "extension": "024",
                    "number": "(287) 781-5355",
                    "type": "AGENCY"
                  },
                  {
                    "areaCode": "505",
                    "countryCode": "9",
                    "extension": "283",
                    "number": "1-462-778-4009",
                    "type": "AGENCY"
                  },
                  {
                    "areaCode": "834",
                    "countryCode": "2",
                    "extension": "016",
                    "number": "619.972.4239 x3211",
                    "type": "CELLULAR"
                  },
                  {
                    "areaCode": "885",
                    "countryCode": "5",
                    "extension": "925",
                    "number": "(790) 888-2279",
                    "type": "FAX"
                  }
                ],
                "redressNumber": "7",
                "redressNumberCountryCode": "MD",
                "type": "ADT"
              },
              "passengerNameNumber": "01.02",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P2",
                    "banner": "BRONZE",
                    "marketingCarrier": "AA",
                    "number": "pvv6X9vG",
                    "tierLevel": "Red",
                    "tierNumber": 3
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "sACx6ya0",
                    "tierLevel": "Platinum",
                    "tierNumber": 3
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "CO",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "qhRYIinG",
                      "tierLevel": "Gold",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P1",
                      "banner": "OURO",
                      "marketingCarrier": "VA",
                      "number": "dEYkZafo",
                      "tierLevel": "Red",
                      "tierNumber": 2
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P1",
                      "banner": "BRONZE",
                      "marketingCarrier": "VA",
                      "number": "3TDi0tqJ",
                      "tierLevel": "Red",
                      "tierNumber": 1
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "RVML",
                  "seatPreference": "NSST",
                  "specialRequests": [
                    "SEAT_EXTRA_SPACE",
                    "MEAL_VGML",
                    "WHEELCHAIR",
                    "MEAL_CHML"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "DEAF",
                      "description": "WPKo3xrrCOxQl7mEbGhh",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "MEDA",
                      "description": "ccbdOSwg6mfYOkd75Emy",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "BSCT",
                      "description": "mBHjgrLI1bWaMUIbjkl3",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "HM",
                "documentNumber": "d88WXwB2",
                "expiryDate": "2029-12-03",
                "issueDate": "2023-12-24",
                "issuePlace": "South Jocester",
                "issuingCountry": "NF",
                "type": "V"
              }
            },
            "passengerType": "CHD",
            "quantity": 2,
            "travelPart": {
              "@type": "Connection"
            }
          },
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 998.66,
                  "currency": "MMK"
                },
                {
                  "amount": 3582.32,
                  "currency": "GYD"
                }
              ],
              [
                {
                  "amount": 2793.62,
                  "currency": "CLP"
                },
                {
                  "amount": 3707.46,
                  "currency": "SGD"
                },
                {
                  "amount": 1714.05,
                  "currency": "BND"
                },
                {
                  "amount": 4683.15,
                  "currency": "MMK"
                },
                {
                  "amount": 2433.61,
                  "currency": "ALL"
                }
              ],
              [
                {
                  "amount": 4217.62,
                  "currency": "DOP"
                },
                {
                  "amount": 3888.69,
                  "currency": "CHF"
                },
                {
                  "amount": 3638.87,
                  "currency": "BIF"
                }
              ],
              [
                {
                  "amount": 1392.73,
                  "currency": "BRL"
                }
              ],
              [
                {
                  "amount": 4757.49,
                  "currency": "GEL"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 4890.86,
                  "currency": "SEK"
                },
                {
                  "amount": 4783.11,
                  "currency": "XPF"
                },
                {
                  "amount": 1493.3,
                  "currency": "ALL"
                },
                {
                  "amount": 3778.36,
                  "currency": "KYD"
                },
                {
                  "amount": 311.53,
                  "currency": "LAK"
                }
              ],
              [
                {
                  "amount": 1302.62,
                  "currency": "BZD"
                },
                {
                  "amount": 2800.9,
                  "currency": "XOF"
                },
                {
                  "amount": 3680.07,
                  "currency": "BGN"
                },
                {
                  "amount": 3203.7,
                  "currency": "ZMW"
                },
                {
                  "amount": 4373.85,
                  "currency": "BDT"
                }
              ],
              [
                {
                  "amount": 2157.95,
                  "currency": "GHS"
                },
                {
                  "amount": 327.18,
                  "currency": "BTN"
                },
                {
                  "amount": 3679.01,
                  "currency": "MXN"
                }
              ],
              [
                {
                  "amount": 2036.62,
                  "currency": "KYD"
                },
                {
                  "amount": 1441.96,
                  "currency": "AOA"
                },
                {
                  "amount": 3536.09,
                  "currency": "SYP"
                },
                {
                  "amount": 2081.95,
                  "currency": "RON"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "Nuvxo"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "SV",
                    "dateOfBirth": "1958-07-11",
                    "documentNumber": "tvS634uc",
                    "documentType": "PL",
                    "expirationDate": "2029-04-07",
                    "issueDate": "2022-10-27",
                    "issuingCountry": "SV",
                    "nationality": "LK"
                  },
                  "passengerDetails": {
                    "firstName": "Fleta",
                    "lastName": "Kautzer",
                    "maidenName": "Crist",
                    "middleName": "Noah",
                    "prefix": "Mr",
                    "suffix": "SR"
                  },
                  "passengerIndex": 4,
                  "passengerInfo": {
                    "address": {
                      "addressType": "RESIDENCE",
                      "city": "Bartlett",
                      "country": "UG",
                      "postcode": "60178",
                      "state": "Arkansas",
                      "street1": "3421 Alycia Place",
                      "street2": "Apt. 228"
                    },
                    "dateOfBirth": "1976-09-15",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Halvorsonport",
                        "country": "SZ",
                        "postcode": "99325",
                        "state": "South Carolina",
                        "street1": "60378 Romaguera Groves",
                        "street2": "Apt. 431"
                      },
                      "company": "Bradtke Inc",
                      "email": "Clare21@hotmail.com",
                      "number": "ZgUXSw9acdP2LWU",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "QB3Z1j",
                    "knownTravelerNumberCountryCode": "MV",
                    "phones": [
                      {
                        "areaCode": "300",
                        "countryCode": "4",
                        "extension": "518",
                        "number": "583.510.3131",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "676",
                        "countryCode": "6",
                        "extension": "981",
                        "number": "(640) 678-7850",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "705",
                        "countryCode": "6",
                        "extension": "785",
                        "number": "670.717.7496 x98313",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "507",
                        "countryCode": "3",
                        "extension": "860",
                        "number": "630.806.3237 x869",
                        "type": "WORK"
                      }
                    ],
                    "redressNumber": "6",
                    "redressNumberCountryCode": "SO",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "afzNYnxx",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "GMqgt4RU",
                          "tierLevel": "Silver",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "tnBw2prv",
                          "tierLevel": "Gold",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "mnRoM5UT",
                          "tierLevel": "Gold",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "HNML",
                      "seatPreference": "NSST",
                      "specialRequests": [
                        "MEAL_VGML",
                        "WHEELCHAIR",
                        "MEAL_CHML",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "MAAS",
                          "description": "uMWWBqtelAqGPklT51tI",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "MBuvs7TLmwClB7nQMrzg",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "rIhkQN7gEaYEW6iPfMq8",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "MholZzS7axPSR2MxAmFf",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "SV",
                    "documentNumber": "l1xMvtO2",
                    "expiryDate": "2028-10-10",
                    "issueDate": "2021-09-14",
                    "issuePlace": "Rohnert Park",
                    "issuingCountry": "KR",
                    "type": "VI"
                  }
                },
                "passengerType": "INF",
                "quantity": 4,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 487.46,
                      "currency": "SEK"
                    },
                    {
                      "amount": 590.65,
                      "currency": "MGA"
                    },
                    {
                      "amount": 4706.43,
                      "currency": "ILS"
                    }
                  ],
                  [
                    {
                      "amount": 4436.46,
                      "currency": "VES"
                    },
                    {
                      "amount": 3832.36,
                      "currency": "NIO"
                    },
                    {
                      "amount": 170.21,
                      "currency": "DJF"
                    },
                    {
                      "amount": 2403.31,
                      "currency": "BND"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 774.04,
                      "currency": "EGP"
                    },
                    {
                      "amount": 2326.21,
                      "currency": "TND"
                    }
                  ],
                  [
                    {
                      "amount": 4099.04,
                      "currency": "NAD"
                    }
                  ],
                  [
                    {
                      "amount": 1772.41,
                      "currency": "MAD"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "NXdGB"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "US",
                    "dateOfBirth": "1981-06-27",
                    "documentNumber": "MTGFwmBA",
                    "documentType": "PU",
                    "expirationDate": "2030-07-28",
                    "issueDate": "2023-05-10",
                    "issuingCountry": "MO",
                    "nationality": "JE"
                  },
                  "passengerDetails": {
                    "firstName": "Leopold",
                    "lastName": "Barton",
                    "maidenName": "Aufderhar",
                    "middleName": "Addison",
                    "prefix": "MRS",
                    "suffix": "III"
                  },
                  "passengerIndex": 2,
                  "passengerInfo": {
                    "address": {
                      "addressType": "BUSINESS",
                      "city": "Fort Earl",
                      "country": "MS",
                      "postcode": "90455-3287",
                      "state": "Nevada",
                      "street1": "500 Walnut Street",
                      "street2": "Suite 546"
                    },
                    "dateOfBirth": "1960-07-22",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "New Isaiburgh",
                        "country": "MM",
                        "postcode": "61860",
                        "state": "Idaho",
                        "street1": "223 Gibson Lane",
                        "street2": "Suite 476"
                      },
                      "company": "Lowe LLC",
                      "email": "Evans.Abbott57@hotmail.com",
                      "number": "EqfUGyALEEZonkp",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "5e6izx",
                    "knownTravelerNumberCountryCode": "TR",
                    "phones": [
                      {
                        "areaCode": "926",
                        "countryCode": "7",
                        "extension": "868",
                        "number": "826.464.9169 x139",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "865",
                        "countryCode": "5",
                        "extension": "737",
                        "number": "630-631-2207 x6640",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "109",
                        "countryCode": "4",
                        "extension": "225",
                        "number": "374.883.0284",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "014",
                        "countryCode": "7",
                        "extension": "353",
                        "number": "1-412-542-0578",
                        "type": "CELLULAR"
                      }
                    ],
                    "redressNumber": "3",
                    "redressNumberCountryCode": "IE",
                    "type": "INF"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "en7d8ZYx",
                        "tierLevel": "Platinum",
                        "tierNumber": 2
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "pxj0IF8n",
                          "tierLevel": "Silver",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "LFML",
                      "seatPreference": "NSST",
                      "specialRequests": [
                        "MEAL_VGML",
                        "MEAL_CHML",
                        "SEAT_EXTRA_SPACE",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BIKE",
                          "description": "u7F2DTfCfoR7VeDewmJa",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "BW",
                    "documentNumber": "9cBjZF2J",
                    "expiryDate": "2026-08-19",
                    "issueDate": "2025-12-21",
                    "issuePlace": "North Deontae",
                    "issuingCountry": "MG",
                    "type": "VN"
                  }
                },
                "passengerType": "CHD",
                "quantity": 4,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4025.31,
                      "currency": "NZD"
                    },
                    {
                      "amount": 4689.9,
                      "currency": "CAD"
                    },
                    {
                      "amount": 4144.06,
                      "currency": "BBD"
                    },
                    {
                      "amount": 954.48,
                      "currency": "BGN"
                    }
                  ],
                  [
                    {
                      "amount": 2814.66,
                      "currency": "PGK"
                    },
                    {
                      "amount": 4386.54,
                      "currency": "KRW"
                    },
                    {
                      "amount": 3319.35,
                      "currency": "MWK"
                    },
                    {
                      "amount": 83.63,
                      "currency": "PKR"
                    },
                    {
                      "amount": 2723.19,
                      "currency": "AMD"
                    }
                  ],
                  [
                    {
                      "amount": 4413.47,
                      "currency": "SOS"
                    }
                  ],
                  [
                    {
                      "amount": 677.76,
                      "currency": "MYR"
                    },
                    {
                      "amount": 3613.43,
                      "currency": "SAR"
                    },
                    {
                      "amount": 512.77,
                      "currency": "LYD"
                    }
                  ],
                  [
                    {
                      "amount": 4773.24,
                      "currency": "AED"
                    },
                    {
                      "amount": 4263.58,
                      "currency": "ETB"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2840.05,
                      "currency": "MZN"
                    },
                    {
                      "amount": 1894.72,
                      "currency": "COP"
                    },
                    {
                      "amount": 4647.93,
                      "currency": "CVE"
                    },
                    {
                      "amount": 3022.97,
                      "currency": "HKD"
                    },
                    {
                      "amount": 2622.9,
                      "currency": "KWD"
                    }
                  ],
                  [
                    {
                      "amount": 863.47,
                      "currency": "CDF"
                    },
                    {
                      "amount": 863.47,
                      "currency": "AFN"
                    },
                    {
                      "amount": 1645.29,
                      "currency": "HUF"
                    },
                    {
                      "amount": 2058.34,
                      "currency": "MZN"
                    },
                    {
                      "amount": 3584.51,
                      "currency": "UGX"
                    }
                  ],
                  [
                    {
                      "amount": 1890.15,
                      "currency": "BND"
                    },
                    {
                      "amount": 3655.53,
                      "currency": "BBD"
                    },
                    {
                      "amount": 148,
                      "currency": "GBP"
                    }
                  ],
                  [
                    {
                      "amount": 3110.95,
                      "currency": "UZS"
                    },
                    {
                      "amount": 3346.66,
                      "currency": "BTN"
                    },
                    {
                      "amount": 4196.55,
                      "currency": "KZT"
                    },
                    {
                      "amount": 382.99,
                      "currency": "TRY"
                    }
                  ],
                  [
                    {
                      "amount": 2807.63,
                      "currency": "DZD"
                    },
                    {
                      "amount": 723.71,
                      "currency": "PKR"
                    },
                    {
                      "amount": 3590.6,
                      "currency": "NPR"
                    },
                    {
                      "amount": 2575.67,
                      "currency": "AOA"
                    },
                    {
                      "amount": 4936.58,
                      "currency": "BWP"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        }
      ],
      "label": "air",
      "total": {
        "alternatives": [
          [
            {
              "amount": 381.53,
              "currency": "SDG"
            }
          ],
          [
            {
              "amount": 1948.12,
              "currency": "MZN"
            }
          ],
          [
            {
              "amount": 3544.21,
              "currency": "BYN"
            },
            {
              "amount": 1100.39,
              "currency": "DOP"
            },
            {
              "amount": 1603,
              "currency": "LRD"
            },
            {
              "amount": 3946.74,
              "currency": "DOP"
            },
            {
              "amount": 2317.58,
              "currency": "GTQ"
            }
          ]
        ]
      }
    },
    {
      "breakdownElements": [
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "hlGUB"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "PL",
                "dateOfBirth": "1990-01-23",
                "documentNumber": "JOYYsWof",
                "documentType": "PS",
                "expirationDate": "2031-03-27",
                "issueDate": "2022-01-11",
                "issuingCountry": "NR",
                "nationality": "UY"
              },
              "passengerDetails": {
                "firstName": "Nicolas",
                "lastName": "Stark",
                "maidenName": "Will",
                "middleName": "Finley",
                "prefix": "Dr",
                "suffix": "II"
              },
              "passengerIndex": 2,
              "passengerInfo": {
                "address": {
                  "addressType": "INVOICE",
                  "city": "Elmhurst",
                  "country": "DZ",
                  "postcode": "40324",
                  "state": "Mississippi",
                  "street1": "98226 W High Street",
                  "street2": "Apt. 500"
                },
                "dateOfBirth": "1958-11-12",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "FEMALE",
                "generalSalesTaxData": {
                  "address": {
                    "city": "North Phoebeville",
                    "country": "AM",
                    "postcode": "44369",
                    "state": "North Dakota",
                    "street1": "17456 Princes Street",
                    "street2": "Apt. 776"
                  },
                  "company": "Johnson - Kuhlman",
                  "email": "Gardner.Yundt@hotmail.com",
                  "number": "z8OeiWHHJaBOtNc",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "WraS63",
                "knownTravelerNumberCountryCode": "RE",
                "phones": [
                  {
                    "areaCode": "121",
                    "countryCode": "4",
                    "extension": "174",
                    "number": "649-750-1898 x987",
                    "type": "CELLULAR"
                  },
                  {
                    "areaCode": "198",
                    "countryCode": "5",
                    "extension": "975",
                    "number": "835-277-7598",
                    "type": "FAX"
                  }
                ],
                "redressNumber": "4",
                "redressNumberCountryCode": "MQ",
                "type": "INF"
              },
              "passengerNameNumber": "02.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "CO",
                    "banner": "OURO",
                    "marketingCarrier": "AA",
                    "number": "UUGoXv56",
                    "tierLevel": "Red",
                    "tierNumber": 5
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "CO",
                    "banner": "BRONZE",
                    "marketingCarrier": "AA",
                    "number": "TDsCvPKF",
                    "tierLevel": "Silver",
                    "tierNumber": 3
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P1",
                      "banner": "PRATA",
                      "marketingCarrier": "VA",
                      "number": "8NmWHbF2",
                      "tierLevel": "Gold",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P2",
                      "banner": "PRATA",
                      "marketingCarrier": "VA",
                      "number": "fPU1IdZ0",
                      "tierLevel": "Silver",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P2",
                      "banner": "PRATA",
                      "marketingCarrier": "VA",
                      "number": "cQjuGxun",
                      "tierLevel": "Gold",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P1",
                      "banner": "BRONZE",
                      "marketingCarrier": "VA",
                      "number": "y7zp7GiS",
                      "tierLevel": "Platinum",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "LFML",
                  "seatPreference": "NSST",
                  "specialRequests": [
                    "MEAL_VGML",
                    "WHEELCHAIR",
                    "SEAT_EXTRA_SPACE",
                    "MEAL_CHML"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "MEDA",
                      "description": "A3BxYRCsC1oOIKQxEnil",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "FRA"
                        }
                      ]
                    },
                    {
                      "code": "BSCT",
                      "description": "HXLoTI200EZvfirR7x8B",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "DEAF",
                      "description": "tGZQPWn7mjI602iJKQPx",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "CW",
                "documentNumber": "8J9bEVb2",
                "expiryDate": "2028-09-18",
                "issueDate": "2021-08-29",
                "issuePlace": "Port Daphnee",
                "issuingCountry": "QA",
                "type": "VI"
              }
            },
            "passengerType": "CHD",
            "quantity": 1,
            "travelPart": {
              "@type": "Inbound"
            }
          },
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 2359.86,
                  "currency": "SEK"
                },
                {
                  "amount": 3700.47,
                  "currency": "SRD"
                }
              ],
              [
                {
                  "amount": 3497.34,
                  "currency": "AFN"
                },
                {
                  "amount": 4898.92,
                  "currency": "NPR"
                },
                {
                  "amount": 1480.01,
                  "currency": "VND"
                },
                {
                  "amount": 3224.4,
                  "currency": "ARS"
                }
              ],
              [
                {
                  "amount": 4544.32,
                  "currency": "MMK"
                },
                {
                  "amount": 2786.34,
                  "currency": "BRL"
                }
              ],
              [
                {
                  "amount": 2734.25,
                  "currency": "YER"
                },
                {
                  "amount": 4910.58,
                  "currency": "MOP"
                },
                {
                  "amount": 3810.52,
                  "currency": "COP"
                }
              ],
              [
                {
                  "amount": 422.37,
                  "currency": "PGK"
                },
                {
                  "amount": 1746.27,
                  "currency": "BDT"
                },
                {
                  "amount": 2158.93,
                  "currency": "PGK"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 1445.52,
                  "currency": "HKD"
                },
                {
                  "amount": 2473.16,
                  "currency": "MWK"
                },
                {
                  "amount": 4070.6,
                  "currency": "PLN"
                },
                {
                  "amount": 3256.43,
                  "currency": "SEK"
                }
              ],
              [
                {
                  "amount": 353.32,
                  "currency": "NAD"
                },
                {
                  "amount": 2399.89,
                  "currency": "RSD"
                },
                {
                  "amount": 4856.98,
                  "currency": "LSL"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "StgcS"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "BR",
                    "dateOfBirth": "1972-12-31",
                    "documentNumber": "N0oysHvy",
                    "documentType": "N",
                    "expirationDate": "2031-04-08",
                    "issueDate": "2023-06-08",
                    "issuingCountry": "LR",
                    "nationality": "IL"
                  },
                  "passengerDetails": {
                    "firstName": "Wilfrid",
                    "lastName": "Pacocha",
                    "maidenName": "Robel",
                    "middleName": "Sage",
                    "prefix": "DR",
                    "suffix": "Sr"
                  },
                  "passengerIndex": 5,
                  "passengerInfo": {
                    "address": {
                      "addressType": "RESIDENCE",
                      "city": "West Elissastead",
                      "country": "QA",
                      "postcode": "29705",
                      "state": "Alabama",
                      "street1": "408 Meadow Lane",
                      "street2": "Suite 223"
                    },
                    "dateOfBirth": "1972-12-19",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "MALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Alenestead",
                        "country": "NC",
                        "postcode": "80943-7467",
                        "state": "Maine",
                        "street1": "59787 Lemke Knoll",
                        "street2": "Apt. 403"
                      },
                      "company": "Barrows - Friesen",
                      "email": "Anita.Reichel@hotmail.com",
                      "number": "PaaT0SAP0uySv2z",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "a6fj41",
                    "knownTravelerNumberCountryCode": "CI",
                    "phones": [
                      {
                        "areaCode": "153",
                        "countryCode": "6",
                        "extension": "678",
                        "number": "(426) 636-7419",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "169",
                        "countryCode": "9",
                        "extension": "814",
                        "number": "1-549-865-8177 x690",
                        "type": "HOME"
                      }
                    ],
                    "redressNumber": "6",
                    "redressNumberCountryCode": "TH",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "6JaDSPBQ",
                        "tierLevel": "Gold",
                        "tierNumber": 5
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "QZ23AOnE",
                        "tierLevel": "Gold",
                        "tierNumber": 2
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "FAf1jkhb",
                        "tierLevel": "Platinum",
                        "tierNumber": 2
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "DLOGSOiU",
                        "tierLevel": "Platinum",
                        "tierNumber": 1
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "uolhodkv",
                        "tierLevel": "Gold",
                        "tierNumber": 1
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "JhM8l30i",
                          "tierLevel": "Gold",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "BYlwP24q",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "eYRL7L0W",
                          "tierLevel": "Silver",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "opMkNpFf",
                          "tierLevel": "Gold",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "zU1xsC0i",
                          "tierLevel": "Platinum",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "FPML",
                      "seatPreference": "NSST",
                      "specialRequests": [
                        "MEAL_VGML",
                        "WHEELCHAIR",
                        "MEAL_CHML",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BLND",
                          "description": "kKwZD2hDhqRYypk4wKBF",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "9VPZlZGMUXEnZDh3fL8z",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "lPovLrG1KMzEiVCTcqji",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "PETC",
                          "description": "C1ZCworScd3TxgPxUSAb",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "xzvRPkEFvJMakJ4UNsYe",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "BZ",
                    "documentNumber": "gL3GfEA1",
                    "expiryDate": "2030-11-01",
                    "issueDate": "2022-01-28",
                    "issuePlace": "O'Connellchester",
                    "issuingCountry": "FJ",
                    "type": "VN"
                  }
                },
                "passengerType": "INF",
                "quantity": 3,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 2538.73,
                      "currency": "RON"
                    },
                    {
                      "amount": 3264.59,
                      "currency": "BBD"
                    },
                    {
                      "amount": 4154.63,
                      "currency": "DOP"
                    },
                    {
                      "amount": 4409.73,
                      "currency": "RON"
                    }
                  ],
                  [
                    {
                      "amount": 4705.24,
                      "currency": "BBD"
                    },
                    {
                      "amount": 3779.56,
                      "currency": "KRW"
                    }
                  ],
                  [
                    {
                      "amount": 1448.04,
                      "currency": "IRR"
                    }
                  ],
                  [
                    {
                      "amount": 1816.5,
                      "currency": "ZMW"
                    },
                    {
                      "amount": 734.59,
                      "currency": "KZT"
                    },
                    {
                      "amount": 491.72,
                      "currency": "SAR"
                    }
                  ],
                  [
                    {
                      "amount": 4718.97,
                      "currency": "BIF"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 552.29,
                      "currency": "TWD"
                    }
                  ],
                  [
                    {
                      "amount": 1723.21,
                      "currency": "BND"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "CUAAi"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "NR",
                    "dateOfBirth": "2004-08-26",
                    "documentNumber": "ZksykSQK",
                    "documentType": "VN",
                    "expirationDate": "2027-10-16",
                    "issueDate": "2024-01-09",
                    "issuingCountry": "AM",
                    "nationality": "PA"
                  },
                  "passengerDetails": {
                    "firstName": "Benton",
                    "lastName": "Little",
                    "maidenName": "Renner",
                    "middleName": "Brooklyn",
                    "prefix": "Dr",
                    "suffix": "III"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "Medacester",
                      "country": "SD",
                      "postcode": "80480-2993",
                      "state": "Connecticut",
                      "street1": "81701 E Broadway",
                      "street2": "Apt. 595"
                    },
                    "dateOfBirth": "1972-04-07",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNKNOWN",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Baytown",
                        "country": "GG",
                        "postcode": "70235-0182",
                        "state": "Connecticut",
                        "street1": "106 Mann Court",
                        "street2": "Apt. 418"
                      },
                      "company": "Bartell Group",
                      "email": "Jennings.Dickinson69@gmail.com",
                      "number": "zRITBUO9cW8I5Q2",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "nPl9Yz",
                    "knownTravelerNumberCountryCode": "SS",
                    "phones": [
                      {
                        "areaCode": "242",
                        "countryCode": "1",
                        "extension": "742",
                        "number": "487.311.4032",
                        "type": "FAX"
                      },
                      {
                        "areaCode": "493",
                        "countryCode": "7",
                        "extension": "720",
                        "number": "594.806.9817 x6265",
                        "type": "FAX"
                      },
                      {
                        "areaCode": "954",
                        "countryCode": "9",
                        "extension": "379",
                        "number": "834-771-1029 x6636",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "770",
                        "countryCode": "4",
                        "extension": "075",
                        "number": "923.499.9884",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "4",
                    "redressNumberCountryCode": "RW",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "F2hNI0d0",
                        "tierLevel": "Platinum",
                        "tierNumber": 2
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "Zr3p1EP8",
                        "tierLevel": "Red",
                        "tierNumber": 2
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "u31gnajt",
                        "tierLevel": "Platinum",
                        "tierNumber": 4
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "aqK8A5ig",
                        "tierLevel": "Red",
                        "tierNumber": 3
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "aUJvvht5",
                          "tierLevel": "Gold",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "Sk34DoYp",
                          "tierLevel": "Gold",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "BBML",
                      "seatPreference": "NSST",
                      "specialRequests": [
                        "MEAL_VGML",
                        "SEAT_EXTRA_SPACE",
                        "WHEELCHAIR",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BLND",
                          "description": "eNCQJcDiHiV2AkUmB0NE",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "AL",
                    "documentNumber": "6M9AILT4",
                    "expiryDate": "2029-03-26",
                    "issueDate": "2024-01-03",
                    "issuePlace": "Mooreview",
                    "issuingCountry": "KM",
                    "type": "V"
                  }
                },
                "passengerType": "ADT",
                "quantity": 2,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 2210.58,
                      "currency": "PGK"
                    },
                    {
                      "amount": 4411.29,
                      "currency": "BWP"
                    },
                    {
                      "amount": 215.54,
                      "currency": "MVR"
                    }
                  ],
                  [
                    {
                      "amount": 1006.08,
                      "currency": "BAM"
                    },
                    {
                      "amount": 166.66,
                      "currency": "GYD"
                    },
                    {
                      "amount": 1153.08,
                      "currency": "RUB"
                    },
                    {
                      "amount": 393.53,
                      "currency": "GMD"
                    }
                  ],
                  [
                    {
                      "amount": 285.5,
                      "currency": "UYU"
                    }
                  ],
                  [
                    {
                      "amount": 12.08,
                      "currency": "KHR"
                    },
                    {
                      "amount": 3655.3,
                      "currency": "IDR"
                    },
                    {
                      "amount": 1069.92,
                      "currency": "INR"
                    }
                  ],
                  [
                    {
                      "amount": 2621.74,
                      "currency": "USD"
                    },
                    {
                      "amount": 1531.7,
                      "currency": "LYD"
                    },
                    {
                      "amount": 2573.16,
                      "currency": "MMK"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 4046.72,
                      "currency": "BBD"
                    },
                    {
                      "amount": 3728.56,
                      "currency": "DJF"
                    },
                    {
                      "amount": 1461.48,
                      "currency": "CDF"
                    }
                  ],
                  [
                    {
                      "amount": 2975.63,
                      "currency": "CHF"
                    },
                    {
                      "amount": 3539.09,
                      "currency": "ALL"
                    },
                    {
                      "amount": 3408.65,
                      "currency": "SZL"
                    }
                  ],
                  [
                    {
                      "amount": 3058.27,
                      "currency": "CAD"
                    },
                    {
                      "amount": 3165.9,
                      "currency": "STN"
                    },
                    {
                      "amount": 4638.87,
                      "currency": "KYD"
                    },
                    {
                      "amount": 2529.19,
                      "currency": "DKK"
                    },
                    {
                      "amount": 4176.44,
                      "currency": "SHP"
                    }
                  ],
                  [
                    {
                      "amount": 2253.82,
                      "currency": "SZL"
                    },
                    {
                      "amount": 2520.28,
                      "currency": "CDF"
                    },
                    {
                      "amount": 4046.27,
                      "currency": "AOA"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "CJLsj"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "SG",
                    "dateOfBirth": "2000-09-16",
                    "documentNumber": "zyEerILq",
                    "documentType": "PP",
                    "expirationDate": "2029-10-05",
                    "issueDate": "2026-02-03",
                    "issuingCountry": "SA",
                    "nationality": "TZ"
                  },
                  "passengerDetails": {
                    "firstName": "Dina",
                    "lastName": "Kemmer",
                    "maidenName": "Rempel",
                    "middleName": "Addison",
                    "prefix": "MISS",
                    "suffix": "SR"
                  },
                  "passengerIndex": 4,
                  "passengerInfo": {
                    "address": {
                      "addressType": "BUSINESS",
                      "city": "East Oscarburgh",
                      "country": "CK",
                      "postcode": "26634-3632",
                      "state": "New Hampshire",
                      "street1": "87704 Quentin Common",
                      "street2": "Apt. 347"
                    },
                    "dateOfBirth": "1982-09-02",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Trujillo Alto",
                        "country": "PL",
                        "postcode": "04208-0845",
                        "state": "South Carolina",
                        "street1": "615 Pennsylvania Avenue",
                        "street2": "Apt. 559"
                      },
                      "company": "O'Kon, Bartell and Huel",
                      "email": "Haven_McKenzie@gmail.com",
                      "number": "gxjJ62LVBQCsRVR",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "6BVZLe",
                    "knownTravelerNumberCountryCode": "HT",
                    "phones": [
                      {
                        "areaCode": "062",
                        "countryCode": "5",
                        "extension": "810",
                        "number": "(997) 468-0253 x9174",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "7",
                    "redressNumberCountryCode": "PS",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "HsPrYQvf",
                        "tierLevel": "Silver",
                        "tierNumber": 3
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "HG9WMImR",
                        "tierLevel": "Platinum",
                        "tierNumber": 1
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "G6f7tE4t",
                        "tierLevel": "Platinum",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "Y4VUXGvW",
                          "tierLevel": "Red",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "WGrqGuHe",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "NgYuPMBl",
                          "tierLevel": "Silver",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "a4RaPK14",
                          "tierLevel": "Platinum",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "IJ83FSwg",
                          "tierLevel": "Platinum",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VJML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "SEAT_EXTRA_SPACE",
                        "MEAL_VGML",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "MAAS",
                          "description": "SS4aqROELLt2SC8IHapC",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "BJ",
                    "documentNumber": "5ko8RTBZ",
                    "expiryDate": "2029-03-27",
                    "issueDate": "2022-03-06",
                    "issuePlace": "East Hershel",
                    "issuingCountry": "IN",
                    "type": "V"
                  }
                },
                "passengerType": "ADT",
                "quantity": 3,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 3280.13,
                      "currency": "BGN"
                    },
                    {
                      "amount": 2893.61,
                      "currency": "KWD"
                    },
                    {
                      "amount": 2128.96,
                      "currency": "TTD"
                    },
                    {
                      "amount": 1214.12,
                      "currency": "WST"
                    }
                  ],
                  [
                    {
                      "amount": 1408.71,
                      "currency": "SSP"
                    }
                  ],
                  [
                    {
                      "amount": 1577.61,
                      "currency": "PLN"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2521.26,
                      "currency": "UYU"
                    },
                    {
                      "amount": 2928.36,
                      "currency": "TJS"
                    },
                    {
                      "amount": 4506.72,
                      "currency": "VUV"
                    },
                    {
                      "amount": 3886.77,
                      "currency": "TZS"
                    }
                  ],
                  [
                    {
                      "amount": 1317.68,
                      "currency": "DJF"
                    },
                    {
                      "amount": 718.94,
                      "currency": "OMR"
                    },
                    {
                      "amount": 657.09,
                      "currency": "KHR"
                    }
                  ],
                  [
                    {
                      "amount": 2476.89,
                      "currency": "PHP"
                    },
                    {
                      "amount": 4607.94,
                      "currency": "TOP"
                    }
                  ],
                  [
                    {
                      "amount": 1540.83,
                      "currency": "MKD"
                    }
                  ],
                  [
                    {
                      "amount": 1185.25,
                      "currency": "ARS"
                    },
                    {
                      "amount": 3692.11,
                      "currency": "RON"
                    },
                    {
                      "amount": 17,
                      "currency": "TJS"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "Bsoko"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "AX",
                    "dateOfBirth": "1997-12-19",
                    "documentNumber": "btYgqa0B",
                    "documentType": "PE",
                    "expirationDate": "2028-07-05",
                    "issueDate": "2025-08-05",
                    "issuingCountry": "FJ",
                    "nationality": "GI"
                  },
                  "passengerDetails": {
                    "firstName": "Daisy",
                    "lastName": "Brakus",
                    "maidenName": "Mante",
                    "middleName": "Logan",
                    "prefix": "MR",
                    "suffix": "SR"
                  },
                  "passengerIndex": 3,
                  "passengerInfo": {
                    "address": {
                      "addressType": "INVOICE",
                      "city": "East Bennett",
                      "country": "BS",
                      "postcode": "34589",
                      "state": "Michigan",
                      "street1": "223 Lukas Spring",
                      "street2": "Apt. 578"
                    },
                    "dateOfBirth": "1956-08-25",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "MALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Kannapolis",
                        "country": "PA",
                        "postcode": "44028-0780",
                        "state": "Florida",
                        "street1": "21223 Hermann Light",
                        "street2": "Suite 751"
                      },
                      "company": "Schmitt Inc",
                      "email": "Felicia0@yahoo.com",
                      "number": "JwRRh7cNHCcrvum",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "jZgR2A",
                    "knownTravelerNumberCountryCode": "LI",
                    "phones": [
                      {
                        "areaCode": "794",
                        "countryCode": "6",
                        "extension": "783",
                        "number": "210.931.3871",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "104",
                        "countryCode": "6",
                        "extension": "120",
                        "number": "481.230.3572 x96113",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "217",
                        "countryCode": "6",
                        "extension": "609",
                        "number": "947.441.7774 x28811",
                        "type": "AGENCY"
                      }
                    ],
                    "redressNumber": "1",
                    "redressNumberCountryCode": "CD",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "FBt1ZQIO",
                        "tierLevel": "Red",
                        "tierNumber": 1
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "IdcJ3rL7",
                          "tierLevel": "Silver",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "suXy3OWv",
                          "tierLevel": "Silver",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "09ntmPPq",
                          "tierLevel": "Platinum",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "vQJ9ajgg",
                          "tierLevel": "Red",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "39NhQLLO",
                          "tierLevel": "Platinum",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "LSML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "MEAL_VGML",
                        "MEAL_CHML",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "PETC",
                          "description": "OUHoxvfAz3Zc2eejSTsu",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "TZW0qq0XHkLty8kpmE1r",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "WpVQzSUCU8v5yKd5ptSb",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "AX",
                    "documentNumber": "qhn3ZVlN",
                    "expiryDate": "2026-10-21",
                    "issueDate": "2026-05-16",
                    "issuePlace": "Eddieborough",
                    "issuingCountry": "VN",
                    "type": "VI"
                  }
                },
                "passengerType": "ADT",
                "quantity": 4,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 2580.12,
                      "currency": "BTN"
                    },
                    {
                      "amount": 2832.62,
                      "currency": "PAB"
                    },
                    {
                      "amount": 1240.1,
                      "currency": "EUR"
                    }
                  ],
                  [
                    {
                      "amount": 2987.78,
                      "currency": "KGS"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 4754.45,
                      "currency": "CNY"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "ecjRZ"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "ME",
                    "dateOfBirth": "1997-07-20",
                    "documentNumber": "ifVQZwa3",
                    "documentType": "PM",
                    "expirationDate": "2030-08-19",
                    "issueDate": "2023-08-29",
                    "issuingCountry": "PS",
                    "nationality": "PM"
                  },
                  "passengerDetails": {
                    "firstName": "Misael",
                    "lastName": "Smitham",
                    "maidenName": "Jerde",
                    "middleName": "Brooklyn",
                    "prefix": "Mrs",
                    "suffix": "II"
                  },
                  "passengerIndex": 3,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "Abnerville",
                      "country": "TC",
                      "postcode": "09197",
                      "state": "Vermont",
                      "street1": "92208 Shane Hollow",
                      "street2": "Apt. 610"
                    },
                    "dateOfBirth": "1998-08-14",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNKNOWN",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Waco",
                        "country": "LV",
                        "postcode": "77830-5819",
                        "state": "Vermont",
                        "street1": "4108 Josefina Stream",
                        "street2": "Apt. 560"
                      },
                      "company": "O'Kon Inc",
                      "email": "Larissa5@hotmail.com",
                      "number": "6Uj596SK6HSg3kX",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "tAGmaW",
                    "knownTravelerNumberCountryCode": "AF",
                    "phones": [
                      {
                        "areaCode": "670",
                        "countryCode": "4",
                        "extension": "675",
                        "number": "822-438-5088 x20411",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "702",
                        "countryCode": "1",
                        "extension": "630",
                        "number": "1-652-922-5866 x6219",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "885",
                        "countryCode": "6",
                        "extension": "785",
                        "number": "401.542.4317",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "989",
                        "countryCode": "3",
                        "extension": "664",
                        "number": "(681) 679-7360 x4755",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "268",
                        "countryCode": "8",
                        "extension": "223",
                        "number": "381.314.4357 x7264",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "1",
                    "redressNumberCountryCode": "SJ",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "Ojp6nwso",
                        "tierLevel": "Silver",
                        "tierNumber": 4
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "seERTAWc",
                        "tierLevel": "Silver",
                        "tierNumber": 5
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "Fp7CkGLN",
                        "tierLevel": "Platinum",
                        "tierNumber": 4
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "TZ55RZN6",
                        "tierLevel": "Gold",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "UXtgjzr3",
                          "tierLevel": "Gold",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "iEE9bF4Q",
                          "tierLevel": "Platinum",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "v4hszjEp",
                          "tierLevel": "Silver",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "KSML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "WHEELCHAIR",
                        "MEAL_VGML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "MEDA",
                          "description": "Ex2HrYwwbHMpBVQMSXA6",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "PIR1igK54O63uo1RIJsP",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "2kXGL2dPyfJFUXu33Zqj",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "WS",
                    "documentNumber": "Umi37oui",
                    "expiryDate": "2029-11-09",
                    "issueDate": "2026-03-27",
                    "issuePlace": "Heaneyshire",
                    "issuingCountry": "RS",
                    "type": "VI"
                  }
                },
                "passengerType": "ADT",
                "quantity": 5,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4165.26,
                      "currency": "MGA"
                    },
                    {
                      "amount": 3078.29,
                      "currency": "BMD"
                    },
                    {
                      "amount": 2458.66,
                      "currency": "LRD"
                    },
                    {
                      "amount": 498.34,
                      "currency": "HTG"
                    },
                    {
                      "amount": 1030.75,
                      "currency": "UGX"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 1295.54,
                      "currency": "MOP"
                    },
                    {
                      "amount": 1474.47,
                      "currency": "GEL"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        }
      ],
      "label": "seat",
      "total": {
        "alternatives": [
          [
            {
              "amount": 4439.57,
              "currency": "KRW"
            },
            {
              "amount": 2671.16,
              "currency": "SEK"
            },
            {
              "amount": 1942.22,
              "currency": "BAM"
            },
            {
              "amount": 3292.51,
              "currency": "OMR"
            }
          ],
          [
            {
              "amount": 4150.43,
              "currency": "PYG"
            },
            {
              "amount": 2844.84,
              "currency": "PYG"
            },
            {
              "amount": 2948.75,
              "currency": "QAR"
            }
          ],
          [
            {
              "amount": 1505.03,
              "currency": "MUR"
            },
            {
              "amount": 2450.6,
              "currency": "MWK"
            },
            {
              "amount": 2878.34,
              "currency": "UZS"
            },
            {
              "amount": 2359.4,
              "currency": "RON"
            },
            {
              "amount": 1519.08,
              "currency": "NAD"
            }
          ],
          [
            {
              "amount": 2880.72,
              "currency": "AZN"
            },
            {
              "amount": 1479.3,
              "currency": "HNL"
            },
            {
              "amount": 436.75,
              "currency": "AFN"
            },
            {
              "amount": 2973.09,
              "currency": "TJS"
            }
          ]
        ]
      }
    }
  ],
  "previousTotal": {
    "alternatives": [
      [
        {
          "amount": 2560.86,
          "currency": "AWG"
        },
        {
          "amount": 1880.34,
          "currency": "LAK"
        },
        {
          "amount": 3703.75,
          "currency": "MDL"
        },
        {
          "amount": 3132.17,
          "currency": "BBD"
        }
      ]
    ]
  },
  "productBreakdowns": [
    {
      "breakdownElements": [
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "oqSTm"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "RU",
                "dateOfBirth": "1946-12-06",
                "documentNumber": "TWYYvnu2",
                "documentType": "A",
                "expirationDate": "2028-03-11",
                "issueDate": "2025-05-31",
                "issuingCountry": "KZ",
                "nationality": "SK"
              },
              "passengerDetails": {
                "firstName": "Gertrude",
                "lastName": "Muller",
                "maidenName": "Baumbach",
                "middleName": "Emerson",
                "prefix": "Mrs",
                "suffix": "JR"
              },
              "passengerIndex": 5,
              "passengerInfo": {
                "address": {
                  "addressType": "INVOICE",
                  "city": "Fort Evie",
                  "country": "NE",
                  "postcode": "46867-4152",
                  "state": "New York",
                  "street1": "58423 Hill Street",
                  "street2": "Suite 634"
                },
                "dateOfBirth": "1958-06-01",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "UNSPECIFIED",
                "generalSalesTaxData": {
                  "address": {
                    "city": "San Mateo",
                    "country": "AU",
                    "postcode": "72303",
                    "state": "Illinois",
                    "street1": "783 Somerset Road",
                    "street2": "Suite 912"
                  },
                  "company": "Wolf, Barton and Kuhic",
                  "email": "Alyce58@hotmail.com",
                  "number": "ezx1SjKHFqFduVL",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "ePhBWr",
                "knownTravelerNumberCountryCode": "LV",
                "phones": [
                  {
                    "areaCode": "807",
                    "countryCode": "3",
                    "extension": "298",
                    "number": "779-887-4359 x26230",
                    "type": "BUSINESS"
                  },
                  {
                    "areaCode": "450",
                    "countryCode": "1",
                    "extension": "796",
                    "number": "219.608.9825 x0266",
                    "type": "MOBILE"
                  },
                  {
                    "areaCode": "782",
                    "countryCode": "0",
                    "extension": "206",
                    "number": "485-835-4231",
                    "type": "BUSINESS"
                  }
                ],
                "redressNumber": "5",
                "redressNumberCountryCode": "MR",
                "type": "CHD"
              },
              "passengerNameNumber": "01.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "CO",
                    "banner": "BRONZE",
                    "marketingCarrier": "AA",
                    "number": "n1n6M8fK",
                    "tierLevel": "Gold",
                    "tierNumber": 1
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P2",
                    "banner": "OURO",
                    "marketingCarrier": "VA",
                    "number": "9ZHKp07w",
                    "tierLevel": "Gold",
                    "tierNumber": 2
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P1",
                      "banner": "OURO",
                      "marketingCarrier": "VA",
                      "number": "v65lFARR",
                      "tierLevel": "Silver",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "CO",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "GmMZJXBO",
                      "tierLevel": "Red",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "CO",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "k3pzA0ER",
                      "tierLevel": "Silver",
                      "tierNumber": 2
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "DBML",
                  "seatPreference": "NSSA",
                  "specialRequests": [
                    "WHEELCHAIR",
                    "SEAT_EXTRA_SPACE",
                    "MEAL_CHML"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "BIKE",
                      "description": "F0ZHvgFYXirU5k3cO6ui",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        }
                      ]
                    },
                    {
                      "code": "BSCT",
                      "description": "bfPSUu7GUlcHFXbmn4Tv",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "FRA"
                        }
                      ]
                    },
                    {
                      "code": "MAAS",
                      "description": "PYvOixq0oAjbkGVFXKV9",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "PETC",
                      "description": "SLrkXetFIq173lcA2QG3",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-17T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        }
                      ]
                    },
                    {
                      "code": "MAAS",
                      "description": "vLEIyfpUvTBNfBPbmZNw",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-17T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "CD",
                "documentNumber": "VVs04G1x",
                "expiryDate": "2027-05-08",
                "issueDate": "2023-04-04",
                "issuePlace": "East Adelineboro",
                "issuingCountry": "PH",
                "type": "VI"
              }
            },
            "passengerType": "INF",
            "quantity": 5,
            "travelPart": {
              "@type": "Inbound"
            }
          },
          "label": "FEES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 1766.39,
                  "currency": "THB"
                },
                {
                  "amount": 4745.26,
                  "currency": "HUF"
                }
              ],
              [
                {
                  "amount": 764.37,
                  "currency": "HKD"
                },
                {
                  "amount": 4982.04,
                  "currency": "PGK"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 941.63,
                  "currency": "SHP"
                },
                {
                  "amount": 1480.88,
                  "currency": "ZMW"
                }
              ],
              [
                {
                  "amount": 65.93,
                  "currency": "JMD"
                },
                {
                  "amount": 4933.15,
                  "currency": "UZS"
                },
                {
                  "amount": 4398.01,
                  "currency": "TMT"
                }
              ],
              [
                {
                  "amount": 585.44,
                  "currency": "MVR"
                },
                {
                  "amount": 4268.77,
                  "currency": "ALL"
                },
                {
                  "amount": 4778.07,
                  "currency": "ANG"
                },
                {
                  "amount": 1662.85,
                  "currency": "BND"
                },
                {
                  "amount": 3223.54,
                  "currency": "XOF"
                }
              ],
              [
                {
                  "amount": 2894.86,
                  "currency": "CDF"
                },
                {
                  "amount": 2794.63,
                  "currency": "AUD"
                },
                {
                  "amount": 3156.51,
                  "currency": "SEK"
                },
                {
                  "amount": 1667.6,
                  "currency": "DJF"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "zPKCI"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "KH",
                    "dateOfBirth": "1991-10-09",
                    "documentNumber": "TGzm4dRe",
                    "documentType": "VB",
                    "expirationDate": "2031-02-20",
                    "issueDate": "2022-05-28",
                    "issuingCountry": "WS",
                    "nationality": "WF"
                  },
                  "passengerDetails": {
                    "firstName": "Jasen",
                    "lastName": "Metz",
                    "maidenName": "Rosenbaum",
                    "middleName": "Reese",
                    "prefix": "Miss",
                    "suffix": "JR"
                  },
                  "passengerIndex": 3,
                  "passengerInfo": {
                    "address": {
                      "addressType": "RESIDENCE",
                      "city": "East Avery",
                      "country": "IM",
                      "postcode": "70556-0637",
                      "state": "South Carolina",
                      "street1": "782 Mann Junctions",
                      "street2": "Apt. 834"
                    },
                    "dateOfBirth": "1953-04-24",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Columbusborough",
                        "country": "SH",
                        "postcode": "19820",
                        "state": "Michigan",
                        "street1": "953 Clay Lane",
                        "street2": "Apt. 312"
                      },
                      "company": "Rutherford - Pacocha",
                      "email": "Holly_Turcotte22@hotmail.com",
                      "number": "J7awxJ39JjJXK0t",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "twMmT7",
                    "knownTravelerNumberCountryCode": "JP",
                    "phones": [
                      {
                        "areaCode": "564",
                        "countryCode": "7",
                        "extension": "334",
                        "number": "863.622.7095",
                        "type": "HOME"
                      },
                      {
                        "areaCode": "870",
                        "countryCode": "1",
                        "extension": "967",
                        "number": "(561) 602-4118",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "054",
                        "countryCode": "5",
                        "extension": "250",
                        "number": "1-366-734-6149 x9821",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "728",
                        "countryCode": "2",
                        "extension": "907",
                        "number": "206.777.8556 x08957",
                        "type": "WORK"
                      }
                    ],
                    "redressNumber": "6",
                    "redressNumberCountryCode": "ET",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "KiuG5nGT",
                        "tierLevel": "Gold",
                        "tierNumber": 3
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "6sxu1818",
                        "tierLevel": "Silver",
                        "tierNumber": 5
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "St7ss1F5",
                        "tierLevel": "Silver",
                        "tierNumber": 3
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "U9u9UQgI",
                        "tierLevel": "Gold",
                        "tierNumber": 2
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "ksT9xXaS",
                          "tierLevel": "Silver",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "XcTM8jHe",
                          "tierLevel": "Platinum",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "v5u1ONmq",
                          "tierLevel": "Silver",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "haYQSQDH",
                          "tierLevel": "Red",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "MyS6E66h",
                          "tierLevel": "Platinum",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "GFML",
                      "seatPreference": "NSSA",
                      "specialRequests": [
                        "MEAL_CHML",
                        "WHEELCHAIR",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "DEAF",
                          "description": "wZLe1YkSp9DM07m4CNaZ",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "ezKqpkyFupVbixY4CRwR",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "SZ",
                    "documentNumber": "ddlMcwO6",
                    "expiryDate": "2029-11-06",
                    "issueDate": "2026-03-13",
                    "issuePlace": "Port Josefa",
                    "issuingCountry": "AO",
                    "type": "V"
                  }
                },
                "passengerType": "CHD",
                "quantity": 5,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 3966.44,
                      "currency": "SZL"
                    },
                    {
                      "amount": 3755.04,
                      "currency": "NGN"
                    },
                    {
                      "amount": 4609.88,
                      "currency": "CDF"
                    }
                  ],
                  [
                    {
                      "amount": 2831.8,
                      "currency": "PGK"
                    },
                    {
                      "amount": 3109.05,
                      "currency": "TMT"
                    },
                    {
                      "amount": 1615.64,
                      "currency": "OMR"
                    }
                  ],
                  [
                    {
                      "amount": 4844.79,
                      "currency": "INR"
                    },
                    {
                      "amount": 983.43,
                      "currency": "KES"
                    },
                    {
                      "amount": 4107.54,
                      "currency": "AUD"
                    }
                  ],
                  [
                    {
                      "amount": 3527.22,
                      "currency": "SZL"
                    },
                    {
                      "amount": 149.37,
                      "currency": "GBP"
                    },
                    {
                      "amount": 2164.6,
                      "currency": "DOP"
                    },
                    {
                      "amount": 1437.28,
                      "currency": "GYD"
                    },
                    {
                      "amount": 603.38,
                      "currency": "YER"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 4916.49,
                      "currency": "EUR"
                    },
                    {
                      "amount": 1839.74,
                      "currency": "LBP"
                    },
                    {
                      "amount": 3825.64,
                      "currency": "KYD"
                    },
                    {
                      "amount": 2380.72,
                      "currency": "AED"
                    },
                    {
                      "amount": 4131.76,
                      "currency": "SGD"
                    }
                  ],
                  [
                    {
                      "amount": 3885.62,
                      "currency": "VUV"
                    },
                    {
                      "amount": 762.71,
                      "currency": "PAB"
                    },
                    {
                      "amount": 1957.71,
                      "currency": "AFN"
                    },
                    {
                      "amount": 869.61,
                      "currency": "BGN"
                    }
                  ],
                  [
                    {
                      "amount": 2214.76,
                      "currency": "PAB"
                    },
                    {
                      "amount": 1988.45,
                      "currency": "BYN"
                    },
                    {
                      "amount": 1833.02,
                      "currency": "BRL"
                    },
                    {
                      "amount": 4450.64,
                      "currency": "BZD"
                    }
                  ],
                  [
                    {
                      "amount": 444.11,
                      "currency": "UAH"
                    },
                    {
                      "amount": 3772.38,
                      "currency": "AWG"
                    },
                    {
                      "amount": 978.78,
                      "currency": "NAD"
                    },
                    {
                      "amount": 699.46,
                      "currency": "BOB"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "ZgINg"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "IT",
                    "dateOfBirth": "1951-04-01",
                    "documentNumber": "ZPG0Y9qA",
                    "documentType": "PM",
                    "expirationDate": "2029-09-13",
                    "issueDate": "2023-12-11",
                    "issuingCountry": "ZW",
                    "nationality": "MV"
                  },
                  "passengerDetails": {
                    "firstName": "Aryanna",
                    "lastName": "Balistreri",
                    "maidenName": "Gutmann-Abernathy",
                    "middleName": "Jordan",
                    "prefix": "Miss",
                    "suffix": "JR"
                  },
                  "passengerIndex": 2,
                  "passengerInfo": {
                    "address": {
                      "addressType": "INVOICE",
                      "city": "North Claire",
                      "country": "CD",
                      "postcode": "85791-1900",
                      "state": "North Dakota",
                      "street1": "33389 Laurine Forges",
                      "street2": "Suite 543"
                    },
                    "dateOfBirth": "1987-10-21",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Mannboro",
                        "country": "TO",
                        "postcode": "45057-5657",
                        "state": "Nebraska",
                        "street1": "25732 Lincoln Street",
                        "street2": "Suite 966"
                      },
                      "company": "Hilll, Jones and O'Conner",
                      "email": "Emelia_Torphy1@yahoo.com",
                      "number": "U7uEFRe4VoUbECq",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "bSwf5J",
                    "knownTravelerNumberCountryCode": "AU",
                    "phones": [
                      {
                        "areaCode": "836",
                        "countryCode": "8",
                        "extension": "502",
                        "number": "1-451-412-6942",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "632",
                        "countryCode": "2",
                        "extension": "208",
                        "number": "1-680-541-7387 x2326",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "680",
                        "countryCode": "3",
                        "extension": "269",
                        "number": "503.329.4340 x18630",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "479",
                        "countryCode": "1",
                        "extension": "103",
                        "number": "763-223-0748 x824",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "995",
                        "countryCode": "9",
                        "extension": "173",
                        "number": "956-631-3645 x325",
                        "type": "CELLULAR"
                      }
                    ],
                    "redressNumber": "5",
                    "redressNumberCountryCode": "RU",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "tQtsip6z",
                        "tierLevel": "Platinum",
                        "tierNumber": 3
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "s3syeHBI",
                        "tierLevel": "Silver",
                        "tierNumber": 2
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "OjLRkH03",
                          "tierLevel": "Silver",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "wZj9JKLk",
                          "tierLevel": "Red",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "HNML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "MEAL_CHML",
                        "MEAL_VGML",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "MEDA",
                          "description": "TvD941iGSGVtVmGmKoKq",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "Yx01YT7SzmKzL5inYKzq",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "PETC",
                          "description": "ig794n3NvwUZ145l80mF",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "feEW62gHH4ifcvrOj3KN",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "c2QjyrVgP91Rjvoiv16O",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "PF",
                    "documentNumber": "I2lF6SQF",
                    "expiryDate": "2030-02-10",
                    "issueDate": "2021-10-29",
                    "issuePlace": "South Marleyview",
                    "issuingCountry": "GW",
                    "type": "VN"
                  }
                },
                "passengerType": "ADT",
                "quantity": 4,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 144.83,
                      "currency": "RSD"
                    }
                  ],
                  [
                    {
                      "amount": 1867.9,
                      "currency": "AWG"
                    }
                  ],
                  [
                    {
                      "amount": 3223.82,
                      "currency": "UGX"
                    },
                    {
                      "amount": 4486.04,
                      "currency": "EGP"
                    }
                  ],
                  [
                    {
                      "amount": 546.69,
                      "currency": "UYU"
                    },
                    {
                      "amount": 1221.72,
                      "currency": "HKD"
                    },
                    {
                      "amount": 3300.02,
                      "currency": "CUP"
                    }
                  ],
                  [
                    {
                      "amount": 3049.29,
                      "currency": "TND"
                    },
                    {
                      "amount": 4912.77,
                      "currency": "CVE"
                    },
                    {
                      "amount": 284.95,
                      "currency": "BDT"
                    },
                    {
                      "amount": 2347.87,
                      "currency": "BYN"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2789.2,
                      "currency": "THB"
                    },
                    {
                      "amount": 1918.12,
                      "currency": "LKR"
                    },
                    {
                      "amount": 3210.21,
                      "currency": "BSD"
                    },
                    {
                      "amount": 1408.83,
                      "currency": "GYD"
                    },
                    {
                      "amount": 4415.62,
                      "currency": "ARS"
                    }
                  ],
                  [
                    {
                      "amount": 1745.27,
                      "currency": "MXN"
                    }
                  ],
                  [
                    {
                      "amount": 2299.71,
                      "currency": "PLN"
                    },
                    {
                      "amount": 2941.84,
                      "currency": "ILS"
                    },
                    {
                      "amount": 2330.89,
                      "currency": "NPR"
                    }
                  ],
                  [
                    {
                      "amount": 4419.57,
                      "currency": "RON"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "IWUrf"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "LK",
                    "dateOfBirth": "1981-04-07",
                    "documentNumber": "hafy15q0",
                    "documentType": "IN",
                    "expirationDate": "2026-08-24",
                    "issueDate": "2021-07-15",
                    "issuingCountry": "IN",
                    "nationality": "MK"
                  },
                  "passengerDetails": {
                    "firstName": "Darian",
                    "lastName": "Schmitt",
                    "maidenName": "Bayer",
                    "middleName": "Drew",
                    "prefix": "Mrs",
                    "suffix": "Jr"
                  },
                  "passengerIndex": 4,
                  "passengerInfo": {
                    "address": {
                      "addressType": "INVOICE",
                      "city": "Lake Ardith",
                      "country": "GU",
                      "postcode": "21765",
                      "state": "Nevada",
                      "street1": "3372 Ethan Flat",
                      "street2": "Suite 990"
                    },
                    "dateOfBirth": "1981-12-20",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNKNOWN",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Fort Katelynmouth",
                        "country": "GP",
                        "postcode": "93003-9869",
                        "state": "New Hampshire",
                        "street1": "338 Kuhic Ways",
                        "street2": "Suite 170"
                      },
                      "company": "Hahn - Zboncak",
                      "email": "Glenna_Stoltenberg93@hotmail.com",
                      "number": "jiPUq1VzQbcxrDM",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "DyfPsg",
                    "knownTravelerNumberCountryCode": "PR",
                    "phones": [
                      {
                        "areaCode": "825",
                        "countryCode": "3",
                        "extension": "285",
                        "number": "(610) 318-0047",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "347",
                        "countryCode": "9",
                        "extension": "571",
                        "number": "380.817.4485 x0393",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "284",
                        "countryCode": "9",
                        "extension": "708",
                        "number": "575-265-2981 x61428",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "8",
                    "redressNumberCountryCode": "US",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "No7SG378",
                        "tierLevel": "Platinum",
                        "tierNumber": 3
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "0opGQINA",
                        "tierLevel": "Gold",
                        "tierNumber": 5
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "1oHXnnjh",
                        "tierLevel": "Platinum",
                        "tierNumber": 3
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "BfSNFd5Q",
                        "tierLevel": "Gold",
                        "tierNumber": 3
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "Qy4HfK3T",
                          "tierLevel": "Platinum",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "YNbQZMXc",
                          "tierLevel": "Silver",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VGML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BLND",
                          "description": "2m8ZGMzBJJ8I4fjLr3FM",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "zn4gplpWxHwHCNg1GPo3",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "dAHbLL3XXIuEDoPjgw62",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BIKE",
                          "description": "3qQ2PvcA0SdRUbcgajv3",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "9YXemcZD1qgxoox4jfZJ",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "PA",
                    "documentNumber": "Tv7BJdbd",
                    "expiryDate": "2028-08-21",
                    "issueDate": "2023-05-10",
                    "issuePlace": "Nonashire",
                    "issuingCountry": "LB",
                    "type": "VN"
                  }
                },
                "passengerType": "INF",
                "quantity": 3,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4481.53,
                      "currency": "ANG"
                    },
                    {
                      "amount": 565.66,
                      "currency": "TND"
                    },
                    {
                      "amount": 3376.78,
                      "currency": "BAM"
                    },
                    {
                      "amount": 524.05,
                      "currency": "CDF"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2061.73,
                      "currency": "BAM"
                    }
                  ],
                  [
                    {
                      "amount": 3944.63,
                      "currency": "INR"
                    },
                    {
                      "amount": 3507.72,
                      "currency": "BWP"
                    },
                    {
                      "amount": 4987.46,
                      "currency": "PKR"
                    },
                    {
                      "amount": 3748.6,
                      "currency": "UGX"
                    },
                    {
                      "amount": 62.01,
                      "currency": "EGP"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "jbpQg"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "PR",
                    "dateOfBirth": "1981-11-25",
                    "documentNumber": "fwklaSKQ",
                    "documentType": "V",
                    "expirationDate": "2028-09-18",
                    "issueDate": "2024-10-23",
                    "issuingCountry": "MZ",
                    "nationality": "CF"
                  },
                  "passengerDetails": {
                    "firstName": "Mario",
                    "lastName": "Wiegand",
                    "maidenName": "Miller",
                    "middleName": "Brooklyn",
                    "prefix": "MS",
                    "suffix": "JR"
                  },
                  "passengerIndex": 2,
                  "passengerInfo": {
                    "address": {
                      "addressType": "HOME",
                      "city": "Rocklin",
                      "country": "JP",
                      "postcode": "94072",
                      "state": "New Jersey",
                      "street1": "557 Sawayn Square",
                      "street2": "Suite 543"
                    },
                    "dateOfBirth": "1975-08-23",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Ervinborough",
                        "country": "IS",
                        "postcode": "93768",
                        "state": "Pennsylvania",
                        "street1": "1095 Durgan Lodge",
                        "street2": "Apt. 696"
                      },
                      "company": "Lueilwitz - Collier",
                      "email": "Jermain1@gmail.com",
                      "number": "kztewxjza1KzJDw",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "OtlM0c",
                    "knownTravelerNumberCountryCode": "CD",
                    "phones": [
                      {
                        "areaCode": "049",
                        "countryCode": "4",
                        "extension": "218",
                        "number": "(895) 895-2072 x787",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "202",
                        "countryCode": "9",
                        "extension": "403",
                        "number": "1-437-233-3018 x48250",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "445",
                        "countryCode": "4",
                        "extension": "009",
                        "number": "621-614-1240",
                        "type": "FAX"
                      }
                    ],
                    "redressNumber": "0",
                    "redressNumberCountryCode": "TR",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "vs2zYDtE",
                        "tierLevel": "Silver",
                        "tierNumber": 3
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "SktDMQha",
                        "tierLevel": "Silver",
                        "tierNumber": 2
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "8MYsBmbx",
                        "tierLevel": "Silver",
                        "tierNumber": 3
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "obWQS49z",
                          "tierLevel": "Red",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "VJMWeYcv",
                          "tierLevel": "Gold",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "qLRlkoM3",
                          "tierLevel": "Red",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VGML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "WHEELCHAIR",
                        "MEAL_CHML",
                        "MEAL_VGML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "DEAF",
                          "description": "v8eX8QTJXvCEidNHWuZk",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "ZyLqjoGReIT9rwaCU78N",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "L1ZMXoJJdJJkMzuSzgYA",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "X4nXGnfQ905ZF9wLBvY8",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "GL",
                    "documentNumber": "YbsyJBne",
                    "expiryDate": "2026-12-10",
                    "issueDate": "2021-08-29",
                    "issuePlace": "Levittown",
                    "issuingCountry": "TM",
                    "type": "V"
                  }
                },
                "passengerType": "CHD",
                "quantity": 1,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4439.81,
                      "currency": "DOP"
                    }
                  ],
                  [
                    {
                      "amount": 1242.68,
                      "currency": "SEK"
                    },
                    {
                      "amount": 4562.37,
                      "currency": "RON"
                    },
                    {
                      "amount": 2967.7,
                      "currency": "SHP"
                    },
                    {
                      "amount": 2847.83,
                      "currency": "JMD"
                    },
                    {
                      "amount": 288.72,
                      "currency": "AUD"
                    }
                  ],
                  [
                    {
                      "amount": 1815.53,
                      "currency": "TOP"
                    },
                    {
                      "amount": 595.83,
                      "currency": "NZD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 4763.87,
                      "currency": "GMD"
                    },
                    {
                      "amount": 2439.92,
                      "currency": "NPR"
                    }
                  ],
                  [
                    {
                      "amount": 1557.64,
                      "currency": "AMD"
                    },
                    {
                      "amount": 1713.71,
                      "currency": "GMD"
                    },
                    {
                      "amount": 1365.2,
                      "currency": "TMT"
                    }
                  ],
                  [
                    {
                      "amount": 4963.06,
                      "currency": "XCD"
                    },
                    {
                      "amount": 4687.9,
                      "currency": "BND"
                    },
                    {
                      "amount": 2281.5,
                      "currency": "ANG"
                    },
                    {
                      "amount": 3761.43,
                      "currency": "MNT"
                    },
                    {
                      "amount": 508.75,
                      "currency": "XAF"
                    }
                  ],
                  [
                    {
                      "amount": 3161.03,
                      "currency": "GNF"
                    }
                  ],
                  [
                    {
                      "amount": 3981.98,
                      "currency": "SSP"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        }
      ],
      "label": "seat",
      "total": {
        "alternatives": [
          [
            {
              "amount": 1209.22,
              "currency": "AMD"
            },
            {
              "amount": 3699.89,
              "currency": "KYD"
            },
            {
              "amount": 1609.79,
              "currency": "MNT"
            },
            {
              "amount": 2472.19,
              "currency": "UYU"
            },
            {
              "amount": 27.06,
              "currency": "SYP"
            }
          ]
        ]
      }
    },
    {
      "breakdownElements": [
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "kwMmO"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "TR",
                "dateOfBirth": "1983-08-09",
                "documentNumber": "RZXQl09o",
                "documentType": "IA",
                "expirationDate": "2030-12-27",
                "issueDate": "2023-09-22",
                "issuingCountry": "TF",
                "nationality": "KR"
              },
              "passengerDetails": {
                "firstName": "Summer",
                "lastName": "Reilly",
                "maidenName": "Tremblay",
                "middleName": "Nico",
                "prefix": "MRS",
                "suffix": "II"
              },
              "passengerIndex": 4,
              "passengerInfo": {
                "address": {
                  "addressType": "AGENCY",
                  "city": "Monterey Park",
                  "country": "BQ",
                  "postcode": "87920",
                  "state": "New Jersey",
                  "street1": "801 Barrows Run",
                  "street2": "Apt. 446"
                },
                "dateOfBirth": "1966-12-26",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "UNKNOWN",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Fort Florida",
                    "country": "RS",
                    "postcode": "60573-9503",
                    "state": "North Dakota",
                    "street1": "719 Emilia Landing",
                    "street2": "Apt. 635"
                  },
                  "company": "Stehr - Swift",
                  "email": "Helmer_Zboncak@hotmail.com",
                  "number": "E6Nnd95UHAKNxPR",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "KTo0uE",
                "knownTravelerNumberCountryCode": "ZM",
                "phones": [
                  {
                    "areaCode": "296",
                    "countryCode": "5",
                    "extension": "020",
                    "number": "896-504-5519 x553",
                    "type": "AGENCY"
                  },
                  {
                    "areaCode": "834",
                    "countryCode": "9",
                    "extension": "659",
                    "number": "230.316.8836",
                    "type": "MOBILE"
                  },
                  {
                    "areaCode": "480",
                    "countryCode": "1",
                    "extension": "330",
                    "number": "521-443-3216 x864",
                    "type": "FAX"
                  },
                  {
                    "areaCode": "166",
                    "countryCode": "1",
                    "extension": "896",
                    "number": "888-376-9223 x0223",
                    "type": "AGENCY"
                  }
                ],
                "redressNumber": "8",
                "redressNumberCountryCode": "TF",
                "type": "INF"
              },
              "passengerNameNumber": "02.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "AA",
                    "number": "c1QzoP1y",
                    "tierLevel": "Platinum",
                    "tierNumber": 3
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "CO",
                    "banner": "PRATA",
                    "marketingCarrier": "AA",
                    "number": "rMO4DMhU",
                    "tierLevel": "Platinum",
                    "tierNumber": 2
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "CO",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "GTUvdLQt",
                      "tierLevel": "Silver",
                      "tierNumber": 2
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "CO",
                      "banner": "OURO",
                      "marketingCarrier": "AA",
                      "number": "TwfgKFlh",
                      "tierLevel": "Gold",
                      "tierNumber": 1
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P2",
                      "banner": "OURO",
                      "marketingCarrier": "VA",
                      "number": "hzCUc1NC",
                      "tierLevel": "Silver",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P2",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "wF2LFOEz",
                      "tierLevel": "Silver",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "LCML",
                  "seatPreference": "NSSR",
                  "specialRequests": [
                    "SEAT_EXTRA_SPACE",
                    "WHEELCHAIR",
                    "MEAL_VGML"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "BIKE",
                      "description": "UbLRG3ds5i6rD6OjWVLs",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "FRA"
                        }
                      ]
                    },
                    {
                      "code": "BSCT",
                      "description": "rbiPe04aGBAUQqVfp51I",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "FRA"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "MW",
                "documentNumber": "5C0uxzCm",
                "expiryDate": "2026-08-20",
                "issueDate": "2021-06-25",
                "issuePlace": "Vicentafield",
                "issuingCountry": "HM",
                "type": "V"
              }
            },
            "passengerType": "ADT",
            "quantity": 4,
            "travelPart": {
              "@type": "Inbound"
            }
          },
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 74.93,
                  "currency": "ERN"
                },
                {
                  "amount": 2704.16,
                  "currency": "SYP"
                },
                {
                  "amount": 3734.48,
                  "currency": "LKR"
                },
                {
                  "amount": 1986.04,
                  "currency": "KRW"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 3895.96,
                  "currency": "FKP"
                },
                {
                  "amount": 4365.09,
                  "currency": "ANG"
                },
                {
                  "amount": 3238.67,
                  "currency": "BAM"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "EaDHk"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "BY",
                    "dateOfBirth": "1954-09-30",
                    "documentNumber": "Q4WxWmZ1",
                    "documentType": "PU",
                    "expirationDate": "2027-08-18",
                    "issueDate": "2024-02-22",
                    "issuingCountry": "BF",
                    "nationality": "KN"
                  },
                  "passengerDetails": {
                    "firstName": "Abigale",
                    "lastName": "Kertzmann",
                    "maidenName": "Ratke",
                    "middleName": "Reign",
                    "prefix": "Ms",
                    "suffix": "III"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "HOME",
                      "city": "Ezekielburgh",
                      "country": "MD",
                      "postcode": "53824",
                      "state": "California",
                      "street1": "265 Davis Flat",
                      "street2": "Suite 877"
                    },
                    "dateOfBirth": "1953-03-17",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Port Frederick",
                        "country": "AX",
                        "postcode": "46784",
                        "state": "Wyoming",
                        "street1": "79307 Diamond Via",
                        "street2": "Suite 305"
                      },
                      "company": "Hessel Group",
                      "email": "Harvey_Kreiger-Wyman@yahoo.com",
                      "number": "NaDPqdvt8hjk28I",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "Suk5Sp",
                    "knownTravelerNumberCountryCode": "CZ",
                    "phones": [
                      {
                        "areaCode": "346",
                        "countryCode": "6",
                        "extension": "879",
                        "number": "(276) 534-6895 x13860",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "059",
                        "countryCode": "0",
                        "extension": "254",
                        "number": "884.421.9186 x488",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "541",
                        "countryCode": "7",
                        "extension": "761",
                        "number": "899-641-2618 x5913",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "8",
                    "redressNumberCountryCode": "MO",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "l7RL6DCC",
                        "tierLevel": "Platinum",
                        "tierNumber": 1
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "ccbFh6PV",
                          "tierLevel": "Red",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VJML",
                      "seatPreference": "NSST",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BIKE",
                          "description": "2cF7zwKd84dcUbSHNfmt",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "7nOzAZFSPLpswjfy4uLw",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "yFT6BE9xgKBnbM8J4uJs",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "6iVh5mZA1F2hYv8Hf0dw",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "CN",
                    "documentNumber": "x2lJRXZi",
                    "expiryDate": "2026-08-17",
                    "issueDate": "2025-02-03",
                    "issuePlace": "Port Tressie",
                    "issuingCountry": "ZW",
                    "type": "VN"
                  }
                },
                "passengerType": "CHD",
                "quantity": 5,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 1402.05,
                      "currency": "BOB"
                    },
                    {
                      "amount": 2889.5,
                      "currency": "RON"
                    },
                    {
                      "amount": 3214.54,
                      "currency": "GTQ"
                    },
                    {
                      "amount": 654.47,
                      "currency": "BSD"
                    },
                    {
                      "amount": 3531.27,
                      "currency": "KWD"
                    }
                  ],
                  [
                    {
                      "amount": 1244.48,
                      "currency": "GYD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2479.49,
                      "currency": "ZWL"
                    },
                    {
                      "amount": 3072.47,
                      "currency": "INR"
                    },
                    {
                      "amount": 1903.71,
                      "currency": "SYP"
                    },
                    {
                      "amount": 2044.53,
                      "currency": "SRD"
                    },
                    {
                      "amount": 4061.84,
                      "currency": "BGN"
                    }
                  ],
                  [
                    {
                      "amount": 3030.83,
                      "currency": "STN"
                    },
                    {
                      "amount": 2528.33,
                      "currency": "PGK"
                    }
                  ],
                  [
                    {
                      "amount": 2983.13,
                      "currency": "GNF"
                    },
                    {
                      "amount": 1994.07,
                      "currency": "TZS"
                    },
                    {
                      "amount": 4649.96,
                      "currency": "CLP"
                    },
                    {
                      "amount": 2045.95,
                      "currency": "CLP"
                    },
                    {
                      "amount": 3611.12,
                      "currency": "SHP"
                    }
                  ],
                  [
                    {
                      "amount": 3645.98,
                      "currency": "MKD"
                    },
                    {
                      "amount": 4215.66,
                      "currency": "NPR"
                    }
                  ],
                  [
                    {
                      "amount": 4553.57,
                      "currency": "MZN"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "omwWC"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "DE",
                    "dateOfBirth": "1974-07-28",
                    "documentNumber": "3BoURolJ",
                    "documentType": "I",
                    "expirationDate": "2028-01-09",
                    "issueDate": "2023-10-01",
                    "issuingCountry": "IT",
                    "nationality": "GD"
                  },
                  "passengerDetails": {
                    "firstName": "Teagan",
                    "lastName": "Schroeder",
                    "maidenName": "Kshlerin",
                    "middleName": "Bowie",
                    "prefix": "MISS",
                    "suffix": "SR"
                  },
                  "passengerIndex": 3,
                  "passengerInfo": {
                    "address": {
                      "addressType": "BUSINESS",
                      "city": "Broken Arrow",
                      "country": "CI",
                      "postcode": "73168",
                      "state": "Kentucky",
                      "street1": "1586 Katharina Grove",
                      "street2": "Apt. 853"
                    },
                    "dateOfBirth": "1982-09-20",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Orland Park",
                        "country": "NC",
                        "postcode": "74486",
                        "state": "Wyoming",
                        "street1": "8908 Crooks Pines",
                        "street2": "Apt. 922"
                      },
                      "company": "Crooks Inc",
                      "email": "Mia13@gmail.com",
                      "number": "eGXgcxDpKuv1sl3",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "YqXR74",
                    "knownTravelerNumberCountryCode": "NE",
                    "phones": [
                      {
                        "areaCode": "101",
                        "countryCode": "5",
                        "extension": "304",
                        "number": "409-664-9133",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "292",
                        "countryCode": "7",
                        "extension": "041",
                        "number": "1-941-305-2151",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "452",
                        "countryCode": "6",
                        "extension": "035",
                        "number": "(651) 823-6237 x0184",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "023",
                        "countryCode": "1",
                        "extension": "291",
                        "number": "(652) 800-9850 x50877",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "820",
                        "countryCode": "9",
                        "extension": "867",
                        "number": "(232) 224-7559",
                        "type": "CELLULAR"
                      }
                    ],
                    "redressNumber": "9",
                    "redressNumberCountryCode": "SK",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "YuSNtuwJ",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "eTdG5w0H",
                        "tierLevel": "Gold",
                        "tierNumber": 5
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "A6Mzx7iX",
                        "tierLevel": "Gold",
                        "tierNumber": 4
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "bGjKX5s7",
                        "tierLevel": "Platinum",
                        "tierNumber": 3
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "Vw9nx03q",
                        "tierLevel": "Gold",
                        "tierNumber": 4
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "ZM0ABK1r",
                          "tierLevel": "Silver",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "9cvrU8nX",
                          "tierLevel": "Platinum",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "LSML",
                      "seatPreference": "NSST",
                      "specialRequests": [
                        "MEAL_CHML",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "PETC",
                          "description": "tog1hI7NW0qIDtsAcSsu",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "SK",
                    "documentNumber": "vOOAkRy9",
                    "expiryDate": "2029-04-22",
                    "issueDate": "2022-09-03",
                    "issuePlace": "Fort Brentshire",
                    "issuingCountry": "TC",
                    "type": "VN"
                  }
                },
                "passengerType": "INF",
                "quantity": 3,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4274.03,
                      "currency": "PEN"
                    },
                    {
                      "amount": 2904.1,
                      "currency": "TZS"
                    },
                    {
                      "amount": 1701.73,
                      "currency": "DOP"
                    },
                    {
                      "amount": 4765.47,
                      "currency": "DZD"
                    }
                  ],
                  [
                    {
                      "amount": 3908.38,
                      "currency": "MZN"
                    },
                    {
                      "amount": 150.77,
                      "currency": "MMK"
                    },
                    {
                      "amount": 4108.1,
                      "currency": "SDG"
                    }
                  ],
                  [
                    {
                      "amount": 4760.1,
                      "currency": "TMT"
                    }
                  ],
                  [
                    {
                      "amount": 971.68,
                      "currency": "DZD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 3685.96,
                      "currency": "MYR"
                    },
                    {
                      "amount": 4516.95,
                      "currency": "NZD"
                    },
                    {
                      "amount": 3535.17,
                      "currency": "BSD"
                    },
                    {
                      "amount": 4546.75,
                      "currency": "SSP"
                    }
                  ],
                  [
                    {
                      "amount": 951.5,
                      "currency": "BBD"
                    },
                    {
                      "amount": 1644.96,
                      "currency": "DOP"
                    },
                    {
                      "amount": 702.75,
                      "currency": "VUV"
                    },
                    {
                      "amount": 902.71,
                      "currency": "MGA"
                    },
                    {
                      "amount": 1226.66,
                      "currency": "TWD"
                    }
                  ],
                  [
                    {
                      "amount": 3732.2,
                      "currency": "XCD"
                    },
                    {
                      "amount": 815.98,
                      "currency": "BSD"
                    },
                    {
                      "amount": 4785.53,
                      "currency": "CLP"
                    }
                  ],
                  [
                    {
                      "amount": 3199.18,
                      "currency": "SDG"
                    },
                    {
                      "amount": 3700.85,
                      "currency": "ARS"
                    },
                    {
                      "amount": 1653.02,
                      "currency": "AFN"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        },
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "zOUzJ"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "BR",
                "dateOfBirth": "1994-06-20",
                "documentNumber": "oR1hFL9m",
                "documentType": "I",
                "expirationDate": "2028-08-07",
                "issueDate": "2021-07-21",
                "issuingCountry": "MZ",
                "nationality": "BL"
              },
              "passengerDetails": {
                "firstName": "Marcelo",
                "lastName": "Ruecker",
                "maidenName": "Runte",
                "middleName": "Jules",
                "prefix": "MISS",
                "suffix": "Sr"
              },
              "passengerIndex": 4,
              "passengerInfo": {
                "address": {
                  "addressType": "HOME",
                  "city": "New Lenoreberg",
                  "country": "TT",
                  "postcode": "82083",
                  "state": "Idaho",
                  "street1": "4927 Hobart Causeway",
                  "street2": "Suite 576"
                },
                "dateOfBirth": "1974-03-22",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "UNKNOWN",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Potomac",
                    "country": "BJ",
                    "postcode": "86814",
                    "state": "Massachusetts",
                    "street1": "941 Bauch Summit",
                    "street2": "Suite 348"
                  },
                  "company": "Emmerich, McDermott and Hoeger",
                  "email": "Davonte.Jerde@gmail.com",
                  "number": "GzPsCVjz3o3rru9",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "cNLEOP",
                "knownTravelerNumberCountryCode": "FK",
                "phones": [
                  {
                    "areaCode": "502",
                    "countryCode": "1",
                    "extension": "324",
                    "number": "764.760.7577 x37342",
                    "type": "FAX"
                  },
                  {
                    "areaCode": "845",
                    "countryCode": "9",
                    "extension": "930",
                    "number": "(597) 205-6566 x49244",
                    "type": "WORK"
                  },
                  {
                    "areaCode": "345",
                    "countryCode": "0",
                    "extension": "067",
                    "number": "(960) 537-7261",
                    "type": "WORK"
                  }
                ],
                "redressNumber": "1",
                "redressNumberCountryCode": "BQ",
                "type": "ADT"
              },
              "passengerNameNumber": "02.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "CO",
                    "banner": "OURO",
                    "marketingCarrier": "VA",
                    "number": "KkfhxEbx",
                    "tierLevel": "Red",
                    "tierNumber": 1
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P1",
                    "banner": "BRONZE",
                    "marketingCarrier": "VA",
                    "number": "OgU7dAD5",
                    "tierLevel": "Red",
                    "tierNumber": 2
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P2",
                    "banner": "OURO",
                    "marketingCarrier": "AA",
                    "number": "9ZEDXLv4",
                    "tierLevel": "Silver",
                    "tierNumber": 2
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "CO",
                    "banner": "BRONZE",
                    "marketingCarrier": "VA",
                    "number": "Wtfo26Ez",
                    "tierLevel": "Platinum",
                    "tierNumber": 2
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P1",
                    "banner": "PRATA",
                    "marketingCarrier": "AA",
                    "number": "mmotaWCX",
                    "tierLevel": "Gold",
                    "tierNumber": 5
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P2",
                      "banner": "BRONZE",
                      "marketingCarrier": "AA",
                      "number": "5xXCQ7DO",
                      "tierLevel": "Silver",
                      "tierNumber": 1
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "CO",
                      "banner": "BRONZE",
                      "marketingCarrier": "VA",
                      "number": "jUN9QVBx",
                      "tierLevel": "Red",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P2",
                      "banner": "OURO",
                      "marketingCarrier": "AA",
                      "number": "n47Pqgur",
                      "tierLevel": "Silver",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P1",
                      "banner": "PRATA",
                      "marketingCarrier": "VA",
                      "number": "b7gz6ixm",
                      "tierLevel": "Silver",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "CO",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "vv3dyJeC",
                      "tierLevel": "Platinum",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "VJML",
                  "seatPreference": "NSSR",
                  "specialRequests": [
                    "MEAL_CHML",
                    "WHEELCHAIR",
                    "SEAT_EXTRA_SPACE"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "MAAS",
                      "description": "46Lr5d4ygmDpjD7yNiVt",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-17T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "PF",
                "documentNumber": "5eKfXh6i",
                "expiryDate": "2029-11-11",
                "issueDate": "2022-11-05",
                "issuePlace": "Hampton",
                "issuingCountry": "KZ",
                "type": "VN"
              }
            },
            "passengerType": "ADT",
            "quantity": 1,
            "travelPart": {
              "@type": "Inbound"
            }
          },
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 319.63,
                  "currency": "MKD"
                },
                {
                  "amount": 3750.63,
                  "currency": "SCR"
                },
                {
                  "amount": 2623.5,
                  "currency": "VND"
                }
              ],
              [
                {
                  "amount": 10.97,
                  "currency": "OMR"
                },
                {
                  "amount": 2222.99,
                  "currency": "UYU"
                },
                {
                  "amount": 4879.34,
                  "currency": "CVE"
                },
                {
                  "amount": 3292.89,
                  "currency": "YER"
                },
                {
                  "amount": 874.01,
                  "currency": "MMK"
                }
              ],
              [
                {
                  "amount": 624.85,
                  "currency": "ZWL"
                },
                {
                  "amount": 4872.7,
                  "currency": "AED"
                },
                {
                  "amount": 3901.46,
                  "currency": "MDL"
                },
                {
                  "amount": 2126.43,
                  "currency": "MXN"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 1113.89,
                  "currency": "UZS"
                },
                {
                  "amount": 354.39,
                  "currency": "ERN"
                }
              ],
              [
                {
                  "amount": 1488.52,
                  "currency": "UAH"
                },
                {
                  "amount": 282.96,
                  "currency": "BRL"
                },
                {
                  "amount": 3817.79,
                  "currency": "IQD"
                },
                {
                  "amount": 651.38,
                  "currency": "STN"
                }
              ],
              [
                {
                  "amount": 3460.8,
                  "currency": "PGK"
                },
                {
                  "amount": 4224.59,
                  "currency": "USD"
                },
                {
                  "amount": 4138.77,
                  "currency": "AWG"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "HFBcr"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "BS",
                    "dateOfBirth": "1998-05-05",
                    "documentNumber": "hty35cH1",
                    "documentType": "PE",
                    "expirationDate": "2028-08-24",
                    "issueDate": "2021-09-13",
                    "issuingCountry": "DM",
                    "nationality": "CZ"
                  },
                  "passengerDetails": {
                    "firstName": "Bertram",
                    "lastName": "Hane",
                    "maidenName": "Beier",
                    "middleName": "Kyle",
                    "prefix": "MRS",
                    "suffix": "SR"
                  },
                  "passengerIndex": 4,
                  "passengerInfo": {
                    "address": {
                      "addressType": "HOME",
                      "city": "Wizahaven",
                      "country": "PK",
                      "postcode": "92851-4917",
                      "state": "Alabama",
                      "street1": "377 Bell Lane",
                      "street2": "Apt. 943"
                    },
                    "dateOfBirth": "1997-12-04",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Fort Leliacester",
                        "country": "ER",
                        "postcode": "73988",
                        "state": "Ohio",
                        "street1": "59662 Beech Road",
                        "street2": "Apt. 490"
                      },
                      "company": "Wilkinson Inc",
                      "email": "Melany.Kunde@hotmail.com",
                      "number": "4M2mmQl4S2siUTs",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "P76ZVO",
                    "knownTravelerNumberCountryCode": "FO",
                    "phones": [
                      {
                        "areaCode": "440",
                        "countryCode": "7",
                        "extension": "178",
                        "number": "421.546.6299",
                        "type": "BUSINESS"
                      }
                    ],
                    "redressNumber": "3",
                    "redressNumberCountryCode": "AU",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "UGnXQlKb",
                        "tierLevel": "Platinum",
                        "tierNumber": 1
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "0gCG8ZfC",
                        "tierLevel": "Platinum",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "lzyDAJUz",
                          "tierLevel": "Platinum",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "MOML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "MEAL_CHML",
                        "SEAT_EXTRA_SPACE",
                        "MEAL_VGML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BSCT",
                          "description": "cGPCefKLRA22InTg4MmT",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "entg2Gi0ODbfuNRmGLE2",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "80JGav2jIGv6sLn2dKCu",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "H3llkiHYSEDX5X46d6H2",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "f0ZmhGTBmuc8daal2P3z",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "CK",
                    "documentNumber": "TAMu0b1F",
                    "expiryDate": "2029-05-24",
                    "issueDate": "2022-10-23",
                    "issuePlace": "West Alisonshire",
                    "issuingCountry": "CZ",
                    "type": "VI"
                  }
                },
                "passengerType": "ADT",
                "quantity": 5,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 265.72,
                      "currency": "ARS"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 4712.84,
                      "currency": "MGA"
                    },
                    {
                      "amount": 121.95,
                      "currency": "MKD"
                    }
                  ],
                  [
                    {
                      "amount": 1431.48,
                      "currency": "KWD"
                    },
                    {
                      "amount": 2140,
                      "currency": "AZN"
                    }
                  ],
                  [
                    {
                      "amount": 4252.4,
                      "currency": "EGP"
                    }
                  ],
                  [
                    {
                      "amount": 3271.54,
                      "currency": "TOP"
                    },
                    {
                      "amount": 2163.01,
                      "currency": "UGX"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "joUuD"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "SK",
                    "dateOfBirth": "1959-07-14",
                    "documentNumber": "Z5FV69R7",
                    "documentType": "PE",
                    "expirationDate": "2031-04-09",
                    "issueDate": "2022-02-06",
                    "issuingCountry": "RU",
                    "nationality": "PG"
                  },
                  "passengerDetails": {
                    "firstName": "Callie",
                    "lastName": "Labadie",
                    "maidenName": "Streich",
                    "middleName": "Cameron",
                    "prefix": "MS",
                    "suffix": "III"
                  },
                  "passengerIndex": 3,
                  "passengerInfo": {
                    "address": {
                      "addressType": "HOME",
                      "city": "Port Hailiebury",
                      "country": "PK",
                      "postcode": "20369-9081",
                      "state": "Texas",
                      "street1": "8285 Royce Centers",
                      "street2": "Apt. 793"
                    },
                    "dateOfBirth": "1954-07-10",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "MALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Hansenfort",
                        "country": "PE",
                        "postcode": "94410-0661",
                        "state": "West Virginia",
                        "street1": "6954 Kshlerin Flats",
                        "street2": "Suite 720"
                      },
                      "company": "Kunze, Littel and Boyer",
                      "email": "Tad29@hotmail.com",
                      "number": "a1EcPyiB7tZNlui",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "xk5w9B",
                    "knownTravelerNumberCountryCode": "GQ",
                    "phones": [
                      {
                        "areaCode": "268",
                        "countryCode": "1",
                        "extension": "483",
                        "number": "(895) 214-3034 x72747",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "780",
                        "countryCode": "8",
                        "extension": "507",
                        "number": "1-634-879-2967 x946",
                        "type": "FAX"
                      }
                    ],
                    "redressNumber": "5",
                    "redressNumberCountryCode": "FI",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "eGZTcMxu",
                        "tierLevel": "Gold",
                        "tierNumber": 2
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "Zk9t9ayH",
                        "tierLevel": "Red",
                        "tierNumber": 5
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "WRhpM1C4",
                        "tierLevel": "Red",
                        "tierNumber": 5
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "DE6f4srH",
                        "tierLevel": "Red",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "UlCzE8ha",
                          "tierLevel": "Silver",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "XBJsVg6D",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "dRDjSRxl",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "Ynr8ryQb",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "1ciOy28w",
                          "tierLevel": "Silver",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "MOML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "MEAL_CHML",
                        "MEAL_VGML",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "PETC",
                          "description": "oxNeex5GUa3zevRjXanq",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "oxGMHOieCqkBHcXo2dPT",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "SM",
                    "documentNumber": "5HUP3hrW",
                    "expiryDate": "2030-02-06",
                    "issueDate": "2022-08-23",
                    "issuePlace": "North Connieville",
                    "issuingCountry": "SH",
                    "type": "V"
                  }
                },
                "passengerType": "ADT",
                "quantity": 5,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 2720.56,
                      "currency": "MNT"
                    },
                    {
                      "amount": 4264.12,
                      "currency": "YER"
                    },
                    {
                      "amount": 4954.24,
                      "currency": "AFN"
                    }
                  ],
                  [
                    {
                      "amount": 4179.17,
                      "currency": "KPW"
                    },
                    {
                      "amount": 4967.91,
                      "currency": "BWP"
                    }
                  ],
                  [
                    {
                      "amount": 2801.98,
                      "currency": "PGK"
                    }
                  ],
                  [
                    {
                      "amount": 3497.83,
                      "currency": "MDL"
                    },
                    {
                      "amount": 4094.28,
                      "currency": "PKR"
                    },
                    {
                      "amount": 4330.46,
                      "currency": "SEK"
                    },
                    {
                      "amount": 13.03,
                      "currency": "OMR"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2041.76,
                      "currency": "RUB"
                    },
                    {
                      "amount": 3142.51,
                      "currency": "ERN"
                    },
                    {
                      "amount": 1700.37,
                      "currency": "COP"
                    },
                    {
                      "amount": 2432.51,
                      "currency": "LRD"
                    }
                  ],
                  [
                    {
                      "amount": 2337.68,
                      "currency": "QAR"
                    },
                    {
                      "amount": 4261.62,
                      "currency": "VUV"
                    },
                    {
                      "amount": 3239.69,
                      "currency": "BYN"
                    }
                  ],
                  [
                    {
                      "amount": 1300.92,
                      "currency": "IDR"
                    }
                  ],
                  [
                    {
                      "amount": 487.93,
                      "currency": "JOD"
                    },
                    {
                      "amount": 2108.33,
                      "currency": "SRD"
                    }
                  ],
                  [
                    {
                      "amount": 4422.23,
                      "currency": "UAH"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        },
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "YLOZb"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "MD",
                "dateOfBirth": "1976-06-28",
                "documentNumber": "Z7Q3zZPs",
                "documentType": "P",
                "expirationDate": "2027-07-13",
                "issueDate": "2025-12-03",
                "issuingCountry": "JE",
                "nationality": "UG"
              },
              "passengerDetails": {
                "firstName": "Carlie",
                "lastName": "Welch",
                "maidenName": "Leannon",
                "middleName": "Charlie",
                "prefix": "Mrs",
                "suffix": "Jr"
              },
              "passengerIndex": 5,
              "passengerInfo": {
                "address": {
                  "addressType": "BUSINESS",
                  "city": "Raufield",
                  "country": "DZ",
                  "postcode": "37131",
                  "state": "Indiana",
                  "street1": "785 Meadow View",
                  "street2": "Apt. 913"
                },
                "dateOfBirth": "1965-12-14",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "FEMALE",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Turcotteburgh",
                    "country": "ZA",
                    "postcode": "50562-3254",
                    "state": "Iowa",
                    "street1": "427 South Avenue",
                    "street2": "Suite 493"
                  },
                  "company": "Schimmel, Goldner and Will",
                  "email": "Holden43@hotmail.com",
                  "number": "DE4YSnalTxPWne8",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "fVVdau",
                "knownTravelerNumberCountryCode": "PS",
                "phones": [
                  {
                    "areaCode": "950",
                    "countryCode": "4",
                    "extension": "779",
                    "number": "497.645.7442 x11983",
                    "type": "WORK"
                  }
                ],
                "redressNumber": "8",
                "redressNumberCountryCode": "AO",
                "type": "CHD"
              },
              "passengerNameNumber": "01.02",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P2",
                    "banner": "OURO",
                    "marketingCarrier": "VA",
                    "number": "dUbdU0Sj",
                    "tierLevel": "Red",
                    "tierNumber": 3
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "CO",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "Gl01Hquv",
                    "tierLevel": "Gold",
                    "tierNumber": 3
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "CO",
                      "banner": "OURO",
                      "marketingCarrier": "AA",
                      "number": "0pLIya6W",
                      "tierLevel": "Red",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P1",
                      "banner": "PRATA",
                      "marketingCarrier": "VA",
                      "number": "H3fMu9nx",
                      "tierLevel": "Platinum",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P2",
                      "banner": "OURO",
                      "marketingCarrier": "VA",
                      "number": "OhDw9Obb",
                      "tierLevel": "Platinum",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P2",
                      "banner": "PRATA",
                      "marketingCarrier": "VA",
                      "number": "jm76HxdQ",
                      "tierLevel": "Red",
                      "tierNumber": 1
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P2",
                      "banner": "PRATA",
                      "marketingCarrier": "VA",
                      "number": "8hUH4hCN",
                      "tierLevel": "Red",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "GFML",
                  "seatPreference": "NSSR",
                  "specialRequests": [
                    "MEAL_VGML",
                    "SEAT_EXTRA_SPACE",
                    "MEAL_CHML",
                    "WHEELCHAIR"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "BIKE",
                      "description": "ASiBEcKxZgMHuLzY18zX",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        }
                      ]
                    },
                    {
                      "code": "DEAF",
                      "description": "xoXxBeUTUf7wPF3CtcRt",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        }
                      ]
                    },
                    {
                      "code": "BLND",
                      "description": "qr8sweaYWP3wOazILzRq",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "DEAF",
                      "description": "etOSfahpY3wnTMwRGPV3",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        }
                      ]
                    },
                    {
                      "code": "PETC",
                      "description": "vjTh2jDudObC7CbDGR5b",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-17T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "TM",
                "documentNumber": "bfzJWWMZ",
                "expiryDate": "2027-04-13",
                "issueDate": "2025-08-23",
                "issuePlace": "Brannonchester",
                "issuingCountry": "TT",
                "type": "VI"
              }
            },
            "passengerType": "CHD",
            "quantity": 4,
            "travelPart": {
              "@type": "Connection"
            }
          },
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 2233.96,
                  "currency": "ZMW"
                },
                {
                  "amount": 4141.62,
                  "currency": "NIO"
                },
                {
                  "amount": 256.96,
                  "currency": "BRL"
                },
                {
                  "amount": 2030.21,
                  "currency": "PLN"
                }
              ],
              [
                {
                  "amount": 677.78,
                  "currency": "IRR"
                },
                {
                  "amount": 3161.45,
                  "currency": "PLN"
                },
                {
                  "amount": 2980.79,
                  "currency": "GIP"
                },
                {
                  "amount": 4814.1,
                  "currency": "AED"
                },
                {
                  "amount": 2973.73,
                  "currency": "KZT"
                }
              ],
              [
                {
                  "amount": 2181.48,
                  "currency": "NOK"
                }
              ],
              [
                {
                  "amount": 3333.91,
                  "currency": "PAB"
                },
                {
                  "amount": 1527,
                  "currency": "KMF"
                },
                {
                  "amount": 4735.71,
                  "currency": "QAR"
                }
              ],
              [
                {
                  "amount": 3147.64,
                  "currency": "SYP"
                },
                {
                  "amount": 1221.52,
                  "currency": "KYD"
                },
                {
                  "amount": 1725.56,
                  "currency": "BTN"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 2122.19,
                  "currency": "SZL"
                },
                {
                  "amount": 2807.81,
                  "currency": "XOF"
                },
                {
                  "amount": 2969.32,
                  "currency": "MNT"
                }
              ],
              [
                {
                  "amount": 3560.86,
                  "currency": "AOA"
                }
              ],
              [
                {
                  "amount": 3751.34,
                  "currency": "NGN"
                },
                {
                  "amount": 141.28,
                  "currency": "RON"
                },
                {
                  "amount": 2859.96,
                  "currency": "UZS"
                },
                {
                  "amount": 1924.28,
                  "currency": "SHP"
                },
                {
                  "amount": 2319.08,
                  "currency": "AOA"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "AmzPz"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "SM",
                    "dateOfBirth": "1994-07-08",
                    "documentNumber": "OwfMrU3p",
                    "documentType": "PP",
                    "expirationDate": "2029-04-06",
                    "issueDate": "2022-07-21",
                    "issuingCountry": "LS",
                    "nationality": "GE"
                  },
                  "passengerDetails": {
                    "firstName": "Marley",
                    "lastName": "Lueilwitz",
                    "maidenName": "Gusikowski",
                    "middleName": "Kai",
                    "prefix": "Dr",
                    "suffix": "Sr"
                  },
                  "passengerIndex": 3,
                  "passengerInfo": {
                    "address": {
                      "addressType": "INVOICE",
                      "city": "Natashaboro",
                      "country": "GT",
                      "postcode": "54514-8340",
                      "state": "Kansas",
                      "street1": "588 Pearl Mall",
                      "street2": "Apt. 194"
                    },
                    "dateOfBirth": "1987-01-31",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNKNOWN",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Cutler Bay",
                        "country": "TJ",
                        "postcode": "38662-4048",
                        "state": "Delaware",
                        "street1": "3901 Tracey Plain",
                        "street2": "Suite 980"
                      },
                      "company": "Heaney - Goldner",
                      "email": "Odessa_Lind12@yahoo.com",
                      "number": "imyHMcE7x0J1wVR",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "oHyi1c",
                    "knownTravelerNumberCountryCode": "TV",
                    "phones": [
                      {
                        "areaCode": "377",
                        "countryCode": "8",
                        "extension": "105",
                        "number": "(772) 686-4498 x539",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "534",
                        "countryCode": "3",
                        "extension": "573",
                        "number": "974-824-0481 x260",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "546",
                        "countryCode": "1",
                        "extension": "034",
                        "number": "1-655-901-2979 x29967",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "678",
                        "countryCode": "3",
                        "extension": "410",
                        "number": "461.466.9207 x944",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "227",
                        "countryCode": "3",
                        "extension": "142",
                        "number": "1-428-862-7075 x19083",
                        "type": "FAX"
                      }
                    ],
                    "redressNumber": "9",
                    "redressNumberCountryCode": "HU",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "VYcG4KF4",
                        "tierLevel": "Silver",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "cSXzsTMP",
                          "tierLevel": "Gold",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "NEjVWf4S",
                          "tierLevel": "Gold",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VOML",
                      "seatPreference": "NSSB",
                      "specialRequests": [
                        "MEAL_VGML",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "DEAF",
                          "description": "2Qdqf9mpiEbqRut1g4Mt",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BIKE",
                          "description": "QO2pSxcSaTMmroXd0xO8",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "WmaXyGNyirSuhx4mC1nC",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "3lzatNIPLYe4GPmacSdN",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "UNamO3I7evqGyVcJxKKs",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "CY",
                    "documentNumber": "gB7yYyNh",
                    "expiryDate": "2030-04-21",
                    "issueDate": "2025-04-24",
                    "issuePlace": "Kiehnport",
                    "issuingCountry": "MN",
                    "type": "VN"
                  }
                },
                "passengerType": "ADT",
                "quantity": 1,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4914.55,
                      "currency": "DJF"
                    },
                    {
                      "amount": 3322.84,
                      "currency": "MYR"
                    },
                    {
                      "amount": 749.99,
                      "currency": "JMD"
                    },
                    {
                      "amount": 3743.05,
                      "currency": "KZT"
                    },
                    {
                      "amount": 3410.18,
                      "currency": "RON"
                    }
                  ],
                  [
                    {
                      "amount": 3468.47,
                      "currency": "BYN"
                    },
                    {
                      "amount": 2763.93,
                      "currency": "SLE"
                    },
                    {
                      "amount": 3305.76,
                      "currency": "XOF"
                    },
                    {
                      "amount": 2109.29,
                      "currency": "UAH"
                    }
                  ],
                  [
                    {
                      "amount": 3727.66,
                      "currency": "TJS"
                    },
                    {
                      "amount": 2756.11,
                      "currency": "HUF"
                    },
                    {
                      "amount": 1690.04,
                      "currency": "NAD"
                    },
                    {
                      "amount": 3220.84,
                      "currency": "LKR"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 604.92,
                      "currency": "NIO"
                    }
                  ],
                  [
                    {
                      "amount": 4426.59,
                      "currency": "TRY"
                    },
                    {
                      "amount": 3126.41,
                      "currency": "HUF"
                    },
                    {
                      "amount": 3054.73,
                      "currency": "USD"
                    },
                    {
                      "amount": 1069.13,
                      "currency": "BAM"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "mrRaS"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "GY",
                    "dateOfBirth": "1959-02-13",
                    "documentNumber": "WEQEorEo",
                    "documentType": "V",
                    "expirationDate": "2031-01-25",
                    "issueDate": "2024-03-27",
                    "issuingCountry": "LY",
                    "nationality": "MA"
                  },
                  "passengerDetails": {
                    "firstName": "Spencer",
                    "lastName": "Crona",
                    "maidenName": "Jerde-Bednar",
                    "middleName": "Riley",
                    "prefix": "MS",
                    "suffix": "III"
                  },
                  "passengerIndex": 5,
                  "passengerInfo": {
                    "address": {
                      "addressType": "AGENCY",
                      "city": "Gradyview",
                      "country": "PT",
                      "postcode": "58535-0247",
                      "state": "Maryland",
                      "street1": "40430 Toy Mall",
                      "street2": "Suite 762"
                    },
                    "dateOfBirth": "1968-06-08",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNKNOWN",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Rialto",
                        "country": "KW",
                        "postcode": "76581",
                        "state": "Washington",
                        "street1": "3755 Main Street N",
                        "street2": "Apt. 504"
                      },
                      "company": "O'Kon - Harber",
                      "email": "Shanie86@yahoo.com",
                      "number": "TfOGVPltzJCZ3wP",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "0lPSFm",
                    "knownTravelerNumberCountryCode": "AX",
                    "phones": [
                      {
                        "areaCode": "473",
                        "countryCode": "6",
                        "extension": "582",
                        "number": "(551) 884-1413 x72846",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "565",
                        "countryCode": "4",
                        "extension": "970",
                        "number": "1-726-234-9236 x324",
                        "type": "WORK"
                      }
                    ],
                    "redressNumber": "1",
                    "redressNumberCountryCode": "SK",
                    "type": "INF"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "tE4lbWqm",
                        "tierLevel": "Gold",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "gSKkWpa5",
                          "tierLevel": "Red",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "wzYgMyXe",
                          "tierLevel": "Silver",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "KSML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "DEAF",
                          "description": "BmuHNchE14fgYhMxulKi",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "MG",
                    "documentNumber": "vsnEGoKL",
                    "expiryDate": "2028-02-10",
                    "issueDate": "2024-03-23",
                    "issuePlace": "South Jordan",
                    "issuingCountry": "FR",
                    "type": "VN"
                  }
                },
                "passengerType": "ADT",
                "quantity": 3,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 1758.97,
                      "currency": "XAF"
                    },
                    {
                      "amount": 2982.63,
                      "currency": "PLN"
                    },
                    {
                      "amount": 2852.67,
                      "currency": "BOB"
                    },
                    {
                      "amount": 2543,
                      "currency": "KES"
                    },
                    {
                      "amount": 843.54,
                      "currency": "THB"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 4693.15,
                      "currency": "VUV"
                    }
                  ],
                  [
                    {
                      "amount": 2984.37,
                      "currency": "RUB"
                    },
                    {
                      "amount": 4147.86,
                      "currency": "HNL"
                    },
                    {
                      "amount": 2800.62,
                      "currency": "MNT"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        },
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "DWbJd"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "MK",
                "dateOfBirth": "1981-01-25",
                "documentNumber": "7zCriOkt",
                "documentType": "C",
                "expirationDate": "2027-11-11",
                "issueDate": "2023-03-11",
                "issuingCountry": "TZ",
                "nationality": "MA"
              },
              "passengerDetails": {
                "firstName": "Gertrude",
                "lastName": "Emard",
                "maidenName": "Carroll",
                "middleName": "London",
                "prefix": "MS",
                "suffix": "Sr"
              },
              "passengerIndex": 3,
              "passengerInfo": {
                "address": {
                  "addressType": "OTHER",
                  "city": "Lake Kendall",
                  "country": "BL",
                  "postcode": "31269-1736",
                  "state": "California",
                  "street1": "18254 Cherry Tree Close",
                  "street2": "Suite 350"
                },
                "dateOfBirth": "1982-05-01",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "MALE",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Kochside",
                    "country": "NE",
                    "postcode": "99753",
                    "state": "Michigan",
                    "street1": "71555 Bahringer Brook",
                    "street2": "Suite 359"
                  },
                  "company": "Lebsack - Bogan",
                  "email": "Marlen21@gmail.com",
                  "number": "1jcpSVDyQ07toeM",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "e416px",
                "knownTravelerNumberCountryCode": "GF",
                "phones": [
                  {
                    "areaCode": "615",
                    "countryCode": "5",
                    "extension": "177",
                    "number": "1-208-322-1967",
                    "type": "BUSINESS"
                  }
                ],
                "redressNumber": "8",
                "redressNumberCountryCode": "CO",
                "type": "CHD"
              },
              "passengerNameNumber": "02.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "CO",
                    "banner": "OURO",
                    "marketingCarrier": "AA",
                    "number": "vRrgrHZJ",
                    "tierLevel": "Red",
                    "tierNumber": 5
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "AA",
                    "number": "wIhuzwut",
                    "tierLevel": "Red",
                    "tierNumber": 4
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P2",
                    "banner": "BRONZE",
                    "marketingCarrier": "AA",
                    "number": "ywDwxGtX",
                    "tierLevel": "Silver",
                    "tierNumber": 5
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "CO",
                    "banner": "BRONZE",
                    "marketingCarrier": "VA",
                    "number": "UAMyPyaB",
                    "tierLevel": "Silver",
                    "tierNumber": 3
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P1",
                      "banner": "BRONZE",
                      "marketingCarrier": "VA",
                      "number": "hzdBLBwd",
                      "tierLevel": "Silver",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P1",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "pUZCT8Mw",
                      "tierLevel": "Platinum",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "CO",
                      "banner": "BRONZE",
                      "marketingCarrier": "AA",
                      "number": "Bn7FYRkL",
                      "tierLevel": "Silver",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "MOML",
                  "seatPreference": "NSST",
                  "specialRequests": [
                    "MEAL_VGML",
                    "WHEELCHAIR",
                    "MEAL_CHML",
                    "SEAT_EXTRA_SPACE"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "DEAF",
                      "description": "lxXsou9zMIAsBzRAFGXb",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        }
                      ]
                    },
                    {
                      "code": "PETC",
                      "description": "kIhxheLhl90dO4BwBIG7",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        }
                      ]
                    },
                    {
                      "code": "BLND",
                      "description": "Dji34TE1quPjA9E1xOiQ",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "BIKE",
                      "description": "o5UPeUBIuH5qCnWfUaGN",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "MAAS",
                      "description": "Q8ccawsly0zp9Hm9V6fd",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "TD",
                "documentNumber": "kY9OPskd",
                "expiryDate": "2026-09-23",
                "issueDate": "2026-01-16",
                "issuePlace": "Declanborough",
                "issuingCountry": "ZW",
                "type": "VN"
              }
            },
            "passengerType": "INF",
            "quantity": 4,
            "travelPart": {
              "@type": "Inbound"
            }
          },
          "label": "FEES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 1210.7,
                  "currency": "JMD"
                },
                {
                  "amount": 2341.38,
                  "currency": "THB"
                },
                {
                  "amount": 4479.94,
                  "currency": "XAF"
                },
                {
                  "amount": 2068.1,
                  "currency": "CVE"
                },
                {
                  "amount": 75.14,
                  "currency": "KMF"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 3774.15,
                  "currency": "VND"
                },
                {
                  "amount": 400.34,
                  "currency": "MUR"
                },
                {
                  "amount": 3686.19,
                  "currency": "NPR"
                },
                {
                  "amount": 72.53,
                  "currency": "RUB"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "kIzqP"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "GL",
                    "dateOfBirth": "1953-08-11",
                    "documentNumber": "1murXRJA",
                    "documentType": "PP",
                    "expirationDate": "2026-12-27",
                    "issueDate": "2024-04-28",
                    "issuingCountry": "PY",
                    "nationality": "MA"
                  },
                  "passengerDetails": {
                    "firstName": "Graham",
                    "lastName": "Aufderhar",
                    "maidenName": "Haag",
                    "middleName": "Drew",
                    "prefix": "Mr",
                    "suffix": "Jr"
                  },
                  "passengerIndex": 5,
                  "passengerInfo": {
                    "address": {
                      "addressType": "RESIDENCE",
                      "city": "Fort Waldoshire",
                      "country": "KN",
                      "postcode": "25748",
                      "state": "Missouri",
                      "street1": "9482 Michelle Crossroad",
                      "street2": "Apt. 647"
                    },
                    "dateOfBirth": "2000-08-10",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Fort Guystad",
                        "country": "UY",
                        "postcode": "72353",
                        "state": "Wyoming",
                        "street1": "569 Kessler Fork",
                        "street2": "Suite 484"
                      },
                      "company": "Renner - Gerlach",
                      "email": "Jensen.Thiel@gmail.com",
                      "number": "7zuw2KDhGJa9APa",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "NhQys7",
                    "knownTravelerNumberCountryCode": "BY",
                    "phones": [
                      {
                        "areaCode": "542",
                        "countryCode": "1",
                        "extension": "005",
                        "number": "959.487.4727",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "670",
                        "countryCode": "5",
                        "extension": "518",
                        "number": "1-573-584-5419 x4786",
                        "type": "FAX"
                      },
                      {
                        "areaCode": "144",
                        "countryCode": "3",
                        "extension": "678",
                        "number": "(434) 529-6382 x4882",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "955",
                        "countryCode": "8",
                        "extension": "655",
                        "number": "(731) 863-8119 x24416",
                        "type": "HOME"
                      }
                    ],
                    "redressNumber": "7",
                    "redressNumberCountryCode": "SV",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "6eZOBWUk",
                        "tierLevel": "Platinum",
                        "tierNumber": 5
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "uVk7PaG4",
                        "tierLevel": "Red",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "PhIDwlWw",
                          "tierLevel": "Gold",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "RMFDblHo",
                          "tierLevel": "Gold",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "aNMgGASY",
                          "tierLevel": "Silver",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "tpBJwwxw",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "6ein5hJh",
                          "tierLevel": "Silver",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "BBML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "WHEELCHAIR",
                        "MEAL_VGML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BIKE",
                          "description": "mwv0boaNEgiSDEJi8L2F",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "io6UqEBmPjDiUAtwhLp4",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "xgv6bRoIVmf3WFbQQjzr",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "g5mzDQgwp1EHcGGogfqC",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "FR",
                    "documentNumber": "zBBJBi0C",
                    "expiryDate": "2028-07-26",
                    "issueDate": "2022-10-04",
                    "issuePlace": "Kochstad",
                    "issuingCountry": "FJ",
                    "type": "VI"
                  }
                },
                "passengerType": "INF",
                "quantity": 3,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4300.58,
                      "currency": "BBD"
                    }
                  ],
                  [
                    {
                      "amount": 2220.06,
                      "currency": "ISK"
                    }
                  ],
                  [
                    {
                      "amount": 500.2,
                      "currency": "BWP"
                    },
                    {
                      "amount": 1559.84,
                      "currency": "IDR"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 3176.31,
                      "currency": "VUV"
                    },
                    {
                      "amount": 354.33,
                      "currency": "TMT"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "gDUWv"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "CI",
                    "dateOfBirth": "1963-06-17",
                    "documentNumber": "ryuaEI87",
                    "documentType": "C1",
                    "expirationDate": "2027-03-13",
                    "issueDate": "2024-03-18",
                    "issuingCountry": "SI",
                    "nationality": "DE"
                  },
                  "passengerDetails": {
                    "firstName": "Wyman",
                    "lastName": "Kuhn",
                    "maidenName": "Beier",
                    "middleName": "Skyler",
                    "prefix": "MS",
                    "suffix": "II"
                  },
                  "passengerIndex": 3,
                  "passengerInfo": {
                    "address": {
                      "addressType": "RESIDENCE",
                      "city": "Alvenaboro",
                      "country": "SR",
                      "postcode": "97740",
                      "state": "Pennsylvania",
                      "street1": "761 Buckingham Road",
                      "street2": "Suite 859"
                    },
                    "dateOfBirth": "1954-10-04",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Fort Greysonfort",
                        "country": "YT",
                        "postcode": "33509",
                        "state": "South Dakota",
                        "street1": "79976 Church Close",
                        "street2": "Suite 993"
                      },
                      "company": "Hoppe, Wolff and Schiller",
                      "email": "Walter_Witting@yahoo.com",
                      "number": "KkpsO4rrvecbdBP",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "WMafdO",
                    "knownTravelerNumberCountryCode": "NL",
                    "phones": [
                      {
                        "areaCode": "666",
                        "countryCode": "0",
                        "extension": "770",
                        "number": "510-335-9669 x42850",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "940",
                        "countryCode": "2",
                        "extension": "976",
                        "number": "679.667.0854 x4784",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "054",
                        "countryCode": "2",
                        "extension": "200",
                        "number": "493.801.1791",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "890",
                        "countryCode": "3",
                        "extension": "232",
                        "number": "1-493-797-9182 x89844",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "7",
                    "redressNumberCountryCode": "BL",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "hLFHZzcq",
                        "tierLevel": "Gold",
                        "tierNumber": 1
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "NUsggeUB",
                        "tierLevel": "Gold",
                        "tierNumber": 2
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "pKto1gec",
                        "tierLevel": "Red",
                        "tierNumber": 2
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "azjsAWXY",
                        "tierLevel": "Gold",
                        "tierNumber": 4
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "YjWVL7Bj",
                          "tierLevel": "Gold",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "PAleaJez",
                          "tierLevel": "Red",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "FPML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "SEAT_EXTRA_SPACE",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BSCT",
                          "description": "1RlIMDXkiaIIiHiTYSSu",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "NL",
                    "documentNumber": "yitAGqtO",
                    "expiryDate": "2028-12-08",
                    "issueDate": "2024-07-31",
                    "issuePlace": "Thompsonworth",
                    "issuingCountry": "AS",
                    "type": "V"
                  }
                },
                "passengerType": "CHD",
                "quantity": 4,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 2792.44,
                      "currency": "CAD"
                    },
                    {
                      "amount": 4492.46,
                      "currency": "HUF"
                    },
                    {
                      "amount": 812.11,
                      "currency": "MOP"
                    }
                  ],
                  [
                    {
                      "amount": 3598.84,
                      "currency": "KES"
                    }
                  ],
                  [
                    {
                      "amount": 1281.84,
                      "currency": "SCR"
                    },
                    {
                      "amount": 4090.71,
                      "currency": "USD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 149.04,
                      "currency": "SDG"
                    },
                    {
                      "amount": 3778.13,
                      "currency": "CVE"
                    },
                    {
                      "amount": 2179.2,
                      "currency": "FKP"
                    },
                    {
                      "amount": 2543.42,
                      "currency": "LSL"
                    },
                    {
                      "amount": 2666.52,
                      "currency": "BTN"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "Hemds"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "CA",
                    "dateOfBirth": "1955-04-18",
                    "documentNumber": "VYErqloN",
                    "documentType": "V",
                    "expirationDate": "2027-05-07",
                    "issueDate": "2026-04-10",
                    "issuingCountry": "MF",
                    "nationality": "HN"
                  },
                  "passengerDetails": {
                    "firstName": "Alexis",
                    "lastName": "Cormier",
                    "maidenName": "Medhurst",
                    "middleName": "Reese",
                    "prefix": "MRS",
                    "suffix": "Sr"
                  },
                  "passengerIndex": 5,
                  "passengerInfo": {
                    "address": {
                      "addressType": "AGENCY",
                      "city": "Robertaview",
                      "country": "SK",
                      "postcode": "71500",
                      "state": "Louisiana",
                      "street1": "6138 Kemmer Manors",
                      "street2": "Apt. 843"
                    },
                    "dateOfBirth": "1954-10-24",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Rubyeside",
                        "country": "VN",
                        "postcode": "84124",
                        "state": "Minnesota",
                        "street1": "7393 The Grove",
                        "street2": "Apt. 455"
                      },
                      "company": "Bergstrom LLC",
                      "email": "Travis38@gmail.com",
                      "number": "rbXmtrYA5VToF1G",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "1NvQ37",
                    "knownTravelerNumberCountryCode": "KE",
                    "phones": [
                      {
                        "areaCode": "996",
                        "countryCode": "8",
                        "extension": "888",
                        "number": "1-539-441-9419 x71236",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "020",
                        "countryCode": "8",
                        "extension": "815",
                        "number": "269.281.5628 x8255",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "931",
                        "countryCode": "1",
                        "extension": "791",
                        "number": "(446) 265-9850",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "156",
                        "countryCode": "2",
                        "extension": "877",
                        "number": "(932) 267-2692 x48493",
                        "type": "FAX"
                      }
                    ],
                    "redressNumber": "5",
                    "redressNumberCountryCode": "MF",
                    "type": "INF"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "R5jlUIkY",
                        "tierLevel": "Platinum",
                        "tierNumber": 4
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "P309pcVy",
                        "tierLevel": "Platinum",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "SIzS8HnK",
                          "tierLevel": "Silver",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "fQc0soIF",
                          "tierLevel": "Gold",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "fqv0tNw7",
                          "tierLevel": "Silver",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "CI28mQOu",
                          "tierLevel": "Gold",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "NLML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "WHEELCHAIR",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BIKE",
                          "description": "BIKYKZvhk0mUgjhTgYp6",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "r3VbtFXLCz7r4yUJYlgX",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "opV93vYsOmVr6wj6eDoN",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BIKE",
                          "description": "wFoWXChRuhg8XTx9GXy5",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "oMj7HN4BhXlyLTXy1uY8",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "BZ",
                    "documentNumber": "OgpcgX7F",
                    "expiryDate": "2026-10-07",
                    "issueDate": "2026-01-07",
                    "issuePlace": "South Jailynfort",
                    "issuingCountry": "PE",
                    "type": "V"
                  }
                },
                "passengerType": "INF",
                "quantity": 1,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 2872.77,
                      "currency": "CHF"
                    },
                    {
                      "amount": 2166.28,
                      "currency": "PLN"
                    },
                    {
                      "amount": 2361.49,
                      "currency": "NGN"
                    },
                    {
                      "amount": 1807.48,
                      "currency": "SRD"
                    },
                    {
                      "amount": 2029.07,
                      "currency": "CNY"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2915.8,
                      "currency": "LSL"
                    },
                    {
                      "amount": 4989.71,
                      "currency": "CAD"
                    },
                    {
                      "amount": 2038.61,
                      "currency": "CHF"
                    },
                    {
                      "amount": 1438.19,
                      "currency": "GTQ"
                    },
                    {
                      "amount": 3716.56,
                      "currency": "BDT"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "rNcEF"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "SI",
                    "dateOfBirth": "1973-12-22",
                    "documentNumber": "MhxBBLXn",
                    "documentType": "N",
                    "expirationDate": "2028-07-11",
                    "issueDate": "2024-01-19",
                    "issuingCountry": "LB",
                    "nationality": "CA"
                  },
                  "passengerDetails": {
                    "firstName": "Dianna",
                    "lastName": "Corkery",
                    "maidenName": "Romaguera",
                    "middleName": "Bailey",
                    "prefix": "MRS",
                    "suffix": "JR"
                  },
                  "passengerIndex": 3,
                  "passengerInfo": {
                    "address": {
                      "addressType": "BUSINESS",
                      "city": "Savannaland",
                      "country": "AR",
                      "postcode": "61070",
                      "state": "Connecticut",
                      "street1": "458 Jordi Parkway",
                      "street2": "Suite 297"
                    },
                    "dateOfBirth": "1998-07-23",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Erdmanfurt",
                        "country": "ZA",
                        "postcode": "69202-6362",
                        "state": "Oklahoma",
                        "street1": "424 Marjory Unions",
                        "street2": "Apt. 483"
                      },
                      "company": "Harvey - Reichel",
                      "email": "Katlynn8@hotmail.com",
                      "number": "48aKNJf6jlWLqH7",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "r6PV1C",
                    "knownTravelerNumberCountryCode": "SM",
                    "phones": [
                      {
                        "areaCode": "160",
                        "countryCode": "4",
                        "extension": "757",
                        "number": "701-895-9986 x335",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "226",
                        "countryCode": "3",
                        "extension": "955",
                        "number": "(284) 800-5211",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "165",
                        "countryCode": "6",
                        "extension": "026",
                        "number": "735-601-9949 x90456",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "957",
                        "countryCode": "1",
                        "extension": "766",
                        "number": "755.415.4698",
                        "type": "HOME"
                      }
                    ],
                    "redressNumber": "9",
                    "redressNumberCountryCode": "JM",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "Sb4PrPMQ",
                        "tierLevel": "Red",
                        "tierNumber": 1
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "t2mlBJMK",
                        "tierLevel": "Platinum",
                        "tierNumber": 1
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "yZg7VXKF",
                          "tierLevel": "Gold",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VJML",
                      "seatPreference": "NSSA",
                      "specialRequests": [
                        "MEAL_CHML",
                        "MEAL_VGML",
                        "WHEELCHAIR",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BIKE",
                          "description": "2gNWwUsEwg4hatI2T2QJ",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "hbNQoGemqhI4QdpLAfcr",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "TN",
                    "documentNumber": "YZdJSof6",
                    "expiryDate": "2029-10-11",
                    "issueDate": "2023-11-08",
                    "issuePlace": "East Dana",
                    "issuingCountry": "MY",
                    "type": "V"
                  }
                },
                "passengerType": "INF",
                "quantity": 2,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 2283.9,
                      "currency": "HTG"
                    },
                    {
                      "amount": 3924.59,
                      "currency": "GHS"
                    },
                    {
                      "amount": 4784.19,
                      "currency": "EGP"
                    },
                    {
                      "amount": 1189.66,
                      "currency": "MVR"
                    }
                  ],
                  [
                    {
                      "amount": 675.25,
                      "currency": "GBP"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 3432.58,
                      "currency": "TZS"
                    },
                    {
                      "amount": 4147.02,
                      "currency": "LBP"
                    }
                  ],
                  [
                    {
                      "amount": 2972.88,
                      "currency": "GHS"
                    },
                    {
                      "amount": 1544.77,
                      "currency": "CAD"
                    },
                    {
                      "amount": 2377.71,
                      "currency": "AOA"
                    },
                    {
                      "amount": 2127.14,
                      "currency": "XOF"
                    },
                    {
                      "amount": 2445.74,
                      "currency": "KRW"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "iHxYz"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "IT",
                    "dateOfBirth": "1992-12-13",
                    "documentNumber": "NTRb70b7",
                    "documentType": "VB",
                    "expirationDate": "2028-07-24",
                    "issueDate": "2025-04-02",
                    "issuingCountry": "HK",
                    "nationality": "PL"
                  },
                  "passengerDetails": {
                    "firstName": "Asha",
                    "lastName": "Huel",
                    "maidenName": "Jenkins",
                    "middleName": "Finley",
                    "prefix": "MR",
                    "suffix": "SR"
                  },
                  "passengerIndex": 4,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "West Maverick",
                      "country": "GP",
                      "postcode": "76696-6813",
                      "state": "Arkansas",
                      "street1": "99366 Pine Close",
                      "street2": "Suite 175"
                    },
                    "dateOfBirth": "1999-10-20",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "South Demetriusland",
                        "country": "HK",
                        "postcode": "11000-3038",
                        "state": "Florida",
                        "street1": "7550 S Market Street",
                        "street2": "Suite 538"
                      },
                      "company": "Langworth LLC",
                      "email": "Lucie.Schaden@hotmail.com",
                      "number": "AtqiQYyN6GCzhev",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "EFf2Yq",
                    "knownTravelerNumberCountryCode": "CC",
                    "phones": [
                      {
                        "areaCode": "687",
                        "countryCode": "5",
                        "extension": "449",
                        "number": "1-400-202-4687 x5348",
                        "type": "HOME"
                      },
                      {
                        "areaCode": "790",
                        "countryCode": "2",
                        "extension": "962",
                        "number": "699-360-9939 x00149",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "892",
                        "countryCode": "3",
                        "extension": "292",
                        "number": "588-442-1325",
                        "type": "HOME"
                      }
                    ],
                    "redressNumber": "0",
                    "redressNumberCountryCode": "BI",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "eWFqjnP5",
                        "tierLevel": "Silver",
                        "tierNumber": 1
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "QPCvQkSu",
                        "tierLevel": "Silver",
                        "tierNumber": 4
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "pmFJ1etm",
                        "tierLevel": "Platinum",
                        "tierNumber": 3
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "ECXVDYvO",
                          "tierLevel": "Gold",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "f1Q0sdgV",
                          "tierLevel": "Red",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "AgRNufzE",
                          "tierLevel": "Red",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VGML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "SEAT_EXTRA_SPACE",
                        "MEAL_VGML",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "DEAF",
                          "description": "MDtF07tMR74wiRwOZiF1",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "DM",
                    "documentNumber": "sF3PTCRP",
                    "expiryDate": "2027-02-26",
                    "issueDate": "2026-05-15",
                    "issuePlace": "Augusta-Richmond County",
                    "issuingCountry": "TG",
                    "type": "VN"
                  }
                },
                "passengerType": "INF",
                "quantity": 3,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4237.82,
                      "currency": "JMD"
                    },
                    {
                      "amount": 1532.24,
                      "currency": "THB"
                    }
                  ],
                  [
                    {
                      "amount": 4085.2,
                      "currency": "NOK"
                    }
                  ],
                  [
                    {
                      "amount": 2684.22,
                      "currency": "SBD"
                    },
                    {
                      "amount": 4598.6,
                      "currency": "VUV"
                    },
                    {
                      "amount": 2925.33,
                      "currency": "RWF"
                    },
                    {
                      "amount": 3118.31,
                      "currency": "IQD"
                    }
                  ],
                  [
                    {
                      "amount": 2585.88,
                      "currency": "XOF"
                    },
                    {
                      "amount": 4892.02,
                      "currency": "ETB"
                    }
                  ],
                  [
                    {
                      "amount": 2476.5,
                      "currency": "XPF"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2820.39,
                      "currency": "GIP"
                    },
                    {
                      "amount": 3679.23,
                      "currency": "HTG"
                    }
                  ],
                  [
                    {
                      "amount": 4932.24,
                      "currency": "AFN"
                    },
                    {
                      "amount": 2891,
                      "currency": "UAH"
                    }
                  ],
                  [
                    {
                      "amount": 101.15,
                      "currency": "AZN"
                    },
                    {
                      "amount": 3112.35,
                      "currency": "VES"
                    },
                    {
                      "amount": 4280.26,
                      "currency": "TTD"
                    }
                  ],
                  [
                    {
                      "amount": 2166.95,
                      "currency": "MUR"
                    },
                    {
                      "amount": 220.59,
                      "currency": "ZAR"
                    },
                    {
                      "amount": 3711.09,
                      "currency": "USD"
                    }
                  ],
                  [
                    {
                      "amount": 854.46,
                      "currency": "KHR"
                    },
                    {
                      "amount": 2946.27,
                      "currency": "GTQ"
                    },
                    {
                      "amount": 4025.97,
                      "currency": "OMR"
                    },
                    {
                      "amount": 2595.72,
                      "currency": "CRC"
                    },
                    {
                      "amount": 4399.01,
                      "currency": "HNL"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        },
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "tiiKm"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "MS",
                "dateOfBirth": "1966-11-04",
                "documentNumber": "Yquo33Ls",
                "documentType": "P",
                "expirationDate": "2029-07-06",
                "issueDate": "2026-06-07",
                "issuingCountry": "GG",
                "nationality": "KE"
              },
              "passengerDetails": {
                "firstName": "Wilhelm",
                "lastName": "Berge",
                "maidenName": "Cole",
                "middleName": "Leslie",
                "prefix": "Dr",
                "suffix": "SR"
              },
              "passengerIndex": 1,
              "passengerInfo": {
                "address": {
                  "addressType": "AGENCY",
                  "city": "West Maybellland",
                  "country": "BM",
                  "postcode": "20249",
                  "state": "Connecticut",
                  "street1": "54154 Alden Fords",
                  "street2": "Apt. 861"
                },
                "dateOfBirth": "1950-10-21",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "FEMALE",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Cathedral City",
                    "country": "IL",
                    "postcode": "44679",
                    "state": "Virginia",
                    "street1": "53571 Nicole Throughway",
                    "street2": "Suite 811"
                  },
                  "company": "Bernhard, Predovic and Heathcote",
                  "email": "Ronny85@gmail.com",
                  "number": "vfJRvyh0hO86wcI",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "WXiuFu",
                "knownTravelerNumberCountryCode": "PK",
                "phones": [
                  {
                    "areaCode": "783",
                    "countryCode": "8",
                    "extension": "384",
                    "number": "404-429-2379 x4588",
                    "type": "WORK"
                  },
                  {
                    "areaCode": "264",
                    "countryCode": "0",
                    "extension": "584",
                    "number": "934-851-0484 x077",
                    "type": "FAX"
                  },
                  {
                    "areaCode": "781",
                    "countryCode": "2",
                    "extension": "110",
                    "number": "475-964-1574 x288",
                    "type": "HOME"
                  },
                  {
                    "areaCode": "932",
                    "countryCode": "4",
                    "extension": "013",
                    "number": "1-513-443-0090 x128",
                    "type": "HOME"
                  },
                  {
                    "areaCode": "602",
                    "countryCode": "1",
                    "extension": "633",
                    "number": "(993) 260-8676",
                    "type": "CELLULAR"
                  }
                ],
                "redressNumber": "1",
                "redressNumberCountryCode": "CG",
                "type": "CHD"
              },
              "passengerNameNumber": "01.02",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P1",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "IiFo1DmS",
                    "tierLevel": "Gold",
                    "tierNumber": 2
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P1",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "NHVZ2Wx7",
                    "tierLevel": "Silver",
                    "tierNumber": 4
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "CO",
                    "banner": "PRATA",
                    "marketingCarrier": "AA",
                    "number": "DG4oY0PC",
                    "tierLevel": "Silver",
                    "tierNumber": 3
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "CO",
                    "banner": "OURO",
                    "marketingCarrier": "AA",
                    "number": "Npeu51e4",
                    "tierLevel": "Red",
                    "tierNumber": 5
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P1",
                      "banner": "OURO",
                      "marketingCarrier": "AA",
                      "number": "uwUojmoA",
                      "tierLevel": "Gold",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P2",
                      "banner": "BRONZE",
                      "marketingCarrier": "AA",
                      "number": "pHtWKTnx",
                      "tierLevel": "Gold",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "LSML",
                  "seatPreference": "NSSA",
                  "specialRequests": [
                    "WHEELCHAIR",
                    "SEAT_EXTRA_SPACE",
                    "MEAL_VGML",
                    "MEAL_CHML"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "DEAF",
                      "description": "fXnHqhuuCEi3Wfe69qeK",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-17T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        }
                      ]
                    },
                    {
                      "code": "BLND",
                      "description": "nVSjWGOvRHPioaXuVwBK",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "LA",
                "documentNumber": "jQRRMJ1F",
                "expiryDate": "2030-12-27",
                "issueDate": "2023-04-15",
                "issuePlace": "West Roslyn",
                "issuingCountry": "MT",
                "type": "V"
              }
            },
            "passengerType": "CHD",
            "quantity": 4,
            "travelPart": {
              "@type": "Outbound"
            }
          },
          "label": "BASE",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 3850.79,
                  "currency": "MYR"
                },
                {
                  "amount": 866.06,
                  "currency": "BOB"
                },
                {
                  "amount": 4293.58,
                  "currency": "CRC"
                }
              ],
              [
                {
                  "amount": 4895.21,
                  "currency": "SEK"
                },
                {
                  "amount": 488.9,
                  "currency": "JOD"
                },
                {
                  "amount": 2032.93,
                  "currency": "AZN"
                },
                {
                  "amount": 2311.47,
                  "currency": "VND"
                },
                {
                  "amount": 3909.24,
                  "currency": "LBP"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 4749.48,
                  "currency": "FKP"
                }
              ],
              [
                {
                  "amount": 2563.29,
                  "currency": "KWD"
                },
                {
                  "amount": 1054.79,
                  "currency": "BYN"
                }
              ],
              [
                {
                  "amount": 4093.53,
                  "currency": "KMF"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "pecQI"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "DE",
                    "dateOfBirth": "1960-09-17",
                    "documentNumber": "PRoBDKcn",
                    "documentType": "IA",
                    "expirationDate": "2030-06-12",
                    "issueDate": "2022-10-11",
                    "issuingCountry": "EE",
                    "nationality": "CR"
                  },
                  "passengerDetails": {
                    "firstName": "Marisol",
                    "lastName": "Reilly",
                    "maidenName": "Schimmel",
                    "middleName": "Nico",
                    "prefix": "Dr",
                    "suffix": "III"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "HOME",
                      "city": "South Angelicaberg",
                      "country": "CO",
                      "postcode": "92199-3553",
                      "state": "Ohio",
                      "street1": "79810 Hilario Mews",
                      "street2": "Suite 534"
                    },
                    "dateOfBirth": "1990-04-27",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "West Ezra",
                        "country": "SG",
                        "postcode": "80364-3051",
                        "state": "Kentucky",
                        "street1": "371 Ondricka Flat",
                        "street2": "Apt. 391"
                      },
                      "company": "O'Conner, Conn and Veum",
                      "email": "Francis.Abernathy@hotmail.com",
                      "number": "BGDTufQKXWzVr1k",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "XKtalR",
                    "knownTravelerNumberCountryCode": "FI",
                    "phones": [
                      {
                        "areaCode": "772",
                        "countryCode": "0",
                        "extension": "270",
                        "number": "1-575-346-2411 x628",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "308",
                        "countryCode": "0",
                        "extension": "116",
                        "number": "(863) 475-1526 x7712",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "937",
                        "countryCode": "3",
                        "extension": "673",
                        "number": "866.334.8584 x6892",
                        "type": "FAX"
                      }
                    ],
                    "redressNumber": "4",
                    "redressNumberCountryCode": "CX",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "eT8QOWlD",
                        "tierLevel": "Platinum",
                        "tierNumber": 1
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "Hshq7HJ4",
                        "tierLevel": "Gold",
                        "tierNumber": 4
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "WfphDdNB",
                        "tierLevel": "Platinum",
                        "tierNumber": 3
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "kat7a6ID",
                          "tierLevel": "Gold",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "Mly1vloo",
                          "tierLevel": "Red",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "LCML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "MEAL_CHML",
                        "WHEELCHAIR",
                        "MEAL_VGML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "PETC",
                          "description": "6zY3PNOTg19rD74AM6vQ",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "GzgrYSmXis9ZQhHMCGQM",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "KVZ0F4BD6us2CbVHY3Dk",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "2nULLEKNdO8GUdl13MiA",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "SR",
                    "documentNumber": "CnWcKcO0",
                    "expiryDate": "2027-01-27",
                    "issueDate": "2025-06-19",
                    "issuePlace": "West Grace",
                    "issuingCountry": "UY",
                    "type": "V"
                  }
                },
                "passengerType": "CHD",
                "quantity": 4,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 3131.4,
                      "currency": "BOB"
                    },
                    {
                      "amount": 2701.73,
                      "currency": "DZD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2534.18,
                      "currency": "JMD"
                    }
                  ],
                  [
                    {
                      "amount": 503.2,
                      "currency": "CNY"
                    },
                    {
                      "amount": 915.73,
                      "currency": "EUR"
                    },
                    {
                      "amount": 3545.83,
                      "currency": "MUR"
                    },
                    {
                      "amount": 2281.67,
                      "currency": "BBD"
                    },
                    {
                      "amount": 4288.97,
                      "currency": "CUP"
                    }
                  ],
                  [
                    {
                      "amount": 1437.55,
                      "currency": "SBD"
                    },
                    {
                      "amount": 348.45,
                      "currency": "JOD"
                    },
                    {
                      "amount": 3789.61,
                      "currency": "CAD"
                    },
                    {
                      "amount": 357.52,
                      "currency": "QAR"
                    },
                    {
                      "amount": 1407.78,
                      "currency": "VND"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        }
      ],
      "label": "air",
      "total": {
        "alternatives": [
          [
            {
              "amount": 3907.54,
              "currency": "SLE"
            },
            {
              "amount": 117.25,
              "currency": "LRD"
            },
            {
              "amount": 1959.77,
              "currency": "RWF"
            }
          ],
          [
            {
              "amount": 2902.16,
              "currency": "LRD"
            },
            {
              "amount": 2755.61,
              "currency": "GHS"
            },
            {
              "amount": 3601.62,
              "currency": "SZL"
            },
            {
              "amount": 2801.65,
              "currency": "MZN"
            },
            {
              "amount": 1308.93,
              "currency": "BIF"
            }
          ],
          [
            {
              "amount": 319.57,
              "currency": "ILS"
            },
            {
              "amount": 2565.26,
              "currency": "IQD"
            },
            {
              "amount": 2387.47,
              "currency": "CHF"
            }
          ],
          [
            {
              "amount": 3886.32,
              "currency": "MOP"
            },
            {
              "amount": 4961.66,
              "currency": "MGA"
            },
            {
              "amount": 1202.88,
              "currency": "DOP"
            },
            {
              "amount": 3717.55,
              "currency": "CLP"
            },
            {
              "amount": 3378.12,
              "currency": "MVR"
            }
          ]
        ]
      }
    },
    {
      "breakdownElements": [
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "UiFwy"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "MT",
                "dateOfBirth": "1945-11-02",
                "documentNumber": "995Fc6k3",
                "documentType": "M",
                "expirationDate": "2029-01-08",
                "issueDate": "2021-08-19",
                "issuingCountry": "HU",
                "nationality": "BH"
              },
              "passengerDetails": {
                "firstName": "Anahi",
                "lastName": "Dooley",
                "maidenName": "Prohaska",
                "middleName": "Riley",
                "prefix": "Ms",
                "suffix": "Sr"
              },
              "passengerIndex": 5,
              "passengerInfo": {
                "address": {
                  "addressType": "AGENCY",
                  "city": "West Vivian",
                  "country": "HM",
                  "postcode": "50183",
                  "state": "Ohio",
                  "street1": "48197 Morgan Passage",
                  "street2": "Apt. 778"
                },
                "dateOfBirth": "1956-08-20",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "FEMALE",
                "generalSalesTaxData": {
                  "address": {
                    "city": "North Sigmundview",
                    "country": "AR",
                    "postcode": "44638",
                    "state": "Arizona",
                    "street1": "56844 W Broadway Street",
                    "street2": "Apt. 969"
                  },
                  "company": "Larkin - MacGyver",
                  "email": "Pearline_Wilkinson52@hotmail.com",
                  "number": "PWrsfl8Sh2NBISX",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "ZePhTG",
                "knownTravelerNumberCountryCode": "NF",
                "phones": [
                  {
                    "areaCode": "387",
                    "countryCode": "0",
                    "extension": "882",
                    "number": "622.442.6665 x35779",
                    "type": "BUSINESS"
                  },
                  {
                    "areaCode": "270",
                    "countryCode": "3",
                    "extension": "795",
                    "number": "1-745-492-6461",
                    "type": "BUSINESS"
                  },
                  {
                    "areaCode": "219",
                    "countryCode": "2",
                    "extension": "166",
                    "number": "221-518-8632 x0691",
                    "type": "AGENCY"
                  },
                  {
                    "areaCode": "113",
                    "countryCode": "4",
                    "extension": "697",
                    "number": "636-514-5204 x476",
                    "type": "MOBILE"
                  },
                  {
                    "areaCode": "471",
                    "countryCode": "1",
                    "extension": "797",
                    "number": "1-846-778-8277 x6245",
                    "type": "FAX"
                  }
                ],
                "redressNumber": "2",
                "redressNumberCountryCode": "GB",
                "type": "INF"
              },
              "passengerNameNumber": "02.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P2",
                    "banner": "BRONZE",
                    "marketingCarrier": "AA",
                    "number": "EFdmzs28",
                    "tierLevel": "Platinum",
                    "tierNumber": 1
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "CO",
                    "banner": "OURO",
                    "marketingCarrier": "AA",
                    "number": "TwG1VfKz",
                    "tierLevel": "Silver",
                    "tierNumber": 2
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P2",
                      "banner": "BRONZE",
                      "marketingCarrier": "VA",
                      "number": "i50iS3Lu",
                      "tierLevel": "Silver",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "CO",
                      "banner": "OURO",
                      "marketingCarrier": "AA",
                      "number": "IeSwEEEl",
                      "tierLevel": "Silver",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "VLML",
                  "seatPreference": "NSSA",
                  "specialRequests": [
                    "SEAT_EXTRA_SPACE",
                    "WHEELCHAIR"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "DEAF",
                      "description": "FaQ6zuh5yMPoC9qPvltx",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        }
                      ]
                    },
                    {
                      "code": "PETC",
                      "description": "ZNcNjW3Dd5XUbzhjKpYL",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        }
                      ]
                    },
                    {
                      "code": "BIKE",
                      "description": "p52yRsjSJw65uzzpfGZj",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "MAAS",
                      "description": "POvpTdEzRcnH00M1RSki",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "IN",
                "documentNumber": "ZCbdT4kA",
                "expiryDate": "2029-02-21",
                "issueDate": "2024-10-21",
                "issuePlace": "North Makenzieville",
                "issuingCountry": "MU",
                "type": "V"
              }
            },
            "passengerType": "ADT",
            "quantity": 5,
            "travelPart": {
              "@type": "Inbound"
            }
          },
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 4370.77,
                  "currency": "USD"
                }
              ],
              [
                {
                  "amount": 2279.81,
                  "currency": "LSL"
                },
                {
                  "amount": 684.93,
                  "currency": "NOK"
                },
                {
                  "amount": 4739.57,
                  "currency": "RWF"
                }
              ],
              [
                {
                  "amount": 2544.51,
                  "currency": "PEN"
                },
                {
                  "amount": 4725.75,
                  "currency": "CHF"
                },
                {
                  "amount": 3279.45,
                  "currency": "VND"
                }
              ],
              [
                {
                  "amount": 1920.93,
                  "currency": "AFN"
                },
                {
                  "amount": 487.04,
                  "currency": "BOB"
                },
                {
                  "amount": 2963.35,
                  "currency": "SYP"
                },
                {
                  "amount": 3793.3,
                  "currency": "PGK"
                },
                {
                  "amount": 447.12,
                  "currency": "EUR"
                }
              ],
              [
                {
                  "amount": 2126.12,
                  "currency": "HTG"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 2834.14,
                  "currency": "SDG"
                },
                {
                  "amount": 1120.01,
                  "currency": "SLE"
                }
              ],
              [
                {
                  "amount": 2229.65,
                  "currency": "SLE"
                },
                {
                  "amount": 74.98,
                  "currency": "SBD"
                },
                {
                  "amount": 715.18,
                  "currency": "QAR"
                }
              ],
              [
                {
                  "amount": 3174.32,
                  "currency": "BWP"
                }
              ],
              [
                {
                  "amount": 2257.01,
                  "currency": "MDL"
                },
                {
                  "amount": 2979.06,
                  "currency": "MOP"
                },
                {
                  "amount": 311.49,
                  "currency": "TND"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "POMUN"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "TO",
                    "dateOfBirth": "1956-06-05",
                    "documentNumber": "lo1q9FN4",
                    "documentType": "C1",
                    "expirationDate": "2028-01-01",
                    "issueDate": "2024-06-27",
                    "issuingCountry": "SX",
                    "nationality": "AZ"
                  },
                  "passengerDetails": {
                    "firstName": "Brendan",
                    "lastName": "Osinski",
                    "maidenName": "Huel",
                    "middleName": "North",
                    "prefix": "MISS",
                    "suffix": "Jr"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "Pollichview",
                      "country": "SZ",
                      "postcode": "76034",
                      "state": "Colorado",
                      "street1": "19722 E 12th Street",
                      "street2": "Suite 733"
                    },
                    "dateOfBirth": "1975-10-05",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNKNOWN",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "South Othahaven",
                        "country": "IR",
                        "postcode": "78800-9497",
                        "state": "Connecticut",
                        "street1": "8359 Barry Landing",
                        "street2": "Apt. 415"
                      },
                      "company": "Tillman, Kuvalis and Goodwin",
                      "email": "Lucile_Stehr@yahoo.com",
                      "number": "aRZxDcrJkl4XqTj",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "7Idf8n",
                    "knownTravelerNumberCountryCode": "SC",
                    "phones": [
                      {
                        "areaCode": "937",
                        "countryCode": "1",
                        "extension": "223",
                        "number": "359.600.0666",
                        "type": "FAX"
                      },
                      {
                        "areaCode": "488",
                        "countryCode": "7",
                        "extension": "041",
                        "number": "(222) 246-7659 x892",
                        "type": "BUSINESS"
                      }
                    ],
                    "redressNumber": "5",
                    "redressNumberCountryCode": "GE",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "v1AI8aJJ",
                        "tierLevel": "Gold",
                        "tierNumber": 3
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "GdGXweoF",
                        "tierLevel": "Gold",
                        "tierNumber": 1
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "k612UijK",
                        "tierLevel": "Gold",
                        "tierNumber": 4
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "YV0SvTBw",
                        "tierLevel": "Silver",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "uZZRhd57",
                          "tierLevel": "Silver",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "oCLgvGw4",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VGML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "MEAL_CHML",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BIKE",
                          "description": "rTSQO4KmeCYqHLvUwSCX",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "n72Lm83oYCcd4d7mhaaf",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "ujvz9nTQQQ5HijdOyrrJ",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "KpPG5uR67eouBbG9ZM3K",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "zCsHaHb1AslxplZc1v4L",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "ZM",
                    "documentNumber": "pZj89tKQ",
                    "expiryDate": "2028-11-23",
                    "issueDate": "2023-04-15",
                    "issuePlace": "New Devenworth",
                    "issuingCountry": "KZ",
                    "type": "V"
                  }
                },
                "passengerType": "INF",
                "quantity": 3,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 836.31,
                      "currency": "NAD"
                    },
                    {
                      "amount": 901.12,
                      "currency": "JPY"
                    }
                  ],
                  [
                    {
                      "amount": 4055.93,
                      "currency": "BSD"
                    },
                    {
                      "amount": 1998.3,
                      "currency": "UAH"
                    }
                  ],
                  [
                    {
                      "amount": 4587.86,
                      "currency": "MZN"
                    },
                    {
                      "amount": 3566.9,
                      "currency": "BRL"
                    },
                    {
                      "amount": 2524.99,
                      "currency": "OMR"
                    },
                    {
                      "amount": 2321.95,
                      "currency": "GYD"
                    }
                  ],
                  [
                    {
                      "amount": 3896.87,
                      "currency": "PEN"
                    },
                    {
                      "amount": 3578.19,
                      "currency": "SDG"
                    },
                    {
                      "amount": 1556.96,
                      "currency": "IRR"
                    },
                    {
                      "amount": 3164.85,
                      "currency": "JMD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 3077.06,
                      "currency": "GTQ"
                    },
                    {
                      "amount": 530.98,
                      "currency": "CZK"
                    },
                    {
                      "amount": 2013.59,
                      "currency": "AMD"
                    },
                    {
                      "amount": 1494.93,
                      "currency": "KMF"
                    },
                    {
                      "amount": 4128.85,
                      "currency": "SAR"
                    }
                  ],
                  [
                    {
                      "amount": 3743.63,
                      "currency": "JPY"
                    }
                  ],
                  [
                    {
                      "amount": 2518.62,
                      "currency": "DJF"
                    },
                    {
                      "amount": 4265.84,
                      "currency": "HKD"
                    },
                    {
                      "amount": 72.89,
                      "currency": "BYN"
                    },
                    {
                      "amount": 4096.11,
                      "currency": "SEK"
                    }
                  ],
                  [
                    {
                      "amount": 1385.12,
                      "currency": "GHS"
                    },
                    {
                      "amount": 130.18,
                      "currency": "ERN"
                    }
                  ],
                  [
                    {
                      "amount": 4103.86,
                      "currency": "MGA"
                    },
                    {
                      "amount": 2447.82,
                      "currency": "KHR"
                    },
                    {
                      "amount": 2368.79,
                      "currency": "PGK"
                    },
                    {
                      "amount": 2944.08,
                      "currency": "TOP"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "oqKCL"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "MZ",
                    "dateOfBirth": "1957-10-17",
                    "documentNumber": "CJwufkfy",
                    "documentType": "VN",
                    "expirationDate": "2028-06-14",
                    "issueDate": "2024-06-27",
                    "issuingCountry": "MN",
                    "nationality": "MT"
                  },
                  "passengerDetails": {
                    "firstName": "Cara",
                    "lastName": "Jones",
                    "maidenName": "Hickle",
                    "middleName": "River",
                    "prefix": "Dr",
                    "suffix": "II"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "RESIDENCE",
                      "city": "New Dawson",
                      "country": "SO",
                      "postcode": "05700",
                      "state": "Nebraska",
                      "street1": "16498 Woodland Close",
                      "street2": "Apt. 262"
                    },
                    "dateOfBirth": "1995-07-31",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Crooksburgh",
                        "country": "AM",
                        "postcode": "13030",
                        "state": "Oklahoma",
                        "street1": "653 3rd Street",
                        "street2": "Apt. 225"
                      },
                      "company": "Vandervort LLC",
                      "email": "Giovani.Brakus84@gmail.com",
                      "number": "3KWyNeOioFwfafD",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "ZGPF4U",
                    "knownTravelerNumberCountryCode": "TH",
                    "phones": [
                      {
                        "areaCode": "136",
                        "countryCode": "1",
                        "extension": "667",
                        "number": "885-531-9535 x9302",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "049",
                        "countryCode": "2",
                        "extension": "530",
                        "number": "(255) 872-6354",
                        "type": "HOME"
                      }
                    ],
                    "redressNumber": "0",
                    "redressNumberCountryCode": "SZ",
                    "type": "INF"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "FJg5Q0pa",
                        "tierLevel": "Gold",
                        "tierNumber": 2
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "5TxBGt0W",
                        "tierLevel": "Silver",
                        "tierNumber": 5
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "hvKnStgk",
                        "tierLevel": "Red",
                        "tierNumber": 1
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "rUrj5fe5",
                          "tierLevel": "Silver",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "FPML",
                      "seatPreference": "NSST",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "MEAL_CHML",
                        "MEAL_VGML",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "MAAS",
                          "description": "8FCGlkTU7u2sIp6AfJ0m",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "jWYpO44tkI81Fd840u25",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "V6zzco5Z2jssHnVO5HhH",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "CiDzD4IfrO7MzarMyAj2",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "SE",
                    "documentNumber": "b9fO7XJO",
                    "expiryDate": "2026-07-06",
                    "issueDate": "2021-12-01",
                    "issuePlace": "Cartercester",
                    "issuingCountry": "GB",
                    "type": "V"
                  }
                },
                "passengerType": "ADT",
                "quantity": 4,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 1668.84,
                      "currency": "PKR"
                    },
                    {
                      "amount": 4078.89,
                      "currency": "IQD"
                    }
                  ],
                  [
                    {
                      "amount": 2006.35,
                      "currency": "PEN"
                    }
                  ],
                  [
                    {
                      "amount": 2415.81,
                      "currency": "GIP"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2098.03,
                      "currency": "MRU"
                    },
                    {
                      "amount": 2468.45,
                      "currency": "GEL"
                    },
                    {
                      "amount": 1799.69,
                      "currency": "TMT"
                    },
                    {
                      "amount": 634.66,
                      "currency": "SZL"
                    }
                  ],
                  [
                    {
                      "amount": 2960.29,
                      "currency": "TRY"
                    },
                    {
                      "amount": 2666.56,
                      "currency": "CUP"
                    },
                    {
                      "amount": 438.03,
                      "currency": "VND"
                    },
                    {
                      "amount": 2500.14,
                      "currency": "DKK"
                    },
                    {
                      "amount": 3261.8,
                      "currency": "CUP"
                    }
                  ],
                  [
                    {
                      "amount": 385.47,
                      "currency": "BMD"
                    },
                    {
                      "amount": 1403.8,
                      "currency": "LYD"
                    },
                    {
                      "amount": 3306.97,
                      "currency": "NGN"
                    },
                    {
                      "amount": 594.29,
                      "currency": "SBD"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "ivUKC"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "NC",
                    "dateOfBirth": "1980-07-01",
                    "documentNumber": "SaGCwE5U",
                    "documentType": "IA",
                    "expirationDate": "2030-11-05",
                    "issueDate": "2023-06-17",
                    "issuingCountry": "AZ",
                    "nationality": "HK"
                  },
                  "passengerDetails": {
                    "firstName": "Karson",
                    "lastName": "Beahan",
                    "maidenName": "Parker",
                    "middleName": "Parker",
                    "prefix": "Mr",
                    "suffix": "II"
                  },
                  "passengerIndex": 3,
                  "passengerInfo": {
                    "address": {
                      "addressType": "INVOICE",
                      "city": "Littelworth",
                      "country": "KE",
                      "postcode": "41901-6265",
                      "state": "West Virginia",
                      "street1": "621 Stark Forge",
                      "street2": "Suite 713"
                    },
                    "dateOfBirth": "1965-10-02",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNKNOWN",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Turnerborough",
                        "country": "IE",
                        "postcode": "39339",
                        "state": "Maine",
                        "street1": "4843 Klein Track",
                        "street2": "Apt. 685"
                      },
                      "company": "Pollich - Lueilwitz",
                      "email": "Deron_Becker@hotmail.com",
                      "number": "h07ktVbSV9MYZJq",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "kLO2jL",
                    "knownTravelerNumberCountryCode": "LS",
                    "phones": [
                      {
                        "areaCode": "180",
                        "countryCode": "8",
                        "extension": "493",
                        "number": "833-672-2190",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "968",
                        "countryCode": "6",
                        "extension": "741",
                        "number": "353.838.9751",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "632",
                        "countryCode": "7",
                        "extension": "113",
                        "number": "938-622-1815 x5755",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "583",
                        "countryCode": "1",
                        "extension": "184",
                        "number": "(739) 471-9869 x364",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "490",
                        "countryCode": "8",
                        "extension": "789",
                        "number": "233-742-1423 x84929",
                        "type": "AGENCY"
                      }
                    ],
                    "redressNumber": "3",
                    "redressNumberCountryCode": "WS",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "E0dG9fOU",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "QvpfWpYn",
                        "tierLevel": "Gold",
                        "tierNumber": 3
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "aPKVA8CX",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "nVd6mvay",
                        "tierLevel": "Silver",
                        "tierNumber": 5
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "3LzIGeg7",
                        "tierLevel": "Platinum",
                        "tierNumber": 1
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "nnO9aSmw",
                          "tierLevel": "Silver",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "6GdEjpCZ",
                          "tierLevel": "Gold",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "rsDelTjf",
                          "tierLevel": "Gold",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "1nUUXzbT",
                          "tierLevel": "Gold",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "1gVcEIf4",
                          "tierLevel": "Platinum",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VLML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BSCT",
                          "description": "Zefio6dB3FdznNTCz4N4",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "gbYENUmyK8QmAvqr2Bj0",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BIKE",
                          "description": "yY2piFeSKHXqQTLneV83",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "BM",
                    "documentNumber": "QRCmdEkV",
                    "expiryDate": "2028-09-01",
                    "issueDate": "2023-12-02",
                    "issuePlace": "Ethanworth",
                    "issuingCountry": "ES",
                    "type": "V"
                  }
                },
                "passengerType": "INF",
                "quantity": 4,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 1243.45,
                      "currency": "BMD"
                    },
                    {
                      "amount": 2812.76,
                      "currency": "HTG"
                    },
                    {
                      "amount": 4415.06,
                      "currency": "RON"
                    },
                    {
                      "amount": 1397.31,
                      "currency": "MMK"
                    },
                    {
                      "amount": 311.38,
                      "currency": "EUR"
                    }
                  ],
                  [
                    {
                      "amount": 3971.44,
                      "currency": "CLP"
                    },
                    {
                      "amount": 1400.01,
                      "currency": "NAD"
                    }
                  ],
                  [
                    {
                      "amount": 3224.99,
                      "currency": "CRC"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2631.4,
                      "currency": "BZD"
                    }
                  ],
                  [
                    {
                      "amount": 2531.01,
                      "currency": "MOP"
                    },
                    {
                      "amount": 2535.14,
                      "currency": "KPW"
                    }
                  ],
                  [
                    {
                      "amount": 2134.49,
                      "currency": "MVR"
                    },
                    {
                      "amount": 4051.68,
                      "currency": "MUR"
                    },
                    {
                      "amount": 4913.79,
                      "currency": "OMR"
                    },
                    {
                      "amount": 3348.87,
                      "currency": "UYU"
                    },
                    {
                      "amount": 4811.08,
                      "currency": "TWD"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "EwwLB"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "MC",
                    "dateOfBirth": "1998-08-06",
                    "documentNumber": "RUvNcspi",
                    "documentType": "PD",
                    "expirationDate": "2026-07-26",
                    "issueDate": "2025-01-07",
                    "issuingCountry": "CM",
                    "nationality": "UM"
                  },
                  "passengerDetails": {
                    "firstName": "Demond",
                    "lastName": "Rau-Aufderhar",
                    "maidenName": "Kozey",
                    "middleName": "Sasha",
                    "prefix": "MS",
                    "suffix": "SR"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "RESIDENCE",
                      "city": "New Emerson",
                      "country": "KZ",
                      "postcode": "12835-3697",
                      "state": "Florida",
                      "street1": "52092 Hillside Road",
                      "street2": "Apt. 984"
                    },
                    "dateOfBirth": "1995-04-20",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNKNOWN",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Mireillemouth",
                        "country": "TT",
                        "postcode": "03759",
                        "state": "Oregon",
                        "street1": "1220 Church Walk",
                        "street2": "Apt. 965"
                      },
                      "company": "Predovic, Romaguera and Kessler",
                      "email": "Natalia_Erdman38@hotmail.com",
                      "number": "HRbgWMSJG1g9x5C",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "AK1ZYv",
                    "knownTravelerNumberCountryCode": "ES",
                    "phones": [
                      {
                        "areaCode": "236",
                        "countryCode": "2",
                        "extension": "847",
                        "number": "(269) 221-4154",
                        "type": "HOME"
                      }
                    ],
                    "redressNumber": "7",
                    "redressNumberCountryCode": "TM",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "4EYmODrp",
                        "tierLevel": "Gold",
                        "tierNumber": 4
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "gpk42ruc",
                        "tierLevel": "Gold",
                        "tierNumber": 1
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "o8NIUyIi",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "VE5nUUyT",
                        "tierLevel": "Platinum",
                        "tierNumber": 4
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "a5KDHpOe",
                        "tierLevel": "Silver",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "b8DxTVtB",
                          "tierLevel": "Red",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "4iYhR0vK",
                          "tierLevel": "Silver",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VLML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "MEAL_VGML",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BSCT",
                          "description": "OO8bZQClrehU03Yr62jA",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "fvp9uaOTK1Fm4HisF94u",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BIKE",
                          "description": "Ol0KPsMoQToSbXjS6NpF",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "R4nys1LY9jhAr7fFtbD1",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "1VhlSTRlIU2oa7blCVqF",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "FJ",
                    "documentNumber": "H9WCV7Wb",
                    "expiryDate": "2029-03-17",
                    "issueDate": "2022-01-22",
                    "issuePlace": "North Delaneyville",
                    "issuingCountry": "FO",
                    "type": "VN"
                  }
                },
                "passengerType": "CHD",
                "quantity": 5,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 1108.25,
                      "currency": "BYN"
                    },
                    {
                      "amount": 3660.25,
                      "currency": "HTG"
                    },
                    {
                      "amount": 4165.7,
                      "currency": "SGD"
                    },
                    {
                      "amount": 3776.03,
                      "currency": "BGN"
                    }
                  ],
                  [
                    {
                      "amount": 3071.25,
                      "currency": "BND"
                    },
                    {
                      "amount": 182.61,
                      "currency": "IDR"
                    },
                    {
                      "amount": 164.43,
                      "currency": "NAD"
                    },
                    {
                      "amount": 4995.47,
                      "currency": "RON"
                    }
                  ],
                  [
                    {
                      "amount": 1951.72,
                      "currency": "XAF"
                    },
                    {
                      "amount": 2852.71,
                      "currency": "SCR"
                    }
                  ],
                  [
                    {
                      "amount": 3298.31,
                      "currency": "GIP"
                    },
                    {
                      "amount": 4470.45,
                      "currency": "HUF"
                    },
                    {
                      "amount": 3625.83,
                      "currency": "SLE"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 3986.1,
                      "currency": "UZS"
                    },
                    {
                      "amount": 483.49,
                      "currency": "MYR"
                    }
                  ],
                  [
                    {
                      "amount": 4004.15,
                      "currency": "RON"
                    },
                    {
                      "amount": 4717.4,
                      "currency": "BBD"
                    }
                  ],
                  [
                    {
                      "amount": 4155.64,
                      "currency": "SYP"
                    },
                    {
                      "amount": 3159.41,
                      "currency": "KHR"
                    },
                    {
                      "amount": 3342.4,
                      "currency": "TTD"
                    },
                    {
                      "amount": 2305.97,
                      "currency": "KHR"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        },
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "Wgewk"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "AD",
                "dateOfBirth": "1972-02-17",
                "documentNumber": "rp6nKUVd",
                "documentType": "I",
                "expirationDate": "2026-07-30",
                "issueDate": "2025-06-02",
                "issuingCountry": "OM",
                "nationality": "SI"
              },
              "passengerDetails": {
                "firstName": "Blanca",
                "lastName": "McDermott",
                "maidenName": "Nolan",
                "middleName": "Blake",
                "prefix": "MRS",
                "suffix": "Sr"
              },
              "passengerIndex": 3,
              "passengerInfo": {
                "address": {
                  "addressType": "OTHER",
                  "city": "Isidroborough",
                  "country": "SI",
                  "postcode": "57270",
                  "state": "Oregon",
                  "street1": "237 S Water Street",
                  "street2": "Apt. 522"
                },
                "dateOfBirth": "1956-02-29",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "MALE",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Salina",
                    "country": "CX",
                    "postcode": "74337-9777",
                    "state": "Hawaii",
                    "street1": "2405 Hilpert Haven",
                    "street2": "Suite 227"
                  },
                  "company": "Aufderhar Group",
                  "email": "Jerrell87@gmail.com",
                  "number": "wVzGKVxSctTunPF",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "EoIe6w",
                "knownTravelerNumberCountryCode": "NL",
                "phones": [
                  {
                    "areaCode": "603",
                    "countryCode": "7",
                    "extension": "096",
                    "number": "475.837.6192 x4168",
                    "type": "AGENCY"
                  },
                  {
                    "areaCode": "556",
                    "countryCode": "5",
                    "extension": "263",
                    "number": "573.437.8813 x417",
                    "type": "AGENCY"
                  },
                  {
                    "areaCode": "588",
                    "countryCode": "7",
                    "extension": "883",
                    "number": "245-735-0458 x5052",
                    "type": "HOME"
                  },
                  {
                    "areaCode": "021",
                    "countryCode": "0",
                    "extension": "443",
                    "number": "(224) 423-1065 x897",
                    "type": "HOME"
                  },
                  {
                    "areaCode": "414",
                    "countryCode": "0",
                    "extension": "204",
                    "number": "(776) 749-6084 x043",
                    "type": "CELLULAR"
                  }
                ],
                "redressNumber": "0",
                "redressNumberCountryCode": "IN",
                "type": "ADT"
              },
              "passengerNameNumber": "01.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P2",
                    "banner": "BRONZE",
                    "marketingCarrier": "VA",
                    "number": "7NWG4uo3",
                    "tierLevel": "Red",
                    "tierNumber": 4
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P2",
                    "banner": "BRONZE",
                    "marketingCarrier": "VA",
                    "number": "a6VFFfwS",
                    "tierLevel": "Platinum",
                    "tierNumber": 3
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "CO",
                    "banner": "PRATA",
                    "marketingCarrier": "AA",
                    "number": "QJGxpS2x",
                    "tierLevel": "Gold",
                    "tierNumber": 4
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P1",
                    "banner": "BRONZE",
                    "marketingCarrier": "AA",
                    "number": "WQMyl2QM",
                    "tierLevel": "Platinum",
                    "tierNumber": 2
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "CO",
                    "banner": "OURO",
                    "marketingCarrier": "VA",
                    "number": "vyM0Wdz0",
                    "tierLevel": "Platinum",
                    "tierNumber": 5
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P1",
                      "banner": "OURO",
                      "marketingCarrier": "AA",
                      "number": "zRpmfWiP",
                      "tierLevel": "Silver",
                      "tierNumber": 1
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "CO",
                      "banner": "BRONZE",
                      "marketingCarrier": "AA",
                      "number": "4jaJK3gW",
                      "tierLevel": "Red",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P2",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "uVtrodl3",
                      "tierLevel": "Silver",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "CHML",
                  "seatPreference": "NSSR",
                  "specialRequests": [
                    "MEAL_VGML",
                    "WHEELCHAIR",
                    "MEAL_CHML",
                    "SEAT_EXTRA_SPACE"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "BLND",
                      "description": "mlSmz4o051G9nMWI7tP4",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "PETC",
                      "description": "qpOs9CNyXhW3A5vw288y",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-17T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        }
                      ]
                    },
                    {
                      "code": "DEAF",
                      "description": "nte0TPrw9IeTXApIULrl",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "FRA"
                        }
                      ]
                    },
                    {
                      "code": "MAAS",
                      "description": "QNOf7UHN3mLKYXt2uURj",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "PETC",
                      "description": "putWGo8re0G1m4peF57i",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "NP",
                "documentNumber": "4tAcQzbC",
                "expiryDate": "2026-12-01",
                "issueDate": "2023-08-13",
                "issuePlace": "Pawtucket",
                "issuingCountry": "FK",
                "type": "V"
              }
            },
            "passengerType": "INF",
            "quantity": 5,
            "travelPart": {
              "@type": "Connection"
            }
          },
          "label": "BASE",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 2727.41,
                  "currency": "SOS"
                },
                {
                  "amount": 1156.59,
                  "currency": "CUP"
                },
                {
                  "amount": 2902.52,
                  "currency": "IDR"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 579.89,
                  "currency": "TJS"
                },
                {
                  "amount": 3184.18,
                  "currency": "TND"
                },
                {
                  "amount": 4252.3,
                  "currency": "TTD"
                },
                {
                  "amount": 2359.8,
                  "currency": "THB"
                },
                {
                  "amount": 3214.04,
                  "currency": "MYR"
                }
              ],
              [
                {
                  "amount": 2253.86,
                  "currency": "LBP"
                },
                {
                  "amount": 4197.02,
                  "currency": "BND"
                }
              ],
              [
                {
                  "amount": 2688.56,
                  "currency": "JMD"
                }
              ],
              [
                {
                  "amount": 2851.24,
                  "currency": "SCR"
                }
              ],
              [
                {
                  "amount": 184.87,
                  "currency": "XCD"
                },
                {
                  "amount": 175.14,
                  "currency": "VND"
                },
                {
                  "amount": 3806.72,
                  "currency": "KMF"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "WKPHU"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "SG",
                    "dateOfBirth": "2001-10-12",
                    "documentNumber": "EVvaNdL4",
                    "documentType": "PP",
                    "expirationDate": "2026-12-10",
                    "issueDate": "2025-11-26",
                    "issuingCountry": "LT",
                    "nationality": "NG"
                  },
                  "passengerDetails": {
                    "firstName": "Breana",
                    "lastName": "Kilback",
                    "maidenName": "Ebert",
                    "middleName": "Phoenix",
                    "prefix": "MR",
                    "suffix": "III"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "BUSINESS",
                      "city": "Lake Vincent",
                      "country": "DE",
                      "postcode": "69746",
                      "state": "Rhode Island",
                      "street1": "36075 Austin Curve",
                      "street2": "Suite 113"
                    },
                    "dateOfBirth": "1993-09-03",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Santa Clara",
                        "country": "MU",
                        "postcode": "01967-6608",
                        "state": "Massachusetts",
                        "street1": "6867 Barton Fork",
                        "street2": "Suite 521"
                      },
                      "company": "Monahan - Wunsch",
                      "email": "Quinten_Schneider@yahoo.com",
                      "number": "Vh9qdWpvvhadu0a",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "xUYkX9",
                    "knownTravelerNumberCountryCode": "SE",
                    "phones": [
                      {
                        "areaCode": "775",
                        "countryCode": "2",
                        "extension": "588",
                        "number": "378-274-0001 x304",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "361",
                        "countryCode": "8",
                        "extension": "375",
                        "number": "(884) 599-0875",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "750",
                        "countryCode": "0",
                        "extension": "647",
                        "number": "(642) 429-0158 x4578",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "334",
                        "countryCode": "3",
                        "extension": "936",
                        "number": "511-218-8314 x8127",
                        "type": "WORK"
                      }
                    ],
                    "redressNumber": "7",
                    "redressNumberCountryCode": "TM",
                    "type": "INF"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "lZq4CDME",
                        "tierLevel": "Red",
                        "tierNumber": 1
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "q2hupwDp",
                        "tierLevel": "Platinum",
                        "tierNumber": 3
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "foTsaf2f",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "c3VcRqdN",
                        "tierLevel": "Silver",
                        "tierNumber": 3
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "APVe0AR1",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "4jKBqgPq",
                          "tierLevel": "Silver",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "ZqrAOGEk",
                          "tierLevel": "Platinum",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "CHML",
                      "seatPreference": "NSST",
                      "specialRequests": [
                        "MEAL_VGML",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "DEAF",
                          "description": "qFZqFqPm0pmROUUCro7v",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "IsLEnTKqPnWdZh4koiZC",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "jiN2aa9NtQdCWf938D1s",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "cw9oE2li9q2iaQJedZxw",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "PETC",
                          "description": "2PHGGoErg8QWoas74mfK",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "MC",
                    "documentNumber": "2EH94A72",
                    "expiryDate": "2027-02-21",
                    "issueDate": "2022-01-16",
                    "issuePlace": "Wuckertport",
                    "issuingCountry": "DO",
                    "type": "V"
                  }
                },
                "passengerType": "INF",
                "quantity": 2,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 1545.55,
                      "currency": "GYD"
                    },
                    {
                      "amount": 1641.21,
                      "currency": "PHP"
                    },
                    {
                      "amount": 4956.99,
                      "currency": "HNL"
                    },
                    {
                      "amount": 3617.22,
                      "currency": "AMD"
                    },
                    {
                      "amount": 4179.16,
                      "currency": "RWF"
                    }
                  ],
                  [
                    {
                      "amount": 4038.64,
                      "currency": "BIF"
                    },
                    {
                      "amount": 1134.64,
                      "currency": "SAR"
                    },
                    {
                      "amount": 1485.36,
                      "currency": "LAK"
                    },
                    {
                      "amount": 3856.75,
                      "currency": "VUV"
                    },
                    {
                      "amount": 1423.75,
                      "currency": "GEL"
                    }
                  ],
                  [
                    {
                      "amount": 2900.04,
                      "currency": "VUV"
                    },
                    {
                      "amount": 2181.26,
                      "currency": "LYD"
                    }
                  ],
                  [
                    {
                      "amount": 356.54,
                      "currency": "KRW"
                    },
                    {
                      "amount": 1353.05,
                      "currency": "CDF"
                    },
                    {
                      "amount": 254.43,
                      "currency": "NZD"
                    }
                  ],
                  [
                    {
                      "amount": 3147.67,
                      "currency": "ARS"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 727.03,
                      "currency": "ANG"
                    },
                    {
                      "amount": 659.01,
                      "currency": "BRL"
                    }
                  ],
                  [
                    {
                      "amount": 2569.51,
                      "currency": "AWG"
                    },
                    {
                      "amount": 3083.94,
                      "currency": "AED"
                    },
                    {
                      "amount": 1450.62,
                      "currency": "THB"
                    }
                  ],
                  [
                    {
                      "amount": 726.19,
                      "currency": "JOD"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        },
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "JKbyU"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "HR",
                "dateOfBirth": "2000-05-02",
                "documentNumber": "6GU3Pco3",
                "documentType": "I",
                "expirationDate": "2026-10-17",
                "issueDate": "2025-10-17",
                "issuingCountry": "CG",
                "nationality": "TR"
              },
              "passengerDetails": {
                "firstName": "Antonina",
                "lastName": "Hagenes",
                "maidenName": "Grant",
                "middleName": "Kendall",
                "prefix": "Dr",
                "suffix": "III"
              },
              "passengerIndex": 3,
              "passengerInfo": {
                "address": {
                  "addressType": "HOME",
                  "city": "North Eloy",
                  "country": "TT",
                  "postcode": "45791",
                  "state": "Nevada",
                  "street1": "9591 Martin Luther King Jr Boulevard",
                  "street2": "Apt. 201"
                },
                "dateOfBirth": "1952-06-05",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "FEMALE",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Fishershire",
                    "country": "SX",
                    "postcode": "42681",
                    "state": "Alaska",
                    "street1": "23196 W 7th Street",
                    "street2": "Suite 218"
                  },
                  "company": "Rohan, DuBuque and Sanford",
                  "email": "Jermain.Hessel41@yahoo.com",
                  "number": "TX63WVoqA6Zw0IB",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "6CZyWz",
                "knownTravelerNumberCountryCode": "SE",
                "phones": [
                  {
                    "areaCode": "366",
                    "countryCode": "5",
                    "extension": "750",
                    "number": "(623) 471-0224 x53350",
                    "type": "MOBILE"
                  },
                  {
                    "areaCode": "683",
                    "countryCode": "2",
                    "extension": "862",
                    "number": "1-910-205-0283 x17834",
                    "type": "MOBILE"
                  },
                  {
                    "areaCode": "205",
                    "countryCode": "9",
                    "extension": "529",
                    "number": "(654) 956-0820 x15166",
                    "type": "WORK"
                  },
                  {
                    "areaCode": "595",
                    "countryCode": "9",
                    "extension": "143",
                    "number": "(770) 395-6781",
                    "type": "WORK"
                  }
                ],
                "redressNumber": "4",
                "redressNumberCountryCode": "UG",
                "type": "INF"
              },
              "passengerNameNumber": "02.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P2",
                    "banner": "OURO",
                    "marketingCarrier": "VA",
                    "number": "TKCYGoQr",
                    "tierLevel": "Platinum",
                    "tierNumber": 5
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "CO",
                      "banner": "OURO",
                      "marketingCarrier": "AA",
                      "number": "vrZxlGee",
                      "tierLevel": "Gold",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P1",
                      "banner": "OURO",
                      "marketingCarrier": "AA",
                      "number": "kIoK1RIR",
                      "tierLevel": "Platinum",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "CO",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "CSpOJjPq",
                      "tierLevel": "Red",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "CO",
                      "banner": "BRONZE",
                      "marketingCarrier": "AA",
                      "number": "uol3f5z5",
                      "tierLevel": "Silver",
                      "tierNumber": 2
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "SFML",
                  "seatPreference": "NSSA",
                  "specialRequests": [
                    "MEAL_VGML",
                    "SEAT_EXTRA_SPACE",
                    "WHEELCHAIR"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "MAAS",
                      "description": "7BnhNPJFHotXNLNfKFAA",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "RO",
                "documentNumber": "Rmin5iKS",
                "expiryDate": "2027-11-26",
                "issueDate": "2024-12-12",
                "issuePlace": "Coon Rapids",
                "issuingCountry": "CV",
                "type": "VI"
              }
            },
            "passengerType": "INF",
            "quantity": 5,
            "travelPart": {
              "@type": "Inbound"
            }
          },
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 1557.96,
                  "currency": "MUR"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 1515.92,
                  "currency": "TRY"
                },
                {
                  "amount": 4568.46,
                  "currency": "QAR"
                },
                {
                  "amount": 4146.52,
                  "currency": "SOS"
                },
                {
                  "amount": 508.86,
                  "currency": "DOP"
                }
              ],
              [
                {
                  "amount": 3581.42,
                  "currency": "HKD"
                },
                {
                  "amount": 2358.13,
                  "currency": "JPY"
                },
                {
                  "amount": 2194.24,
                  "currency": "PAB"
                }
              ],
              [
                {
                  "amount": 1446.78,
                  "currency": "MGA"
                },
                {
                  "amount": 4587.6,
                  "currency": "AWG"
                }
              ],
              [
                {
                  "amount": 3367.37,
                  "currency": "TZS"
                },
                {
                  "amount": 3481.27,
                  "currency": "ARS"
                }
              ],
              [
                {
                  "amount": 965.33,
                  "currency": "GIP"
                },
                {
                  "amount": 686.24,
                  "currency": "ERN"
                },
                {
                  "amount": 4145.85,
                  "currency": "CNY"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "AlbJK"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "LI",
                    "dateOfBirth": "1999-05-01",
                    "documentNumber": "87hcqU2G",
                    "documentType": "PO",
                    "expirationDate": "2030-10-24",
                    "issueDate": "2021-11-02",
                    "issuingCountry": "CZ",
                    "nationality": "HK"
                  },
                  "passengerDetails": {
                    "firstName": "Elnora",
                    "lastName": "Osinski",
                    "maidenName": "Larson",
                    "middleName": "Rory",
                    "prefix": "Miss",
                    "suffix": "SR"
                  },
                  "passengerIndex": 5,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "Port Kenya",
                      "country": "AE",
                      "postcode": "58145",
                      "state": "Arkansas",
                      "street1": "40539 Leuschke Squares",
                      "street2": "Suite 638"
                    },
                    "dateOfBirth": "1988-04-21",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "West Patborough",
                        "country": "IO",
                        "postcode": "35503-9727",
                        "state": "Massachusetts",
                        "street1": "93160 Mount Street",
                        "street2": "Apt. 787"
                      },
                      "company": "Glover Group",
                      "email": "Don_Mohr@yahoo.com",
                      "number": "90szwwJvKjVhy7C",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "hpqF9E",
                    "knownTravelerNumberCountryCode": "MO",
                    "phones": [
                      {
                        "areaCode": "921",
                        "countryCode": "2",
                        "extension": "001",
                        "number": "562-882-0025 x95238",
                        "type": "FAX"
                      },
                      {
                        "areaCode": "171",
                        "countryCode": "0",
                        "extension": "388",
                        "number": "1-771-965-2735 x68119",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "134",
                        "countryCode": "9",
                        "extension": "795",
                        "number": "1-270-784-3059",
                        "type": "HOME"
                      },
                      {
                        "areaCode": "939",
                        "countryCode": "1",
                        "extension": "648",
                        "number": "586.443.3062 x5459",
                        "type": "FAX"
                      },
                      {
                        "areaCode": "678",
                        "countryCode": "2",
                        "extension": "551",
                        "number": "1-620-765-0962 x856",
                        "type": "WORK"
                      }
                    ],
                    "redressNumber": "5",
                    "redressNumberCountryCode": "NC",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "svbYN5Ts",
                        "tierLevel": "Gold",
                        "tierNumber": 4
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "WK04p1we",
                        "tierLevel": "Red",
                        "tierNumber": 2
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "pgu4ROOq",
                        "tierLevel": "Silver",
                        "tierNumber": 5
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "iYIuhHBS",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "lRyKNHnM",
                        "tierLevel": "Silver",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "LUrmQwZV",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "6GKaJLZN",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "bAry6JR3",
                          "tierLevel": "Platinum",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "CL102Esm",
                          "tierLevel": "Platinum",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "DBML",
                      "seatPreference": "NSSB",
                      "specialRequests": [
                        "MEAL_CHML",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BIKE",
                          "description": "xAh2T2vcQEOEwH636L3O",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "fsnqIY6zn8YOZdemyr0D",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BIKE",
                          "description": "rYsOfoKc8bcuQeFa0D11",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "rDUL3gNW3wQdELbSn04M",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "PETC",
                          "description": "fBAHLmsa3DY6QIZovmtU",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "TK",
                    "documentNumber": "iffb8nSb",
                    "expiryDate": "2027-05-11",
                    "issueDate": "2025-07-12",
                    "issuePlace": "New Osborneside",
                    "issuingCountry": "LY",
                    "type": "VN"
                  }
                },
                "passengerType": "INF",
                "quantity": 5,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 432.98,
                      "currency": "MVR"
                    },
                    {
                      "amount": 645.13,
                      "currency": "PGK"
                    },
                    {
                      "amount": 1339.93,
                      "currency": "PHP"
                    },
                    {
                      "amount": 300.24,
                      "currency": "AFN"
                    },
                    {
                      "amount": 1267.13,
                      "currency": "GIP"
                    }
                  ],
                  [
                    {
                      "amount": 1382.02,
                      "currency": "SBD"
                    },
                    {
                      "amount": 103.08,
                      "currency": "BND"
                    }
                  ],
                  [
                    {
                      "amount": 4985.19,
                      "currency": "IQD"
                    },
                    {
                      "amount": 4805.35,
                      "currency": "BRL"
                    },
                    {
                      "amount": 272.72,
                      "currency": "LBP"
                    }
                  ],
                  [
                    {
                      "amount": 3548.78,
                      "currency": "CDF"
                    },
                    {
                      "amount": 3723.28,
                      "currency": "BAM"
                    },
                    {
                      "amount": 4898.56,
                      "currency": "GEL"
                    },
                    {
                      "amount": 1740.44,
                      "currency": "SRD"
                    }
                  ],
                  [
                    {
                      "amount": 1613.14,
                      "currency": "DJF"
                    },
                    {
                      "amount": 1268.23,
                      "currency": "TJS"
                    },
                    {
                      "amount": 4027.76,
                      "currency": "SHP"
                    },
                    {
                      "amount": 2630.45,
                      "currency": "OMR"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2948.02,
                      "currency": "KPW"
                    },
                    {
                      "amount": 1387.61,
                      "currency": "IDR"
                    }
                  ],
                  [
                    {
                      "amount": 3440.28,
                      "currency": "TZS"
                    },
                    {
                      "amount": 4721.38,
                      "currency": "ZMW"
                    },
                    {
                      "amount": 2421.83,
                      "currency": "PAB"
                    },
                    {
                      "amount": 400.39,
                      "currency": "CUP"
                    },
                    {
                      "amount": 3908.32,
                      "currency": "HUF"
                    }
                  ],
                  [
                    {
                      "amount": 3082.89,
                      "currency": "MRU"
                    },
                    {
                      "amount": 84.69,
                      "currency": "STN"
                    },
                    {
                      "amount": 1550.29,
                      "currency": "SSP"
                    }
                  ],
                  [
                    {
                      "amount": 1172.56,
                      "currency": "LYD"
                    },
                    {
                      "amount": 2809.62,
                      "currency": "UAH"
                    }
                  ],
                  [
                    {
                      "amount": 4123.5,
                      "currency": "SEK"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "WDAFy"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "GS",
                    "dateOfBirth": "1972-03-03",
                    "documentNumber": "dPJqlrVp",
                    "documentType": "P",
                    "expirationDate": "2026-08-23",
                    "issueDate": "2024-05-11",
                    "issuingCountry": "HN",
                    "nationality": "RW"
                  },
                  "passengerDetails": {
                    "firstName": "Nestor",
                    "lastName": "Johns",
                    "maidenName": "Cummings",
                    "middleName": "August",
                    "prefix": "MISS",
                    "suffix": "SR"
                  },
                  "passengerIndex": 5,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "Kreigerton",
                      "country": "CK",
                      "postcode": "94685",
                      "state": "Maine",
                      "street1": "349 Mabel Manor",
                      "street2": "Apt. 413"
                    },
                    "dateOfBirth": "1966-07-23",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Ivoryville",
                        "country": "BO",
                        "postcode": "59255",
                        "state": "Missouri",
                        "street1": "57326 Pasquale Flats",
                        "street2": "Apt. 597"
                      },
                      "company": "Lynch, Herzog and Kuhic",
                      "email": "Darryl46@hotmail.com",
                      "number": "9zxBAwWPZPtjqvu",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "H1sNsy",
                    "knownTravelerNumberCountryCode": "SL",
                    "phones": [
                      {
                        "areaCode": "335",
                        "countryCode": "7",
                        "extension": "134",
                        "number": "804.820.7233",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "7",
                    "redressNumberCountryCode": "AR",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "2PUQ9M3s",
                        "tierLevel": "Gold",
                        "tierNumber": 5
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "ABe6sDiY",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "lQY78apk",
                        "tierLevel": "Platinum",
                        "tierNumber": 3
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "fvl32WEe",
                        "tierLevel": "Red",
                        "tierNumber": 2
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "dzhDNWqB",
                        "tierLevel": "Red",
                        "tierNumber": 2
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "WtLnjtTG",
                          "tierLevel": "Silver",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "8NXZNy0C",
                          "tierLevel": "Gold",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "j0FT1ppy",
                          "tierLevel": "Gold",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "HNML",
                      "seatPreference": "NSST",
                      "specialRequests": [
                        "MEAL_VGML",
                        "MEAL_CHML",
                        "WHEELCHAIR",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "MAAS",
                          "description": "CYlBsUreSfj3DrL4E3O3",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "mFfA8fXLQhCgJUNcsTq2",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "lpg88egk5oCzFzdWMqkC",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "GG",
                    "documentNumber": "xHsMAcJG",
                    "expiryDate": "2026-12-02",
                    "issueDate": "2026-06-06",
                    "issuePlace": "Angusberg",
                    "issuingCountry": "CZ",
                    "type": "V"
                  }
                },
                "passengerType": "ADT",
                "quantity": 5,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4583.02,
                      "currency": "BZD"
                    },
                    {
                      "amount": 2886.79,
                      "currency": "AFN"
                    },
                    {
                      "amount": 3950.45,
                      "currency": "CAD"
                    },
                    {
                      "amount": 109.97,
                      "currency": "KMF"
                    },
                    {
                      "amount": 4433.55,
                      "currency": "KGS"
                    }
                  ],
                  [
                    {
                      "amount": 3318.31,
                      "currency": "FJD"
                    },
                    {
                      "amount": 4341.87,
                      "currency": "EUR"
                    },
                    {
                      "amount": 1338.47,
                      "currency": "COP"
                    },
                    {
                      "amount": 3305.03,
                      "currency": "DOP"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 1086.43,
                      "currency": "TMT"
                    },
                    {
                      "amount": 3475.23,
                      "currency": "BIF"
                    }
                  ],
                  [
                    {
                      "amount": 1496.6,
                      "currency": "ZAR"
                    },
                    {
                      "amount": 99.28,
                      "currency": "NIO"
                    },
                    {
                      "amount": 3703.4,
                      "currency": "BHD"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "fuFCx"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "IE",
                    "dateOfBirth": "1971-03-09",
                    "documentNumber": "sEbGADv5",
                    "documentType": "PO",
                    "expirationDate": "2026-09-11",
                    "issueDate": "2022-01-24",
                    "issuingCountry": "SD",
                    "nationality": "NF"
                  },
                  "passengerDetails": {
                    "firstName": "Keshawn",
                    "lastName": "Ernser",
                    "maidenName": "Boyle",
                    "middleName": "London",
                    "prefix": "MR",
                    "suffix": "II"
                  },
                  "passengerIndex": 4,
                  "passengerInfo": {
                    "address": {
                      "addressType": "HOME",
                      "city": "Diamond Bar",
                      "country": "GD",
                      "postcode": "37358",
                      "state": "New York",
                      "street1": "8583 Hawthorn Avenue",
                      "street2": "Suite 802"
                    },
                    "dateOfBirth": "1988-04-15",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNKNOWN",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Schmelerberg",
                        "country": "KM",
                        "postcode": "72744",
                        "state": "Alabama",
                        "street1": "495 Avenue Road",
                        "street2": "Apt. 307"
                      },
                      "company": "Becker, Jast and Brown",
                      "email": "Bart_Funk53@yahoo.com",
                      "number": "TWEzXjOXbees9bx",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "JwXg3t",
                    "knownTravelerNumberCountryCode": "KI",
                    "phones": [
                      {
                        "areaCode": "735",
                        "countryCode": "5",
                        "extension": "796",
                        "number": "1-666-353-8429 x7504",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "326",
                        "countryCode": "5",
                        "extension": "917",
                        "number": "849.291.3851 x749",
                        "type": "BUSINESS"
                      }
                    ],
                    "redressNumber": "7",
                    "redressNumberCountryCode": "GB",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "M1Ib3CmP",
                        "tierLevel": "Platinum",
                        "tierNumber": 5
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "5xIShR6j",
                        "tierLevel": "Gold",
                        "tierNumber": 1
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "qezn0sav",
                        "tierLevel": "Silver",
                        "tierNumber": 2
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "0wCUsqEx",
                          "tierLevel": "Silver",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "LSML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "MEAL_VGML",
                        "SEAT_EXTRA_SPACE",
                        "WHEELCHAIR",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BLND",
                          "description": "U7jxbrNUG4JRkomuOZzg",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "GR",
                    "documentNumber": "AslPFEAB",
                    "expiryDate": "2027-09-29",
                    "issueDate": "2023-07-16",
                    "issuePlace": "Earnestinetown",
                    "issuingCountry": "TK",
                    "type": "V"
                  }
                },
                "passengerType": "INF",
                "quantity": 5,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 609.34,
                      "currency": "KGS"
                    },
                    {
                      "amount": 3387.54,
                      "currency": "ANG"
                    },
                    {
                      "amount": 4118.52,
                      "currency": "RSD"
                    },
                    {
                      "amount": 4108.61,
                      "currency": "AWG"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 1283.01,
                      "currency": "FKP"
                    },
                    {
                      "amount": 3992.56,
                      "currency": "GIP"
                    },
                    {
                      "amount": 450.21,
                      "currency": "MZN"
                    }
                  ],
                  [
                    {
                      "amount": 2699.77,
                      "currency": "SLE"
                    },
                    {
                      "amount": 1989.29,
                      "currency": "BHD"
                    },
                    {
                      "amount": 3660.21,
                      "currency": "PLN"
                    },
                    {
                      "amount": 4847.39,
                      "currency": "EUR"
                    },
                    {
                      "amount": 1996.13,
                      "currency": "CNY"
                    }
                  ],
                  [
                    {
                      "amount": 3123.93,
                      "currency": "PGK"
                    },
                    {
                      "amount": 4265.25,
                      "currency": "KYD"
                    },
                    {
                      "amount": 2615.35,
                      "currency": "AOA"
                    }
                  ],
                  [
                    {
                      "amount": 3911.81,
                      "currency": "KGS"
                    },
                    {
                      "amount": 2241.51,
                      "currency": "TMT"
                    },
                    {
                      "amount": 725.16,
                      "currency": "EGP"
                    }
                  ],
                  [
                    {
                      "amount": 2502.42,
                      "currency": "PGK"
                    },
                    {
                      "amount": 1480.16,
                      "currency": "CZK"
                    },
                    {
                      "amount": 3523.12,
                      "currency": "GYD"
                    },
                    {
                      "amount": 3630.99,
                      "currency": "ISK"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "YrwxD"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "BB",
                    "dateOfBirth": "1964-07-24",
                    "documentNumber": "PhpXeLbf",
                    "documentType": "IN",
                    "expirationDate": "2029-07-09",
                    "issueDate": "2022-05-13",
                    "issuingCountry": "VA",
                    "nationality": "MO"
                  },
                  "passengerDetails": {
                    "firstName": "Rosa",
                    "lastName": "Schimmel",
                    "maidenName": "Padberg",
                    "middleName": "Jamie",
                    "prefix": "MR",
                    "suffix": "SR"
                  },
                  "passengerIndex": 2,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "Beckercester",
                      "country": "BF",
                      "postcode": "09104",
                      "state": "Pennsylvania",
                      "street1": "7459 Maxine Pine",
                      "street2": "Suite 811"
                    },
                    "dateOfBirth": "1993-01-16",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "MALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Montebello",
                        "country": "CL",
                        "postcode": "24407-5201",
                        "state": "Arkansas",
                        "street1": "39006 Else Manors",
                        "street2": "Apt. 490"
                      },
                      "company": "Raynor and Sons",
                      "email": "Shanna24@gmail.com",
                      "number": "FUp8a4TDxcmkgHM",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "e6PZPW",
                    "knownTravelerNumberCountryCode": "MA",
                    "phones": [
                      {
                        "areaCode": "888",
                        "countryCode": "8",
                        "extension": "180",
                        "number": "616.780.5093",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "288",
                        "countryCode": "7",
                        "extension": "373",
                        "number": "(527) 634-1475 x13603",
                        "type": "FAX"
                      }
                    ],
                    "redressNumber": "2",
                    "redressNumberCountryCode": "BV",
                    "type": "INF"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "pD33SQzm",
                        "tierLevel": "Silver",
                        "tierNumber": 5
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "ZTWDyyOk",
                        "tierLevel": "Silver",
                        "tierNumber": 3
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "8aa951jk",
                          "tierLevel": "Silver",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "oE280JFY",
                          "tierLevel": "Platinum",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VGML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "MEAL_VGML",
                        "SEAT_EXTRA_SPACE",
                        "MEAL_CHML",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BIKE",
                          "description": "lJNGunbxv0Iq6VcxTfnJ",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "h9AaKEaVkRls5GlcbPo5",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "p1rUjsrXJaEZhwrCXQ0o",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "VC",
                    "documentNumber": "0IStkW2C",
                    "expiryDate": "2027-04-10",
                    "issueDate": "2024-01-19",
                    "issuePlace": "Fort Rosalynland",
                    "issuingCountry": "MK",
                    "type": "VN"
                  }
                },
                "passengerType": "ADT",
                "quantity": 1,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 498,
                      "currency": "MNT"
                    },
                    {
                      "amount": 2707.1,
                      "currency": "ARS"
                    }
                  ],
                  [
                    {
                      "amount": 4228.11,
                      "currency": "TZS"
                    },
                    {
                      "amount": 1119.92,
                      "currency": "TRY"
                    },
                    {
                      "amount": 1714.29,
                      "currency": "BIF"
                    }
                  ],
                  [
                    {
                      "amount": 3359.25,
                      "currency": "NPR"
                    },
                    {
                      "amount": 4403.32,
                      "currency": "UGX"
                    },
                    {
                      "amount": 4182.79,
                      "currency": "AMD"
                    },
                    {
                      "amount": 763.61,
                      "currency": "ETB"
                    },
                    {
                      "amount": 2973.03,
                      "currency": "STN"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 595.9,
                      "currency": "XOF"
                    },
                    {
                      "amount": 1408.02,
                      "currency": "CDF"
                    },
                    {
                      "amount": 3591.83,
                      "currency": "LRD"
                    }
                  ],
                  [
                    {
                      "amount": 1653,
                      "currency": "ISK"
                    },
                    {
                      "amount": 438.67,
                      "currency": "UAH"
                    },
                    {
                      "amount": 4434.18,
                      "currency": "ZAR"
                    },
                    {
                      "amount": 4906.13,
                      "currency": "LRD"
                    },
                    {
                      "amount": 4069.31,
                      "currency": "BSD"
                    }
                  ],
                  [
                    {
                      "amount": 1922.65,
                      "currency": "OMR"
                    },
                    {
                      "amount": 1123.19,
                      "currency": "MAD"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "TYLlY"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "BL",
                    "dateOfBirth": "1988-03-11",
                    "documentNumber": "wqzfHToG",
                    "documentType": "F",
                    "expirationDate": "2026-07-27",
                    "issueDate": "2024-01-18",
                    "issuingCountry": "IL",
                    "nationality": "GF"
                  },
                  "passengerDetails": {
                    "firstName": "Itzel",
                    "lastName": "Stoltenberg",
                    "maidenName": "Hilpert",
                    "middleName": "Rowan",
                    "prefix": "DR",
                    "suffix": "II"
                  },
                  "passengerIndex": 4,
                  "passengerInfo": {
                    "address": {
                      "addressType": "AGENCY",
                      "city": "West Jordan",
                      "country": "PG",
                      "postcode": "12173-9129",
                      "state": "Wyoming",
                      "street1": "575 Highfield Road",
                      "street2": "Suite 210"
                    },
                    "dateOfBirth": "1962-05-06",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Lake Gino",
                        "country": "MR",
                        "postcode": "89444",
                        "state": "Washington",
                        "street1": "20115 Oberbrunner Valleys",
                        "street2": "Suite 752"
                      },
                      "company": "Kulas - Goyette",
                      "email": "Gabriel_Heller@hotmail.com",
                      "number": "kacZ5pfexOw27sc",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "REn8QS",
                    "knownTravelerNumberCountryCode": "CZ",
                    "phones": [
                      {
                        "areaCode": "410",
                        "countryCode": "4",
                        "extension": "811",
                        "number": "1-888-259-9857 x39727",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "578",
                        "countryCode": "1",
                        "extension": "389",
                        "number": "1-697-299-8452 x2281",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "317",
                        "countryCode": "7",
                        "extension": "361",
                        "number": "(367) 266-3869 x53908",
                        "type": "FAX"
                      },
                      {
                        "areaCode": "022",
                        "countryCode": "8",
                        "extension": "958",
                        "number": "577-602-2081",
                        "type": "FAX"
                      },
                      {
                        "areaCode": "783",
                        "countryCode": "4",
                        "extension": "184",
                        "number": "329-932-7152 x000",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "3",
                    "redressNumberCountryCode": "KN",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "P5c86KFn",
                        "tierLevel": "Red",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "qqFdVG7m",
                          "tierLevel": "Gold",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "NvMbuAps",
                          "tierLevel": "Red",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "xru8W84d",
                          "tierLevel": "Gold",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "U0Sxgem7",
                          "tierLevel": "Gold",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "BBML",
                      "seatPreference": "NSSB",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "MEAL_VGML",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BIKE",
                          "description": "iZLRRmcGrtWaNVZDlANl",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "CR1i2PYEi33Z0Bdx13PR",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "6YEo7EttVYaUuRRJBUny",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "VA",
                    "documentNumber": "g6vWz5j4",
                    "expiryDate": "2029-04-29",
                    "issueDate": "2022-05-24",
                    "issuePlace": "East Jessy",
                    "issuingCountry": "DO",
                    "type": "VN"
                  }
                },
                "passengerType": "CHD",
                "quantity": 5,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 1335.65,
                      "currency": "BSD"
                    },
                    {
                      "amount": 3553.85,
                      "currency": "BND"
                    },
                    {
                      "amount": 4458.54,
                      "currency": "RUB"
                    }
                  ],
                  [
                    {
                      "amount": 2887.19,
                      "currency": "FJD"
                    },
                    {
                      "amount": 1856.02,
                      "currency": "BHD"
                    }
                  ],
                  [
                    {
                      "amount": 3346.06,
                      "currency": "TMT"
                    },
                    {
                      "amount": 2855.98,
                      "currency": "AED"
                    },
                    {
                      "amount": 4362.16,
                      "currency": "XAF"
                    },
                    {
                      "amount": 1122.26,
                      "currency": "OMR"
                    },
                    {
                      "amount": 403.15,
                      "currency": "CAD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 3744.54,
                      "currency": "TMT"
                    },
                    {
                      "amount": 3483.08,
                      "currency": "AZN"
                    },
                    {
                      "amount": 3792.59,
                      "currency": "GYD"
                    },
                    {
                      "amount": 833.85,
                      "currency": "ANG"
                    }
                  ],
                  [
                    {
                      "amount": 4120.92,
                      "currency": "GIP"
                    },
                    {
                      "amount": 1644.57,
                      "currency": "TTD"
                    },
                    {
                      "amount": 2261.01,
                      "currency": "GYD"
                    }
                  ],
                  [
                    {
                      "amount": 34.82,
                      "currency": "KMF"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        },
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "Bmiql"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "MG",
                "dateOfBirth": "1994-02-15",
                "documentNumber": "QqWbojd0",
                "documentType": "PP",
                "expirationDate": "2026-08-21",
                "issueDate": "2022-04-20",
                "issuingCountry": "GP",
                "nationality": "PW"
              },
              "passengerDetails": {
                "firstName": "Noah",
                "lastName": "Goldner",
                "maidenName": "Marquardt",
                "middleName": "Kai",
                "prefix": "Mr",
                "suffix": "JR"
              },
              "passengerIndex": 4,
              "passengerInfo": {
                "address": {
                  "addressType": "BUSINESS",
                  "city": "New Mikelbury",
                  "country": "FR",
                  "postcode": "34776-2089",
                  "state": "Nebraska",
                  "street1": "751 Jerrell Estate",
                  "street2": "Suite 300"
                },
                "dateOfBirth": "1963-04-30",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "FEMALE",
                "generalSalesTaxData": {
                  "address": {
                    "city": "New Karli",
                    "country": "MH",
                    "postcode": "13708-5217",
                    "state": "Idaho",
                    "street1": "52075 Bailey Prairie",
                    "street2": "Apt. 339"
                  },
                  "company": "Rogahn - Collins",
                  "email": "Josefina27@hotmail.com",
                  "number": "ZR5IHgyerYsJpNr",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "zj29QG",
                "knownTravelerNumberCountryCode": "DZ",
                "phones": [
                  {
                    "areaCode": "992",
                    "countryCode": "2",
                    "extension": "100",
                    "number": "1-578-507-9372",
                    "type": "WORK"
                  }
                ],
                "redressNumber": "9",
                "redressNumberCountryCode": "MO",
                "type": "ADT"
              },
              "passengerNameNumber": "01.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "CO",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "Isdv5xfI",
                    "tierLevel": "Silver",
                    "tierNumber": 4
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "CO",
                    "banner": "BRONZE",
                    "marketingCarrier": "AA",
                    "number": "Jtk7I8bn",
                    "tierLevel": "Silver",
                    "tierNumber": 5
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "CO",
                    "banner": "BRONZE",
                    "marketingCarrier": "AA",
                    "number": "PpLM4Oqy",
                    "tierLevel": "Red",
                    "tierNumber": 2
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "AA",
                    "number": "d1IVkq2E",
                    "tierLevel": "Silver",
                    "tierNumber": 5
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P2",
                    "banner": "OURO",
                    "marketingCarrier": "VA",
                    "number": "KmJL20we",
                    "tierLevel": "Red",
                    "tierNumber": 1
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P1",
                      "banner": "BRONZE",
                      "marketingCarrier": "AA",
                      "number": "EeYhYC8I",
                      "tierLevel": "Red",
                      "tierNumber": 2
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "CO",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "ZMswN3B8",
                      "tierLevel": "Gold",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "CO",
                      "banner": "BRONZE",
                      "marketingCarrier": "AA",
                      "number": "ZrS0qrc8",
                      "tierLevel": "Platinum",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "RVML",
                  "seatPreference": "NSSB",
                  "specialRequests": [
                    "WHEELCHAIR",
                    "MEAL_CHML",
                    "SEAT_EXTRA_SPACE"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "MEDA",
                      "description": "rLALmz0ZEU4xtubqDkRT",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "LT",
                "documentNumber": "NlG46GvN",
                "expiryDate": "2030-08-17",
                "issueDate": "2026-04-03",
                "issuePlace": "Fisherview",
                "issuingCountry": "KI",
                "type": "VN"
              }
            },
            "passengerType": "ADT",
            "quantity": 3,
            "travelPart": {
              "@type": "Outbound"
            }
          },
          "label": "BASE",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 439.05,
                  "currency": "MUR"
                },
                {
                  "amount": 624.04,
                  "currency": "LBP"
                }
              ],
              [
                {
                  "amount": 1950.49,
                  "currency": "ERN"
                },
                {
                  "amount": 2458.78,
                  "currency": "BSD"
                },
                {
                  "amount": 1624.51,
                  "currency": "LBP"
                },
                {
                  "amount": 735.8,
                  "currency": "AWG"
                }
              ],
              [
                {
                  "amount": 3964.56,
                  "currency": "CUP"
                }
              ],
              [
                {
                  "amount": 903.01,
                  "currency": "RWF"
                }
              ],
              [
                {
                  "amount": 1870.46,
                  "currency": "ILS"
                },
                {
                  "amount": 1522.59,
                  "currency": "EGP"
                },
                {
                  "amount": 3432.21,
                  "currency": "JOD"
                },
                {
                  "amount": 291.5,
                  "currency": "BDT"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 3118.25,
                  "currency": "ILS"
                },
                {
                  "amount": 3424.62,
                  "currency": "KGS"
                },
                {
                  "amount": 2145.5,
                  "currency": "ALL"
                }
              ],
              [
                {
                  "amount": 2415.86,
                  "currency": "GBP"
                },
                {
                  "amount": 4275.18,
                  "currency": "GBP"
                },
                {
                  "amount": 4121.3,
                  "currency": "TND"
                },
                {
                  "amount": 24.39,
                  "currency": "BYN"
                },
                {
                  "amount": 857.75,
                  "currency": "GIP"
                }
              ],
              [
                {
                  "amount": 1307.77,
                  "currency": "PGK"
                },
                {
                  "amount": 3383.03,
                  "currency": "GEL"
                }
              ],
              [
                {
                  "amount": 3565.2,
                  "currency": "TND"
                },
                {
                  "amount": 2210.85,
                  "currency": "TRY"
                }
              ],
              [
                {
                  "amount": 3154.74,
                  "currency": "BGN"
                },
                {
                  "amount": 443.4,
                  "currency": "TRY"
                },
                {
                  "amount": 1996.58,
                  "currency": "NAD"
                },
                {
                  "amount": 795.44,
                  "currency": "VUV"
                },
                {
                  "amount": 4185.43,
                  "currency": "GYD"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "nCRTe"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "BS",
                    "dateOfBirth": "1989-11-06",
                    "documentNumber": "wB1zSh3A",
                    "documentType": "PU",
                    "expirationDate": "2027-12-29",
                    "issueDate": "2023-06-10",
                    "issuingCountry": "MH",
                    "nationality": "CM"
                  },
                  "passengerDetails": {
                    "firstName": "Oleta",
                    "lastName": "Upton",
                    "maidenName": "Mitchell",
                    "middleName": "Skyler",
                    "prefix": "MR",
                    "suffix": "Sr"
                  },
                  "passengerIndex": 2,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "Langworthside",
                      "country": "MM",
                      "postcode": "20181-9347",
                      "state": "Michigan",
                      "street1": "9022 Hansen Common",
                      "street2": "Apt. 355"
                    },
                    "dateOfBirth": "1969-04-02",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Jesusstad",
                        "country": "SV",
                        "postcode": "48281-9953",
                        "state": "West Virginia",
                        "street1": "35643 Andres Way",
                        "street2": "Apt. 646"
                      },
                      "company": "Lakin, Brown and Corwin",
                      "email": "Aida41@yahoo.com",
                      "number": "6Ifgmav5lnmIDzi",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "UCCIvc",
                    "knownTravelerNumberCountryCode": "MV",
                    "phones": [
                      {
                        "areaCode": "238",
                        "countryCode": "9",
                        "extension": "458",
                        "number": "(919) 647-4323 x19495",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "804",
                        "countryCode": "0",
                        "extension": "905",
                        "number": "695-808-7296 x6230",
                        "type": "HOME"
                      }
                    ],
                    "redressNumber": "2",
                    "redressNumberCountryCode": "MX",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "LsYmJb0g",
                        "tierLevel": "Red",
                        "tierNumber": 4
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "YHM6IUJv",
                          "tierLevel": "Red",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "4rsn8fsS",
                          "tierLevel": "Gold",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "9e6bNtig",
                          "tierLevel": "Silver",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "SPML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "MEAL_VGML",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "MEDA",
                          "description": "cmJJtBiakEGWRJYXDY5u",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "GlaqURHzenfNq6Eck1uN",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "EC",
                    "documentNumber": "25fVR5Xq",
                    "expiryDate": "2030-05-31",
                    "issueDate": "2023-11-15",
                    "issuePlace": "North Hellen",
                    "issuingCountry": "BZ",
                    "type": "VN"
                  }
                },
                "passengerType": "CHD",
                "quantity": 1,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 800.26,
                      "currency": "NIO"
                    },
                    {
                      "amount": 2638.2,
                      "currency": "BSD"
                    },
                    {
                      "amount": 3224.58,
                      "currency": "HNL"
                    }
                  ],
                  [
                    {
                      "amount": 2101.24,
                      "currency": "XPF"
                    },
                    {
                      "amount": 2830.57,
                      "currency": "JMD"
                    },
                    {
                      "amount": 259.96,
                      "currency": "KMF"
                    },
                    {
                      "amount": 2595.91,
                      "currency": "NIO"
                    },
                    {
                      "amount": 694.59,
                      "currency": "HTG"
                    }
                  ],
                  [
                    {
                      "amount": 3128.36,
                      "currency": "BWP"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2370.27,
                      "currency": "BMD"
                    },
                    {
                      "amount": 3267.31,
                      "currency": "KGS"
                    },
                    {
                      "amount": 3268.79,
                      "currency": "DJF"
                    },
                    {
                      "amount": 346.17,
                      "currency": "ZWL"
                    },
                    {
                      "amount": 430.1,
                      "currency": "QAR"
                    }
                  ],
                  [
                    {
                      "amount": 1788.67,
                      "currency": "MZN"
                    }
                  ],
                  [
                    {
                      "amount": 1942.45,
                      "currency": "VES"
                    },
                    {
                      "amount": 3088.32,
                      "currency": "SEK"
                    },
                    {
                      "amount": 4569.49,
                      "currency": "GTQ"
                    }
                  ],
                  [
                    {
                      "amount": 2817.68,
                      "currency": "BOB"
                    },
                    {
                      "amount": 4741.2,
                      "currency": "IQD"
                    },
                    {
                      "amount": 1334.07,
                      "currency": "AUD"
                    },
                    {
                      "amount": 180.2,
                      "currency": "TRY"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "WcLaF"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "MH",
                    "dateOfBirth": "1959-01-13",
                    "documentNumber": "HailQdGC",
                    "documentType": "PD",
                    "expirationDate": "2028-01-28",
                    "issueDate": "2022-10-25",
                    "issuingCountry": "TN",
                    "nationality": "MG"
                  },
                  "passengerDetails": {
                    "firstName": "Newell",
                    "lastName": "Connelly",
                    "maidenName": "Fritsch",
                    "middleName": "Shiloh",
                    "prefix": "DR",
                    "suffix": "SR"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "BUSINESS",
                      "city": "North Nadiaville",
                      "country": "CO",
                      "postcode": "76829",
                      "state": "Tennessee",
                      "street1": "209 Jace Shores",
                      "street2": "Suite 744"
                    },
                    "dateOfBirth": "1954-12-28",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNKNOWN",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Dinachester",
                        "country": "BS",
                        "postcode": "14831",
                        "state": "Maryland",
                        "street1": "103 3rd Street",
                        "street2": "Suite 615"
                      },
                      "company": "Cole and Sons",
                      "email": "Kali_Auer13@hotmail.com",
                      "number": "laGHFVObDbcTVcn",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "NzZcuQ",
                    "knownTravelerNumberCountryCode": "MZ",
                    "phones": [
                      {
                        "areaCode": "745",
                        "countryCode": "9",
                        "extension": "763",
                        "number": "(778) 874-4795",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "197",
                        "countryCode": "0",
                        "extension": "495",
                        "number": "443-699-7013 x22029",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "422",
                        "countryCode": "5",
                        "extension": "866",
                        "number": "1-551-560-8850 x725",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "223",
                        "countryCode": "3",
                        "extension": "006",
                        "number": "607-820-8796 x8600",
                        "type": "AGENCY"
                      }
                    ],
                    "redressNumber": "1",
                    "redressNumberCountryCode": "MV",
                    "type": "INF"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "HJsqDSsc",
                        "tierLevel": "Red",
                        "tierNumber": 3
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "OVhqIYMN",
                        "tierLevel": "Gold",
                        "tierNumber": 3
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "m8Blc21g",
                          "tierLevel": "Gold",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "RVML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "MEAL_CHML",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "MEDA",
                          "description": "2tlEz8ePwvMlTwdWtVNm",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "MWCGKW9S6IEXxdBZWwP3",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "TH",
                    "documentNumber": "sHHYMgRc",
                    "expiryDate": "2026-08-01",
                    "issueDate": "2025-08-03",
                    "issuePlace": "Gibsonfort",
                    "issuingCountry": "HR",
                    "type": "VN"
                  }
                },
                "passengerType": "ADT",
                "quantity": 4,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 616.52,
                      "currency": "XPF"
                    },
                    {
                      "amount": 913.97,
                      "currency": "AWG"
                    },
                    {
                      "amount": 1091.77,
                      "currency": "SBD"
                    },
                    {
                      "amount": 1769.48,
                      "currency": "SEK"
                    },
                    {
                      "amount": 852.29,
                      "currency": "PLN"
                    }
                  ],
                  [
                    {
                      "amount": 3551.22,
                      "currency": "RSD"
                    },
                    {
                      "amount": 553.69,
                      "currency": "MOP"
                    },
                    {
                      "amount": 4445.44,
                      "currency": "BIF"
                    },
                    {
                      "amount": 2036.11,
                      "currency": "RUB"
                    },
                    {
                      "amount": 4072.83,
                      "currency": "AZN"
                    }
                  ],
                  [
                    {
                      "amount": 4901.8,
                      "currency": "TJS"
                    },
                    {
                      "amount": 788.96,
                      "currency": "RWF"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 4003.11,
                      "currency": "AUD"
                    },
                    {
                      "amount": 3195.91,
                      "currency": "KYD"
                    }
                  ],
                  [
                    {
                      "amount": 1558.13,
                      "currency": "ETB"
                    },
                    {
                      "amount": 1630.53,
                      "currency": "FJD"
                    }
                  ],
                  [
                    {
                      "amount": 2485.94,
                      "currency": "XCD"
                    },
                    {
                      "amount": 770.97,
                      "currency": "THB"
                    },
                    {
                      "amount": 357.78,
                      "currency": "QAR"
                    }
                  ],
                  [
                    {
                      "amount": 942.72,
                      "currency": "RUB"
                    },
                    {
                      "amount": 3760.97,
                      "currency": "GNF"
                    },
                    {
                      "amount": 465.89,
                      "currency": "TOP"
                    },
                    {
                      "amount": 2139.22,
                      "currency": "TWD"
                    },
                    {
                      "amount": 1724.61,
                      "currency": "THB"
                    }
                  ],
                  [
                    {
                      "amount": 3146.96,
                      "currency": "SDG"
                    },
                    {
                      "amount": 1518.1,
                      "currency": "JPY"
                    },
                    {
                      "amount": 2897.22,
                      "currency": "PAB"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        }
      ],
      "label": "bag",
      "total": {
        "alternatives": [
          [
            {
              "amount": 3738.14,
              "currency": "IQD"
            },
            {
              "amount": 283.1,
              "currency": "PEN"
            },
            {
              "amount": 4236.75,
              "currency": "SYP"
            },
            {
              "amount": 4542,
              "currency": "JPY"
            },
            {
              "amount": 2773.13,
              "currency": "PEN"
            }
          ],
          [
            {
              "amount": 599.58,
              "currency": "PEN"
            },
            {
              "amount": 2884.31,
              "currency": "KGS"
            }
          ],
          [
            {
              "amount": 1970.72,
              "currency": "TRY"
            },
            {
              "amount": 2111.7,
              "currency": "MGA"
            },
            {
              "amount": 1862.21,
              "currency": "SDG"
            }
          ],
          [
            {
              "amount": 2617.45,
              "currency": "LYD"
            },
            {
              "amount": 4326.58,
              "currency": "XAF"
            },
            {
              "amount": 1553.48,
              "currency": "QAR"
            },
            {
              "amount": 3411.57,
              "currency": "CHF"
            }
          ],
          [
            {
              "amount": 1289.13,
              "currency": "BTN"
            },
            {
              "amount": 2787.08,
              "currency": "MYR"
            },
            {
              "amount": 1499.18,
              "currency": "KRW"
            },
            {
              "amount": 3235.96,
              "currency": "AUD"
            }
          ]
        ]
      }
    },
    {
      "breakdownElements": [
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "zpYZk"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "ML",
                "dateOfBirth": "1975-05-23",
                "documentNumber": "D3HvVFiX",
                "documentType": "PD",
                "expirationDate": "2027-07-28",
                "issueDate": "2025-03-01",
                "issuingCountry": "GG",
                "nationality": "TD"
              },
              "passengerDetails": {
                "firstName": "Kristofer",
                "lastName": "Price",
                "maidenName": "McGlynn",
                "middleName": "Alex",
                "prefix": "Mr",
                "suffix": "II"
              },
              "passengerIndex": 1,
              "passengerInfo": {
                "address": {
                  "addressType": "INVOICE",
                  "city": "South Leonoraland",
                  "country": "MN",
                  "postcode": "56951-4552",
                  "state": "Kansas",
                  "street1": "6873 N Jackson Street",
                  "street2": "Apt. 982"
                },
                "dateOfBirth": "1953-04-21",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "UNKNOWN",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Keeblermouth",
                    "country": "ML",
                    "postcode": "24391-8584",
                    "state": "Delaware",
                    "street1": "2688 Dasia Junctions",
                    "street2": "Apt. 196"
                  },
                  "company": "Larkin, Kunze and Hauck",
                  "email": "Dessie79@hotmail.com",
                  "number": "gPY9agb0ep1PXxm",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "jM3baU",
                "knownTravelerNumberCountryCode": "MN",
                "phones": [
                  {
                    "areaCode": "686",
                    "countryCode": "0",
                    "extension": "080",
                    "number": "1-946-687-6086 x84317",
                    "type": "MOBILE"
                  },
                  {
                    "areaCode": "180",
                    "countryCode": "7",
                    "extension": "859",
                    "number": "(871) 892-7211",
                    "type": "WORK"
                  },
                  {
                    "areaCode": "279",
                    "countryCode": "3",
                    "extension": "995",
                    "number": "408.264.9664",
                    "type": "AGENCY"
                  }
                ],
                "redressNumber": "8",
                "redressNumberCountryCode": "AU",
                "type": "INF"
              },
              "passengerNameNumber": "02.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "CO",
                    "banner": "OURO",
                    "marketingCarrier": "AA",
                    "number": "gisWQddZ",
                    "tierLevel": "Platinum",
                    "tierNumber": 4
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "AA",
                    "number": "abfdx7iu",
                    "tierLevel": "Red",
                    "tierNumber": 3
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P1",
                    "banner": "OURO",
                    "marketingCarrier": "AA",
                    "number": "O5lgrlq0",
                    "tierLevel": "Silver",
                    "tierNumber": 4
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P1",
                    "banner": "BRONZE",
                    "marketingCarrier": "AA",
                    "number": "WngJ3kOR",
                    "tierLevel": "Platinum",
                    "tierNumber": 5
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "ybFyLDqW",
                    "tierLevel": "Red",
                    "tierNumber": 5
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "CO",
                      "banner": "BRONZE",
                      "marketingCarrier": "AA",
                      "number": "G5Fwr9RM",
                      "tierLevel": "Platinum",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P2",
                      "banner": "BRONZE",
                      "marketingCarrier": "AA",
                      "number": "xQzIszZd",
                      "tierLevel": "Platinum",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P1",
                      "banner": "OURO",
                      "marketingCarrier": "AA",
                      "number": "g8urQsh1",
                      "tierLevel": "Silver",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P1",
                      "banner": "BRONZE",
                      "marketingCarrier": "VA",
                      "number": "cpQKxNmY",
                      "tierLevel": "Platinum",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P2",
                      "banner": "BRONZE",
                      "marketingCarrier": "AA",
                      "number": "2KAmEdMN",
                      "tierLevel": "Red",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "SPML",
                  "seatPreference": "NSSR",
                  "specialRequests": [
                    "MEAL_VGML",
                    "SEAT_EXTRA_SPACE",
                    "MEAL_CHML"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "MEDA",
                      "description": "QFgBfnTQ07KCXmY4gt5N",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "BIKE",
                      "description": "hfxaMmo3FGs0JCmGezdi",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "BLND",
                      "description": "N1Up4fc6NIDLBaode1Si",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        }
                      ]
                    },
                    {
                      "code": "BSCT",
                      "description": "k8ko3K4oOQQ3bxgBD5nF",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        }
                      ]
                    },
                    {
                      "code": "MEDA",
                      "description": "8DS2IVGs6erXnAFsoY2o",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "MG",
                "documentNumber": "dLUahfyM",
                "expiryDate": "2030-07-18",
                "issueDate": "2025-12-16",
                "issuePlace": "West Erika",
                "issuingCountry": "CM",
                "type": "V"
              }
            },
            "passengerType": "INF",
            "quantity": 3,
            "travelPart": {
              "@type": "Outbound"
            }
          },
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 2643.94,
                  "currency": "ANG"
                }
              ],
              [
                {
                  "amount": 2091.8,
                  "currency": "HKD"
                },
                {
                  "amount": 2805.37,
                  "currency": "DKK"
                }
              ],
              [
                {
                  "amount": 4482.33,
                  "currency": "QAR"
                },
                {
                  "amount": 2991.15,
                  "currency": "ARS"
                },
                {
                  "amount": 2437,
                  "currency": "TRY"
                }
              ],
              [
                {
                  "amount": 3474.08,
                  "currency": "AZN"
                },
                {
                  "amount": 1848.13,
                  "currency": "BYN"
                },
                {
                  "amount": 3106.67,
                  "currency": "IRR"
                },
                {
                  "amount": 1618.77,
                  "currency": "MGA"
                },
                {
                  "amount": 4760.55,
                  "currency": "UYU"
                }
              ],
              [
                {
                  "amount": 3050.01,
                  "currency": "GBP"
                },
                {
                  "amount": 3828.25,
                  "currency": "IRR"
                },
                {
                  "amount": 3684.37,
                  "currency": "STN"
                },
                {
                  "amount": 1796.79,
                  "currency": "BDT"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 1142.19,
                  "currency": "ARS"
                }
              ],
              [
                {
                  "amount": 1910.16,
                  "currency": "LRD"
                },
                {
                  "amount": 640.02,
                  "currency": "OMR"
                },
                {
                  "amount": 3129.59,
                  "currency": "MDL"
                },
                {
                  "amount": 2615.89,
                  "currency": "YER"
                },
                {
                  "amount": 244.47,
                  "currency": "BOB"
                }
              ],
              [
                {
                  "amount": 3118.82,
                  "currency": "PAB"
                },
                {
                  "amount": 536.85,
                  "currency": "LSL"
                },
                {
                  "amount": 4451.3,
                  "currency": "EUR"
                },
                {
                  "amount": 3960.94,
                  "currency": "CHF"
                },
                {
                  "amount": 1108.08,
                  "currency": "SSP"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "wtysi"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "PE",
                    "dateOfBirth": "1965-03-04",
                    "documentNumber": "Q9YBf70f",
                    "documentType": "PL",
                    "expirationDate": "2030-02-05",
                    "issueDate": "2025-07-28",
                    "issuingCountry": "AS",
                    "nationality": "OM"
                  },
                  "passengerDetails": {
                    "firstName": "Leonor",
                    "lastName": "Schiller",
                    "maidenName": "Halvorson",
                    "middleName": "London",
                    "prefix": "Ms",
                    "suffix": "Sr"
                  },
                  "passengerIndex": 5,
                  "passengerInfo": {
                    "address": {
                      "addressType": "INVOICE",
                      "city": "Frederick",
                      "country": "ES",
                      "postcode": "92820-6493",
                      "state": "Florida",
                      "street1": "28087 Stevie Knoll",
                      "street2": "Suite 395"
                    },
                    "dateOfBirth": "1990-08-20",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNKNOWN",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Bradenton",
                        "country": "SO",
                        "postcode": "17446",
                        "state": "South Dakota",
                        "street1": "187 South Drive",
                        "street2": "Suite 963"
                      },
                      "company": "Hartmann - Mohr",
                      "email": "Marcos.King@hotmail.com",
                      "number": "1GNXJHyHXBIQlEy",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "rdhJim",
                    "knownTravelerNumberCountryCode": "EG",
                    "phones": [
                      {
                        "areaCode": "118",
                        "countryCode": "4",
                        "extension": "025",
                        "number": "710-853-7565 x65213",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "154",
                        "countryCode": "9",
                        "extension": "177",
                        "number": "731-906-2783 x1947",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "111",
                        "countryCode": "3",
                        "extension": "795",
                        "number": "296.370.2188 x46703",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "350",
                        "countryCode": "4",
                        "extension": "929",
                        "number": "(328) 732-7326 x698",
                        "type": "AGENCY"
                      }
                    ],
                    "redressNumber": "0",
                    "redressNumberCountryCode": "MZ",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "2tGzhsRY",
                        "tierLevel": "Red",
                        "tierNumber": 5
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "r6S7s8Jh",
                        "tierLevel": "Platinum",
                        "tierNumber": 5
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "Q0int66a",
                        "tierLevel": "Red",
                        "tierNumber": 5
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "i2s5d2xd",
                        "tierLevel": "Gold",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "2j93UPMo",
                          "tierLevel": "Gold",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "HuUu2vEV",
                          "tierLevel": "Platinum",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "GdjB4uy8",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VOML",
                      "seatPreference": "NSSB",
                      "specialRequests": [
                        "MEAL_VGML",
                        "WHEELCHAIR",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "MEDA",
                          "description": "oCXL4kckRvJzdoDasl7R",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "PETC",
                          "description": "7Kr6fJhUednwxk8Uqqpf",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "CH",
                    "documentNumber": "clyr14Dl",
                    "expiryDate": "2026-09-08",
                    "issueDate": "2025-01-02",
                    "issuePlace": "Castro Valley",
                    "issuingCountry": "MH",
                    "type": "V"
                  }
                },
                "passengerType": "ADT",
                "quantity": 5,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 3789.46,
                      "currency": "INR"
                    },
                    {
                      "amount": 2943.02,
                      "currency": "BZD"
                    },
                    {
                      "amount": 884.05,
                      "currency": "MOP"
                    },
                    {
                      "amount": 2529.3,
                      "currency": "SEK"
                    }
                  ],
                  [
                    {
                      "amount": 113.96,
                      "currency": "KES"
                    },
                    {
                      "amount": 3117.68,
                      "currency": "FKP"
                    },
                    {
                      "amount": 2304.53,
                      "currency": "ZMW"
                    },
                    {
                      "amount": 2934.03,
                      "currency": "MOP"
                    }
                  ],
                  [
                    {
                      "amount": 2871.79,
                      "currency": "KPW"
                    },
                    {
                      "amount": 1152.01,
                      "currency": "AMD"
                    },
                    {
                      "amount": 2779.14,
                      "currency": "KRW"
                    },
                    {
                      "amount": 30.58,
                      "currency": "COP"
                    }
                  ],
                  [
                    {
                      "amount": 4282.49,
                      "currency": "MRU"
                    },
                    {
                      "amount": 4038.63,
                      "currency": "DJF"
                    },
                    {
                      "amount": 1223.62,
                      "currency": "MUR"
                    },
                    {
                      "amount": 4827.42,
                      "currency": "THB"
                    }
                  ],
                  [
                    {
                      "amount": 1136.87,
                      "currency": "UAH"
                    },
                    {
                      "amount": 590.77,
                      "currency": "IDR"
                    },
                    {
                      "amount": 4329.31,
                      "currency": "NIO"
                    },
                    {
                      "amount": 1142.33,
                      "currency": "NGN"
                    },
                    {
                      "amount": 2768.63,
                      "currency": "BRL"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 3612.24,
                      "currency": "RUB"
                    },
                    {
                      "amount": 1626.36,
                      "currency": "ANG"
                    },
                    {
                      "amount": 4247.64,
                      "currency": "XAF"
                    },
                    {
                      "amount": 2898.98,
                      "currency": "ZWL"
                    },
                    {
                      "amount": 1100.33,
                      "currency": "PKR"
                    }
                  ],
                  [
                    {
                      "amount": 958.58,
                      "currency": "BWP"
                    }
                  ],
                  [
                    {
                      "amount": 4979.34,
                      "currency": "VND"
                    },
                    {
                      "amount": 194.95,
                      "currency": "EUR"
                    },
                    {
                      "amount": 941.08,
                      "currency": "IQD"
                    }
                  ],
                  [
                    {
                      "amount": 363.42,
                      "currency": "SGD"
                    },
                    {
                      "amount": 2297.46,
                      "currency": "KMF"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "jGult"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "NR",
                    "dateOfBirth": "1995-09-23",
                    "documentNumber": "u5WGn2oj",
                    "documentType": "PE",
                    "expirationDate": "2028-12-18",
                    "issueDate": "2022-08-09",
                    "issuingCountry": "BT",
                    "nationality": "VE"
                  },
                  "passengerDetails": {
                    "firstName": "Torrey",
                    "lastName": "Kutch",
                    "maidenName": "Hermiston",
                    "middleName": "Rowan",
                    "prefix": "MR",
                    "suffix": "II"
                  },
                  "passengerIndex": 3,
                  "passengerInfo": {
                    "address": {
                      "addressType": "INVOICE",
                      "city": "Issacchester",
                      "country": "GQ",
                      "postcode": "93002-4126",
                      "state": "Illinois",
                      "street1": "84799 Mante Lane",
                      "street2": "Apt. 769"
                    },
                    "dateOfBirth": "1964-03-13",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Hillsstad",
                        "country": "SB",
                        "postcode": "83289",
                        "state": "Iowa",
                        "street1": "33156 Berneice Extension",
                        "street2": "Suite 530"
                      },
                      "company": "Hegmann, D'Amore and Goodwin",
                      "email": "Rasheed.Baumbach@hotmail.com",
                      "number": "lJ6d1RQ3WB6DV4d",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "ktBzVP",
                    "knownTravelerNumberCountryCode": "CK",
                    "phones": [
                      {
                        "areaCode": "296",
                        "countryCode": "2",
                        "extension": "212",
                        "number": "(976) 933-3327 x3716",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "008",
                        "countryCode": "9",
                        "extension": "100",
                        "number": "1-467-850-2819 x1239",
                        "type": "WORK"
                      },
                      {
                        "areaCode": "969",
                        "countryCode": "3",
                        "extension": "913",
                        "number": "1-433-793-5192 x92690",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "6",
                    "redressNumberCountryCode": "GU",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "GYbhDNAw",
                        "tierLevel": "Silver",
                        "tierNumber": 1
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "rykWbzqm",
                          "tierLevel": "Red",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "oCc1cGF8",
                          "tierLevel": "Gold",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "SPML",
                      "seatPreference": "NSSA",
                      "specialRequests": [
                        "MEAL_VGML",
                        "SEAT_EXTRA_SPACE",
                        "MEAL_CHML",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "DEAF",
                          "description": "CS1HtyySRmmDoClceSge",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "SD",
                    "documentNumber": "CHX6VPs4",
                    "expiryDate": "2027-03-15",
                    "issueDate": "2025-04-13",
                    "issuePlace": "Janiyaville",
                    "issuingCountry": "PG",
                    "type": "VN"
                  }
                },
                "passengerType": "INF",
                "quantity": 2,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 1889.2,
                      "currency": "SAR"
                    },
                    {
                      "amount": 4455.52,
                      "currency": "NPR"
                    },
                    {
                      "amount": 416.23,
                      "currency": "KES"
                    },
                    {
                      "amount": 1904.03,
                      "currency": "VUV"
                    },
                    {
                      "amount": 2013.27,
                      "currency": "LSL"
                    }
                  ],
                  [
                    {
                      "amount": 67.24,
                      "currency": "FJD"
                    },
                    {
                      "amount": 12.45,
                      "currency": "VUV"
                    },
                    {
                      "amount": 1972.13,
                      "currency": "VND"
                    }
                  ],
                  [
                    {
                      "amount": 4687.64,
                      "currency": "TRY"
                    },
                    {
                      "amount": 3252.25,
                      "currency": "CUP"
                    }
                  ],
                  [
                    {
                      "amount": 1872.69,
                      "currency": "CLP"
                    }
                  ],
                  [
                    {
                      "amount": 1466.03,
                      "currency": "SOS"
                    },
                    {
                      "amount": 2953.71,
                      "currency": "JOD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 540.06,
                      "currency": "EGP"
                    },
                    {
                      "amount": 3540.81,
                      "currency": "BYN"
                    }
                  ],
                  [
                    {
                      "amount": 25.71,
                      "currency": "MMK"
                    },
                    {
                      "amount": 4681.29,
                      "currency": "SYP"
                    }
                  ],
                  [
                    {
                      "amount": 2874.23,
                      "currency": "SCR"
                    },
                    {
                      "amount": 3778.72,
                      "currency": "RUB"
                    },
                    {
                      "amount": 4490.54,
                      "currency": "KWD"
                    },
                    {
                      "amount": 4894.22,
                      "currency": "UAH"
                    }
                  ],
                  [
                    {
                      "amount": 2836.37,
                      "currency": "TRY"
                    },
                    {
                      "amount": 903.52,
                      "currency": "PEN"
                    },
                    {
                      "amount": 3496.08,
                      "currency": "FKP"
                    },
                    {
                      "amount": 419.93,
                      "currency": "MYR"
                    },
                    {
                      "amount": 2429.46,
                      "currency": "KYD"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        }
      ],
      "label": "bag",
      "total": {
        "alternatives": [
          [
            {
              "amount": 4859.97,
              "currency": "JOD"
            },
            {
              "amount": 2083.39,
              "currency": "DJF"
            },
            {
              "amount": 1659.17,
              "currency": "NPR"
            },
            {
              "amount": 3466,
              "currency": "UYU"
            }
          ]
        ]
      }
    },
    {
      "breakdownElements": [
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "jyykA"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "BI",
                "dateOfBirth": "1989-10-25",
                "documentNumber": "goKZA3yw",
                "documentType": "VB",
                "expirationDate": "2030-10-30",
                "issueDate": "2023-02-24",
                "issuingCountry": "KW",
                "nationality": "GW"
              },
              "passengerDetails": {
                "firstName": "Edythe",
                "lastName": "Hane",
                "maidenName": "Smith",
                "middleName": "Jamie",
                "prefix": "Dr",
                "suffix": "II"
              },
              "passengerIndex": 3,
              "passengerInfo": {
                "address": {
                  "addressType": "INVOICE",
                  "city": "Joycemouth",
                  "country": "BQ",
                  "postcode": "00480",
                  "state": "Utah",
                  "street1": "37719 Barton Point",
                  "street2": "Suite 573"
                },
                "dateOfBirth": "1977-06-10",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "UNKNOWN",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Meridian",
                    "country": "VU",
                    "postcode": "40767-9416",
                    "state": "Massachusetts",
                    "street1": "5647 Woodlands Avenue",
                    "street2": "Apt. 812"
                  },
                  "company": "Funk - Lind",
                  "email": "Lew56@gmail.com",
                  "number": "0pwLkNpTcW8TA3C",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "SOws1M",
                "knownTravelerNumberCountryCode": "DO",
                "phones": [
                  {
                    "areaCode": "968",
                    "countryCode": "6",
                    "extension": "132",
                    "number": "380-378-3241 x27169",
                    "type": "CELLULAR"
                  },
                  {
                    "areaCode": "415",
                    "countryCode": "6",
                    "extension": "506",
                    "number": "(278) 397-7443 x22158",
                    "type": "FAX"
                  },
                  {
                    "areaCode": "861",
                    "countryCode": "2",
                    "extension": "117",
                    "number": "(857) 810-4743 x29672",
                    "type": "AGENCY"
                  },
                  {
                    "areaCode": "751",
                    "countryCode": "9",
                    "extension": "092",
                    "number": "1-285-788-7673",
                    "type": "BUSINESS"
                  },
                  {
                    "areaCode": "842",
                    "countryCode": "4",
                    "extension": "203",
                    "number": "1-930-902-2559 x9687",
                    "type": "CELLULAR"
                  }
                ],
                "redressNumber": "1",
                "redressNumberCountryCode": "GT",
                "type": "CHD"
              },
              "passengerNameNumber": "02.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P1",
                    "banner": "BRONZE",
                    "marketingCarrier": "AA",
                    "number": "ixMIn5cq",
                    "tierLevel": "Gold",
                    "tierNumber": 5
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "CO",
                    "banner": "BRONZE",
                    "marketingCarrier": "VA",
                    "number": "9vOHvsna",
                    "tierLevel": "Gold",
                    "tierNumber": 4
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "CO",
                    "banner": "BRONZE",
                    "marketingCarrier": "AA",
                    "number": "PSrGiJpr",
                    "tierLevel": "Platinum",
                    "tierNumber": 1
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P1",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "RUpH8C17",
                      "tierLevel": "Silver",
                      "tierNumber": 1
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P1",
                      "banner": "OURO",
                      "marketingCarrier": "AA",
                      "number": "qiuK6VzD",
                      "tierLevel": "Gold",
                      "tierNumber": 2
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P2",
                      "banner": "BRONZE",
                      "marketingCarrier": "VA",
                      "number": "mX9uS8Du",
                      "tierLevel": "Platinum",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P2",
                      "banner": "BRONZE",
                      "marketingCarrier": "AA",
                      "number": "6dIIAc9I",
                      "tierLevel": "Platinum",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "CO",
                      "banner": "PRATA",
                      "marketingCarrier": "VA",
                      "number": "uLEyMonj",
                      "tierLevel": "Platinum",
                      "tierNumber": 1
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "LFML",
                  "seatPreference": "NSSW",
                  "specialRequests": [
                    "MEAL_VGML",
                    "SEAT_EXTRA_SPACE",
                    "MEAL_CHML",
                    "WHEELCHAIR"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "PETC",
                      "description": "XEaRbwsC3JrRxASHanNm",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-17T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "LHR"
                        }
                      ]
                    },
                    {
                      "code": "MAAS",
                      "description": "RklCDZpA3haI5Sqw9g3K",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "MAAS",
                      "description": "Rgzv1T4NBfq8CObS6KiM",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "JFK"
                        }
                      ]
                    },
                    {
                      "code": "BIKE",
                      "description": "Rp4DwRwagXPkY6HoUCOs",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        }
                      ]
                    },
                    {
                      "code": "DEAF",
                      "description": "chj3ewXIE2hHnQ25xt8H",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "BN",
                "documentNumber": "TtAeUobR",
                "expiryDate": "2029-01-30",
                "issueDate": "2022-02-13",
                "issuePlace": "Visalia",
                "issuingCountry": "SG",
                "type": "V"
              }
            },
            "passengerType": "CHD",
            "quantity": 2,
            "travelPart": {
              "@type": "Connection"
            }
          },
          "label": "BASE",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 3291.29,
                  "currency": "FJD"
                },
                {
                  "amount": 2204.68,
                  "currency": "MXN"
                },
                {
                  "amount": 1415.63,
                  "currency": "CZK"
                },
                {
                  "amount": 1003.36,
                  "currency": "KES"
                },
                {
                  "amount": 3840.91,
                  "currency": "DJF"
                }
              ],
              [
                {
                  "amount": 3373.45,
                  "currency": "FJD"
                }
              ],
              [
                {
                  "amount": 46.46,
                  "currency": "TND"
                },
                {
                  "amount": 519.12,
                  "currency": "TWD"
                },
                {
                  "amount": 2345.03,
                  "currency": "HTG"
                },
                {
                  "amount": 2696.17,
                  "currency": "SDG"
                },
                {
                  "amount": 4747.43,
                  "currency": "QAR"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 4524.09,
                  "currency": "BND"
                },
                {
                  "amount": 662.34,
                  "currency": "SDG"
                },
                {
                  "amount": 4751.26,
                  "currency": "FKP"
                },
                {
                  "amount": 4020.27,
                  "currency": "LRD"
                },
                {
                  "amount": 2303.63,
                  "currency": "MXN"
                }
              ],
              [
                {
                  "amount": 1938.54,
                  "currency": "BZD"
                },
                {
                  "amount": 611.9,
                  "currency": "BND"
                },
                {
                  "amount": 4757.3,
                  "currency": "MMK"
                }
              ],
              [
                {
                  "amount": 4837.87,
                  "currency": "RON"
                }
              ],
              [
                {
                  "amount": 1896.64,
                  "currency": "ERN"
                },
                {
                  "amount": 4882.52,
                  "currency": "CDF"
                },
                {
                  "amount": 3622.88,
                  "currency": "VUV"
                },
                {
                  "amount": 2394.01,
                  "currency": "MAD"
                },
                {
                  "amount": 914.62,
                  "currency": "SHP"
                }
              ],
              [
                {
                  "amount": 3629.61,
                  "currency": "LSL"
                },
                {
                  "amount": 1709.71,
                  "currency": "HUF"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "rnPjD"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "HK",
                    "dateOfBirth": "1988-09-30",
                    "documentNumber": "DMwO658I",
                    "documentType": "C",
                    "expirationDate": "2027-09-25",
                    "issueDate": "2024-11-07",
                    "issuingCountry": "BH",
                    "nationality": "NU"
                  },
                  "passengerDetails": {
                    "firstName": "Bradly",
                    "lastName": "Harvey",
                    "maidenName": "Hoppe",
                    "middleName": "Reagan",
                    "prefix": "Miss",
                    "suffix": "II"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "BUSINESS",
                      "city": "Port Trevatown",
                      "country": "BJ",
                      "postcode": "04505",
                      "state": "Delaware",
                      "street1": "414 Macie Streets",
                      "street2": "Apt. 720"
                    },
                    "dateOfBirth": "1985-05-15",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Fort Christopherview",
                        "country": "FO",
                        "postcode": "28508-8484",
                        "state": "Kentucky",
                        "street1": "22363 Ursula Flats",
                        "street2": "Suite 583"
                      },
                      "company": "Luettgen, Flatley and Kulas",
                      "email": "Kraig88@gmail.com",
                      "number": "w33J3sHWHinGLxG",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "kt7JZH",
                    "knownTravelerNumberCountryCode": "AS",
                    "phones": [
                      {
                        "areaCode": "676",
                        "countryCode": "7",
                        "extension": "784",
                        "number": "670.997.2624",
                        "type": "HOME"
                      },
                      {
                        "areaCode": "854",
                        "countryCode": "8",
                        "extension": "383",
                        "number": "(470) 610-1677 x77562",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "4",
                    "redressNumberCountryCode": "AU",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "dGr9DPTX",
                        "tierLevel": "Silver",
                        "tierNumber": 4
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "8lW111ls",
                        "tierLevel": "Red",
                        "tierNumber": 5
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "O32RrGMJ",
                        "tierLevel": "Platinum",
                        "tierNumber": 1
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "dyolznVJ",
                        "tierLevel": "Gold",
                        "tierNumber": 2
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "fLvQhBVk",
                          "tierLevel": "Silver",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "DBML",
                      "seatPreference": "NSSB",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "MEAL_VGML",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "PETC",
                          "description": "wObn05OrYuGAfqlD8pBK",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "FiE0CUXWmA13mLjkM1yl",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "eorLpDEVhiAXF4p285EP",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "UA",
                    "documentNumber": "Q2UXngCg",
                    "expiryDate": "2029-11-13",
                    "issueDate": "2026-02-14",
                    "issuePlace": "Coachella",
                    "issuingCountry": "NG",
                    "type": "VN"
                  }
                },
                "passengerType": "ADT",
                "quantity": 2,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4247.7,
                      "currency": "RWF"
                    },
                    {
                      "amount": 3066.28,
                      "currency": "SCR"
                    }
                  ],
                  [
                    {
                      "amount": 4181.59,
                      "currency": "ILS"
                    },
                    {
                      "amount": 2684.37,
                      "currency": "OMR"
                    }
                  ],
                  [
                    {
                      "amount": 4442.86,
                      "currency": "SDG"
                    },
                    {
                      "amount": 1547.36,
                      "currency": "LKR"
                    },
                    {
                      "amount": 3738.29,
                      "currency": "KES"
                    },
                    {
                      "amount": 4418.7,
                      "currency": "JMD"
                    }
                  ],
                  [
                    {
                      "amount": 4807.34,
                      "currency": "YER"
                    },
                    {
                      "amount": 2441.87,
                      "currency": "PKR"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 1886.8,
                      "currency": "BHD"
                    },
                    {
                      "amount": 1088.47,
                      "currency": "DOP"
                    },
                    {
                      "amount": 2054.67,
                      "currency": "TMT"
                    },
                    {
                      "amount": 4514.31,
                      "currency": "KWD"
                    },
                    {
                      "amount": 2087.22,
                      "currency": "PEN"
                    }
                  ],
                  [
                    {
                      "amount": 1586.11,
                      "currency": "CAD"
                    },
                    {
                      "amount": 1096.69,
                      "currency": "PYG"
                    }
                  ],
                  [
                    {
                      "amount": 1483.67,
                      "currency": "HNL"
                    },
                    {
                      "amount": 3890.43,
                      "currency": "GMD"
                    }
                  ],
                  [
                    {
                      "amount": 1849.58,
                      "currency": "ANG"
                    },
                    {
                      "amount": 3863.48,
                      "currency": "RSD"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "GxJtP"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "LY",
                    "dateOfBirth": "1967-07-23",
                    "documentNumber": "fyvQ9daB",
                    "documentType": "C",
                    "expirationDate": "2031-01-02",
                    "issueDate": "2025-10-09",
                    "issuingCountry": "KR",
                    "nationality": "CZ"
                  },
                  "passengerDetails": {
                    "firstName": "Kay",
                    "lastName": "Corkery",
                    "maidenName": "Monahan",
                    "middleName": "Brooklyn",
                    "prefix": "DR",
                    "suffix": "SR"
                  },
                  "passengerIndex": 2,
                  "passengerInfo": {
                    "address": {
                      "addressType": "HOME",
                      "city": "Pflugerville",
                      "country": "YE",
                      "postcode": "75916",
                      "state": "Nevada",
                      "street1": "315 Forrest Rest",
                      "street2": "Suite 196"
                    },
                    "dateOfBirth": "1982-04-17",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "MALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Port Tierraburgh",
                        "country": "ZA",
                        "postcode": "39756",
                        "state": "Kansas",
                        "street1": "9163 E Washington Avenue",
                        "street2": "Suite 648"
                      },
                      "company": "Pagac LLC",
                      "email": "Cordelia80@hotmail.com",
                      "number": "TYhn3Cj8jmKOyaK",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "GXw2sU",
                    "knownTravelerNumberCountryCode": "BA",
                    "phones": [
                      {
                        "areaCode": "376",
                        "countryCode": "3",
                        "extension": "065",
                        "number": "(864) 933-5449",
                        "type": "AGENCY"
                      }
                    ],
                    "redressNumber": "1",
                    "redressNumberCountryCode": "TN",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "6WvPrUgi",
                        "tierLevel": "Gold",
                        "tierNumber": 5
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "Z8scqCy9",
                        "tierLevel": "Silver",
                        "tierNumber": 1
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "0eUrrcYF",
                        "tierLevel": "Gold",
                        "tierNumber": 1
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "yQwujLE0",
                        "tierLevel": "Gold",
                        "tierNumber": 2
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "kT7I4GVx",
                          "tierLevel": "Platinum",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "zUYm0m6o",
                          "tierLevel": "Platinum",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "5RAAPdje",
                          "tierLevel": "Red",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VJML",
                      "seatPreference": "NSSW",
                      "specialRequests": [
                        "SEAT_EXTRA_SPACE",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BSCT",
                          "description": "OoVyB5MpZFK2XmN7dJUM",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "jf0jg7hcf1fbfZIdzAP6",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "VN",
                    "documentNumber": "obzlpt1e",
                    "expiryDate": "2028-09-17",
                    "issueDate": "2021-12-19",
                    "issuePlace": "South Soniabury",
                    "issuingCountry": "TG",
                    "type": "VN"
                  }
                },
                "passengerType": "CHD",
                "quantity": 2,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 3034.05,
                      "currency": "SBD"
                    },
                    {
                      "amount": 1209.34,
                      "currency": "XAF"
                    }
                  ],
                  [
                    {
                      "amount": 1625.74,
                      "currency": "CRC"
                    }
                  ],
                  [
                    {
                      "amount": 1090.75,
                      "currency": "BMD"
                    }
                  ],
                  [
                    {
                      "amount": 602.83,
                      "currency": "USD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 3966.18,
                      "currency": "MZN"
                    },
                    {
                      "amount": 286.47,
                      "currency": "SHP"
                    }
                  ],
                  [
                    {
                      "amount": 1329.49,
                      "currency": "BHD"
                    },
                    {
                      "amount": 843.35,
                      "currency": "RWF"
                    }
                  ],
                  [
                    {
                      "amount": 410.71,
                      "currency": "CAD"
                    },
                    {
                      "amount": 496.88,
                      "currency": "KYD"
                    },
                    {
                      "amount": 246.66,
                      "currency": "GMD"
                    },
                    {
                      "amount": 905.94,
                      "currency": "CZK"
                    },
                    {
                      "amount": 1449.03,
                      "currency": "ZMW"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "PyrEm"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "YE",
                    "dateOfBirth": "1982-01-31",
                    "documentNumber": "0JNYa5Vt",
                    "documentType": "C",
                    "expirationDate": "2026-08-19",
                    "issueDate": "2025-04-05",
                    "issuingCountry": "SC",
                    "nationality": "MS"
                  },
                  "passengerDetails": {
                    "firstName": "Yasmeen",
                    "lastName": "Bernhard",
                    "maidenName": "Bosco",
                    "middleName": "Elliott",
                    "prefix": "Mrs",
                    "suffix": "Jr"
                  },
                  "passengerIndex": 4,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "New Matildestad",
                      "country": "MH",
                      "postcode": "70776-7943",
                      "state": "Alabama",
                      "street1": "87058 Luettgen Harbors",
                      "street2": "Apt. 998"
                    },
                    "dateOfBirth": "1998-09-17",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Port Fabiola",
                        "country": "WS",
                        "postcode": "65177-7057",
                        "state": "Connecticut",
                        "street1": "4666 Edwin Hills",
                        "street2": "Apt. 404"
                      },
                      "company": "Ziemann LLC",
                      "email": "Janet34@hotmail.com",
                      "number": "3SI7d7HSMZThnY5",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "nZnhKg",
                    "knownTravelerNumberCountryCode": "RS",
                    "phones": [
                      {
                        "areaCode": "364",
                        "countryCode": "1",
                        "extension": "770",
                        "number": "1-290-955-9510 x20193",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "697",
                        "countryCode": "0",
                        "extension": "822",
                        "number": "(556) 954-3870",
                        "type": "HOME"
                      },
                      {
                        "areaCode": "104",
                        "countryCode": "0",
                        "extension": "244",
                        "number": "634-973-4053",
                        "type": "BUSINESS"
                      }
                    ],
                    "redressNumber": "1",
                    "redressNumberCountryCode": "PM",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "vPCdXhvF",
                        "tierLevel": "Silver",
                        "tierNumber": 3
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "9vRlrjDa",
                        "tierLevel": "Silver",
                        "tierNumber": 3
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "r0bV8UmF",
                        "tierLevel": "Platinum",
                        "tierNumber": 3
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "EUm5b7Yi",
                        "tierLevel": "Gold",
                        "tierNumber": 1
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "nc6aDPWo",
                          "tierLevel": "Platinum",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "MMzn20IB",
                          "tierLevel": "Platinum",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "OnFtrCi8",
                          "tierLevel": "Silver",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "VzDo4Fgx",
                          "tierLevel": "Red",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "BBML",
                      "seatPreference": "NSSB",
                      "specialRequests": [
                        "MEAL_VGML",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "MAAS",
                          "description": "i7jYIaYYmowxHA0DXCsi",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "3dxMpmu8ljtJwcGKBayK",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "LRzS3grupgjfYH7OjlMd",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "vT6xEQt03abvMrBrVF8p",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "SJ",
                    "documentNumber": "Ig1KyTYN",
                    "expiryDate": "2029-12-12",
                    "issueDate": "2023-10-19",
                    "issuePlace": "Lake Samarastead",
                    "issuingCountry": "BJ",
                    "type": "VI"
                  }
                },
                "passengerType": "INF",
                "quantity": 3,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4539.88,
                      "currency": "GTQ"
                    },
                    {
                      "amount": 2169.35,
                      "currency": "GYD"
                    },
                    {
                      "amount": 12.94,
                      "currency": "EGP"
                    }
                  ],
                  [
                    {
                      "amount": 4498.63,
                      "currency": "KES"
                    },
                    {
                      "amount": 4474.83,
                      "currency": "ISK"
                    },
                    {
                      "amount": 2883.98,
                      "currency": "NAD"
                    }
                  ],
                  [
                    {
                      "amount": 1717.52,
                      "currency": "IDR"
                    },
                    {
                      "amount": 4417.54,
                      "currency": "BIF"
                    },
                    {
                      "amount": 1963.06,
                      "currency": "SGD"
                    }
                  ],
                  [
                    {
                      "amount": 2707.7,
                      "currency": "MGA"
                    },
                    {
                      "amount": 3268.18,
                      "currency": "SHP"
                    }
                  ],
                  [
                    {
                      "amount": 324.02,
                      "currency": "MUR"
                    },
                    {
                      "amount": 1981.76,
                      "currency": "LKR"
                    },
                    {
                      "amount": 191.3,
                      "currency": "XAF"
                    },
                    {
                      "amount": 108.22,
                      "currency": "TRY"
                    },
                    {
                      "amount": 78.45,
                      "currency": "BOB"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 4085.89,
                      "currency": "VND"
                    },
                    {
                      "amount": 4743.19,
                      "currency": "MVR"
                    },
                    {
                      "amount": 3227.57,
                      "currency": "CZK"
                    },
                    {
                      "amount": 3292.47,
                      "currency": "GBP"
                    }
                  ],
                  [
                    {
                      "amount": 1514.02,
                      "currency": "CHF"
                    },
                    {
                      "amount": 4460.58,
                      "currency": "BHD"
                    },
                    {
                      "amount": 2034.91,
                      "currency": "YER"
                    },
                    {
                      "amount": 2922.89,
                      "currency": "GEL"
                    }
                  ],
                  [
                    {
                      "amount": 1666.26,
                      "currency": "ALL"
                    },
                    {
                      "amount": 2807.59,
                      "currency": "TMT"
                    },
                    {
                      "amount": 26.57,
                      "currency": "BBD"
                    }
                  ],
                  [
                    {
                      "amount": 1700.28,
                      "currency": "ERN"
                    },
                    {
                      "amount": 928.98,
                      "currency": "ISK"
                    },
                    {
                      "amount": 4883.72,
                      "currency": "DKK"
                    },
                    {
                      "amount": 1318.89,
                      "currency": "PKR"
                    }
                  ],
                  [
                    {
                      "amount": 83.96,
                      "currency": "KRW"
                    },
                    {
                      "amount": 167.54,
                      "currency": "SAR"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        },
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "Fwero"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "EH",
                "dateOfBirth": "1966-07-08",
                "documentNumber": "EcJQkW2u",
                "documentType": "VN",
                "expirationDate": "2031-01-18",
                "issueDate": "2025-06-16",
                "issuingCountry": "EG",
                "nationality": "KW"
              },
              "passengerDetails": {
                "firstName": "Rosendo",
                "lastName": "Bailey",
                "maidenName": "Hamill",
                "middleName": "Marlowe",
                "prefix": "MR",
                "suffix": "II"
              },
              "passengerIndex": 2,
              "passengerInfo": {
                "address": {
                  "addressType": "OTHER",
                  "city": "South Elnorahaven",
                  "country": "US",
                  "postcode": "98950",
                  "state": "Maryland",
                  "street1": "173 Crooks Way",
                  "street2": "Suite 692"
                },
                "dateOfBirth": "1961-03-04",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "FEMALE",
                "generalSalesTaxData": {
                  "address": {
                    "city": "North Janis",
                    "country": "AR",
                    "postcode": "82917-7893",
                    "state": "South Carolina",
                    "street1": "874 Ruecker Land",
                    "street2": "Suite 786"
                  },
                  "company": "Gislason - Nader",
                  "email": "Sincere94@gmail.com",
                  "number": "xJMinaW1EGG1ONH",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "8lMSSt",
                "knownTravelerNumberCountryCode": "BM",
                "phones": [
                  {
                    "areaCode": "222",
                    "countryCode": "4",
                    "extension": "072",
                    "number": "1-762-202-0234 x04729",
                    "type": "MOBILE"
                  },
                  {
                    "areaCode": "979",
                    "countryCode": "7",
                    "extension": "664",
                    "number": "(228) 560-5290 x365",
                    "type": "FAX"
                  }
                ],
                "redressNumber": "2",
                "redressNumberCountryCode": "VC",
                "type": "CHD"
              },
              "passengerNameNumber": "01.02",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P1",
                    "banner": "OURO",
                    "marketingCarrier": "VA",
                    "number": "6Hj9QkiO",
                    "tierLevel": "Gold",
                    "tierNumber": 5
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "AA",
                    "number": "FWdxTtGl",
                    "tierLevel": "Gold",
                    "tierNumber": 2
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "CO",
                    "banner": "OURO",
                    "marketingCarrier": "VA",
                    "number": "zXSeJMNV",
                    "tierLevel": "Red",
                    "tierNumber": 4
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "cLiUE8Tw",
                    "tierLevel": "Gold",
                    "tierNumber": 3
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "AA",
                    "number": "jHywUZsz",
                    "tierLevel": "Platinum",
                    "tierNumber": 5
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P1",
                      "banner": "OURO",
                      "marketingCarrier": "VA",
                      "number": "Q8Qrec8H",
                      "tierLevel": "Gold",
                      "tierNumber": 2
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P2",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "Z3isdLv3",
                      "tierLevel": "Silver",
                      "tierNumber": 1
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P1",
                      "banner": "BRONZE",
                      "marketingCarrier": "VA",
                      "number": "ykROQ1pG",
                      "tierLevel": "Silver",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "CO",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "4nvfQGTW",
                      "tierLevel": "Silver",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "SYD"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "LH",
                      "atpcoTierLevel": "P1",
                      "banner": "PRATA",
                      "marketingCarrier": "VA",
                      "number": "gTR6uNvt",
                      "tierLevel": "Platinum",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "MEL"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "NLML",
                  "seatPreference": "NSSB",
                  "specialRequests": [
                    "WHEELCHAIR",
                    "MEAL_CHML",
                    "SEAT_EXTRA_SPACE",
                    "MEAL_VGML"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "MEDA",
                      "description": "4BrI64wGe6kp0XJukoVX",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-17T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-17T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "NC",
                "documentNumber": "qs0gVh50",
                "expiryDate": "2031-03-31",
                "issueDate": "2022-01-21",
                "issuePlace": "Novato",
                "issuingCountry": "EG",
                "type": "VI"
              }
            },
            "passengerType": "CHD",
            "quantity": 3,
            "travelPart": {
              "@type": "Outbound"
            }
          },
          "label": "FEES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 4774.75,
                  "currency": "BYN"
                },
                {
                  "amount": 257.22,
                  "currency": "CUP"
                },
                {
                  "amount": 1235.51,
                  "currency": "CLP"
                }
              ],
              [
                {
                  "amount": 4451.24,
                  "currency": "VES"
                },
                {
                  "amount": 2927.73,
                  "currency": "PHP"
                }
              ],
              [
                {
                  "amount": 4844.73,
                  "currency": "TOP"
                },
                {
                  "amount": 1774.87,
                  "currency": "KRW"
                },
                {
                  "amount": 196.11,
                  "currency": "NPR"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 682.39,
                  "currency": "AED"
                },
                {
                  "amount": 4658.67,
                  "currency": "HUF"
                },
                {
                  "amount": 4719.71,
                  "currency": "AZN"
                },
                {
                  "amount": 1051.77,
                  "currency": "LRD"
                }
              ],
              [
                {
                  "amount": 3407.25,
                  "currency": "GNF"
                },
                {
                  "amount": 1151.54,
                  "currency": "UYU"
                },
                {
                  "amount": 2282.14,
                  "currency": "HTG"
                },
                {
                  "amount": 3270.04,
                  "currency": "BYN"
                }
              ],
              [
                {
                  "amount": 4782.48,
                  "currency": "ZMW"
                }
              ],
              [
                {
                  "amount": 4808.55,
                  "currency": "SCR"
                },
                {
                  "amount": 2267.55,
                  "currency": "FKP"
                },
                {
                  "amount": 1329.3,
                  "currency": "PYG"
                }
              ],
              [
                {
                  "amount": 4095.39,
                  "currency": "MWK"
                },
                {
                  "amount": 587.8,
                  "currency": "MUR"
                },
                {
                  "amount": 1978.96,
                  "currency": "SLE"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "qUpjJ"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "CR",
                    "dateOfBirth": "1968-05-20",
                    "documentNumber": "XxgYNGS6",
                    "documentType": "VN",
                    "expirationDate": "2029-05-30",
                    "issueDate": "2025-07-30",
                    "issuingCountry": "NC",
                    "nationality": "WS"
                  },
                  "passengerDetails": {
                    "firstName": "Jacques",
                    "lastName": "Kemmer",
                    "maidenName": "Schowalter-Mraz",
                    "middleName": "Drew",
                    "prefix": "MS",
                    "suffix": "Sr"
                  },
                  "passengerIndex": 5,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "West Carson",
                      "country": "CA",
                      "postcode": "76538-8912",
                      "state": "Alaska",
                      "street1": "438 S 9th Street",
                      "street2": "Suite 849"
                    },
                    "dateOfBirth": "1968-10-18",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "MALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "South Amarifield",
                        "country": "BJ",
                        "postcode": "17597",
                        "state": "Utah",
                        "street1": "779 Ridge Road",
                        "street2": "Suite 370"
                      },
                      "company": "Yost - Konopelski",
                      "email": "Brandon_Paucek@yahoo.com",
                      "number": "FDK1eTBb6iBn8uI",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "ttDgRP",
                    "knownTravelerNumberCountryCode": "CV",
                    "phones": [
                      {
                        "areaCode": "358",
                        "countryCode": "8",
                        "extension": "214",
                        "number": "(564) 950-4910",
                        "type": "HOME"
                      },
                      {
                        "areaCode": "322",
                        "countryCode": "8",
                        "extension": "423",
                        "number": "251.374.2366 x36620",
                        "type": "FAX"
                      }
                    ],
                    "redressNumber": "3",
                    "redressNumberCountryCode": "ZM",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "lFltVUea",
                        "tierLevel": "Platinum",
                        "tierNumber": 3
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "hjCRNwJS",
                        "tierLevel": "Silver",
                        "tierNumber": 3
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "8aFqPxwg",
                        "tierLevel": "Gold",
                        "tierNumber": 1
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "xkNKgmkQ",
                          "tierLevel": "Gold",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "oASLN2uA",
                          "tierLevel": "Platinum",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "LCML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "WHEELCHAIR",
                        "MEAL_CHML",
                        "SEAT_EXTRA_SPACE",
                        "MEAL_VGML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "MEDA",
                          "description": "CrKUXk7Ug3QeInNuZpdt",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "DEAF",
                          "description": "xgMqsZBt2DkyzUfULCQZ",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "BF",
                    "documentNumber": "3PnVeuTJ",
                    "expiryDate": "2028-01-20",
                    "issueDate": "2025-03-30",
                    "issuePlace": "Bennettborough",
                    "issuingCountry": "GH",
                    "type": "VN"
                  }
                },
                "passengerType": "ADT",
                "quantity": 1,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4897.24,
                      "currency": "IRR"
                    },
                    {
                      "amount": 3138.94,
                      "currency": "AMD"
                    }
                  ],
                  [
                    {
                      "amount": 2531.05,
                      "currency": "TOP"
                    },
                    {
                      "amount": 3084.48,
                      "currency": "BND"
                    },
                    {
                      "amount": 2460.04,
                      "currency": "GNF"
                    },
                    {
                      "amount": 4482.68,
                      "currency": "IRR"
                    }
                  ],
                  [
                    {
                      "amount": 1147.47,
                      "currency": "KMF"
                    }
                  ],
                  [
                    {
                      "amount": 2107.16,
                      "currency": "CAD"
                    },
                    {
                      "amount": 2928.95,
                      "currency": "AUD"
                    },
                    {
                      "amount": 3821.94,
                      "currency": "NOK"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 3999.48,
                      "currency": "BOB"
                    },
                    {
                      "amount": 4918.41,
                      "currency": "JPY"
                    }
                  ],
                  [
                    {
                      "amount": 1738.76,
                      "currency": "ANG"
                    },
                    {
                      "amount": 2924.74,
                      "currency": "MZN"
                    },
                    {
                      "amount": 405.24,
                      "currency": "GIP"
                    },
                    {
                      "amount": 4553.89,
                      "currency": "KPW"
                    }
                  ],
                  [
                    {
                      "amount": 3587.02,
                      "currency": "ARS"
                    },
                    {
                      "amount": 4768.1,
                      "currency": "JMD"
                    },
                    {
                      "amount": 3067.46,
                      "currency": "SCR"
                    }
                  ],
                  [
                    {
                      "amount": 2924.39,
                      "currency": "XPF"
                    },
                    {
                      "amount": 1445.16,
                      "currency": "GEL"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "JrLsL"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "SR",
                    "dateOfBirth": "1966-01-25",
                    "documentNumber": "l4WGSimG",
                    "documentType": "T",
                    "expirationDate": "2026-11-17",
                    "issueDate": "2023-08-22",
                    "issuingCountry": "BI",
                    "nationality": "DZ"
                  },
                  "passengerDetails": {
                    "firstName": "Jada",
                    "lastName": "Botsford",
                    "maidenName": "Marks",
                    "middleName": "Hayden",
                    "prefix": "Mrs",
                    "suffix": "Sr"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "Berwyn",
                      "country": "IN",
                      "postcode": "40645-3369",
                      "state": "North Dakota",
                      "street1": "554 Janae Mountains",
                      "street2": "Apt. 161"
                    },
                    "dateOfBirth": "1987-08-09",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Ogden",
                        "country": "VA",
                        "postcode": "79666",
                        "state": "Alaska",
                        "street1": "7049 S Oak Street",
                        "street2": "Apt. 816"
                      },
                      "company": "Davis, Kuvalis and Paucek",
                      "email": "Jessika33@yahoo.com",
                      "number": "ZCr2q9KX0n8IVsE",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "qZQpXc",
                    "knownTravelerNumberCountryCode": "QA",
                    "phones": [
                      {
                        "areaCode": "158",
                        "countryCode": "7",
                        "extension": "945",
                        "number": "1-388-326-4993",
                        "type": "FAX"
                      },
                      {
                        "areaCode": "914",
                        "countryCode": "2",
                        "extension": "840",
                        "number": "(667) 513-9909",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "429",
                        "countryCode": "2",
                        "extension": "863",
                        "number": "(440) 299-3626 x0574",
                        "type": "FAX"
                      },
                      {
                        "areaCode": "108",
                        "countryCode": "9",
                        "extension": "905",
                        "number": "856.541.0922 x431",
                        "type": "FAX"
                      }
                    ],
                    "redressNumber": "6",
                    "redressNumberCountryCode": "GL",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "KP28vDcY",
                        "tierLevel": "Red",
                        "tierNumber": 3
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "5kQGEF9t",
                          "tierLevel": "Red",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "svmpqiLe",
                          "tierLevel": "Gold",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "66ZUVEzQ",
                          "tierLevel": "Platinum",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "TfjurXQn",
                          "tierLevel": "Platinum",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "D8i0dG1S",
                          "tierLevel": "Red",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "LCML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "MEAL_VGML",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BLND",
                          "description": "DK4qE8NzgTpfvGYMUAw5",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "L8118MccRTkPJcW8qtpS",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "sJ2b9tr4bVeICxuAeHmR",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "KG",
                    "documentNumber": "Cvn7selK",
                    "expiryDate": "2030-08-20",
                    "issueDate": "2025-09-21",
                    "issuePlace": "South Roman",
                    "issuingCountry": "MC",
                    "type": "V"
                  }
                },
                "passengerType": "CHD",
                "quantity": 2,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4269.57,
                      "currency": "GHS"
                    },
                    {
                      "amount": 2083.22,
                      "currency": "SHP"
                    },
                    {
                      "amount": 1371.78,
                      "currency": "TND"
                    },
                    {
                      "amount": 3858.9,
                      "currency": "MWK"
                    }
                  ],
                  [
                    {
                      "amount": 1367.77,
                      "currency": "VES"
                    },
                    {
                      "amount": 4984.21,
                      "currency": "BTN"
                    },
                    {
                      "amount": 4316.18,
                      "currency": "NAD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 4338.62,
                      "currency": "BGN"
                    },
                    {
                      "amount": 2761.15,
                      "currency": "PEN"
                    },
                    {
                      "amount": 4728.6,
                      "currency": "SBD"
                    },
                    {
                      "amount": 3272.06,
                      "currency": "LYD"
                    },
                    {
                      "amount": 3222.96,
                      "currency": "LSL"
                    }
                  ],
                  [
                    {
                      "amount": 2966.91,
                      "currency": "GNF"
                    },
                    {
                      "amount": 1682.32,
                      "currency": "NGN"
                    }
                  ],
                  [
                    {
                      "amount": 1149.27,
                      "currency": "NIO"
                    },
                    {
                      "amount": 1338.28,
                      "currency": "CVE"
                    }
                  ],
                  [
                    {
                      "amount": 3509.54,
                      "currency": "NPR"
                    },
                    {
                      "amount": 564.46,
                      "currency": "SLE"
                    },
                    {
                      "amount": 4714.8,
                      "currency": "CAD"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        },
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "pKfar"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "AS",
                "dateOfBirth": "1992-11-21",
                "documentNumber": "bZeYaTur",
                "documentType": "PM",
                "expirationDate": "2031-01-27",
                "issueDate": "2025-05-11",
                "issuingCountry": "GH",
                "nationality": "AO"
              },
              "passengerDetails": {
                "firstName": "German",
                "lastName": "Lehner",
                "maidenName": "Hamill",
                "middleName": "Anderson",
                "prefix": "Mr",
                "suffix": "SR"
              },
              "passengerIndex": 2,
              "passengerInfo": {
                "address": {
                  "addressType": "OTHER",
                  "city": "Johnson City",
                  "country": "JP",
                  "postcode": "75035-9705",
                  "state": "New Hampshire",
                  "street1": "1440 Grady Ways",
                  "street2": "Apt. 364"
                },
                "dateOfBirth": "1961-11-09",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "UNSPECIFIED",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Bonnieborough",
                    "country": "IR",
                    "postcode": "23645-0507",
                    "state": "South Carolina",
                    "street1": "5611 Haley Flats",
                    "street2": "Suite 363"
                  },
                  "company": "Klein and Sons",
                  "email": "Edwardo_Kub@gmail.com",
                  "number": "Tt21fPHZY3MK5Cj",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "0xFmjl",
                "knownTravelerNumberCountryCode": "TF",
                "phones": [
                  {
                    "areaCode": "507",
                    "countryCode": "2",
                    "extension": "133",
                    "number": "780.582.6182",
                    "type": "CELLULAR"
                  },
                  {
                    "areaCode": "829",
                    "countryCode": "1",
                    "extension": "076",
                    "number": "546.752.3342 x96594",
                    "type": "HOME"
                  },
                  {
                    "areaCode": "834",
                    "countryCode": "7",
                    "extension": "480",
                    "number": "1-688-499-1959 x1157",
                    "type": "CELLULAR"
                  },
                  {
                    "areaCode": "970",
                    "countryCode": "4",
                    "extension": "609",
                    "number": "591.606.3710 x10900",
                    "type": "CELLULAR"
                  }
                ],
                "redressNumber": "2",
                "redressNumberCountryCode": "BL",
                "type": "ADT"
              },
              "passengerNameNumber": "01.02",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "CO",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "1Q2AuY3Z",
                    "tierLevel": "Gold",
                    "tierNumber": 5
                  },
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P1",
                    "banner": "PRATA",
                    "marketingCarrier": "VA",
                    "number": "IPw41kqa",
                    "tierLevel": "Silver",
                    "tierNumber": 4
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P1",
                      "banner": "PRATA",
                      "marketingCarrier": "AA",
                      "number": "rNFoKrV4",
                      "tierLevel": "Red",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P1",
                      "banner": "PRATA",
                      "marketingCarrier": "VA",
                      "number": "GN940dPR",
                      "tierLevel": "Silver",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "SYD",
                        "origin": "MEL"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "VA",
                      "atpcoTierLevel": "P2",
                      "banner": "OURO",
                      "marketingCarrier": "AA",
                      "number": "AEs0BCyu",
                      "tierLevel": "Gold",
                      "tierNumber": 5
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "MEL"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "SFML",
                  "seatPreference": "NSSA",
                  "specialRequests": [
                    "MEAL_CHML",
                    "MEAL_VGML"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "DEAF",
                      "description": "uoG1WBGqsR5di9BiPv94",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-17T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "LHR"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "VN",
                "documentNumber": "F721I2XU",
                "expiryDate": "2029-10-09",
                "issueDate": "2024-01-11",
                "issuePlace": "South Jakefield",
                "issuingCountry": "YT",
                "type": "VI"
              }
            },
            "passengerType": "CHD",
            "quantity": 1,
            "travelPart": {
              "@type": "Inbound"
            }
          },
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 1977.68,
                  "currency": "PAB"
                },
                {
                  "amount": 2802.31,
                  "currency": "ISK"
                },
                {
                  "amount": 4754.2,
                  "currency": "HNL"
                },
                {
                  "amount": 1901,
                  "currency": "HKD"
                }
              ],
              [
                {
                  "amount": 1171.29,
                  "currency": "ZAR"
                },
                {
                  "amount": 651.66,
                  "currency": "ANG"
                },
                {
                  "amount": 293.88,
                  "currency": "SHP"
                },
                {
                  "amount": 1090.82,
                  "currency": "ILS"
                }
              ],
              [
                {
                  "amount": 4220.21,
                  "currency": "HUF"
                }
              ],
              [
                {
                  "amount": 3661.61,
                  "currency": "NPR"
                },
                {
                  "amount": 2452.72,
                  "currency": "NGN"
                },
                {
                  "amount": 2465.26,
                  "currency": "BMD"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 1023.03,
                  "currency": "CVE"
                },
                {
                  "amount": 1937.97,
                  "currency": "KPW"
                },
                {
                  "amount": 3036.99,
                  "currency": "VND"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "qlnBL"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "NP",
                    "dateOfBirth": "1959-08-10",
                    "documentNumber": "by9i80ZE",
                    "documentType": "IA",
                    "expirationDate": "2027-04-06",
                    "issueDate": "2023-10-09",
                    "issuingCountry": "MO",
                    "nationality": "DO"
                  },
                  "passengerDetails": {
                    "firstName": "Nathaniel",
                    "lastName": "Mueller",
                    "maidenName": "Effertz",
                    "middleName": "Reign",
                    "prefix": "Miss",
                    "suffix": "Sr"
                  },
                  "passengerIndex": 1,
                  "passengerInfo": {
                    "address": {
                      "addressType": "RESIDENCE",
                      "city": "Spokane",
                      "country": "LU",
                      "postcode": "74572",
                      "state": "Oregon",
                      "street1": "4336 Chapel Street",
                      "street2": "Apt. 573"
                    },
                    "dateOfBirth": "1994-05-15",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Sandy Springs",
                        "country": "UM",
                        "postcode": "85212-5054",
                        "state": "Massachusetts",
                        "street1": "59911 Boyer Flat",
                        "street2": "Apt. 997"
                      },
                      "company": "Ward, Feil and Casper",
                      "email": "Hobart.Breitenberg2@gmail.com",
                      "number": "RHffChe9NGhP4r1",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "qWLA7V",
                    "knownTravelerNumberCountryCode": "KN",
                    "phones": [
                      {
                        "areaCode": "050",
                        "countryCode": "6",
                        "extension": "026",
                        "number": "677.457.8862 x18729",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "806",
                        "countryCode": "1",
                        "extension": "721",
                        "number": "1-260-842-4677",
                        "type": "MOBILE"
                      }
                    ],
                    "redressNumber": "4",
                    "redressNumberCountryCode": "JP",
                    "type": "INF"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "7jCoXxbC",
                        "tierLevel": "Gold",
                        "tierNumber": 2
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "w7Mg66Ri",
                        "tierLevel": "Silver",
                        "tierNumber": 2
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "GUCk5Zgg",
                        "tierLevel": "Red",
                        "tierNumber": 3
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "VYrbvKjD",
                        "tierLevel": "Platinum",
                        "tierNumber": 5
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "zWj1O2tf",
                        "tierLevel": "Platinum",
                        "tierNumber": 4
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "reSbOang",
                          "tierLevel": "Silver",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "oSUxS6fw",
                          "tierLevel": "Silver",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "15coQfWS",
                          "tierLevel": "Red",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "He4G6OYZ",
                          "tierLevel": "Red",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "cKq1lvum",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "HNML",
                      "seatPreference": "NSSB",
                      "specialRequests": [
                        "MEAL_VGML",
                        "SEAT_EXTRA_SPACE",
                        "WHEELCHAIR",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "PETC",
                          "description": "bqW56s5nML1J1H2Bci8Y",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "PETC",
                          "description": "lDIbXCXrwJeuiZZwkTp3",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "ysnxVFSFsiYJzYwHtYWz",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "1K3bcoKMZDpE1G5BGaoh",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "AO",
                    "documentNumber": "5mefYaXy",
                    "expiryDate": "2028-11-18",
                    "issueDate": "2023-10-02",
                    "issuePlace": "Eau Claire",
                    "issuingCountry": "LU",
                    "type": "VI"
                  }
                },
                "passengerType": "ADT",
                "quantity": 4,
                "travelPart": {
                  "@type": "Inbound"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4829.51,
                      "currency": "SRD"
                    },
                    {
                      "amount": 3632.61,
                      "currency": "MZN"
                    }
                  ],
                  [
                    {
                      "amount": 1480.22,
                      "currency": "IRR"
                    },
                    {
                      "amount": 3756.02,
                      "currency": "MWK"
                    },
                    {
                      "amount": 1595.73,
                      "currency": "SLE"
                    },
                    {
                      "amount": 4301.4,
                      "currency": "ILS"
                    },
                    {
                      "amount": 417.59,
                      "currency": "GEL"
                    }
                  ],
                  [
                    {
                      "amount": 678.52,
                      "currency": "FJD"
                    }
                  ],
                  [
                    {
                      "amount": 3319.88,
                      "currency": "MRU"
                    },
                    {
                      "amount": 869.39,
                      "currency": "GTQ"
                    },
                    {
                      "amount": 1487.44,
                      "currency": "CNY"
                    },
                    {
                      "amount": 459.07,
                      "currency": "THB"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 56.91,
                      "currency": "SDG"
                    },
                    {
                      "amount": 1849.19,
                      "currency": "BWP"
                    },
                    {
                      "amount": 1269.85,
                      "currency": "KYD"
                    }
                  ],
                  [
                    {
                      "amount": 586.33,
                      "currency": "TWD"
                    },
                    {
                      "amount": 801.53,
                      "currency": "XOF"
                    },
                    {
                      "amount": 35.47,
                      "currency": "KGS"
                    },
                    {
                      "amount": 358.06,
                      "currency": "IQD"
                    },
                    {
                      "amount": 4907.12,
                      "currency": "CDF"
                    }
                  ],
                  [
                    {
                      "amount": 3334.81,
                      "currency": "CUP"
                    },
                    {
                      "amount": 884.19,
                      "currency": "BYN"
                    },
                    {
                      "amount": 1455.85,
                      "currency": "DKK"
                    },
                    {
                      "amount": 4728.55,
                      "currency": "SRD"
                    },
                    {
                      "amount": 48.86,
                      "currency": "TTD"
                    }
                  ],
                  [
                    {
                      "amount": 483.79,
                      "currency": "BWP"
                    },
                    {
                      "amount": 3163.83,
                      "currency": "TND"
                    },
                    {
                      "amount": 4511.78,
                      "currency": "NAD"
                    },
                    {
                      "amount": 1562.72,
                      "currency": "MXN"
                    },
                    {
                      "amount": 224.56,
                      "currency": "EUR"
                    }
                  ],
                  [
                    {
                      "amount": 1115.7,
                      "currency": "USD"
                    },
                    {
                      "amount": 4442.8,
                      "currency": "CUP"
                    },
                    {
                      "amount": 1010.54,
                      "currency": "BIF"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "WDdnI"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "MX",
                    "dateOfBirth": "1998-08-21",
                    "documentNumber": "FdYPmjdf",
                    "documentType": "PP",
                    "expirationDate": "2027-11-12",
                    "issueDate": "2025-09-12",
                    "issuingCountry": "LA",
                    "nationality": "BR"
                  },
                  "passengerDetails": {
                    "firstName": "Rachael",
                    "lastName": "Schoen-Kihn",
                    "maidenName": "Abernathy",
                    "middleName": "Gray",
                    "prefix": "MR",
                    "suffix": "Jr"
                  },
                  "passengerIndex": 2,
                  "passengerInfo": {
                    "address": {
                      "addressType": "OTHER",
                      "city": "Jaylonberg",
                      "country": "NL",
                      "postcode": "93097-5927",
                      "state": "Illinois",
                      "street1": "7762 Douglas Shoals",
                      "street2": "Suite 833"
                    },
                    "dateOfBirth": "1998-01-20",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Anachester",
                        "country": "FR",
                        "postcode": "78966",
                        "state": "West Virginia",
                        "street1": "3626 Max Stravenue",
                        "street2": "Suite 774"
                      },
                      "company": "Cronin Inc",
                      "email": "Antone72@yahoo.com",
                      "number": "sFHA0CyGEK59893",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "QSCASv",
                    "knownTravelerNumberCountryCode": "AU",
                    "phones": [
                      {
                        "areaCode": "273",
                        "countryCode": "5",
                        "extension": "906",
                        "number": "1-298-875-7958 x9137",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "902",
                        "countryCode": "0",
                        "extension": "230",
                        "number": "(837) 737-7799 x5023",
                        "type": "AGENCY"
                      },
                      {
                        "areaCode": "764",
                        "countryCode": "9",
                        "extension": "282",
                        "number": "(547) 227-8375 x1482",
                        "type": "HOME"
                      },
                      {
                        "areaCode": "519",
                        "countryCode": "0",
                        "extension": "657",
                        "number": "1-992-878-6159 x8500",
                        "type": "MOBILE"
                      },
                      {
                        "areaCode": "702",
                        "countryCode": "5",
                        "extension": "829",
                        "number": "1-944-223-5886 x699",
                        "type": "AGENCY"
                      }
                    ],
                    "redressNumber": "3",
                    "redressNumberCountryCode": "AR",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "dsJtljuv",
                        "tierLevel": "Platinum",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "0O4NUAuw",
                          "tierLevel": "Platinum",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "ZCJmR5Bo",
                          "tierLevel": "Silver",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "QTVbfjv6",
                          "tierLevel": "Silver",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "eGO4mRaw",
                          "tierLevel": "Platinum",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "SPML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "MEAL_VGML",
                        "WHEELCHAIR",
                        "MEAL_CHML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BIKE",
                          "description": "ZiT9Y5ykhHo7KqIaDhyN",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "reRKHm6l6aNsghKKpzHT",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "BLND",
                          "description": "THHjukAyE359614LSDGL",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        },
                        {
                          "code": "BSCT",
                          "description": "LAAPUQtaYvB7MVytX8fh",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "ET",
                    "documentNumber": "nfnx8W2B",
                    "expiryDate": "2028-11-17",
                    "issueDate": "2025-01-05",
                    "issuePlace": "Lake Leon",
                    "issuingCountry": "VN",
                    "type": "V"
                  }
                },
                "passengerType": "ADT",
                "quantity": 4,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4695.14,
                      "currency": "MYR"
                    },
                    {
                      "amount": 4211.61,
                      "currency": "RWF"
                    },
                    {
                      "amount": 2617.08,
                      "currency": "COP"
                    },
                    {
                      "amount": 132.84,
                      "currency": "DJF"
                    }
                  ],
                  [
                    {
                      "amount": 4574.47,
                      "currency": "HKD"
                    },
                    {
                      "amount": 1646.56,
                      "currency": "DKK"
                    },
                    {
                      "amount": 3422.28,
                      "currency": "ANG"
                    },
                    {
                      "amount": 748.01,
                      "currency": "KRW"
                    }
                  ],
                  [
                    {
                      "amount": 1175.8,
                      "currency": "ETB"
                    },
                    {
                      "amount": 1150.56,
                      "currency": "ISK"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 852.07,
                      "currency": "KYD"
                    },
                    {
                      "amount": 4889.7,
                      "currency": "TJS"
                    },
                    {
                      "amount": 3631.91,
                      "currency": "NOK"
                    }
                  ],
                  [
                    {
                      "amount": 129.79,
                      "currency": "PAB"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "rKahv"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "TG",
                    "dateOfBirth": "1982-10-30",
                    "documentNumber": "cwjNcT50",
                    "documentType": "IN",
                    "expirationDate": "2027-07-18",
                    "issueDate": "2023-10-27",
                    "issuingCountry": "TJ",
                    "nationality": "GL"
                  },
                  "passengerDetails": {
                    "firstName": "Theresa",
                    "lastName": "Abshire",
                    "maidenName": "Cronin",
                    "middleName": "Arden",
                    "prefix": "MR",
                    "suffix": "Sr"
                  },
                  "passengerIndex": 5,
                  "passengerInfo": {
                    "address": {
                      "addressType": "RESIDENCE",
                      "city": "Francescafurt",
                      "country": "FK",
                      "postcode": "82369-4568",
                      "state": "Delaware",
                      "street1": "66375 Elm Grove",
                      "street2": "Apt. 615"
                    },
                    "dateOfBirth": "1987-06-03",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Uptonburgh",
                        "country": "BR",
                        "postcode": "04793-1020",
                        "state": "Wyoming",
                        "street1": "278 Predovic Islands",
                        "street2": "Suite 517"
                      },
                      "company": "Pagac, Prohaska and Herzog",
                      "email": "Kyle.Smitham3@yahoo.com",
                      "number": "jkLFc2lP17vm2Xh",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "eEQZi4",
                    "knownTravelerNumberCountryCode": "IE",
                    "phones": [
                      {
                        "areaCode": "802",
                        "countryCode": "0",
                        "extension": "193",
                        "number": "918-887-9727 x74542",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "531",
                        "countryCode": "9",
                        "extension": "097",
                        "number": "1-898-503-5189 x192",
                        "type": "WORK"
                      }
                    ],
                    "redressNumber": "6",
                    "redressNumberCountryCode": "TL",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "1ZXYAVUU",
                        "tierLevel": "Platinum",
                        "tierNumber": 2
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "sLQyeqIq",
                        "tierLevel": "Silver",
                        "tierNumber": 1
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P1",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "hJkuXUBR",
                        "tierLevel": "Silver",
                        "tierNumber": 4
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "D97B9L1h",
                          "tierLevel": "Gold",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "kNYkH9a9",
                          "tierLevel": "Silver",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "rBG6Gxyv",
                          "tierLevel": "Silver",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "mW0uYbq4",
                          "tierLevel": "Red",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "HNML",
                      "seatPreference": "NSSB",
                      "specialRequests": [
                        "MEAL_CHML",
                        "WHEELCHAIR",
                        "MEAL_VGML",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "DEAF",
                          "description": "o4J2KZtMZLez2RTMuohC",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "MAAS",
                          "description": "2z9NaTetHY87V4ymXdtl",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "PETC",
                          "description": "gZ9qJq1St2Ed9vfhH3hi",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "VN",
                    "documentNumber": "tEsCWCzP",
                    "expiryDate": "2028-07-18",
                    "issueDate": "2026-01-12",
                    "issuePlace": "Nikolausbury",
                    "issuingCountry": "IQ",
                    "type": "VN"
                  }
                },
                "passengerType": "INF",
                "quantity": 2,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4255.44,
                      "currency": "XAF"
                    },
                    {
                      "amount": 2342.56,
                      "currency": "PHP"
                    },
                    {
                      "amount": 4785.86,
                      "currency": "TTD"
                    },
                    {
                      "amount": 2404.98,
                      "currency": "CVE"
                    },
                    {
                      "amount": 1159.58,
                      "currency": "NGN"
                    }
                  ],
                  [
                    {
                      "amount": 1032.3,
                      "currency": "KWD"
                    },
                    {
                      "amount": 1912.25,
                      "currency": "TTD"
                    },
                    {
                      "amount": 2803.43,
                      "currency": "BMD"
                    },
                    {
                      "amount": 4653.89,
                      "currency": "KZT"
                    },
                    {
                      "amount": 3876.62,
                      "currency": "IRR"
                    }
                  ],
                  [
                    {
                      "amount": 4906.48,
                      "currency": "GMD"
                    },
                    {
                      "amount": 3317.14,
                      "currency": "ARS"
                    },
                    {
                      "amount": 3062.35,
                      "currency": "SRD"
                    },
                    {
                      "amount": 464.67,
                      "currency": "CLP"
                    }
                  ],
                  [
                    {
                      "amount": 3859.25,
                      "currency": "GTQ"
                    },
                    {
                      "amount": 4090.84,
                      "currency": "MAD"
                    },
                    {
                      "amount": 2793.22,
                      "currency": "AMD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 4965.41,
                      "currency": "TND"
                    },
                    {
                      "amount": 158.1,
                      "currency": "AFN"
                    }
                  ],
                  [
                    {
                      "amount": 1200.11,
                      "currency": "SGD"
                    },
                    {
                      "amount": 1081.55,
                      "currency": "XCD"
                    },
                    {
                      "amount": 4281.22,
                      "currency": "MNT"
                    },
                    {
                      "amount": 1329.64,
                      "currency": "KZT"
                    },
                    {
                      "amount": 3193.32,
                      "currency": "ILS"
                    }
                  ],
                  [
                    {
                      "amount": 2698.48,
                      "currency": "UYU"
                    },
                    {
                      "amount": 1839.23,
                      "currency": "CLP"
                    }
                  ],
                  [
                    {
                      "amount": 2201.02,
                      "currency": "LAK"
                    }
                  ],
                  [
                    {
                      "amount": 1335.9,
                      "currency": "MNT"
                    },
                    {
                      "amount": 200.34,
                      "currency": "MVR"
                    },
                    {
                      "amount": 148.77,
                      "currency": "JOD"
                    },
                    {
                      "amount": 4015.45,
                      "currency": "PAB"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "PuPZJ"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "TF",
                    "dateOfBirth": "1981-03-30",
                    "documentNumber": "w2KA4uJ9",
                    "documentType": "AP",
                    "expirationDate": "2026-08-22",
                    "issueDate": "2022-06-26",
                    "issuingCountry": "SL",
                    "nationality": "DK"
                  },
                  "passengerDetails": {
                    "firstName": "Audie",
                    "lastName": "Schoen",
                    "maidenName": "Legros",
                    "middleName": "Reign",
                    "prefix": "Mrs",
                    "suffix": "II"
                  },
                  "passengerIndex": 4,
                  "passengerInfo": {
                    "address": {
                      "addressType": "RESIDENCE",
                      "city": "North Gene",
                      "country": "BZ",
                      "postcode": "93353",
                      "state": "Kentucky",
                      "street1": "701 Emile Course",
                      "street2": "Suite 739"
                    },
                    "dateOfBirth": "1961-03-29",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "UNSPECIFIED",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Fort Jacquelyn",
                        "country": "CH",
                        "postcode": "59690",
                        "state": "West Virginia",
                        "street1": "1461 North Road",
                        "street2": "Suite 120"
                      },
                      "company": "Hoeger Inc",
                      "email": "Josiah.Hegmann@gmail.com",
                      "number": "n5lgHaMmqmxqbg9",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "7PsAVd",
                    "knownTravelerNumberCountryCode": "OM",
                    "phones": [
                      {
                        "areaCode": "577",
                        "countryCode": "0",
                        "extension": "953",
                        "number": "973.513.4472 x2921",
                        "type": "FAX"
                      },
                      {
                        "areaCode": "035",
                        "countryCode": "8",
                        "extension": "450",
                        "number": "348-425-0452",
                        "type": "BUSINESS"
                      }
                    ],
                    "redressNumber": "8",
                    "redressNumberCountryCode": "KP",
                    "type": "INF"
                  },
                  "passengerNameNumber": "02.01",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "k7uMKV9I",
                        "tierLevel": "Silver",
                        "tierNumber": 1
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "P2",
                        "banner": "BRONZE",
                        "marketingCarrier": "AA",
                        "number": "3Yr8Al2U",
                        "tierLevel": "Red",
                        "tierNumber": 3
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "gDPKWCYB",
                        "tierLevel": "Red",
                        "tierNumber": 5
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "tG7G4PrL",
                        "tierLevel": "Platinum",
                        "tierNumber": 4
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "E0go4ehi",
                        "tierLevel": "Gold",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "yhXe8Jbp",
                          "tierLevel": "Red",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "joRpxoww",
                          "tierLevel": "Silver",
                          "tierNumber": 4
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P2",
                          "banner": "OURO",
                          "marketingCarrier": "AA",
                          "number": "tJJTrN6F",
                          "tierLevel": "Red",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "k8B4ap8P",
                          "tierLevel": "Silver",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P2",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "67jbIIrt",
                          "tierLevel": "Gold",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "VJML",
                      "seatPreference": "NSSA",
                      "specialRequests": [
                        "MEAL_CHML",
                        "MEAL_VGML"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "PETC",
                          "description": "awaDMwjXjUmWia5I7DTF",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "AUIk3YVHFmqds6qqcUXy",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "JFK"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "UG",
                    "documentNumber": "GFEHu50v",
                    "expiryDate": "2026-09-17",
                    "issueDate": "2023-08-04",
                    "issuePlace": "South Wilburnfort",
                    "issuingCountry": "SG",
                    "type": "V"
                  }
                },
                "passengerType": "INF",
                "quantity": 4,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4907.69,
                      "currency": "UGX"
                    },
                    {
                      "amount": 4455.21,
                      "currency": "KPW"
                    },
                    {
                      "amount": 306.31,
                      "currency": "SLE"
                    }
                  ],
                  [
                    {
                      "amount": 363.43,
                      "currency": "XAF"
                    },
                    {
                      "amount": 4896.93,
                      "currency": "RSD"
                    },
                    {
                      "amount": 4087.56,
                      "currency": "PKR"
                    },
                    {
                      "amount": 4124.77,
                      "currency": "ZAR"
                    }
                  ],
                  [
                    {
                      "amount": 3779.59,
                      "currency": "AWG"
                    },
                    {
                      "amount": 3284.19,
                      "currency": "PYG"
                    }
                  ],
                  [
                    {
                      "amount": 231.22,
                      "currency": "KES"
                    },
                    {
                      "amount": 3280.21,
                      "currency": "BSD"
                    },
                    {
                      "amount": 2691.77,
                      "currency": "ISK"
                    },
                    {
                      "amount": 530.54,
                      "currency": "OMR"
                    }
                  ],
                  [
                    {
                      "amount": 4243.87,
                      "currency": "ARS"
                    },
                    {
                      "amount": 420.42,
                      "currency": "SRD"
                    },
                    {
                      "amount": 4234.4,
                      "currency": "ARS"
                    },
                    {
                      "amount": 117.57,
                      "currency": "MRU"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 2656.33,
                      "currency": "RWF"
                    },
                    {
                      "amount": 3916.66,
                      "currency": "STN"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        },
        {
          "additionalContext": "{'SeatType':'New'}",
          "breakdownElementAssignment": {
            "additionalProductInformation": {
              "@type": "JGGIf"
            },
            "passenger": {
              "documentInfo": {
                "countryOfBirth": "MO",
                "dateOfBirth": "1955-10-14",
                "documentNumber": "1Ose9USI",
                "documentType": "PL",
                "expirationDate": "2029-04-10",
                "issueDate": "2022-12-10",
                "issuingCountry": "EG",
                "nationality": "IM"
              },
              "passengerDetails": {
                "firstName": "Clarabelle",
                "lastName": "Jacobs",
                "maidenName": "Simonis",
                "middleName": "Charlie",
                "prefix": "Mr",
                "suffix": "JR"
              },
              "passengerIndex": 1,
              "passengerInfo": {
                "address": {
                  "addressType": "BUSINESS",
                  "city": "Katlynworth",
                  "country": "TG",
                  "postcode": "41883-7031",
                  "state": "Alaska",
                  "street1": "25450 Cross Lane",
                  "street2": "Apt. 556"
                },
                "dateOfBirth": "1993-12-18",
                "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                "gender": "FEMALE",
                "generalSalesTaxData": {
                  "address": {
                    "city": "Marksside",
                    "country": "MS",
                    "postcode": "31592-9939",
                    "state": "Illinois",
                    "street1": "3616 Nathan Oval",
                    "street2": "Apt. 315"
                  },
                  "company": "Schmidt - Marvin",
                  "email": "Zaria.Kshlerin@yahoo.com",
                  "number": "DyMv4I6KevD20Z7",
                  "phones": "[\"9103345229023\", \"910758222144\"]"
                },
                "knownTravelerNumber": "bxmNz4",
                "knownTravelerNumberCountryCode": "LS",
                "phones": [
                  {
                    "areaCode": "411",
                    "countryCode": "6",
                    "extension": "573",
                    "number": "(690) 565-7128",
                    "type": "MOBILE"
                  }
                ],
                "redressNumber": "3",
                "redressNumberCountryCode": "NE",
                "type": "CHD"
              },
              "passengerNameNumber": "01.01",
              "preferences": {
                "frequentFlyer": [
                  {
                    "airline": "VA",
                    "atpcoTierLevel": "P1",
                    "banner": "BRONZE",
                    "marketingCarrier": "VA",
                    "number": "kGd0nfrY",
                    "tierLevel": "Red",
                    "tierNumber": 2
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P1",
                    "banner": "BRONZE",
                    "marketingCarrier": "VA",
                    "number": "l2iSkvN3",
                    "tierLevel": "Gold",
                    "tierNumber": 4
                  },
                  {
                    "airline": "LH",
                    "atpcoTierLevel": "P2",
                    "banner": "PRATA",
                    "marketingCarrier": "AA",
                    "number": "zU4j6ZSD",
                    "tierLevel": "Gold",
                    "tierNumber": 2
                  },
                  {
                    "airline": "AA",
                    "atpcoTierLevel": "P2",
                    "banner": "OURO",
                    "marketingCarrier": "AA",
                    "number": "o2lDTfZs",
                    "tierLevel": "Red",
                    "tierNumber": 1
                  }
                ],
                "passengerFrequentFlyerDetails": [
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P1",
                      "banner": "OURO",
                      "marketingCarrier": "AA",
                      "number": "cNX2cNgW",
                      "tierLevel": "Red",
                      "tierNumber": 3
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-17T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      }
                    ]
                  },
                  {
                    "frequentFlyer": {
                      "airline": "AA",
                      "atpcoTierLevel": "P1",
                      "banner": "BRONZE",
                      "marketingCarrier": "VA",
                      "number": "AdXO46bF",
                      "tierLevel": "Silver",
                      "tierNumber": 4
                    },
                    "segmentDetails": [
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "BNE"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "BNE",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      },
                      {
                        "departure": "2026-06-16T00:00:00.0Z",
                        "destination": "MEL",
                        "origin": "SYD"
                      }
                    ]
                  }
                ],
                "specialPreferences": {
                  "mealPreference": "DBML",
                  "seatPreference": "NSSR",
                  "specialRequests": [
                    "WHEELCHAIR",
                    "SEAT_EXTRA_SPACE"
                  ],
                  "specialServiceRequestRemarks": [
                    {
                      "code": "MAAS",
                      "description": "8bZVi80DqSNlTFSKWNXG",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "FRA"
                        }
                      ]
                    },
                    {
                      "code": "BLND",
                      "description": "wuti7WzCdoSddt5gcZ4i",
                      "segmentKeys": [
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-17T00:00:00.0Z",
                          "destination": "LHR",
                          "origin": "LHR"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "FRA",
                          "origin": "JFK"
                        },
                        {
                          "arrival": "2026-06-16T00:00:00.0Z",
                          "departure": "2026-06-16T00:00:00.0Z",
                          "destination": "JFK",
                          "origin": "FRA"
                        }
                      ]
                    }
                  ]
                }
              },
              "visaInfo": {
                "countryOfBirth": "BG",
                "documentNumber": "KFtEmQCo",
                "expiryDate": "2026-10-31",
                "issueDate": "2025-10-01",
                "issuePlace": "Petaluma",
                "issuingCountry": "DJ",
                "type": "VN"
              }
            },
            "passengerType": "INF",
            "quantity": 5,
            "travelPart": {
              "@type": "Connection"
            }
          },
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 665.05,
                  "currency": "EUR"
                },
                {
                  "amount": 4990.73,
                  "currency": "BHD"
                }
              ],
              [
                {
                  "amount": 629.92,
                  "currency": "LAK"
                },
                {
                  "amount": 4377.11,
                  "currency": "LRD"
                }
              ]
            ]
          },
          "pricePerUnit": {
            "alternatives": [
              [
                {
                  "amount": 4846.58,
                  "currency": "MXN"
                },
                {
                  "amount": 4293.32,
                  "currency": "CUP"
                },
                {
                  "amount": 2610.75,
                  "currency": "BSD"
                },
                {
                  "amount": 1524.48,
                  "currency": "VND"
                },
                {
                  "amount": 3669.32,
                  "currency": "PGK"
                }
              ]
            ]
          },
          "subElements": [
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "hlHMl"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "MM",
                    "dateOfBirth": "1968-10-02",
                    "documentNumber": "5c6Dpbdu",
                    "documentType": "IA",
                    "expirationDate": "2028-03-17",
                    "issueDate": "2022-12-04",
                    "issuingCountry": "CH",
                    "nationality": "VA"
                  },
                  "passengerDetails": {
                    "firstName": "Jamil",
                    "lastName": "Dibbert",
                    "maidenName": "Fisher",
                    "middleName": "Angel",
                    "prefix": "Mr",
                    "suffix": "Sr"
                  },
                  "passengerIndex": 4,
                  "passengerInfo": {
                    "address": {
                      "addressType": "RESIDENCE",
                      "city": "Ottilieside",
                      "country": "AG",
                      "postcode": "56972",
                      "state": "Arkansas",
                      "street1": "103 Newton Road",
                      "street2": "Apt. 620"
                    },
                    "dateOfBirth": "1957-01-20",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "MALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "West Dessieland",
                        "country": "SL",
                        "postcode": "78261",
                        "state": "Ohio",
                        "street1": "8672 Wehner Expressway",
                        "street2": "Suite 187"
                      },
                      "company": "Botsford - Ondricka",
                      "email": "Mathias.White@gmail.com",
                      "number": "hexevQxDeiUnZwB",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "K2LxWw",
                    "knownTravelerNumberCountryCode": "TJ",
                    "phones": [
                      {
                        "areaCode": "995",
                        "countryCode": "9",
                        "extension": "534",
                        "number": "1-739-887-5115",
                        "type": "HOME"
                      },
                      {
                        "areaCode": "872",
                        "countryCode": "7",
                        "extension": "591",
                        "number": "1-609-940-6267 x901",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "540",
                        "countryCode": "9",
                        "extension": "630",
                        "number": "1-466-845-4713 x7525",
                        "type": "BUSINESS"
                      },
                      {
                        "areaCode": "068",
                        "countryCode": "8",
                        "extension": "084",
                        "number": "(993) 392-5461 x60809",
                        "type": "CELLULAR"
                      },
                      {
                        "areaCode": "076",
                        "countryCode": "3",
                        "extension": "189",
                        "number": "747.618.0039",
                        "type": "CELLULAR"
                      }
                    ],
                    "redressNumber": "8",
                    "redressNumberCountryCode": "CC",
                    "type": "ADT"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "OURO",
                        "marketingCarrier": "VA",
                        "number": "FvPVCMm1",
                        "tierLevel": "Platinum",
                        "tierNumber": 2
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "AA",
                        "number": "9Lzbai3p",
                        "tierLevel": "Gold",
                        "tierNumber": 1
                      },
                      {
                        "airline": "AA",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "yoO8H6IX",
                        "tierLevel": "Silver",
                        "tierNumber": 5
                      },
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "PRATA",
                        "marketingCarrier": "VA",
                        "number": "DGpcgZPy",
                        "tierLevel": "Silver",
                        "tierNumber": 3
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "PDYlh1TF",
                          "tierLevel": "Platinum",
                          "tierNumber": 3
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "VA",
                          "number": "O197ByLa",
                          "tierLevel": "Gold",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "AA",
                          "number": "Qx48Z4UO",
                          "tierLevel": "Red",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "CO",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "dghysdpX",
                          "tierLevel": "Platinum",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "OURO",
                          "marketingCarrier": "VA",
                          "number": "0ClEanoO",
                          "tierLevel": "Platinum",
                          "tierNumber": 2
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "BNE"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "GFML",
                      "seatPreference": "NSSR",
                      "specialRequests": [
                        "MEAL_VGML",
                        "SEAT_EXTRA_SPACE",
                        "MEAL_CHML",
                        "WHEELCHAIR"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "MAAS",
                          "description": "37Ig8yRuwSS4SenVZEXb",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "JFK"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "TC",
                    "documentNumber": "WUZkNGJC",
                    "expiryDate": "2030-12-08",
                    "issueDate": "2022-07-08",
                    "issuePlace": "Monterey Park",
                    "issuingCountry": "VN",
                    "type": "VN"
                  }
                },
                "passengerType": "CHD",
                "quantity": 3,
                "travelPart": {
                  "@type": "Outbound"
                }
              },
              "label": "TAXES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 2726.55,
                      "currency": "CLP"
                    },
                    {
                      "amount": 2864.93,
                      "currency": "IDR"
                    }
                  ],
                  [
                    {
                      "amount": 73.66,
                      "currency": "HUF"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 1489.62,
                      "currency": "SHP"
                    },
                    {
                      "amount": 2299.54,
                      "currency": "MXN"
                    }
                  ],
                  [
                    {
                      "amount": 1654.48,
                      "currency": "TJS"
                    },
                    {
                      "amount": 3532.75,
                      "currency": "AFN"
                    },
                    {
                      "amount": 2463.48,
                      "currency": "KZT"
                    },
                    {
                      "amount": 4061.82,
                      "currency": "LSL"
                    }
                  ],
                  [
                    {
                      "amount": 247.35,
                      "currency": "BMD"
                    },
                    {
                      "amount": 2394.24,
                      "currency": "ZWL"
                    },
                    {
                      "amount": 4712.28,
                      "currency": "HUF"
                    },
                    {
                      "amount": 315.58,
                      "currency": "NOK"
                    },
                    {
                      "amount": 2387.51,
                      "currency": "TWD"
                    }
                  ]
                ]
              },
              "subElements": []
            },
            {
              "additionalContext": "{'SeatType':'New'}",
              "breakdownElementAssignment": {
                "additionalProductInformation": {
                  "@type": "xBmIt"
                },
                "passenger": {
                  "documentInfo": {
                    "countryOfBirth": "HK",
                    "dateOfBirth": "1974-05-24",
                    "documentNumber": "kzReYWXp",
                    "documentType": "M",
                    "expirationDate": "2030-08-22",
                    "issueDate": "2021-08-15",
                    "issuingCountry": "PY",
                    "nationality": "PN"
                  },
                  "passengerDetails": {
                    "firstName": "Mathias",
                    "lastName": "Hane",
                    "maidenName": "Robel",
                    "middleName": "Skyler",
                    "prefix": "Mrs",
                    "suffix": "Jr"
                  },
                  "passengerIndex": 2,
                  "passengerInfo": {
                    "address": {
                      "addressType": "AGENCY",
                      "city": "Miltonhaven",
                      "country": "EG",
                      "postcode": "25673",
                      "state": "Washington",
                      "street1": "42569 N Washington Street",
                      "street2": "Apt. 430"
                    },
                    "dateOfBirth": "1980-02-15",
                    "emails": "[\"home@domain.com\", \"work@domain.com\"]",
                    "gender": "FEMALE",
                    "generalSalesTaxData": {
                      "address": {
                        "city": "Brielleshire",
                        "country": "SR",
                        "postcode": "23336-8780",
                        "state": "Minnesota",
                        "street1": "3658 Center Avenue",
                        "street2": "Apt. 689"
                      },
                      "company": "Thiel, Doyle and Kuhic",
                      "email": "Xander_Gorczany64@yahoo.com",
                      "number": "Z2sPQ1WGHoUmKjU",
                      "phones": "[\"9103345229023\", \"910758222144\"]"
                    },
                    "knownTravelerNumber": "K89ACo",
                    "knownTravelerNumberCountryCode": "ZM",
                    "phones": [
                      {
                        "areaCode": "745",
                        "countryCode": "1",
                        "extension": "375",
                        "number": "961-995-5769 x842",
                        "type": "FAX"
                      }
                    ],
                    "redressNumber": "3",
                    "redressNumberCountryCode": "VG",
                    "type": "CHD"
                  },
                  "passengerNameNumber": "01.02",
                  "preferences": {
                    "frequentFlyer": [
                      {
                        "airline": "VA",
                        "atpcoTierLevel": "P2",
                        "banner": "OURO",
                        "marketingCarrier": "AA",
                        "number": "TLnas9d7",
                        "tierLevel": "Silver",
                        "tierNumber": 4
                      },
                      {
                        "airline": "LH",
                        "atpcoTierLevel": "CO",
                        "banner": "BRONZE",
                        "marketingCarrier": "VA",
                        "number": "qnTreUJE",
                        "tierLevel": "Platinum",
                        "tierNumber": 5
                      }
                    ],
                    "passengerFrequentFlyerDetails": [
                      {
                        "frequentFlyer": {
                          "airline": "AA",
                          "atpcoTierLevel": "CO",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "9NM7JKSl",
                          "tierLevel": "Platinum",
                          "tierNumber": 1
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "BNE",
                            "origin": "MEL"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "VA",
                          "atpcoTierLevel": "P1",
                          "banner": "BRONZE",
                          "marketingCarrier": "VA",
                          "number": "giIOnBhT",
                          "tierLevel": "Platinum",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "SYD",
                            "origin": "SYD"
                          },
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          }
                        ]
                      },
                      {
                        "frequentFlyer": {
                          "airline": "LH",
                          "atpcoTierLevel": "P1",
                          "banner": "PRATA",
                          "marketingCarrier": "AA",
                          "number": "PPQt59T9",
                          "tierLevel": "Silver",
                          "tierNumber": 5
                        },
                        "segmentDetails": [
                          {
                            "departure": "2026-06-16T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "BNE"
                          },
                          {
                            "departure": "2026-06-17T00:00:00.0Z",
                            "destination": "MEL",
                            "origin": "MEL"
                          }
                        ]
                      }
                    ],
                    "specialPreferences": {
                      "mealPreference": "NLML",
                      "seatPreference": "NSSA",
                      "specialRequests": [
                        "MEAL_CHML",
                        "MEAL_VGML",
                        "WHEELCHAIR",
                        "SEAT_EXTRA_SPACE"
                      ],
                      "specialServiceRequestRemarks": [
                        {
                          "code": "BLND",
                          "description": "T1YvhJGmqei44IIzwq5r",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "JFK",
                              "origin": "FRA"
                            }
                          ]
                        },
                        {
                          "code": "MEDA",
                          "description": "36eql2ra7TRmblcJs4vw",
                          "segmentKeys": [
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "FRA",
                              "origin": "FRA"
                            },
                            {
                              "arrival": "2026-06-17T00:00:00.0Z",
                              "departure": "2026-06-16T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            },
                            {
                              "arrival": "2026-06-16T00:00:00.0Z",
                              "departure": "2026-06-17T00:00:00.0Z",
                              "destination": "LHR",
                              "origin": "LHR"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  "visaInfo": {
                    "countryOfBirth": "GE",
                    "documentNumber": "3KyfEky2",
                    "expiryDate": "2026-07-09",
                    "issueDate": "2025-10-14",
                    "issuePlace": "Monroe",
                    "issuingCountry": "ZM",
                    "type": "VN"
                  }
                },
                "passengerType": "ADT",
                "quantity": 1,
                "travelPart": {
                  "@type": "Connection"
                }
              },
              "label": "FEES",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 4010.99,
                      "currency": "UGX"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 4996.62,
                      "currency": "TRY"
                    },
                    {
                      "amount": 3695.29,
                      "currency": "KGS"
                    }
                  ],
                  [
                    {
                      "amount": 3356.62,
                      "currency": "PAB"
                    },
                    {
                      "amount": 2738.29,
                      "currency": "TRY"
                    },
                    {
                      "amount": 3882.14,
                      "currency": "TJS"
                    }
                  ],
                  [
                    {
                      "amount": 4582.29,
                      "currency": "SLE"
                    },
                    {
                      "amount": 1988.24,
                      "currency": "BDT"
                    }
                  ],
                  [
                    {
                      "amount": 3358.68,
                      "currency": "TND"
                    },
                    {
                      "amount": 2987.01,
                      "currency": "NAD"
                    },
                    {
                      "amount": 1602.55,
                      "currency": "SHP"
                    }
                  ],
                  [
                    {
                      "amount": 3473.29,
                      "currency": "UYU"
                    },
                    {
                      "amount": 4211.38,
                      "currency": "SGD"
                    }
                  ]
                ]
              },
              "subElements": []
            }
          ]
        }
      ],
      "label": "air",
      "total": {
        "alternatives": [
          [
            {
              "amount": 3418.21,
              "currency": "CVE"
            },
            {
              "amount": 2138.81,
              "currency": "MKD"
            },
            {
              "amount": 2449.53,
              "currency": "NGN"
            },
            {
              "amount": 3710.1,
              "currency": "LSL"
            },
            {
              "amount": 4896.89,
              "currency": "MGA"
            }
          ],
          [
            {
              "amount": 412.12,
              "currency": "MUR"
            },
            {
              "amount": 4553.67,
              "currency": "AZN"
            },
            {
              "amount": 3182.49,
              "currency": "ANG"
            },
            {
              "amount": 2357.33,
              "currency": "RON"
            }
          ],
          [
            {
              "amount": 2023.03,
              "currency": "PHP"
            }
          ],
          [
            {
              "amount": 4047.04,
              "currency": "PYG"
            },
            {
              "amount": 548.68,
              "currency": "LKR"
            },
            {
              "amount": 4777.92,
              "currency": "MOP"
            },
            {
              "amount": 3947.02,
              "currency": "SRD"
            },
            {
              "amount": 3485.74,
              "currency": "SDG"
            }
          ]
        ]
      }
    }
  ],
  "total": {
    "alternatives": [
      [
        {
          "amount": 4601.61,
          "currency": "EGP"
        },
        {
          "amount": 561.09,
          "currency": "KMF"
        }
      ]
    ]
  }
}
{
  "messages": [],
  "itineraryInformation": {
    "itinerary": {
      "@type": "Itinerary",
      "@id": "1",
      "itineraryParts": [
        {
          "@type": "ItineraryPart",
          "@id": "2",
          "segments": [
            {
              "@type": "Segment",
              "@id": "3",
              "segmentOfferInformation": {
                "flightsMiles": 0,
                "awardFare": false
              },
              "duration": 0,
              "cabinClass": "Economy",
              "equipment": "E70",
              "aircraftLeaseText": "AEROLITORAL DBA AEROMEXICO CONNECT",
              "flight": {
                "flightNumber": 317,
                "airlineCode": "AM",
                "operatingAirlineCode": "AM",
                "stopAirports": []
              },
              "origin": "MEX",
              "destination": "ACA",
              "departure": "2020-04-07T13:25:00",
              "arrival": "2020-04-07T14:25:00",
              "segmentStatusCode": {
                "code": "QF"
              },
              "bookingClass": "Q",
              "layoverDuration": 0,
              "fareBasis": "QLNB0QCS",
              "subjectToGovernmentApproval": false
            }
          ],
          "stops": 0,
          "totalDuration": 60,
          "connectionInformations": [],
          "bookingClass": "Q"
        }
      ]
    },
    "promoCodesUsed": [],
    "offersSelected": [
      {
        "shoppingBasketHashCode": -443077755,
        "brandId": "SL",
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "4",
            "segments": [
              {
                "@type": "Segment",
                "@id": "5",
                "segmentOfferInformation": {
                  "flightsMiles": 0,
                  "awardFare": false
                },
                "duration": 0,
                "cabinClass": "Economy",
                "equipment": "E70",
                "aircraftLeaseText": "AEROLITORAL DBA AEROMEXICO CONNECT",
                "flight": {
                  "flightNumber": 317,
                  "airlineCode": "AM",
                  "operatingAirlineCode": "AM",
                  "stopAirports": [],
                  "advisories": []
                },
                "origin": "MEX",
                "destination": "ACA",
                "departure": "2020-04-07T13:25:00",
                "arrival": "2020-04-07T14:25:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QLNB0QCS",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 60,
            "connectionInformations": [],
            "bookingClass": "Q"
          }
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": []
      }
    ],
    "passengers": {
      "passengers": [
        {
          "@id": "6",
          "passengerIndex": 1,
          "passengerDetails": {},
          "passengerInfo": {
            "type": "ADT",
            "emails": [],
            "phones": []
          },
          "preferences": {
            "specialPreferences": {
              "mealPreference": "",
              "seatPreference": "",
              "specialRequests": []
            },
            "frequentFlyer": []
          }
        }
      ],
      "businessLoyalty": {}
    }
  },
  "total": {
    "alternatives": [
      [
        {
          "amount": 149.48,
          "currency": "USD"
        }
      ]
    ]
  },
  "productBreakdowns": [
    {
      "label": "air",
      "breakdownElements": [
        {
          "label": "BASE_FARE",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 104,
                  "currency": "USD"
                }
              ]
            ]
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@type": "Itinerary",
              "@id": "7",
              "itineraryParts": [
                {
                  "@type": "ItineraryPart",
                  "@id": "8",
                  "segments": [
                    {
                      "@type": "Segment",
                      "@id": "9",
                      "segmentOfferInformation": {
                        "flightsMiles": 0,
                        "awardFare": false
                      },
                      "duration": 0,
                      "cabinClass": "Economy",
                      "equipment": "E70",
                      "aircraftLeaseText": "AEROLITORAL DBA AEROMEXICO CONNECT",
                      "flight": {
                        "flightNumber": 317,
                        "airlineCode": "AM",
                        "operatingAirlineCode": "AM",
                        "stopAirports": [],
                        "departureTerminal": "TERMINAL 2"
                      },
                      "origin": "MEX",
                      "destination": "ACA",
                      "departure": "2020-04-07T13:25:00",
                      "arrival": "2020-04-07T14:25:00",
                      "segmentStatusCode": {
                        "code": "QF"
                      },
                      "bookingClass": "Q",
                      "layoverDuration": 0,
                      "fareBasis": "QLNB0QCS",
                      "subjectToGovernmentApproval": false
                    }
                  ],
                  "stops": 0,
                  "totalDuration": 60,
                  "connectionInformations": [],
                  "bookingClass": "Q"
                }
              ]
            }
          },
          "subElements": [
            {
              "label": "ADT",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 104,
                      "currency": "USD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "passengerType": "ADT",
                "quantity": 1
              }
            }
          ]
        },
        {
          "label": "DISCOUNT",
          "price": {
            "alternatives": []
          }
        },
        {
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 44.68,
                  "currency": "USD"
                }
              ]
            ]
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@ref": "7"
            }
          },
          "subElements": [
            {
              "label": "F1",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 16.6,
                      "currency": "USD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "B1",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 28.08,
                      "currency": "USD"
                    }
                  ]
                ]
              }
            }
          ]
        },
        {
          "label": "SURCHARGES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 0.8,
                  "currency": "USD"
                }
              ]
            ]
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@ref": "7"
            }
          },
          "subElements": [
            {
              "label": "ADT",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 0.8,
                      "currency": "USD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "passengerType": "ADT",
                "quantity": 1
              }
            }
          ]
        }
      ],
      "total": {
        "alternatives": [
          [
            {
              "amount": 149.48,
              "currency": "USD"
            }
          ]
        ]
      }
    },
    {
      "label": "ancillary",
      "breakdownElements": [
        {
          "label": "ANCILLARIES",
          "price": {
            "alternatives": []
          }
        }
      ],
      "total": {
        "alternatives": []
      }
    },
    {
      "label": "INSURANCE",
      "breakdownElements": [],
      "total": {
        "alternatives": []
      }
    },
    {
      "label": "obfees",
      "breakdownElements": [
        {
          "label": "obfees",
          "price": {
            "alternatives": []
          }
        }
      ],
      "total": {
        "alternatives": []
      }
    },
    {
      "label": "seat",
      "breakdownElements": [],
      "total": {
        "alternatives": []
      }
    }
  ]
}
{
  "awardSwitchState": "CASH",
  "reprice": true
}
{
  "messages": [],
  "itineraryInformation": {
    "itinerary": {
      "@type": "Itinerary",
      "@id": "1",
      "itineraryParts": [
        {
          "@type": "ItineraryPart",
          "@id": "2",
          "segments": [
            {
              "@type": "Segment",
              "@id": "3",
              "segmentOfferInformation": {
                "flightsMiles": 0,
                "awardFare": false
              },
              "duration": 0,
              "cabinClass": "Economy",
              "equipment": "E70",
              "aircraftLeaseText": "AEROLITORAL DBA AEROMEXICO CONNECT",
              "flight": {
                "flightNumber": 317,
                "airlineCode": "AM",
                "operatingAirlineCode": "AM",
                "stopAirports": []
              },
              "origin": "MEX",
              "destination": "ACA",
              "departure": "2020-04-07T13:25:00",
              "arrival": "2020-04-07T14:25:00",
              "segmentStatusCode": {
                "code": "QF"
              },
              "bookingClass": "Q",
              "layoverDuration": 0,
              "fareBasis": "QLNB0QCS",
              "subjectToGovernmentApproval": false
            }
          ],
          "stops": 0,
          "totalDuration": 60,
          "connectionInformations": [],
          "bookingClass": "Q"
        }
      ]
    },
    "promoCodesUsed": [],
    "offersSelected": [
      {
        "shoppingBasketHashCode": -443077755,
        "brandId": "SL",
        "seatsRemaining": {
          "count": 9,
          "lowAvailability": false
        },
        "itineraryPart": [
          {
            "@type": "ItineraryPart",
            "@id": "4",
            "segments": [
              {
                "@type": "Segment",
                "@id": "5",
                "segmentOfferInformation": {
                  "flightsMiles": 0,
                  "awardFare": false
                },
                "duration": 0,
                "cabinClass": "Economy",
                "equipment": "E70",
                "aircraftLeaseText": "AEROLITORAL DBA AEROMEXICO CONNECT",
                "flight": {
                  "flightNumber": 317,
                  "airlineCode": "AM",
                  "operatingAirlineCode": "AM",
                  "stopAirports": [],
                  "advisories": []
                },
                "origin": "MEX",
                "destination": "ACA",
                "departure": "2020-04-07T13:25:00",
                "arrival": "2020-04-07T14:25:00",
                "bookingClass": "Q",
                "layoverDuration": 0,
                "fareBasis": "QLNB0QCS",
                "subjectToGovernmentApproval": false
              }
            ],
            "stops": 0,
            "totalDuration": 60,
            "connectionInformations": [],
            "bookingClass": "Q"
          }
        ],
        "offerInformation": {
          "discounted": false,
          "negotiated": false,
          "negotiatedType": "NONE"
        },
        "advisories": []
      }
    ],
    "passengers": {
      "passengers": [
        {
          "@id": "6",
          "passengerIndex": 1,
          "passengerDetails": {},
          "passengerInfo": {
            "type": "ADT",
            "emails": [],
            "phones": []
          },
          "preferences": {
            "specialPreferences": {
              "mealPreference": "",
              "seatPreference": "",
              "specialRequests": []
            },
            "frequentFlyer": []
          }
        }
      ],
      "businessLoyalty": {}
    }
  },
  "total": {
    "alternatives": [
      [
        {
          "amount": 149.48,
          "currency": "USD"
        }
      ]
    ]
  },
  "productBreakdowns": [
    {
      "label": "air",
      "breakdownElements": [
        {
          "label": "BASE_FARE",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 104,
                  "currency": "USD"
                }
              ]
            ]
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@type": "Itinerary",
              "@id": "7",
              "itineraryParts": [
                {
                  "@type": "ItineraryPart",
                  "@id": "8",
                  "segments": [
                    {
                      "@type": "Segment",
                      "@id": "9",
                      "segmentOfferInformation": {
                        "flightsMiles": 0,
                        "awardFare": false
                      },
                      "duration": 0,
                      "cabinClass": "Economy",
                      "equipment": "E70",
                      "aircraftLeaseText": "AEROLITORAL DBA AEROMEXICO CONNECT",
                      "flight": {
                        "flightNumber": 317,
                        "airlineCode": "AM",
                        "operatingAirlineCode": "AM",
                        "stopAirports": [],
                        "departureTerminal": "TERMINAL 2"
                      },
                      "origin": "MEX",
                      "destination": "ACA",
                      "departure": "2020-04-07T13:25:00",
                      "arrival": "2020-04-07T14:25:00",
                      "segmentStatusCode": {
                        "code": "QF"
                      },
                      "bookingClass": "Q",
                      "layoverDuration": 0,
                      "fareBasis": "QLNB0QCS",
                      "subjectToGovernmentApproval": false
                    }
                  ],
                  "stops": 0,
                  "totalDuration": 60,
                  "connectionInformations": [],
                  "bookingClass": "Q"
                }
              ]
            }
          },
          "subElements": [
            {
              "label": "ADT",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 104,
                      "currency": "USD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "passengerType": "ADT",
                "quantity": 1
              }
            }
          ]
        },
        {
          "label": "DISCOUNT",
          "price": {
            "alternatives": []
          }
        },
        {
          "label": "TAXES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 44.68,
                  "currency": "USD"
                }
              ]
            ]
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@ref": "7"
            }
          },
          "subElements": [
            {
              "label": "F1",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 16.6,
                      "currency": "USD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "B1",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 28.08,
                      "currency": "USD"
                    }
                  ]
                ]
              }
            }
          ]
        },
        {
          "label": "SURCHARGES",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 0.8,
                  "currency": "USD"
                }
              ]
            ]
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@ref": "7"
            }
          },
          "subElements": [
            {
              "label": "ADT",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 0.8,
                      "currency": "USD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "passengerType": "ADT",
                "quantity": 1
              }
            }
          ]
        }
      ],
      "total": {
        "alternatives": [
          [
            {
              "amount": 149.48,
              "currency": "USD"
            }
          ]
        ]
      }
    },
    {
      "label": "ancillary",
      "breakdownElements": [
        {
          "label": "ANCILLARIES",
          "price": {
            "alternatives": []
          }
        }
      ],
      "total": {
        "alternatives": []
      }
    },
    {
      "label": "INSURANCE",
      "breakdownElements": [],
      "total": {
        "alternatives": []
      }
    },
    {
      "label": "obfees",
      "breakdownElements": [
        {
          "label": "obfees",
          "price": {
            "alternatives": []
          }
        }
      ],
      "total": {
        "alternatives": []
      }
    },
    {
      "label": "seat",
      "breakdownElements": [],
      "total": {
        "alternatives": []
      }
    }
  ]
}

Purchase(2 operations)

{
  "payment": [
    {
      "@type": "CREDIT_CARD",
      "@id": "1",
      "amount": {
        "amount": 10,
        "currency": "AUD"
      },
      "number": "5419843331777778",
      "cvc": "123",
      "holderName": "McDonnell",
      "expirationDate": "2021-06",
      "cardCode": "IK"
    }
  ],
  "billingData": {
    "street1": "3150 Sabre Dr",
    "street2": "",
    "city": "Southlake",
    "province": "TX",
    "zipCode": "76092",
    "country": "US",
    "phone": {
      "type": "HOME",
      "countryCode": "1",
      "areaCode": "214",
      "number": "9990100"
    },
    "email": "accept@accept.com"
  },
  "holdOptionId": "14Days_OnHold_Offering"
}
{
  "messages": [
    {
      "level": "info",
      "code": "bnplConfirmationSuccess"
    }
  ],
  "pnr": {
    "reloc": "UENCZU",
    "iropAffected": false,
    "itinerary": {
      "@type": "Itinerary",
      "@id": "1",
      "itineraryParts": [
        {
          "@type": "ItineraryPart",
          "@id": "2",
          "segments": [
            {
              "@type": "Segment",
              "@id": "3",
              "segmentOfferInformation": {
                "flightsMiles": 466,
                "awardFare": false
              },
              "duration": 95,
              "cabinClass": "Economy",
              "equipment": "73H",
              "flight": {
                "flightNumber": 912,
                "airlineCode": "VA",
                "operatingAirlineCode": "VA",
                "stopAirports": [],
                "advisories": [],
                "departureTerminal": "D",
                "arrivalTerminal": "2"
              },
              "origin": "BNE",
              "destination": "SYD",
              "departure": "2020-10-10T06:35:00",
              "arrival": "2020-10-10T09:10:00",
              "segmentStatusCode": {
                "code": "HK",
                "segmentStatus": "CONFIRMED"
              },
              "bookingClass": "M",
              "layoverDuration": 0,
              "fareBasis": "MZGW0A28",
              "subjectToGovernmentApproval": false
            }
          ],
          "stops": 0,
          "totalDuration": 95,
          "connectionInformations": [],
          "bookingClass": "M",
          "programIDs": [
            "116142"
          ],
          "advisories": []
        }
      ]
    },
    "passengers": [
      {
        "@id": "4",
        "passengerIndex": 1,
        "passengerNameNumber": "01.01",
        "passengerDetails": {
          "firstName": "John",
          "lastName": "Smith",
          "prefix": "Mr"
        },
        "passengerInfo": {
          "dateOfBirth": "1980-03-21",
          "gender": "MALE",
          "type": "ADT",
          "emails": [
            "accept@accept.com"
          ],
          "phones": [
            {
              "type": "MOBILE",
              "countryCode": "48",
              "areaCode": "48",
              "number": "12345678",
              "extension": "101"
            }
          ],
          "address": {
            "street1": "2323 N Field Street",
            "postcode": "75201",
            "city": "Dallas",
            "country": "US",
            "addressType": "HOME"
          }
        },
        "preferences": {
          "specialPreferences": {
            "mealPreference": "",
            "seatPreference": "",
            "specialRequests": []
          },
          "frequentFlyer": []
        },
        "documentInfo": {
          "issuingCountry": "PL",
          "countryOfBirth": "PL",
          "issueDate": "2016-10-13",
          "documentNumber": "ADAC24",
          "documentType": "P",
          "nationality": "PL",
          "expirationDate": "2023-09-10"
        },
        "visaInfo": {
          "issuingCountry": "PL",
          "countryOfBirth": "PL",
          "issueDate": "2011-10-21",
          "documentNumber": "26957135",
          "issuePlace": ""
        }
      }
    ],
    "documents": [],
    "travelPartsAdditionalDetails": [
      {
        "travelPart": {
          "@ref": "3"
        },
        "passengers": [
          {
            "passenger": {
              "@ref": "4"
            },
            "checkedInBaggage": {
              "baggageAllowanceDefinition": [
                {
                  "totalUnits": "1",
                  "baggageRestrictions": [],
                  "baggageAllowanceType": "STANDARD"
                }
              ]
            }
          }
        ],
        "eligibilities": [],
        "eligibilitiesCodes": {}
      }
    ],
    "payments": [
      {
        "paymentCode": "IK",
        "paymentType": "CREDIT_CARD",
        "identifier": "XXXXXXXXXXXX7778",
        "price": {
          "alternatives": [
            [
              {
                "amount": 10,
                "currency": "AUD"
              }
            ]
          ]
        },
        "supplierTransactionId": "0502726584361",
        "approvalCode": "Y55228"
      }
    ],
    "documentPaymentDetails": [],
    "priceBreakdown": {
      "label": "totalReservationPrice",
      "price": {
        "alternatives": [
          [
            {
              "amount": 125,
              "currency": "AUD"
            }
          ]
        ]
      },
      "subElements": [
        {
          "label": "farePrice",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 87.91,
                  "currency": "AUD"
                }
              ]
            ]
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@ref": "1"
            }
          },
          "subElements": [
            {
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 87.91,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "travelPart": {
                  "@ref": "2"
                },
                "passenger": {
                  "@ref": "4"
                },
                "passengerType": "ADT"
              }
            }
          ]
        },
        {
          "label": "discountPrice",
          "price": {
            "alternatives": []
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@ref": "1"
            }
          }
        },
        {
          "label": "taxesPrice",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 37.09,
                  "currency": "AUD"
                }
              ]
            ]
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@ref": "1"
            }
          },
          "subElements": [
            {
              "label": "QR2",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 7.41,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 7.41,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "WG",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 5.82,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 5.82,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "QR",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 12.5,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 12.5,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "UO2",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 11.36,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 11.36,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ]
        },
        {
          "label": "feesPrice",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 10,
                  "currency": "AUD"
                }
              ]
            ]
          },
          "subElements": [
            {
              "label": "BNPL_FEE_TAX",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 0.91,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "passenger": {
                  "@ref": "4"
                },
                "passengerType": "ADT"
              }
            },
            {
              "label": "BNPL_FEE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 9.09,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "passenger": {
                  "@ref": "4"
                },
                "passengerType": "ADT"
              }
            }
          ]
        },
        {
          "label": "ancillariesPrice",
          "price": {
            "alternatives": []
          }
        },
        {
          "label": "seatsPrice",
          "price": {
            "alternatives": []
          }
        },
        {
          "label": "obFeesPrice",
          "price": {
            "alternatives": []
          }
        },
        {
          "label": "upgradePrice",
          "price": {
            "alternatives": []
          }
        }
      ]
    },
    "timeToTicket": {
      "days": 1,
      "hours": 23,
      "minutes": 59,
      "seconds": 58
    },
    "contact": {
      "emails": [
        "accept@accept.com"
      ],
      "phones": [
        {
          "type": "MOBILE",
          "countryCode": "48",
          "areaCode": "48",
          "number": "12345678",
          "extension": "101"
        }
      ],
      "addresses": [
        {
          "street1": "3150 Sabre Dr",
          "postcode": "76092",
          "state": "TX",
          "city": "Southlake",
          "country": "US",
          "addressType": "INVOICE"
        },
        {
          "street1": "2323 N Field Street",
          "postcode": "75201",
          "city": "Dallas",
          "country": "US",
          "addressType": "HOME"
        }
      ]
    },
    "remarks": [],
    "specialServiceRequests": [],
    "pseudoCity": {
      "pseudoCityCode": "WIN",
      "stationId": "99401013",
      "accountingCode": "WC",
      "officeStationCode": "9940101",
      "accountingCity": "WIN"
    }
  },
  "advisories": []
}
{
  "paymentRequired": true,
  "payment": [
    {
      "@type": "CREDIT_CARD",
      "@id": "1",
      "amount": {
        "amount": 396,
        "currency": "AUD"
      },
      "number": "372055555555550",
      "cvc": "7373",
      "holderName": "McDonnell",
      "expirationDate": "2020-10",
      "cardCode": "AX"
    }
  ],
  "billingData": {
    "street1": "3150 Sabre Dr",
    "street2": "",
    "city": "Southlake",
    "province": "TX",
    "zipCode": "76092",
    "country": "US",
    "phone": {
      "type": "HOME",
      "countryCode": "1",
      "areaCode": "214",
      "number": "9990100"
    },
    "email": "accept@accept.com"
  }
}
{
  "messages": [
    {
      "level": "info",
      "code": "confirmationsuccess"
    }
  ],
  "pnr": {
    "reloc": "GDDERH",
    "iropAffected": false,
    "itinerary": {
      "@type": "Itinerary",
      "@id": "1",
      "itineraryParts": [
        {
          "@type": "ItineraryPart",
          "@id": "2",
          "segments": [
            {
              "@type": "Segment",
              "@id": "3",
              "segmentOfferInformation": {
                "flightsMiles": 421,
                "awardFare": false
              },
              "duration": 90,
              "cabinClass": "Economy",
              "equipment": "73H",
              "flight": {
                "flightNumber": 500,
                "airlineCode": "VA",
                "operatingAirlineCode": "VA",
                "stopAirports": [],
                "advisories": [],
                "departureTerminal": "1",
                "arrivalTerminal": "2"
              },
              "origin": "OOL",
              "destination": "SYD",
              "departure": "2020-11-06T06:00:00",
              "arrival": "2020-11-06T08:30:00",
              "segmentStatusCode": {
                "code": "HK",
                "segmentStatus": "CONFIRMED"
              },
              "bookingClass": "S",
              "layoverDuration": 0,
              "fareBasis": "SZGW0F5",
              "subjectToGovernmentApproval": false
            }
          ],
          "stops": 0,
          "totalDuration": 90,
          "connectionInformations": [],
          "bookingClass": "S",
          "advisories": []
        }
      ]
    },
    "passengers": [
      {
        "@id": "4",
        "passengerIndex": 1,
        "passengerNameNumber": "01.01",
        "passengerDetails": {
          "firstName": "RUBY",
          "lastName": "SINGH"
        },
        "passengerInfo": {
          "dateOfBirth": "1991-01-01",
          "gender": "MALE",
          "type": "ADT",
          "emails": [
            "accept@accept.com"
          ],
          "phones": [
            {
              "type": "MOBILE",
              "countryCode": "48",
              "areaCode": "48",
              "number": "12345678",
              "extension": "101"
            }
          ],
          "address": {
            "street1": "2323 N Field Street",
            "postcode": "75201",
            "city": "Dallas",
            "country": "US",
            "addressType": "HOME"
          }
        },
        "preferences": {
          "specialPreferences": {
            "mealPreference": "",
            "seatPreference": "",
            "specialRequests": []
          },
          "frequentFlyer": [
            {
              "airline": "VA",
              "number": "1133150801",
              "tierLevel": "Gold",
              "tierNumber": 3
            }
          ]
        },
        "documentInfo": {
          "issuingCountry": "PL",
          "countryOfBirth": "PL",
          "issueDate": "2016-10-13",
          "documentNumber": "ADAC24",
          "documentType": "P",
          "nationality": "PL",
          "expirationDate": "2023-09-10"
        },
        "visaInfo": {
          "issuingCountry": "PL",
          "countryOfBirth": "PL",
          "documentNumber": "89545151",
          "issuePlace": ""
        }
      },
      {
        "@id": "5",
        "passengerIndex": 2,
        "passengerNameNumber": "02.01",
        "passengerDetails": {
          "firstName": "TAMANNA",
          "lastName": "SINGH"
        },
        "passengerInfo": {
          "dateOfBirth": "1992-02-02",
          "gender": "MALE",
          "type": "ADT",
          "emails": [
            "accept@accept.com"
          ],
          "phones": [
            {
              "type": "MOBILE",
              "countryCode": "48",
              "areaCode": "48",
              "number": "12345678",
              "extension": "101"
            }
          ],
          "address": {
            "street1": "2323 N Field Street",
            "postcode": "75201",
            "city": "Dallas",
            "country": "US",
            "addressType": "HOME"
          }
        },
        "preferences": {
          "specialPreferences": {
            "mealPreference": "",
            "seatPreference": "",
            "specialRequests": []
          },
          "frequentFlyer": [
            {
              "airline": "VA",
              "number": "1133150700",
              "tierLevel": "Silver",
              "tierNumber": 4
            }
          ]
        },
        "documentInfo": {
          "issuingCountry": "PL",
          "countryOfBirth": "PL",
          "issueDate": "2016-10-13",
          "documentNumber": "ADAC24",
          "documentType": "P",
          "nationality": "PL",
          "expirationDate": "2023-09-10"
        },
        "visaInfo": {
          "issuingCountry": "PL",
          "countryOfBirth": "PL",
          "documentNumber": "39512660",
          "issuePlace": ""
        }
      },
      {
        "@id": "6",
        "passengerIndex": 3,
        "passengerNameNumber": "03.01",
        "passengerDetails": {
          "firstName": "RAJ",
          "lastName": "SINGH"
        },
        "passengerInfo": {
          "dateOfBirth": "2015-03-03",
          "gender": "MALE",
          "type": "CHD",
          "emails": [
            "accept@accept.com"
          ],
          "phones": [
            {
              "type": "MOBILE",
              "countryCode": "48",
              "areaCode": "48",
              "number": "12345678",
              "extension": "101"
            }
          ],
          "address": {
            "street1": "2323 N Field Street",
            "postcode": "75201",
            "city": "Dallas",
            "country": "US",
            "addressType": "HOME"
          }
        },
        "preferences": {
          "specialPreferences": {
            "mealPreference": "",
            "seatPreference": "",
            "specialRequests": []
          },
          "frequentFlyer": [
            {
              "airline": "VA",
              "number": "1133150606",
              "tierLevel": "Red",
              "tierNumber": 5
            }
          ]
        },
        "documentInfo": {
          "issuingCountry": "PL",
          "countryOfBirth": "PL",
          "issueDate": "2016-10-13",
          "documentNumber": "ADAC24",
          "documentType": "P",
          "nationality": "PL",
          "expirationDate": "2023-09-10"
        },
        "visaInfo": {
          "issuingCountry": "PL",
          "countryOfBirth": "PL",
          "documentNumber": "57884552",
          "issuePlace": ""
        }
      },
      {
        "@id": "7",
        "passengerIndex": 4,
        "passengerNameNumber": "04.01",
        "passengerDetails": {
          "firstName": "SUMAN",
          "lastName": "ENVIRO"
        },
        "passengerInfo": {
          "dateOfBirth": "2015-04-04",
          "gender": "MALE",
          "type": "CHD",
          "emails": [
            "accept@accept.com"
          ],
          "phones": [
            {
              "type": "MOBILE",
              "countryCode": "48",
              "areaCode": "48",
              "number": "12345678",
              "extension": "101"
            }
          ],
          "address": {
            "street1": "2323 N Field Street",
            "postcode": "75201",
            "city": "Dallas",
            "country": "US",
            "addressType": "HOME"
          }
        },
        "preferences": {
          "specialPreferences": {
            "mealPreference": "",
            "seatPreference": "",
            "specialRequests": []
          },
          "frequentFlyer": [
            {
              "airline": "VA",
              "number": "1133150505",
              "tierLevel": "Red",
              "tierNumber": 5
            }
          ]
        },
        "documentInfo": {
          "issuingCountry": "PL",
          "countryOfBirth": "PL",
          "issueDate": "2016-10-13",
          "documentNumber": "ADAC24",
          "documentType": "P",
          "nationality": "PL",
          "expirationDate": "2023-09-10"
        },
        "visaInfo": {
          "issuingCountry": "PL",
          "countryOfBirth": "PL",
          "documentNumber": "25971762",
          "issuePlace": ""
        }
      }
    ],
    "documents": [],
    "travelPartsAdditionalDetails": [
      {
        "travelPart": {
          "@ref": "3"
        },
        "passengers": [
          {
            "passenger": {
              "@ref": "4"
            },
            "checkedInBaggage": {
              "baggageAllowanceDefinition": [
                {
                  "totalUnits": "2",
                  "baggageRestrictions": [],
                  "baggageAllowanceType": "STANDARD"
                }
              ]
            },
            "eticketNumber": "7952158224274"
          },
          {
            "passenger": {
              "@ref": "5"
            },
            "checkedInBaggage": {
              "baggageAllowanceDefinition": [
                {
                  "totalUnits": "2",
                  "baggageRestrictions": [],
                  "baggageAllowanceType": "STANDARD"
                }
              ]
            },
            "eticketNumber": "7952158224275"
          },
          {
            "passenger": {
              "@ref": "6"
            },
            "checkedInBaggage": {
              "baggageAllowanceDefinition": [
                {
                  "totalUnits": "1",
                  "baggageRestrictions": [],
                  "baggageAllowanceType": "STANDARD"
                }
              ]
            },
            "eticketNumber": "7952158224276"
          },
          {
            "passenger": {
              "@ref": "7"
            },
            "checkedInBaggage": {
              "baggageAllowanceDefinition": [
                {
                  "totalUnits": "1",
                  "baggageRestrictions": [],
                  "baggageAllowanceType": "STANDARD"
                }
              ]
            },
            "eticketNumber": "7952158224277"
          }
        ],
        "eligibilities": [],
        "eligibilitiesCodes": {}
      }
    ],
    "payments": [
      {
        "paymentCode": "AX",
        "paymentType": "CREDIT_CARD",
        "identifier": "XXXXXXXXXXX5550",
        "price": {
          "alternatives": [
            [
              {
                "amount": 396,
                "currency": "AUD"
              }
            ]
          ]
        },
        "supplierTransactionId": "815965387676922",
        "approvalCode": "Y06477"
      }
    ],
    "documentPaymentDetails": [],
    "priceBreakdown": {
      "label": "totalReservationPrice",
      "price": {
        "alternatives": [
          [
            {
              "amount": 396,
              "currency": "AUD"
            }
          ]
        ]
      },
      "subElements": [
        {
          "label": "farePrice",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 283.68,
                  "currency": "AUD"
                }
              ]
            ]
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@ref": "1"
            }
          },
          "subElements": [
            {
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 70.92,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "travelPart": {
                  "@ref": "2"
                },
                "passenger": {
                  "@ref": "4"
                },
                "passengerType": "ADT"
              }
            },
            {
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 70.92,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "travelPart": {
                  "@ref": "2"
                },
                "passenger": {
                  "@ref": "5"
                },
                "passengerType": "ADT"
              }
            },
            {
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 70.92,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "travelPart": {
                  "@ref": "2"
                },
                "passenger": {
                  "@ref": "6"
                },
                "passengerType": "CHD"
              }
            },
            {
              "label": "BASE",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 70.92,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "breakdownElementAssignment": {
                "travelPart": {
                  "@ref": "2"
                },
                "passenger": {
                  "@ref": "7"
                },
                "passengerType": "CHD"
              }
            }
          ]
        },
        {
          "label": "discountPrice",
          "price": {
            "alternatives": []
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@ref": "1"
            }
          }
        },
        {
          "label": "taxesPrice",
          "price": {
            "alternatives": [
              [
                {
                  "amount": 112.32,
                  "currency": "AUD"
                }
              ]
            ]
          },
          "breakdownElementAssignment": {
            "travelPart": {
              "@ref": "1"
            }
          },
          "subElements": [
            {
              "label": "WG",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 23.28,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 5.82,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "QR",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 53.04,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 13.26,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            },
            {
              "label": "UO",
              "price": {
                "alternatives": [
                  [
                    {
                      "amount": 36,
                      "currency": "AUD"
                    }
                  ]
                ]
              },
              "pricePerUnit": {
                "alternatives": [
                  [
                    {
                      "amount": 9,
                      "currency": "AUD"
                    }
                  ]
                ]
              }
            }
          ]
        },
        {
          "label": "feesPrice",
          "price": {
            "alternatives": []
          }
        },
        {
          "label": "ancillariesPrice",
          "price": {
            "alternatives": []
          }
        },
        {
          "label": "seatsPrice",
          "price": {
            "alternatives": []
          }
        },
        {
          "label": "obFeesPrice",
          "price": {
            "alternatives": []
          }
        },
        {
          "label": "upgradePrice",
          "price": {
            "alternatives": []
          }
        }
      ]
    },
    "contact": {
      "emails": [
        "accept@accept.com"
      ],
      "phones": [
        {
          "type": "MOBILE",
          "countryCode": "48",
          "areaCode": "48",
          "number": "12345678",
          "extension": "101"
        }
      ],
      "addresses": [
        {
          "street1": "3150 Sabre Dr",
          "postcode": "76092",
          "state": "TX",
          "city": "Southlake",
          "country": "US",
          "addressType": "INVOICE"
        },
        {
          "street1": "2323 N Field Street",
          "postcode": "75201",
          "city": "Dallas",
          "country": "US",
          "addressType": "HOME"
        }
      ]
    },
    "remarks": [],
    "specialServiceRequests": [],
    "pseudoCity": {
      "pseudoCityCode": "WIN",
      "stationId": "99401013",
      "accountingCode": "WC",
      "officeStationCode": "9940101",
      "accountingCity": "WIN"
    }
  },
  "advisories": []
}

Seats(3 operations)

Query Parameter NameExample
promoSSRs["exercitation","dolore sit","aliquip minim ut pariatur"]
segmentRefdo tempor reprehenderit ad ullamco
awardBookingtrue
{
  "seatsItineraryParts": [
    {
      "segmentSeatMaps": [
        {
          "passengerSeatMaps": [
            {
              "seatSelectionEnabledForPax": true,
              "seatMap": {
                "@id": "1",
                "rowsDisabledCauses": [],
                "aircraft": "332",
                "cabins": [
                  {
                    "deck": "MAIN",
                    "seatColumns": [
                      "LEFT_SIDE",
                      "A",
                      "C",
                      "AISLE",
                      "D",
                      "E",
                      "F",
                      "G",
                      "AISLE",
                      "H",
                      "K",
                      "RIGHT_SIDE"
                    ],
                    "seatRows": [
                      {
                        "rowNumber": 10,
                        "seatCodes": [
                          "LAVATORY",
                          "BLANK"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "LAVATORY",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 10,
                        "seatCodes": [
                          "BLANK",
                          "GALLEY"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "GALLEY",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "GALLEY",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "GALLEY",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "GALLEY",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 10,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "10A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "10C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "10D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "10E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "10F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "10G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "10H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "10K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 11,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "11A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "11C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "11D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "11E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "11F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "11G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "11H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "11K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 12,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "12A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "12C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "12D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "12E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "12F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "12G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "12H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "12K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 13,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "13A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "13C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "13D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "13E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "13F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "13G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "13H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "13K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 14,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "14A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "14C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "14D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "14E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "14F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "14G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "14H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "14K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 15,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "15A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "15C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "15D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "15E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "15F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "15G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "15H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "15K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 16,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "16A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "16C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "16D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "16E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "16F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "16G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "16H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "16K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 17,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "17A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "17C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "17D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "17E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "17F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "17G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "17H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "17K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 18,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "18A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "18C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "18D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "18E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "18F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "18G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "18H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "18K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 19,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "19A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "19C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "19D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "19E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "19F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "19G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "19H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "19K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 20,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "20A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "20C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "20D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "20E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "20F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "20G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "20H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "20K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 21,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "21A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "21C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "21D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "21E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "21F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "21G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "21H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "21K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 22,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "22A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "22C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "22D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "22E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "22F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "22G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "22H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "22K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 23,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "23A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "23C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "23D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "23E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "23F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "23G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "23H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "23K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 24,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "24A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "24C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "24D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "24E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "24F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "24G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "24H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": false,
                            "code": "24K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 25,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "25A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "25C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "25D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "25E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "25F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "25G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "25H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "25K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 26,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "26A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "26C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "26D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "26E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "26F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "26G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "26H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "26K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 27,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "27A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "27C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "27D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "27E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "27F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "27G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "27H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "27K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 27,
                        "seatCodes": [
                          "LAVATORY",
                          "BLANK"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "LAVATORY",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "LAVATORY",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 28,
                        "seatCodes": [
                          "BLANK",
                          "DOOR"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "DOOR",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "DOOR",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 28,
                        "seatCodes": [
                          "LAVATORY",
                          "BLANK"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "LAVATORY",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "LAVATORY",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 28,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "EXIT",
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "EXIT"
                            ],
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "28A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "CH",
                              "W"
                            ],
                            "limitations": [
                              "NEXT_TO_EXIT_DOOR"
                            ],
                            "refundIndicator": "Y",
                            "freeOfCharge": false,
                            "prices": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 22.73,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "taxes": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 2.27,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "total": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 25,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "EXIT"
                            ],
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "28C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A",
                              "CH"
                            ],
                            "limitations": [
                              "NEXT_TO_EXIT_DOOR"
                            ],
                            "refundIndicator": "Y",
                            "freeOfCharge": false,
                            "prices": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 22.73,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "taxes": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 2.27,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "total": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 25,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "EXIT"
                            ],
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "EXIT"
                            ],
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "28D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A",
                              "CH"
                            ],
                            "limitations": [
                              "NEXT_TO_EXIT_DOOR"
                            ],
                            "refundIndicator": "Y",
                            "freeOfCharge": false,
                            "prices": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 22.73,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "taxes": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 2.27,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "total": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 25,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "EXIT"
                            ],
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "28E",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "CH",
                              "9"
                            ],
                            "limitations": [
                              "NEXT_TO_EXIT_DOOR"
                            ],
                            "refundIndicator": "Y",
                            "freeOfCharge": false,
                            "prices": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 22.73,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "taxes": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 2.27,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "total": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 25,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "EXIT"
                            ],
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "28F",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "CH",
                              "9"
                            ],
                            "limitations": [
                              "NEXT_TO_EXIT_DOOR"
                            ],
                            "refundIndicator": "Y",
                            "freeOfCharge": false,
                            "prices": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 22.73,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "taxes": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 2.27,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "total": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 25,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "EXIT"
                            ],
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "28G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A",
                              "CH"
                            ],
                            "limitations": [
                              "NEXT_TO_EXIT_DOOR"
                            ],
                            "refundIndicator": "Y",
                            "freeOfCharge": false,
                            "prices": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 22.73,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "taxes": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 2.27,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "total": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 25,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "EXIT"
                            ],
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "EXIT"
                            ],
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "28H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A",
                              "CH"
                            ],
                            "limitations": [
                              "NEXT_TO_EXIT_DOOR"
                            ],
                            "refundIndicator": "Y",
                            "freeOfCharge": false,
                            "prices": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 22.73,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "taxes": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 2.27,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "total": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 25,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "EXIT"
                            ],
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "28K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "CH",
                              "W"
                            ],
                            "limitations": [
                              "NEXT_TO_EXIT_DOOR"
                            ],
                            "refundIndicator": "Y",
                            "freeOfCharge": false,
                            "prices": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 22.73,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "taxes": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 2.27,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "total": {
                              "alternatives": [
                                [
                                  {
                                    "amount": 25,
                                    "currency": "AUD"
                                  }
                                ]
                              ]
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "EXIT",
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 29,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "29A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "29C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "29D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "29E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "29F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "29G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "29H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "29K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 30,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "30A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "30C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "30D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "30E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "30F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "30G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "30H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "30K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 31,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "31A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "31C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "31D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "31E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "31F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "31G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "31H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "31K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 32,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "32A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "32C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "32D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "32E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "32F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "32G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "32H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "32K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 33,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "33A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "33C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "33D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "33E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "33F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "33G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "33H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "33K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 34,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "34A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "34C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "34D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "34E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "34F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "34G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "34H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "34K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 35,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "35A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "35C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "35D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "35E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "35F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "35G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "35H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "35K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 36,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "36A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "36C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "36D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "36E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "36F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "36G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "36H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "36K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 37,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "37A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "37C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "37D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "37E",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "37F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "37G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "37H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "37K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 38,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "38A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "38C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "38D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "38F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "38G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "38H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "38K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 39,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "39A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "39C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "39D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "39F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "39G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "39H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "39K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 40,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "40A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "40C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "40D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "40F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "40G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "40H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "40K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 41,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "41A",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "41C",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "41D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "41F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "41G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "41H",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "41K",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "W"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 42,
                        "seatCodes": [
                          "BLANK",
                          "AISLE",
                          "SEAT"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "42D",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "42F",
                            "designations": [],
                            "entitled": false,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "9"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "SEAT",
                            "available": true,
                            "code": "42G",
                            "designations": [],
                            "entitled": true,
                            "feeWaived": false,
                            "entitledRuleId": "",
                            "feeWaivedRuleId": "",
                            "seatCharacteristics": [
                              "A"
                            ],
                            "limitations": [],
                            "refundIndicator": "",
                            "freeOfCharge": true,
                            "prices": {
                              "alternatives": []
                            },
                            "taxes": {
                              "alternatives": []
                            },
                            "total": {
                              "alternatives": []
                            },
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "AISLE",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      },
                      {
                        "rowNumber": 42,
                        "seatCodes": [
                          "BLANK",
                          "GALLEY"
                        ],
                        "seats": [
                          {
                            "slotCharacteristics": [
                              "LEFT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "GALLEY",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "GALLEY",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "GALLEY",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          },
                          {
                            "slotCharacteristics": [
                              "RIGHT_SIDE"
                            ],
                            "storefrontSlotCode": "BLANK",
                            "available": false,
                            "entitled": false,
                            "feeWaived": false,
                            "freeOfCharge": true,
                            "originallySelected": false
                          }
                        ]
                      }
                    ],
                    "firstRow": 10,
                    "lastRow": 42
                  }
                ]
              },
              "passenger": {
                "@id": "2",
                "passengerIndex": 1,
                "passengerNameNumber": "01.01",
                "passengerDetails": {
                  "firstName": "John",
                  "lastName": "Smith",
                  "prefix": "Mr"
                },
                "passengerInfo": {
                  "dateOfBirth": "1980-03-21",
                  "gender": "MALE",
                  "type": "ADT",
                  "emails": [
                    "accept@accept.com"
                  ],
                  "phones": [
                    {
                      "type": "MOBILE",
                      "countryCode": "48",
                      "areaCode": "48",
                      "number": "12345678",
                      "extension": "101"
                    }
                  ],
                  "address": {
                    "street1": "2323 N Field Street",
                    "postcode": "75201",
                    "city": "Dallas",
                    "country": "US",
                    "addressType": "HOME"
                  }
                },
                "preferences": {
                  "specialPreferences": {
                    "mealPreference": "",
                    "seatPreference": "",
                    "specialRequests": []
                  },
                  "frequentFlyer": []
                },
                "documentInfo": {
                  "issuingCountry": "PL",
                  "countryOfBirth": "PL",
                  "issueDate": "2016-10-13",
                  "documentNumber": "ADAC24",
                  "documentType": "P",
                  "nationality": "PL",
                  "expirationDate": "2023-09-10"
                },
                "visaInfo": {
                  "issuingCountry": "PL",
                  "countryOfBirth": "PL",
                  "issueDate": "2011-10-21",
                  "documentNumber": "67099447",
                  "issuePlace": ""
                }
              }
            }
          ],
          "segment": {
            "@type": "Segment",
            "@id": "3",
            "segmentOfferInformation": {
              "flightsMiles": 439,
              "awardFare": false
            },
            "duration": 95,
            "cabinClass": "Economy",
            "equipment": "332",
            "flight": {
              "flightNumber": 804,
              "airlineCode": "VA",
              "operatingAirlineCode": "VA",
              "stopAirports": [],
              "departureTerminal": "2",
              "arrivalTerminal": "3"
            },
            "origin": "SYD",
            "destination": "MEL",
            "departure": "2020-10-11T06:30:00",
            "arrival": "2020-10-11T08:05:00",
            "segmentStatusCode": {
              "code": "QF"
            },
            "bookingClass": "S",
            "layoverDuration": 0,
            "fareBasis": "SZGW0A21",
            "subjectToGovernmentApproval": false
          }
        }
      ]
    }
  ],
  "selectedSeats": []
}
{
  "seatOperations": [
    {
      "seatCode": "28A",
      "selectedSegment": {
        "origin": "SYD",
        "destination": "MEL",
        "departure": "2020-10-11T06:30:00.000"
      },
      "passengerIndex": 1
    }
  ]
}
{
  "messages": [],
  "seatOperationResults": [
    {
      "seatOperation": {
        "seatCode": "28A",
        "selectedSegment": {
          "origin": "SYD",
          "destination": "MEL",
          "departure": "2020-10-11T06:30:00"
        },
        "passengerIndex": 1
      },
      "successful": true
    }
  ]
}
Query Parameter NameExample
selectFlight*-614499106
{
  "segmentSeatMaps": [
    {
      "segment": {
        "@type": "Segment",
        "@id": "1",
        "segmentOfferInformation": {
          "flightsMiles": 0,
          "awardFare": false
        },
        "duration": 0,
        "cabinClass": "Economy",
        "equipment": "E70",
        "aircraftLeaseText": "AEROLITORAL DBA AEROMEXICO CONNECT",
        "flight": {
          "flightNumber": 317,
          "airlineCode": "AM",
          "operatingAirlineCode": "AM",
          "stopAirports": []
        },
        "origin": "MEX",
        "destination": "ACA",
        "departure": "2020-04-07T13:25:00",
        "arrival": "2020-04-07T14:25:00",
        "bookingClass": "Q",
        "layoverDuration": 0,
        "fareBasis": "QLNB0QCS",
        "subjectToGovernmentApproval": false
      },
      "seatMap": {
        "@id": "2",
        "rowsDisabledCauses": [],
        "aircraft": "E70",
        "cabins": [
          {
            "deck": "MAIN",
            "seatColumns": [
              "LEFT_SIDE",
              "A",
              "B",
              "AISLE",
              "C",
              "D",
              "RIGHT_SIDE"
            ],
            "seatRows": [
              {
                "rowNumber": 1,
                "seatCodes": [
                  "BLANK",
                  "AISLE",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "1A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "1B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "1C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "1D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 2,
                "seatCodes": [
                  "BLANK",
                  "AISLE",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "2A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "2B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "2C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "2D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 3,
                "seatCodes": [
                  "BLANK",
                  "AISLE",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "3A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": false,
                    "code": "3B",
                    "designations": [
                      "VACANT_OR_OFFERED_LAST"
                    ],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": true,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": false,
                    "code": "3C",
                    "designations": [
                      "VACANT_OR_OFFERED_LAST"
                    ],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": true,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "3D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 4,
                "seatCodes": [
                  "BLANK",
                  "AISLE",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "4A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "4B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "4C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "4D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 5,
                "seatCodes": [
                  "BLANK",
                  "AISLE",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "5A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "5B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "5C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "5D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 6,
                "seatCodes": [
                  "BLANK",
                  "AISLE",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "6A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "6B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "6C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "6D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 7,
                "seatCodes": [
                  "AISLE",
                  "WING",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "WING_BEGIN",
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "WING_BEGIN"
                    ],
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "7A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "WING_BEGIN"
                    ],
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "7B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "WING_BEGIN"
                    ],
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "WING_BEGIN"
                    ],
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "7C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "WING_BEGIN"
                    ],
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "7D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "WING_BEGIN",
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 8,
                "seatCodes": [
                  "AISLE",
                  "WING",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "8A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "8B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "8C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "8D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 9,
                "seatCodes": [
                  "AISLE",
                  "WING",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "9A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "9B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "9C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "9D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": false,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 10,
                "seatCodes": [
                  "AISLE",
                  "WING",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "10A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "10B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "10C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "10D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 11,
                "seatCodes": [
                  "AISLE",
                  "WING",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "11A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "11B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "11C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "11D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 12,
                "seatCodes": [
                  "AISLE",
                  "WING",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "12A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "12B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "12C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "12D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 14,
                "seatCodes": [
                  "AISLE",
                  "WING",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE",
                      "WING_END"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "WING_END"
                    ],
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "14A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "WING_END"
                    ],
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "14B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "WING_END"
                    ],
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "WING_END"
                    ],
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "14C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "WING_END"
                    ],
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "14D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE",
                      "WING_END"
                    ],
                    "storefrontSlotCode": "WING",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 15,
                "seatCodes": [
                  "BLANK",
                  "AISLE",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "15A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "15B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "15C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "15D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 16,
                "seatCodes": [
                  "BLANK",
                  "AISLE",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "16A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "16B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "16C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "16D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 17,
                "seatCodes": [
                  "BLANK",
                  "AISLE",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "17A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "17B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "17C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "17D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 18,
                "seatCodes": [
                  "BLANK",
                  "AISLE",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "18A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "18B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "18C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "18D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 19,
                "seatCodes": [
                  "BLANK",
                  "AISLE",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "19A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "19B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "19C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "19D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              },
              {
                "rowNumber": 20,
                "seatCodes": [
                  "BLANK",
                  "AISLE",
                  "SEAT"
                ],
                "seats": [
                  {
                    "slotCharacteristics": [
                      "LEFT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "20A",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "20B",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "AISLE",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "20C",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "A",
                      "CH"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "storefrontSlotCode": "SEAT",
                    "available": true,
                    "code": "20D",
                    "designations": [],
                    "entitled": false,
                    "feeWaived": true,
                    "entitledRuleId": "",
                    "feeWaivedRuleId": "",
                    "seatCharacteristics": [
                      "CH",
                      "W"
                    ],
                    "limitations": [],
                    "refundIndicator": "",
                    "freeOfCharge": false,
                    "prices": {
                      "alternatives": []
                    },
                    "taxes": {
                      "alternatives": []
                    },
                    "total": {
                      "alternatives": []
                    },
                    "originallySelected": false
                  },
                  {
                    "slotCharacteristics": [
                      "RIGHT_SIDE"
                    ],
                    "storefrontSlotCode": "BLANK",
                    "available": false,
                    "entitled": false,
                    "feeWaived": false,
                    "freeOfCharge": true,
                    "originallySelected": false
                  }
                ]
              }
            ],
            "firstRow": 1,
            "lastRow": 20
          }
        ]
      }
    }
  ]
}
sabretravelflightsbookingairlinerest