Skip Navigation

Exchange Shopping

2.5.0
Air
Ticketing
SOAP API
Travel Agency

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

The Exchange Shopping (ExchangeShoppingRQ) API is used to search for applicable itinerary reissue options for an existing ticket.

Target Audience
Travel Agency
API Version
2.5.0
Authentication
Sessionless
Service Action Code
ExchangeShoppingRQ

The Exchange Shopping API searches for up to 50 itinerary reissue options. Exchange Shopping combines Bargain Finder Max (BFM) shopping capabilities with the carrier’s Voluntary Changes (Category 31) rules, ensuring the returned options meet the carriers change policy and reflect the reissue cost for each passenger. Additionally, the Exchange Shopping response includes the refundability details of any EMD-A associated with the ticket being changed, as well as the cost of ancillaries applicable to each new itinerary option

Exchange Shopping does not require an active PNR.

Once an itinerary option is selected, the ticket can be reissued using the Automated Exchanges API.

In order to use ExchangeShoppingRQ, Automated Exchanges must be active in the agency TJR (AUTO REISSUE ACTIVE). The order for Automated Exchanges must be placed through Agency eServices.

Sample Request
<?xml version="1.0" encoding="UTF-8"?>
<SamplePayloads>
    <SampleRequests>
        <!--Shop one flight for one passenger-->
        <ExchangeShoppingRQ targetCity="AAAA" xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5.0">
            <STL_Header.RQ>
                <OrchestrationID seq="0">231488734192050161</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithPNR pnrLocator="GITAOA" referenceNumber="1.1" firstName="ADAM" lastName="JONES">
                    <DocumentNumber>0017928321527</DocumentNumber>
                </PassengerWithPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDate>2017-04-26</DepartureDate>
                </DateTimeSelection>
                <StartLocation>ATL</StartLocation>
                <EndLocation>LAX</EndLocation>
            </OriginDestinationInformation>
        </ExchangeShoppingRQ>
        <!--Shop two flights for multiple passengers-->
        <ExchangeShoppingRQ xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5.0">
            <STL_Header.RQ>
                <OrchestrationID seq="0">231488734192050161</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithPNR pnrLocator="QOZOYF" referenceNumber="1.1" firstName="ADAM" lastName="JONES">
                    <DocumentNumber>0017928321528</DocumentNumber>
                </PassengerWithPNR>
                <PassengerWithPNR pnrLocator="QOZOYF" referenceNumber="2.1" firstName="BOY" lastName="JONES">
                    <DocumentNumber>0017928321529</DocumentNumber>
                </PassengerWithPNR>
                <PassengerWithPNR pnrLocator="QOZOYF" referenceNumber="3.1" firstName="SMALL" lastName="JONES" age="1">
                    <DocumentNumber>0017928321530</DocumentNumber>
                </PassengerWithPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDate>2017-04-21</DepartureDate>
                </DateTimeSelection>
                <StartLocation>ORD</StartLocation>
                <EndLocation>LAX</EndLocation>
            </OriginDestinationInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDate>2017-04-26</DepartureDate>
                </DateTimeSelection>
                <StartLocation>LAX</StartLocation>
                <EndLocation>ORD</EndLocation>
            </OriginDestinationInformation>
        </ExchangeShoppingRQ>
        <!--Shop one of two flights for multiple passengers-->
        <ExchangeShoppingRQ xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5.0">
            <STL_Header.RQ>
                <OrchestrationID seq="0">231488734192050161</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithPNR pnrLocator="QOZOYF" referenceNumber="1.1" firstName="ADAM" lastName="JONES">
                    <DocumentNumber>0017928321528</DocumentNumber>
                </PassengerWithPNR>
                <PassengerWithPNR pnrLocator="QOZOYF" referenceNumber="2.1" firstName="BOY" lastName="JONES">
                    <DocumentNumber>0017928321529</DocumentNumber>
                </PassengerWithPNR>
                <PassengerWithPNR pnrLocator="QOZOYF" referenceNumber="3.1" firstName="SMALL" lastName="JONES" age="1">
                    <DocumentNumber>0017928321530</DocumentNumber>
                </PassengerWithPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDate>2017-04-21</DepartureDate>
                </DateTimeSelection>
                <StartLocation>ORD</StartLocation>
                <EndLocation>LAS</EndLocation>
            </OriginDestinationInformation>
            <OriginDestinationInformation shopIndicator="false">
                <DateTimeSelection>
                    <ArrivalDate>2017-04-25</ArrivalDate>
                </DateTimeSelection>
                <StartLocation>LAS</StartLocation>
                <EndLocation>ORD</EndLocation>
                <RelatedSegment operatingProvider="AA" marketingProvider="AA" marketingFlightNumber="2224" startDateTime="2017-04-25T12:05:00" endDateTime="2017-04-25T17:45:00" startLocation="LAS" endLocation="ORD" bookingClass="D" reservationStatus="HK" bookingDateTime="2017-02-01T05:57:00"/>
            </OriginDestinationInformation>
        </ExchangeShoppingRQ>
        <!--Shop one of two flights for multiple passengers passing multiple related/non-shopped segments per leg-->
        <ExchangeShoppingRQ xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5.0">
            <STL_Header.RQ>
                <OrchestrationID seq="0">231488734192050161</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithPNR pnrLocator="QOZOYF" referenceNumber="1.1" firstName="ADAM" lastName="JONES">
                    <DocumentNumber>0017928321528</DocumentNumber>
                </PassengerWithPNR>
                <PassengerWithPNR pnrLocator="QOZOYF" referenceNumber="2.1" firstName="BOY" lastName="JONES">
                    <DocumentNumber>0017928321529</DocumentNumber>
                </PassengerWithPNR>
                <PassengerWithPNR pnrLocator="QOZOYF" referenceNumber="3.1" firstName="SMALL" lastName="JONES" age="1">
                    <DocumentNumber>0017928321530</DocumentNumber>
                </PassengerWithPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="false">
                <DateTimeSelection>
                    <DepartureDate>2022-06-19</DepartureDate>
                </DateTimeSelection>
                <StartLocation>MOL</StartLocation>
                <EndLocation>SVG</EndLocation>
                <RelatedSegment bookingClass="T" reservationStatus="HK" bookingDateTime="2022-05-20T02:45:00" operatingProvider="WF" marketingProvider="WF" marketingFlightNumber="0507" startDateTime="2022-06-19T12:35:00" endDateTime="2022-06-19T13:35:00" startLocation="MOL" endLocation="BGO"/>
                <RelatedSegment bookingClass="Q" reservationStatus="HK" bookingDateTime="2022-05-20T02:45:00" operatingProvider="WF" marketingProvider="WF" marketingFlightNumber="0535" startDateTime="2022-06-19T14:45:00" endDateTime="2022-06-19T15:25:00" startLocation="BGO" endLocation="SVG"/>
            </OriginDestinationInformation>
        </ExchangeShoppingRQ>
        <!--Shop one flight for one passenger without a PNR requesting a Single branded fare response-->
        <ExchangeShoppingRQ xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5.0">
            <STL_Header.RQ>
                <OrchestrationID seq="0">231488734192050161</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithoutPNR>
                    <DocumentNumber>0017928321527</DocumentNumber>
                </PassengerWithoutPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDate>2017-04-26</DepartureDate>
                </DateTimeSelection>
                <StartLocation>ATL</StartLocation>
                <EndLocation>LAX</EndLocation>
            </OriginDestinationInformation>
            <TravelPreferences>
                <PriceRequestInformation>
                    <TPA_Extensions>
                        <BrandedFareIndicators singleBrandedFare="true"/>
                    </TPA_Extensions>
                </PriceRequestInformation>
            </TravelPreferences>
        </ExchangeShoppingRQ>
        <!--Shop one flight and specify maximum connections and Departure DateTime-->
        <ExchangeShoppingRQ xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5.0">
            <STL_Header.RQ>
                <OrchestrationID seq="0">231488734192050161</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithoutPNR>
                    <DocumentNumber>0017959083782</DocumentNumber>
                </PassengerWithoutPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDateTime>2017-07-21T12:57:00Z</DepartureDateTime>
                </DateTimeSelection>
                <StartLocation>DFW</StartLocation>
                <EndLocation>LAX</EndLocation>
            </OriginDestinationInformation>
            <TravelPreferences>
                <Flight maxConnections="2"/>
            </TravelPreferences>
        </ExchangeShoppingRQ>
        <!--Shop one flight by Cabin and Arrival DateTime -->
        <ExchangeShoppingRQ xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5.0">
            <STL_Header.RQ>
                <OrchestrationID seq="0">231488734192050161</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithoutPNR>
                    <DocumentNumber>0017959083782</DocumentNumber>
                </PassengerWithoutPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <ArrivalDateTime>2017-07-21T14:40:00Z</ArrivalDateTime>
                </DateTimeSelection>
                <StartLocation>DFW</StartLocation>
                <EndLocation>LAX</EndLocation>
                <Cabin>Economy</Cabin>
            </OriginDestinationInformation>
        </ExchangeShoppingRQ>
        <!--Shop one flight, specify interline carrier connections and departure DateTime ranges-->
        <ExchangeShoppingRQ xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5.0">
            <STL_Header.RQ>
                <OrchestrationID seq="0">231488734192050161</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithoutPNR>
                    <DocumentNumber>0017959083782</DocumentNumber>
                </PassengerWithoutPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDateTime minus="1" plus="1">2017-07-21T12:57:00Z</DepartureDateTime>
                </DateTimeSelection>
                <StartLocation>DFW</StartLocation>
                <EndLocation>LAX</EndLocation>
            </OriginDestinationInformation>
            <TravelPreferences interlineIndicator="true"/>
        </ExchangeShoppingRQ>
        <!--Shop one flight, specify basic shopping request type-->
        <ExchangeShoppingRQ xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5.0" requestType="basic">
            <STL_Header.RQ>
                <OrchestrationID seq="0">231488734192050161</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithoutPNR>
                    <DocumentNumber>0017959083782</DocumentNumber>
                </PassengerWithoutPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDate>2017-07-21</DepartureDate>
                </DateTimeSelection>
                <StartLocation>DFW</StartLocation>
                <EndLocation>LAX</EndLocation>
            </OriginDestinationInformation>
        </ExchangeShoppingRQ>
        <!--Shop and validate associated EMDs together with specifying additional EMD numbers to validate-->
        <ExchangeShoppingRQ xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" version="2.5.0">
            <STL_Header.RQ>
                <OrchestrationID seq="0">704365678289896766</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithoutPNR>
                    <DocumentNumber validateAssociatedEMDs="true">6077049020878</DocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573937968</ElectronicMiscellaneousDocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573937969</ElectronicMiscellaneousDocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573938275</ElectronicMiscellaneousDocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573938276</ElectronicMiscellaneousDocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573938279</ElectronicMiscellaneousDocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573938280</ElectronicMiscellaneousDocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573938283</ElectronicMiscellaneousDocumentNumber>
                </PassengerWithoutPNR>
                <PassengerWithoutPNR>
                    <DocumentNumber validateAssociatedEMDs="true">6077049020879</DocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573937970</ElectronicMiscellaneousDocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573937971</ElectronicMiscellaneousDocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573938277</ElectronicMiscellaneousDocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573938278</ElectronicMiscellaneousDocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573938281</ElectronicMiscellaneousDocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573938282</ElectronicMiscellaneousDocumentNumber>
                    <ElectronicMiscellaneousDocumentNumber>6074573938284</ElectronicMiscellaneousDocumentNumber>
                </PassengerWithoutPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDateTime>2018-11-19T13:45:00</DepartureDateTime>
                </DateTimeSelection>
                <StartLocation>AUH</StartLocation>
                <EndLocation>LHR</EndLocation>
            </OriginDestinationInformation>
            <OriginDestinationInformation shopIndicator="false">
                <DateTimeSelection>
                    <DepartureDateTime>2018-11-27T14:05:00</DepartureDateTime>
                </DateTimeSelection>
                <StartLocation>LHR</StartLocation>
                <EndLocation>AUH</EndLocation>
                <RelatedSegment operatingProvider="EY" marketingProvider="EY" marketingFlightNumber="0020" startDateTime="2018-11-27T14:05:00" endDateTime="2018-11-28T01:20:00" startLocation="LHR" endLocation="AUH" bookingClass="F" reservationStatus="HK" bookingDateTime="2018-08-22T05:53:00"/>
            </OriginDestinationInformation>
        </ExchangeShoppingRQ>
        <!--Shop and validate associated EMDs. Additionally, shop for three types of ancillaries.-->
        <ExchangeShoppingRQ xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" version="2.5.0">
            <STL_Header.RQ>
                <OrchestrationID seq="0">463547643701089697</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithoutPNR>
                    <DocumentNumber validateAssociatedEMDs="true">6077049020878</DocumentNumber>
                </PassengerWithoutPNR>
                <PassengerWithoutPNR>
                    <DocumentNumber validateAssociatedEMDs="true">6077049020879</DocumentNumber>
                </PassengerWithoutPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDateTime>2018-11-19T13:45:00</DepartureDateTime>
                </DateTimeSelection>
                <StartLocation>AUH</StartLocation>
                <EndLocation>LHR</EndLocation>
            </OriginDestinationInformation>
            <OriginDestinationInformation shopIndicator="false">
                <DateTimeSelection>
                    <DepartureDateTime>2018-11-27T14:05:00</DepartureDateTime>
                </DateTimeSelection>
                <StartLocation>LHR</StartLocation>
                <EndLocation>AUH</EndLocation>
                <RelatedSegment operatingProvider="EY" marketingProvider="EY" marketingFlightNumber="0020" startDateTime="2018-11-27T14:05:00" endDateTime="2018-11-28T01:20:00" startLocation="LHR" endLocation="AUH" bookingClass="F" reservationStatus="HK" bookingDateTime="2018-08-22T05:53:00"/>
            </OriginDestinationInformation>
            <TravelPreferences>
                <AncillaryFees Enable="true" Summary="true">
                    <AncillaryFeeGroup Code="BG"/>
                    <AncillaryFeeGroup Code="IE"/>
                    <AncillaryFeeGroup Code="UN"/>
                </AncillaryFees>
            </TravelPreferences>
        </ExchangeShoppingRQ>
        <!--Shop and validate associated EMDs. Additionally, shop for baggage with allowance.-->
        <ExchangeShoppingRQ xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" version="2.5.0">
            <STL_Header.RQ>
                <OrchestrationID seq="0">744067011664091422</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithoutPNR>
                    <DocumentNumber validateAssociatedEMDs="true">6077049020878</DocumentNumber>
                </PassengerWithoutPNR>
                <PassengerWithoutPNR>
                    <DocumentNumber validateAssociatedEMDs="true">6077049020879</DocumentNumber>
                </PassengerWithoutPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDateTime>2018-11-19T13:45:00</DepartureDateTime>
                </DateTimeSelection>
                <StartLocation>AUH</StartLocation>
                <EndLocation>LHR</EndLocation>
            </OriginDestinationInformation>
            <OriginDestinationInformation shopIndicator="false">
                <DateTimeSelection>
                    <DepartureDateTime>2018-11-27T14:05:00</DepartureDateTime>
                </DateTimeSelection>
                <StartLocation>LHR</StartLocation>
                <EndLocation>AUH</EndLocation>
                <RelatedSegment operatingProvider="EY" marketingProvider="EY" marketingFlightNumber="0020" startDateTime="2018-11-27T14:05:00" endDateTime="2018-11-28T01:20:00" startLocation="LHR" endLocation="AUH" bookingClass="F" reservationStatus="HK" bookingDateTime="2018-08-22T05:53:00"/>
            </OriginDestinationInformation>
            <TravelPreferences>
                <Baggage RequestType="A"/>
            </TravelPreferences>
        </ExchangeShoppingRQ>
        <!--Shop for unique Brand IDs for entire itinerary-->
        <ExchangeShoppingRQ xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" version="2.5.0">
            <STL_Header.RQ>
                <OrchestrationID seq="0">678566190649946628</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithoutPNR>
                    <DocumentNumber validateAssociatedEMDs="false">1057246183756</DocumentNumber>
                </PassengerWithoutPNR>
                <PassengerWithoutPNR>
                    <DocumentNumber validateAssociatedEMDs="false">1057246183757</DocumentNumber>
                </PassengerWithoutPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDateTime>2019-06-10T08:25:00</DepartureDateTime>
                </DateTimeSelection>
                <StartLocation>LHR</StartLocation>
                <EndLocation>JFK</EndLocation>
            </OriginDestinationInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDateTime>2019-06-22T07:55:00</DepartureDateTime>
                </DateTimeSelection>
                <StartLocation>JFK</StartLocation>
                <EndLocation>LHR</EndLocation>
            </OriginDestinationInformation>
            <TravelPreferences>
                <PriceRequestInformation>
                    <TPA_Extensions>
                        <BrandedFareIndicators returnBrandAncillaries="true" singleBrandedFare="true">
                            <BrandFilters>
                                <Brand code="A4" preferLevel="Preferred"/>
                                <Brand code="ECONFLEX" preferLevel="Preferred"/>
                            </BrandFilters>
                        </BrandedFareIndicators>
                    </TPA_Extensions>
                </PriceRequestInformation>
            </TravelPreferences>
        </ExchangeShoppingRQ>
        <!--Shop for unique Brand IDs for specific legs-->
        <ExchangeShoppingRQ xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" version="2.5.0">
            <STL_Header.RQ>
                <OrchestrationID seq="0">846524382134113977</OrchestrationID>
            </STL_Header.RQ>
            <TicketingProvider>1S</TicketingProvider>
            <PassengerInformation>
                <PassengerWithoutPNR>
                    <DocumentNumber validateAssociatedEMDs="false">1057246183756</DocumentNumber>
                </PassengerWithoutPNR>
                <PassengerWithoutPNR>
                    <DocumentNumber validateAssociatedEMDs="false">1057246183757</DocumentNumber>
                </PassengerWithoutPNR>
            </PassengerInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDateTime>2019-06-10T08:25:00</DepartureDateTime>
                </DateTimeSelection>
                <StartLocation>LHR</StartLocation>
                <EndLocation>JFK</EndLocation>
                <IncludeVendor>AY</IncludeVendor>
                <BrandFilters>
                    <Brand code="A4" preferLevel="Preferred"/>
                </BrandFilters>
            </OriginDestinationInformation>
            <OriginDestinationInformation shopIndicator="true">
                <DateTimeSelection>
                    <DepartureDateTime>2019-06-22T07:55:00</DepartureDateTime>
                </DateTimeSelection>
                <StartLocation>JFK</StartLocation>
                <EndLocation>LHR</EndLocation>
                <IncludeVendor>BA</IncludeVendor>
                <BrandFilters>
                    <Brand code="ECONFLEX" preferLevel="Preferred"/>
                </BrandFilters>
            </OriginDestinationInformation>
            <TravelPreferences>
                <PriceRequestInformation>
                    <TPA_Extensions>
                        <BrandedFareIndicators returnBrandAncillaries="true" singleBrandedFare="true"/>
                    </TPA_Extensions>
                </PriceRequestInformation>
            </TravelPreferences>
        </ExchangeShoppingRQ>
    </SampleRequests>
    <SampleResponses>
        <!--Non branded fare response-->
        <ExchangeShoppingRS xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" solutions="6">
            <ApplicationResults xmlns="http://services.sabre.com/STL_Payload/v02_01" status="Complete">
                <Success timeStamp="2019-05-04T15:20:54.081+02:00"/>
            </ApplicationResults>
            <Solution sequence="1" pricingSequence="1">
                <BookItinerary>
                    <OriginDestination elapsedTime="85" startLocation="MEL" endLocation="SYD" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="1" elapsedTime="85" startDateTime="2017-06-11T08:00:00" endDateTime="2017-06-11T09:25:00" startLocation="MEL" endLocation="SYD" marketingFlightNumber="819" marketingProvider="VA" operatingProvider="VA" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="3" GMTOffset="10"/>
                            <EndLocationDetails terminalID="2" GMTOffset="10"/>
                            <OperatingProviderDetails flightNumber="819"/>
                            <Equipment type="73H"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="95" startLocation="SYD" endLocation="MEL" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="2" elapsedTime="95" startDateTime="2017-06-18T07:00:00" endDateTime="2017-06-18T08:35:00" startLocation="SYD" endLocation="MEL" marketingFlightNumber="808" marketingProvider="VA" operatingProvider="VA" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="10"/>
                            <EndLocationDetails terminalID="3" GMTOffset="10"/>
                            <OperatingProviderDetails flightNumber="808"/>
                            <Equipment type="73H"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="1" pricingSequence="1" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="7957959083772" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083773" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083774" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083775" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083776" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083777" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083778" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083779" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083780" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="7957959083772" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083773" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083774" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083775" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083776" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083777" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083778" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083779" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083780" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="7957959083772" type="ADT" firstName="WITOLD" lastName="PETRICZEK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083773" type="ADT" firstName="RAFAL" lastName="MAZUREK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083774" type="ADT" firstName="NATALIA" lastName="SWIATEK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083775" type="ADT" firstName="CEM" lastName="BAS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083776" type="ADT" firstName="TOMASZ" lastName="DRAG">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083777" type="ADT" firstName="AGNIESZKA" lastName="MARS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083778" type="ADT" firstName="PIOTR" lastName="BYS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083779" type="ADT" firstName="JACEK" lastName="DYJAK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083780" type="ADT" firstName="GRZEGORZ" lastName="SOWIZRAL">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">54.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">54.00</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">54.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
            </Solution>
            <Solution sequence="2" pricingSequence="2">
                <BookItinerary>
                    <OriginDestination elapsedTime="85" startLocation="MEL" endLocation="SYD" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="1" elapsedTime="85" startDateTime="2017-06-11T08:00:00" endDateTime="2017-06-11T09:25:00" startLocation="MEL" endLocation="SYD" marketingFlightNumber="819" marketingProvider="VA" operatingProvider="VA" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="3" GMTOffset="10"/>
                            <EndLocationDetails terminalID="2" GMTOffset="10"/>
                            <OperatingProviderDetails flightNumber="819"/>
                            <Equipment type="73H"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="95" startLocation="SYD" endLocation="MEL" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="2" elapsedTime="95" startDateTime="2017-06-18T20:30:00" endDateTime="2017-06-18T22:05:00" startLocation="SYD" endLocation="MEL" marketingFlightNumber="892" marketingProvider="VA" operatingProvider="VA" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="10"/>
                            <EndLocationDetails terminalID="3" GMTOffset="10"/>
                            <OperatingProviderDetails flightNumber="892"/>
                            <Equipment type="73H"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="2" pricingSequence="2" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="7957959083772" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083773" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083774" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083775" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083776" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083777" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083778" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083779" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083780" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="7957959083772" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083773" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083774" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083775" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083776" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083777" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083778" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083779" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083780" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="7957959083772" type="ADT" firstName="WITOLD" lastName="PETRICZEK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083773" type="ADT" firstName="RAFAL" lastName="MAZUREK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083774" type="ADT" firstName="NATALIA" lastName="SWIATEK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083775" type="ADT" firstName="CEM" lastName="BAS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083776" type="ADT" firstName="TOMASZ" lastName="DRAG">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083777" type="ADT" firstName="AGNIESZKA" lastName="MARS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083778" type="ADT" firstName="PIOTR" lastName="BYS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083779" type="ADT" firstName="JACEK" lastName="DYJAK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083780" type="ADT" firstName="GRZEGORZ" lastName="SOWIZRAL">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">54.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">54.00</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">54.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
            </Solution>
            <Solution sequence="3" pricingSequence="3">
                <BookItinerary>
                    <OriginDestination elapsedTime="85" startLocation="MEL" endLocation="SYD" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="1" elapsedTime="85" startDateTime="2017-06-11T08:00:00" endDateTime="2017-06-11T09:25:00" startLocation="MEL" endLocation="SYD" marketingFlightNumber="819" marketingProvider="VA" operatingProvider="VA" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="3" GMTOffset="10"/>
                            <EndLocationDetails terminalID="2" GMTOffset="10"/>
                            <OperatingProviderDetails flightNumber="819"/>
                            <Equipment type="73H"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="95" startLocation="SYD" endLocation="MEL" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="2" elapsedTime="95" startDateTime="2017-06-18T21:00:00" endDateTime="2017-06-18T22:35:00" startLocation="SYD" endLocation="MEL" marketingFlightNumber="894" marketingProvider="VA" operatingProvider="VA" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="10"/>
                            <EndLocationDetails terminalID="3" GMTOffset="10"/>
                            <OperatingProviderDetails flightNumber="894"/>
                            <Equipment type="73H"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="3" pricingSequence="3" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="7957959083772" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083773" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083774" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083775" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083776" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083777" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083778" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083779" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083780" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="7957959083772" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083773" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083774" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083775" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083776" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083777" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083778" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083779" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083780" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="7957959083772" type="ADT" firstName="WITOLD" lastName="PETRICZEK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083773" type="ADT" firstName="RAFAL" lastName="MAZUREK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083774" type="ADT" firstName="NATALIA" lastName="SWIATEK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083775" type="ADT" firstName="CEM" lastName="BAS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083776" type="ADT" firstName="TOMASZ" lastName="DRAG">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083777" type="ADT" firstName="AGNIESZKA" lastName="MARS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083778" type="ADT" firstName="PIOTR" lastName="BYS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083779" type="ADT" firstName="JACEK" lastName="DYJAK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083780" type="ADT" firstName="GRZEGORZ" lastName="SOWIZRAL">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">54.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">54.00</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">54.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
            </Solution>
            <Solution sequence="4" pricingSequence="4">
                <BookItinerary>
                    <OriginDestination elapsedTime="85" startLocation="MEL" endLocation="SYD" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="1" elapsedTime="85" startDateTime="2017-06-11T08:00:00" endDateTime="2017-06-11T09:25:00" startLocation="MEL" endLocation="SYD" marketingFlightNumber="819" marketingProvider="VA" operatingProvider="VA" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="3" GMTOffset="10"/>
                            <EndLocationDetails terminalID="2" GMTOffset="10"/>
                            <OperatingProviderDetails flightNumber="819"/>
                            <Equipment type="73H"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="95" startLocation="SYD" endLocation="MEL" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="2" elapsedTime="95" startDateTime="2017-06-18T08:00:00" endDateTime="2017-06-18T09:35:00" startLocation="SYD" endLocation="MEL" marketingFlightNumber="816" marketingProvider="VA" operatingProvider="VA" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="10"/>
                            <EndLocationDetails terminalID="3" GMTOffset="10"/>
                            <OperatingProviderDetails flightNumber="816"/>
                            <Equipment type="73H"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="4" pricingSequence="4" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="7957959083772" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083773" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083774" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083775" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083776" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083777" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083778" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083779" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083780" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="7957959083772" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083773" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083774" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083775" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083776" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083777" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083778" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083779" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083780" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="7957959083772" type="ADT" firstName="WITOLD" lastName="PETRICZEK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083773" type="ADT" firstName="RAFAL" lastName="MAZUREK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083774" type="ADT" firstName="NATALIA" lastName="SWIATEK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083775" type="ADT" firstName="CEM" lastName="BAS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083776" type="ADT" firstName="TOMASZ" lastName="DRAG">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083777" type="ADT" firstName="AGNIESZKA" lastName="MARS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083778" type="ADT" firstName="PIOTR" lastName="BYS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083779" type="ADT" firstName="JACEK" lastName="DYJAK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083780" type="ADT" firstName="GRZEGORZ" lastName="SOWIZRAL">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">54.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">54.00</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">54.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
            </Solution>
            <Solution sequence="5" pricingSequence="5">
                <BookItinerary>
                    <OriginDestination elapsedTime="85" startLocation="MEL" endLocation="SYD" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="1" elapsedTime="85" startDateTime="2017-06-11T08:00:00" endDateTime="2017-06-11T09:25:00" startLocation="MEL" endLocation="SYD" marketingFlightNumber="819" marketingProvider="VA" operatingProvider="VA" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="3" GMTOffset="10"/>
                            <EndLocationDetails terminalID="2" GMTOffset="10"/>
                            <OperatingProviderDetails flightNumber="819"/>
                            <Equipment type="73H"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="95" startLocation="SYD" endLocation="MEL" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="2" elapsedTime="95" startDateTime="2017-06-18T09:00:00" endDateTime="2017-06-18T10:35:00" startLocation="SYD" endLocation="MEL" marketingFlightNumber="824" marketingProvider="VA" operatingProvider="VA" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="10"/>
                            <EndLocationDetails terminalID="3" GMTOffset="10"/>
                            <OperatingProviderDetails flightNumber="824"/>
                            <Equipment type="73H"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="5" pricingSequence="5" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="7957959083772" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083773" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083774" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083775" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083776" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083777" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083778" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083779" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083780" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="7957959083772" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083773" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083774" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083775" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083776" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083777" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083778" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083779" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083780" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="7957959083772" type="ADT" firstName="WITOLD" lastName="PETRICZEK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083773" type="ADT" firstName="RAFAL" lastName="MAZUREK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083774" type="ADT" firstName="NATALIA" lastName="SWIATEK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083775" type="ADT" firstName="CEM" lastName="BAS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083776" type="ADT" firstName="TOMASZ" lastName="DRAG">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083777" type="ADT" firstName="AGNIESZKA" lastName="MARS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083778" type="ADT" firstName="PIOTR" lastName="BYS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083779" type="ADT" firstName="JACEK" lastName="DYJAK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083780" type="ADT" firstName="GRZEGORZ" lastName="SOWIZRAL">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">54.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">54.00</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">54.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
            </Solution>
            <Solution sequence="6" pricingSequence="6">
                <BookItinerary>
                    <OriginDestination elapsedTime="85" startLocation="MEL" endLocation="SYD" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="1" elapsedTime="85" startDateTime="2017-06-11T08:00:00" endDateTime="2017-06-11T09:25:00" startLocation="MEL" endLocation="SYD" marketingFlightNumber="819" marketingProvider="VA" operatingProvider="VA" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="3" GMTOffset="10"/>
                            <EndLocationDetails terminalID="2" GMTOffset="10"/>
                            <OperatingProviderDetails flightNumber="819"/>
                            <Equipment type="73H"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="95" startLocation="SYD" endLocation="MEL" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="2" elapsedTime="95" startDateTime="2017-06-18T11:00:00" endDateTime="2017-06-18T12:35:00" startLocation="SYD" endLocation="MEL" marketingFlightNumber="834" marketingProvider="VA" operatingProvider="VA" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="10"/>
                            <EndLocationDetails terminalID="3" GMTOffset="10"/>
                            <OperatingProviderDetails flightNumber="834"/>
                            <Equipment type="73H"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="6" pricingSequence="6" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="7957959083772" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083773" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083774" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083775" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083776" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083777" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083778" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083779" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083780" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="MEL" endLocation="SYD" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="7957959083772" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083773" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083774" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083775" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083776" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083777" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083778" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083779" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="7957959083780" bookingClass="Y" fareBasis="YZFD2" cabin="Y" meal="M">
                            <FareComponent startLocation="SYD" endLocation="MEL" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="7957959083772" type="ADT" firstName="WITOLD" lastName="PETRICZEK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083773" type="ADT" firstName="RAFAL" lastName="MAZUREK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083774" type="ADT" firstName="NATALIA" lastName="SWIATEK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083775" type="ADT" firstName="CEM" lastName="BAS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083776" type="ADT" firstName="TOMASZ" lastName="DRAG">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083777" type="ADT" firstName="AGNIESZKA" lastName="MARS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083778" type="ADT" firstName="PIOTR" lastName="BYS">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083779" type="ADT" firstName="JACEK" lastName="DYJAK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="7957959083780" type="ADT" firstName="GRZEGORZ" lastName="SOWIZRAL">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">6.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="QR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="WG">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">6.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">6.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">54.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">54.00</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">54.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
            </Solution>
        </ExchangeShoppingRS>
        <!--Single branded fare response-->
        <ExchangeShoppingRS xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" solutions="5">
            <ApplicationResults xmlns="http://services.sabre.com/STL_Payload/v02_01" status="Complete">
                <Success timeStamp="2019-08-11T10:55:12.790-05:00"/>
            </ApplicationResults>
            <Solution sequence="1" pricingSequence="1">
                <BookItinerary>
                    <OriginDestination elapsedTime="105" startLocation="LHR" endLocation="MUC" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="1" elapsedTime="105" startDateTime="2017-04-25T06:55:00" endDateTime="2017-04-25T09:40:00" startLocation="LHR" endLocation="MUC" marketingFlightNumber="2483" marketingProvider="LH" operatingProvider="LH" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="1"/>
                            <EndLocationDetails terminalID="2" GMTOffset="2"/>
                            <OperatingProviderDetails flightNumber="2483"/>
                            <Equipment type="320"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="120" startLocation="MUC" endLocation="LHR" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="2" elapsedTime="120" startDateTime="2017-05-05T18:40:00" endDateTime="2017-05-05T19:40:00" startLocation="MUC" endLocation="LHR" marketingFlightNumber="2480" marketingProvider="LH" operatingProvider="LH" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="2"/>
                            <EndLocationDetails terminalID="2" GMTOffset="1"/>
                            <OperatingProviderDetails flightNumber="2480"/>
                            <Equipment type="32A"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="1" pricingSequence="1" requireSplitPNR="false" passengersInDifferentCabins="false" brandingProgram="130538" brand="FLEX" mixedBrands="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="2207944161483" bookingClass="Y" fareBasis="Y77" cabin="Y" meal="S">
                            <FareComponent startLocation="LHR" endLocation="MUC" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="2207944161483" bookingClass="V" fareBasis="V31FLX1A" cabin="Y" meal="S" brand="FLEX" brandingProgram="130538">
                            <FareComponent startLocation="MUC" endLocation="LHR" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="2207944161483" type="ADT" firstName="BRAND" lastName="MARS">
                            <ResultPriceDifference differenceType="AddCollect" residualAmountForfeited="true">
                                <FareDifference currencyCode="USD" decimalPlaces="2">2.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">-15.40</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">-16.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YR">0.20</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.20</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.50</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="DE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="RA">-0.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="OY">-0.10</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">-13.40</SubtotalDifference>
                                <TotalFee currencyCode="USD" decimalPlaces="2" type="CHG">74.00</TotalFee>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">74.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">2.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">-15.40</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">-13.40</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFee currencyCode="USD" decimalPlaces="2" type="CHG">74.00</TotalFee>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">74.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
            </Solution>
            <Solution sequence="2" pricingSequence="2">
                <BookItinerary>
                    <OriginDestination elapsedTime="105" startLocation="LHR" endLocation="MUC" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="1" elapsedTime="105" startDateTime="2017-04-25T06:55:00" endDateTime="2017-04-25T09:40:00" startLocation="LHR" endLocation="MUC" marketingFlightNumber="2483" marketingProvider="LH" operatingProvider="LH" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="1"/>
                            <EndLocationDetails terminalID="2" GMTOffset="2"/>
                            <OperatingProviderDetails flightNumber="2483"/>
                            <Equipment type="320"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="120" startLocation="MUC" endLocation="LHR" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="2" elapsedTime="120" startDateTime="2017-05-05T19:25:00" endDateTime="2017-05-05T20:25:00" startLocation="MUC" endLocation="LHR" marketingFlightNumber="2482" marketingProvider="LH" operatingProvider="LH" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="2"/>
                            <EndLocationDetails terminalID="2" GMTOffset="1"/>
                            <OperatingProviderDetails flightNumber="2482"/>
                            <Equipment type="321"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="2" pricingSequence="2" requireSplitPNR="false" passengersInDifferentCabins="false" brandingProgram="130538" brand="FLEX" mixedBrands="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="2207944161483" bookingClass="Y" fareBasis="Y77" cabin="Y" meal="S">
                            <FareComponent startLocation="LHR" endLocation="MUC" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="2207944161483" bookingClass="V" fareBasis="V31FLX1A" cabin="Y" meal="S" brand="FLEX" brandingProgram="130538">
                            <FareComponent startLocation="MUC" endLocation="LHR" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="2207944161483" type="ADT" firstName="BRAND" lastName="MARS">
                            <ResultPriceDifference differenceType="AddCollect" residualAmountForfeited="true">
                                <FareDifference currencyCode="USD" decimalPlaces="2">2.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">-15.40</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">-16.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YR">0.20</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.20</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.50</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="DE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="RA">-0.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="OY">-0.10</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">-13.40</SubtotalDifference>
                                <TotalFee currencyCode="USD" decimalPlaces="2" type="CHG">74.00</TotalFee>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">74.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">2.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">-15.40</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">-13.40</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFee currencyCode="USD" decimalPlaces="2" type="CHG">74.00</TotalFee>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">74.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
            </Solution>
            <Solution sequence="3" pricingSequence="3">
                <BookItinerary>
                    <OriginDestination elapsedTime="105" startLocation="LHR" endLocation="MUC" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="1" elapsedTime="105" startDateTime="2017-04-25T06:55:00" endDateTime="2017-04-25T09:40:00" startLocation="LHR" endLocation="MUC" marketingFlightNumber="2483" marketingProvider="LH" operatingProvider="LH" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="1"/>
                            <EndLocationDetails terminalID="2" GMTOffset="2"/>
                            <OperatingProviderDetails flightNumber="2483"/>
                            <Equipment type="320"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="120" startLocation="MUC" endLocation="LHR" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="2" elapsedTime="120" startDateTime="2017-05-05T21:40:00" endDateTime="2017-05-05T22:40:00" startLocation="MUC" endLocation="LHR" marketingFlightNumber="2484" marketingProvider="LH" operatingProvider="LH" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="2"/>
                            <EndLocationDetails terminalID="2" GMTOffset="1"/>
                            <OperatingProviderDetails flightNumber="2484"/>
                            <Equipment type="320"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="3" pricingSequence="3" requireSplitPNR="false" passengersInDifferentCabins="false" brandingProgram="130538" brand="FLEX" mixedBrands="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="2207944161483" bookingClass="Y" fareBasis="Y77" cabin="Y" meal="S">
                            <FareComponent startLocation="LHR" endLocation="MUC" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="2207944161483" bookingClass="V" fareBasis="V31FLX1A" cabin="Y" meal="S" brand="FLEX" brandingProgram="130538">
                            <FareComponent startLocation="MUC" endLocation="LHR" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="2207944161483" type="ADT" firstName="BRAND" lastName="MARS">
                            <ResultPriceDifference differenceType="AddCollect" residualAmountForfeited="true">
                                <FareDifference currencyCode="USD" decimalPlaces="2">2.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">-15.40</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">-16.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YR">0.20</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.20</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.50</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="DE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="RA">-0.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="OY">-0.10</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">-13.40</SubtotalDifference>
                                <TotalFee currencyCode="USD" decimalPlaces="2" type="CHG">74.00</TotalFee>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">74.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">2.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">-15.40</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">-13.40</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFee currencyCode="USD" decimalPlaces="2" type="CHG">74.00</TotalFee>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">74.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
            </Solution>
            <Solution sequence="4" pricingSequence="4">
                <BookItinerary>
                    <OriginDestination elapsedTime="105" startLocation="LHR" endLocation="MUC" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="1" elapsedTime="105" startDateTime="2017-04-25T13:50:00" endDateTime="2017-04-25T16:35:00" startLocation="LHR" endLocation="MUC" marketingFlightNumber="2475" marketingProvider="LH" operatingProvider="LH" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="1"/>
                            <EndLocationDetails terminalID="2" GMTOffset="2"/>
                            <OperatingProviderDetails flightNumber="2475"/>
                            <Equipment type="321"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="120" startLocation="MUC" endLocation="LHR" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="2" elapsedTime="120" startDateTime="2017-05-05T18:40:00" endDateTime="2017-05-05T19:40:00" startLocation="MUC" endLocation="LHR" marketingFlightNumber="2480" marketingProvider="LH" operatingProvider="LH" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="2"/>
                            <EndLocationDetails terminalID="2" GMTOffset="1"/>
                            <OperatingProviderDetails flightNumber="2480"/>
                            <Equipment type="32A"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="4" pricingSequence="4" requireSplitPNR="false" passengersInDifferentCabins="false" brandingProgram="130538" brand="FLEX" mixedBrands="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="2207944161483" bookingClass="Y" fareBasis="Y77" cabin="Y" meal="S">
                            <FareComponent startLocation="LHR" endLocation="MUC" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="2207944161483" bookingClass="V" fareBasis="V31FLX1A" cabin="Y" meal="S" brand="FLEX" brandingProgram="130538">
                            <FareComponent startLocation="MUC" endLocation="LHR" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="2207944161483" type="ADT" firstName="BRAND" lastName="MARS">
                            <ResultPriceDifference differenceType="AddCollect" residualAmountForfeited="true">
                                <FareDifference currencyCode="USD" decimalPlaces="2">2.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">-15.40</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">-16.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YR">0.20</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.20</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.50</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="DE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="RA">-0.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="OY">-0.10</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">-13.40</SubtotalDifference>
                                <TotalFee currencyCode="USD" decimalPlaces="2" type="CHG">74.00</TotalFee>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">74.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">2.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">-15.40</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">-13.40</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFee currencyCode="USD" decimalPlaces="2" type="CHG">74.00</TotalFee>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">74.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
            </Solution>
            <Solution sequence="5" pricingSequence="5">
                <BookItinerary>
                    <OriginDestination elapsedTime="105" startLocation="LHR" endLocation="MUC" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="1" elapsedTime="105" startDateTime="2017-04-25T13:50:00" endDateTime="2017-04-25T16:35:00" startLocation="LHR" endLocation="MUC" marketingFlightNumber="2475" marketingProvider="LH" operatingProvider="LH" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="1"/>
                            <EndLocationDetails terminalID="2" GMTOffset="2"/>
                            <OperatingProviderDetails flightNumber="2475"/>
                            <Equipment type="321"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="120" startLocation="MUC" endLocation="LHR" segmentQuantity="1">
                        <ReservationSegment book="true" segmentNumber="2" elapsedTime="120" startDateTime="2017-05-05T19:25:00" endDateTime="2017-05-05T20:25:00" startLocation="MUC" endLocation="LHR" marketingFlightNumber="2482" marketingProvider="LH" operatingProvider="LH" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O">
                            <StartLocationDetails terminalID="2" GMTOffset="2"/>
                            <EndLocationDetails terminalID="2" GMTOffset="1"/>
                            <OperatingProviderDetails flightNumber="2482"/>
                            <Equipment type="321"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="5" pricingSequence="5" requireSplitPNR="false" passengersInDifferentCabins="false" brandingProgram="130538" brand="FLEX" mixedBrands="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="2207944161483" bookingClass="Y" fareBasis="Y77" cabin="Y" meal="S">
                            <FareComponent startLocation="LHR" endLocation="MUC" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="2207944161483" bookingClass="V" fareBasis="V31FLX1A" cabin="Y" meal="S" brand="FLEX" brandingProgram="130538">
                            <FareComponent startLocation="MUC" endLocation="LHR" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="2207944161483" type="ADT" firstName="BRAND" lastName="MARS">
                            <ResultPriceDifference differenceType="AddCollect" residualAmountForfeited="true">
                                <FareDifference currencyCode="USD" decimalPlaces="2">2.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">-15.40</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">-16.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YR">0.20</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.20</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.50</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="DE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="RA">-0.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="OY">-0.10</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">-13.40</SubtotalDifference>
                                <TotalFee currencyCode="USD" decimalPlaces="2" type="CHG">74.00</TotalFee>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">74.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">2.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">-15.40</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">-13.40</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFee currencyCode="USD" decimalPlaces="2" type="CHG">74.00</TotalFee>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">74.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
            </Solution>
        </ExchangeShoppingRS>
        <!--Shopping response passing details of existing EMDs and shopped ancillaries-->
        <ExchangeShoppingRS xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" solutions="5">
            <ApplicationResults xmlns="http://services.sabre.com/STL_Payload/v02_01" status="Complete">
                <Success timeStamp="2019-08-22T13:02:37.596+02:00"/>
            </ApplicationResults>
            <Solution sequence="1" pricingSequence="1">
                <BookItinerary>
                    <OriginDestination elapsedTime="480" startLocation="AUH" endLocation="LHR" segmentQuantity="1">
                        <ReservationSegment segmentNumber="1" elapsedTime="480" startDateTime="2018-11-19T13:45:00" endDateTime="2018-11-19T17:45:00" startLocation="AUH" endLocation="LHR" marketingFlightNumber="17" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="3" GMTOffset="4"/>
                            <EndLocationDetails terminalID="4" GMTOffset="0"/>
                            <OperatingProviderDetails flightNumber="17"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="435" startLocation="LHR" endLocation="AUH" segmentQuantity="1">
                        <ReservationSegment segmentNumber="2" elapsedTime="435" startDateTime="2018-11-27T14:05:00" endDateTime="2018-11-28T01:20:00" startLocation="LHR" endLocation="AUH" marketingFlightNumber="20" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="false">
                            <StartLocationDetails terminalID="4" GMTOffset="0"/>
                            <EndLocationDetails terminalID="3" GMTOffset="4"/>
                            <OperatingProviderDetails flightNumber="20"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="1" pricingSequence="1" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                            <ResultPriceDifference differenceType="Even">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                            <ResultPriceDifference differenceType="Even">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="Even">
                        <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <TPA_Extensions>
                    <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                        <AncillaryFeeGroups>
                            <AncillaryFeeGroup Code="IE" Name="IN-FLIGHT ENTERTAINMENT">
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-19" Description="NEIGHBOR FREE SEAT" DestinationAirport="LHR" EndSegment="1" OriginAirport="AUH" PassengerCode="ADT" StartSegment="1"/>
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-27" Description="NEIGHBOR FREE SEAT" DestinationAirport="AUH" EndSegment="2" OriginAirport="LHR" PassengerCode="ADT" StartSegment="2"/>
                            </AncillaryFeeGroup>
                        </AncillaryFeeGroups>
                    </Passenger>
                    <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                        <AncillaryFeeGroups>
                            <AncillaryFeeGroup Code="IE" Name="IN-FLIGHT ENTERTAINMENT">
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-19" Description="NEIGHBOR FREE SEAT" DestinationAirport="LHR" EndSegment="1" OriginAirport="AUH" PassengerCode="ADR" StartSegment="1"/>
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-27" Description="NEIGHBOR FREE SEAT" DestinationAirport="AUH" EndSegment="2" OriginAirport="LHR" PassengerCode="ADR" StartSegment="2"/>
                            </AncillaryFeeGroup>
                        </AncillaryFeeGroups>
                    </Passenger>
                </TPA_Extensions>
            </Solution>
            <Solution sequence="2" pricingSequence="2">
                <BookItinerary>
                    <OriginDestination elapsedTime="485" startLocation="AUH" endLocation="LHR" segmentQuantity="1">
                        <ReservationSegment segmentNumber="1" elapsedTime="485" startDateTime="2018-11-19T08:00:00" endDateTime="2018-11-19T12:05:00" startLocation="AUH" endLocation="LHR" marketingFlightNumber="19" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="3" GMTOffset="4"/>
                            <EndLocationDetails terminalID="4" GMTOffset="0"/>
                            <OperatingProviderDetails flightNumber="19"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="435" startLocation="LHR" endLocation="AUH" segmentQuantity="1">
                        <ReservationSegment segmentNumber="2" elapsedTime="435" startDateTime="2018-11-27T14:05:00" endDateTime="2018-11-28T01:20:00" startLocation="LHR" endLocation="AUH" marketingFlightNumber="20" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="false">
                            <StartLocationDetails terminalID="4" GMTOffset="0"/>
                            <EndLocationDetails terminalID="3" GMTOffset="4"/>
                            <OperatingProviderDetails flightNumber="20"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="2" pricingSequence="2" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                            <ResultPriceDifference differenceType="Even">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                            <ResultPriceDifference differenceType="Even">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="Even">
                        <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <TPA_Extensions>
                    <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                        <AncillaryFeeGroups>
                            <AncillaryFeeGroup Code="IE" Name="IN-FLIGHT ENTERTAINMENT">
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-19" Description="NEIGHBOR FREE SEAT" DestinationAirport="LHR" EndSegment="1" OriginAirport="AUH" PassengerCode="ADT" StartSegment="1"/>
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-27" Description="NEIGHBOR FREE SEAT" DestinationAirport="AUH" EndSegment="2" OriginAirport="LHR" PassengerCode="ADT" StartSegment="2"/>
                            </AncillaryFeeGroup>
                        </AncillaryFeeGroups>
                    </Passenger>
                    <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                        <AncillaryFeeGroups>
                            <AncillaryFeeGroup Code="IE" Name="IN-FLIGHT ENTERTAINMENT">
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-19" Description="NEIGHBOR FREE SEAT" DestinationAirport="LHR" EndSegment="1" OriginAirport="AUH" PassengerCode="ADR" StartSegment="1"/>
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-27" Description="NEIGHBOR FREE SEAT" DestinationAirport="AUH" EndSegment="2" OriginAirport="LHR" PassengerCode="ADR" StartSegment="2"/>
                            </AncillaryFeeGroup>
                        </AncillaryFeeGroups>
                    </Passenger>
                </TPA_Extensions>
            </Solution>
            <Solution sequence="3" pricingSequence="3">
                <BookItinerary>
                    <OriginDestination elapsedTime="495" startLocation="AUH" endLocation="LHR" segmentQuantity="1">
                        <ReservationSegment segmentNumber="1" elapsedTime="495" startDateTime="2018-11-19T02:25:00" endDateTime="2018-11-19T06:40:00" startLocation="AUH" endLocation="LHR" marketingFlightNumber="11" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="3" GMTOffset="4"/>
                            <EndLocationDetails terminalID="4" GMTOffset="0"/>
                            <OperatingProviderDetails flightNumber="11"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="435" startLocation="LHR" endLocation="AUH" segmentQuantity="1">
                        <ReservationSegment segmentNumber="2" elapsedTime="435" startDateTime="2018-11-27T14:05:00" endDateTime="2018-11-28T01:20:00" startLocation="LHR" endLocation="AUH" marketingFlightNumber="20" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="false">
                            <StartLocationDetails terminalID="4" GMTOffset="0"/>
                            <EndLocationDetails terminalID="3" GMTOffset="4"/>
                            <OperatingProviderDetails flightNumber="20"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="3" pricingSequence="3" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                            <ResultPriceDifference differenceType="Even">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                            <ResultPriceDifference differenceType="Even">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="Even">
                        <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <TPA_Extensions>
                    <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                        <AncillaryFeeGroups>
                            <AncillaryFeeGroup Code="IE" Name="IN-FLIGHT ENTERTAINMENT">
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-19" Description="NEIGHBOR FREE SEAT" DestinationAirport="LHR" EndSegment="1" OriginAirport="AUH" PassengerCode="ADT" StartSegment="1"/>
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-27" Description="NEIGHBOR FREE SEAT" DestinationAirport="AUH" EndSegment="2" OriginAirport="LHR" PassengerCode="ADT" StartSegment="2"/>
                            </AncillaryFeeGroup>
                        </AncillaryFeeGroups>
                    </Passenger>
                    <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                        <AncillaryFeeGroups>
                            <AncillaryFeeGroup Code="IE" Name="IN-FLIGHT ENTERTAINMENT">
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-19" Description="NEIGHBOR FREE SEAT" DestinationAirport="LHR" EndSegment="1" OriginAirport="AUH" PassengerCode="ADR" StartSegment="1"/>
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-27" Description="NEIGHBOR FREE SEAT" DestinationAirport="AUH" EndSegment="2" OriginAirport="LHR" PassengerCode="ADR" StartSegment="2"/>
                            </AncillaryFeeGroup>
                        </AncillaryFeeGroups>
                    </Passenger>
                </TPA_Extensions>
            </Solution>
            <Solution sequence="4" pricingSequence="4">
                <BookItinerary>
                    <OriginDestination elapsedTime="845" startLocation="AUH" endLocation="LHR" segmentQuantity="2">
                        <ReservationSegment segmentNumber="1" elapsedTime="365" startDateTime="2018-11-19T02:15:00" endDateTime="2018-11-19T05:20:00" startLocation="AUH" endLocation="BEG" marketingFlightNumber="71" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="3" GMTOffset="4"/>
                            <EndLocationDetails terminalID="2" GMTOffset="1"/>
                            <OperatingProviderDetails flightNumber="71"/>
                            <Equipment type="32A"/>
                        </ReservationSegment>
                        <ReservationSegment segmentNumber="2" elapsedTime="190" startDateTime="2018-11-19T10:10:00" endDateTime="2018-11-19T12:20:00" startLocation="BEG" endLocation="LHR" marketingFlightNumber="380" marketingProvider="JU" operatingProvider="JU" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="2" GMTOffset="1"/>
                            <EndLocationDetails terminalID="4" GMTOffset="0"/>
                            <OperatingProviderDetails flightNumber="380"/>
                            <Equipment type="319"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="435" startLocation="LHR" endLocation="AUH" segmentQuantity="1">
                        <ReservationSegment segmentNumber="3" elapsedTime="435" startDateTime="2018-11-27T14:05:00" endDateTime="2018-11-28T01:20:00" startLocation="LHR" endLocation="AUH" marketingFlightNumber="20" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="false">
                            <StartLocationDetails terminalID="4" GMTOffset="0"/>
                            <EndLocationDetails terminalID="3" GMTOffset="4"/>
                            <OperatingProviderDetails flightNumber="20"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="4" pricingSequence="4" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="J" fareBasis="FRTAE/FI" cabin="C" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="J" fareBasis="FRTAE/FI" cabin="C" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="J" fareBasis="FRTAE/FI" cabin="C" meal="M"/>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="J" fareBasis="FRTAE/FI" cabin="C" meal="M"/>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="3">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">11.10</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="LG">5.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="RF">1.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="RS">4.90</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">11.10</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">11.10</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">11.10</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="LG">5.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="RF">1.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="RS">4.90</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">11.10</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">11.10</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">22.20</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">22.20</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">22.20</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <TPA_Extensions>
                    <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                        <AncillaryFeeGroups>
                            <AncillaryFeeGroup Code="IE" Name="IN-FLIGHT ENTERTAINMENT">
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-19" Description="NEIGHBOR FREE SEAT" DestinationAirport="BEG" EndSegment="1" OriginAirport="AUH" PassengerCode="ADT" StartSegment="1"/>
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-27" Description="NEIGHBOR FREE SEAT" DestinationAirport="AUH" EndSegment="3" OriginAirport="LHR" PassengerCode="ADT" StartSegment="3"/>
                            </AncillaryFeeGroup>
                        </AncillaryFeeGroups>
                    </Passenger>
                    <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                        <AncillaryFeeGroups>
                            <AncillaryFeeGroup Code="IE" Name="IN-FLIGHT ENTERTAINMENT">
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-19" Description="NEIGHBOR FREE SEAT" DestinationAirport="BEG" EndSegment="1" OriginAirport="AUH" PassengerCode="ADR" StartSegment="1"/>
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-27" Description="NEIGHBOR FREE SEAT" DestinationAirport="AUH" EndSegment="3" OriginAirport="LHR" PassengerCode="ADR" StartSegment="3"/>
                            </AncillaryFeeGroup>
                        </AncillaryFeeGroups>
                    </Passenger>
                </TPA_Extensions>
            </Solution>
            <Solution sequence="5" pricingSequence="5">
                <BookItinerary>
                    <OriginDestination elapsedTime="650" startLocation="AUH" endLocation="LHR" segmentQuantity="2">
                        <ReservationSegment segmentNumber="1" elapsedTime="415" startDateTime="2018-11-19T09:10:00" endDateTime="2018-11-19T13:05:00" startLocation="AUH" endLocation="FCO" marketingFlightNumber="83" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="3" GMTOffset="4"/>
                            <EndLocationDetails terminalID="1" GMTOffset="1"/>
                            <OperatingProviderDetails flightNumber="83"/>
                            <Equipment type="332"/>
                        </ReservationSegment>
                        <ReservationSegment segmentNumber="2" elapsedTime="170" startDateTime="2018-11-19T14:10:00" endDateTime="2018-11-19T16:00:00" startLocation="FCO" endLocation="LHR" marketingFlightNumber="204" marketingProvider="AZ" operatingProvider="AZ" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="1" GMTOffset="1"/>
                            <EndLocationDetails terminalID="4" GMTOffset="0"/>
                            <OperatingProviderDetails flightNumber="204"/>
                            <Equipment type="321"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="435" startLocation="LHR" endLocation="AUH" segmentQuantity="1">
                        <ReservationSegment segmentNumber="3" elapsedTime="435" startDateTime="2018-11-27T14:05:00" endDateTime="2018-11-28T01:20:00" startLocation="LHR" endLocation="AUH" marketingFlightNumber="20" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="false">
                            <StartLocationDetails terminalID="4" GMTOffset="0"/>
                            <EndLocationDetails terminalID="3" GMTOffset="4"/>
                            <OperatingProviderDetails flightNumber="20"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="5" pricingSequence="5" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="J" fareBasis="FRTAE/FI" cabin="C" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="J" fareBasis="FRTAE/FI" cabin="C" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="I" fareBasis="FRTAE/FI" cabin="C" meal="L"/>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="I" fareBasis="FRTAE/FI" cabin="C" meal="L"/>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="3">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">20.20</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="HB">8.60</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="IT">7.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="MJ">1.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="VT">3.60</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">20.20</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">20.20</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">20.20</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="HB">8.60</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="IT">7.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="MJ">1.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="VT">3.60</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">20.20</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">20.20</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">40.40</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">40.40</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">40.40</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <TPA_Extensions>
                    <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                        <AncillaryFeeGroups>
                            <AncillaryFeeGroup Code="IE" Name="IN-FLIGHT ENTERTAINMENT">
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-19" Description="NEIGHBOR FREE SEAT" DestinationAirport="FCO" EndSegment="1" OriginAirport="AUH" PassengerCode="ADT" StartSegment="1"/>
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-27" Description="NEIGHBOR FREE SEAT" DestinationAirport="AUH" EndSegment="3" OriginAirport="LHR" PassengerCode="ADT" StartSegment="3"/>
                            </AncillaryFeeGroup>
                        </AncillaryFeeGroups>
                    </Passenger>
                    <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                        <AncillaryFeeGroups>
                            <AncillaryFeeGroup Code="IE" Name="IN-FLIGHT ENTERTAINMENT">
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-19" Description="NEIGHBOR FREE SEAT" DestinationAirport="FCO" EndSegment="1" OriginAirport="AUH" PassengerCode="ADR" StartSegment="1"/>
                                <AncillaryFeeItem Amount="0.00" Carrier="EY" Date="2018-11-27" Description="NEIGHBOR FREE SEAT" DestinationAirport="AUH" EndSegment="3" OriginAirport="LHR" PassengerCode="ADR" StartSegment="3"/>
                            </AncillaryFeeGroup>
                        </AncillaryFeeGroups>
                    </Passenger>
                </TPA_Extensions>
            </Solution>
            <ValidateEMDForExchange>
                <Passenger documentNumber="6077049020878" firstName="MARCIN" lastName="DZIK">
                    <ElectronicMiscellaneousDocument refundable="R" type="A">
                        <Number>6074573937968</Number>
                        <ReasonForIssue>C</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">225.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">225.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="Y" type="A">
                        <Number>6074573937969</Number>
                        <ReasonForIssue>C</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">28.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">28.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="N" type="A">
                        <Number>6074573938275</Number>
                        <ReasonForIssue>A</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">0.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">127.60</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="R" type="A">
                        <Number>6074573938276</Number>
                        <ReasonForIssue>C</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">788.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">788.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="Y" type="A">
                        <Number>6074573938279</Number>
                        <ReasonForIssue>B</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">44.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">44.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="N" type="A">
                        <Number>6074573938280</Number>
                        <ReasonForIssue>I</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">0.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">700.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="Y" type="A">
                        <Number>6074573938283</Number>
                        <ReasonForIssue>E</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">14.70</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">14.70</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                </Passenger>
                <Passenger documentNumber="6077049020879" firstName="ALICJA" lastName="MAKOTA">
                    <ElectronicMiscellaneousDocument refundable="R" type="A">
                        <Number>6074573937970</Number>
                        <ReasonForIssue>C</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">225.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">225.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="Y" type="A">
                        <Number>6074573937971</Number>
                        <ReasonForIssue>C</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">28.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">28.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="N" type="A">
                        <Number>6074573938277</Number>
                        <ReasonForIssue>A</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">0.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">127.60</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="R" type="A">
                        <Number>6074573938278</Number>
                        <ReasonForIssue>C</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">788.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">788.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="Y" type="A">
                        <Number>6074573938281</Number>
                        <ReasonForIssue>B</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">44.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">44.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="N" type="A">
                        <Number>6074573938282</Number>
                        <ReasonForIssue>I</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">0.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">700.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="Y" type="A">
                        <Number>6074573938284</Number>
                        <ReasonForIssue>E</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">14.70</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">14.70</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                </Passenger>
            </ValidateEMDForExchange>
        </ExchangeShoppingRS>
        <!--Shopping response passing details of existing EMDs and shopped baggage information-->
        <ExchangeShoppingRS xmlns="http://services.sabre.com/sp/exchange/shopping/v2_5" solutions="5">
            <ApplicationResults xmlns="http://services.sabre.com/STL_Payload/v02_01" status="Complete">
                <Success timeStamp="2019-08-22T13:03:08.059+02:00"/>
            </ApplicationResults>
            <Solution sequence="1" pricingSequence="1">
                <BookItinerary>
                    <OriginDestination elapsedTime="480" startLocation="AUH" endLocation="LHR" segmentQuantity="1">
                        <ReservationSegment segmentNumber="1" elapsedTime="480" startDateTime="2018-11-19T13:45:00" endDateTime="2018-11-19T17:45:00" startLocation="AUH" endLocation="LHR" marketingFlightNumber="17" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="3" GMTOffset="4"/>
                            <EndLocationDetails terminalID="4" GMTOffset="0"/>
                            <OperatingProviderDetails flightNumber="17"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="435" startLocation="LHR" endLocation="AUH" segmentQuantity="1">
                        <ReservationSegment segmentNumber="2" elapsedTime="435" startDateTime="2018-11-27T14:05:00" endDateTime="2018-11-28T01:20:00" startLocation="LHR" endLocation="AUH" marketingFlightNumber="20" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="false">
                            <StartLocationDetails terminalID="4" GMTOffset="0"/>
                            <EndLocationDetails terminalID="3" GMTOffset="4"/>
                            <OperatingProviderDetails flightNumber="20"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="1" pricingSequence="1" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                            <ResultPriceDifference differenceType="Even">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                            <ResultPriceDifference differenceType="Even">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="Even">
                        <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <TPA_Extensions>
                    <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                        <BaggageInformationList>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="1"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="2"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                        </BaggageInformationList>
                    </Passenger>
                    <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                        <BaggageInformationList>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="1"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="2"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                        </BaggageInformationList>
                    </Passenger>
                </TPA_Extensions>
            </Solution>
            <Solution sequence="2" pricingSequence="2">
                <BookItinerary>
                    <OriginDestination elapsedTime="485" startLocation="AUH" endLocation="LHR" segmentQuantity="1">
                        <ReservationSegment segmentNumber="1" elapsedTime="485" startDateTime="2018-11-19T08:00:00" endDateTime="2018-11-19T12:05:00" startLocation="AUH" endLocation="LHR" marketingFlightNumber="19" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="3" GMTOffset="4"/>
                            <EndLocationDetails terminalID="4" GMTOffset="0"/>
                            <OperatingProviderDetails flightNumber="19"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="435" startLocation="LHR" endLocation="AUH" segmentQuantity="1">
                        <ReservationSegment segmentNumber="2" elapsedTime="435" startDateTime="2018-11-27T14:05:00" endDateTime="2018-11-28T01:20:00" startLocation="LHR" endLocation="AUH" marketingFlightNumber="20" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="false">
                            <StartLocationDetails terminalID="4" GMTOffset="0"/>
                            <EndLocationDetails terminalID="3" GMTOffset="4"/>
                            <OperatingProviderDetails flightNumber="20"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="2" pricingSequence="2" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                            <ResultPriceDifference differenceType="Even">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                            <ResultPriceDifference differenceType="Even">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="Even">
                        <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <TPA_Extensions>
                    <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                        <BaggageInformationList>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="1"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="2"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                        </BaggageInformationList>
                    </Passenger>
                    <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                        <BaggageInformationList>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="1"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="2"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                        </BaggageInformationList>
                    </Passenger>
                </TPA_Extensions>
            </Solution>
            <Solution sequence="3" pricingSequence="3">
                <BookItinerary>
                    <OriginDestination elapsedTime="495" startLocation="AUH" endLocation="LHR" segmentQuantity="1">
                        <ReservationSegment segmentNumber="1" elapsedTime="495" startDateTime="2018-11-19T02:25:00" endDateTime="2018-11-19T06:40:00" startLocation="AUH" endLocation="LHR" marketingFlightNumber="11" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="3" GMTOffset="4"/>
                            <EndLocationDetails terminalID="4" GMTOffset="0"/>
                            <OperatingProviderDetails flightNumber="11"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="435" startLocation="LHR" endLocation="AUH" segmentQuantity="1">
                        <ReservationSegment segmentNumber="2" elapsedTime="435" startDateTime="2018-11-27T14:05:00" endDateTime="2018-11-28T01:20:00" startLocation="LHR" endLocation="AUH" marketingFlightNumber="20" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="false">
                            <StartLocationDetails terminalID="4" GMTOffset="0"/>
                            <EndLocationDetails terminalID="3" GMTOffset="4"/>
                            <OperatingProviderDetails flightNumber="20"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="3" pricingSequence="3" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                            <ResultPriceDifference differenceType="Even">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                            <ResultPriceDifference differenceType="Even">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="Even">
                        <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">0.00</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">0.00</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">0.00</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <TPA_Extensions>
                    <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                        <BaggageInformationList>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="1"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="2"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                        </BaggageInformationList>
                    </Passenger>
                    <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                        <BaggageInformationList>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="1"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="2"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                        </BaggageInformationList>
                    </Passenger>
                </TPA_Extensions>
            </Solution>
            <Solution sequence="4" pricingSequence="4">
                <BookItinerary>
                    <OriginDestination elapsedTime="845" startLocation="AUH" endLocation="LHR" segmentQuantity="2">
                        <ReservationSegment segmentNumber="1" elapsedTime="365" startDateTime="2018-11-19T02:15:00" endDateTime="2018-11-19T05:20:00" startLocation="AUH" endLocation="BEG" marketingFlightNumber="71" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="3" GMTOffset="4"/>
                            <EndLocationDetails terminalID="2" GMTOffset="1"/>
                            <OperatingProviderDetails flightNumber="71"/>
                            <Equipment type="32A"/>
                        </ReservationSegment>
                        <ReservationSegment segmentNumber="2" elapsedTime="190" startDateTime="2018-11-19T10:10:00" endDateTime="2018-11-19T12:20:00" startLocation="BEG" endLocation="LHR" marketingFlightNumber="380" marketingProvider="JU" operatingProvider="JU" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="2" GMTOffset="1"/>
                            <EndLocationDetails terminalID="4" GMTOffset="0"/>
                            <OperatingProviderDetails flightNumber="380"/>
                            <Equipment type="319"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="435" startLocation="LHR" endLocation="AUH" segmentQuantity="1">
                        <ReservationSegment segmentNumber="3" elapsedTime="435" startDateTime="2018-11-27T14:05:00" endDateTime="2018-11-28T01:20:00" startLocation="LHR" endLocation="AUH" marketingFlightNumber="20" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="false">
                            <StartLocationDetails terminalID="4" GMTOffset="0"/>
                            <EndLocationDetails terminalID="3" GMTOffset="4"/>
                            <OperatingProviderDetails flightNumber="20"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="4" pricingSequence="4" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="J" fareBasis="FRTAE/FI" cabin="C" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="J" fareBasis="FRTAE/FI" cabin="C" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="J" fareBasis="FRTAE/FI" cabin="C" meal="M"/>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="J" fareBasis="FRTAE/FI" cabin="C" meal="M"/>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="3">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">11.10</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="LG">5.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="RF">1.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="RS">4.90</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">11.10</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">11.10</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">11.10</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="LG">5.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="RF">1.10</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="RS">4.90</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">11.10</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">11.10</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">22.20</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">22.20</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">22.20</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <TPA_Extensions>
                    <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                        <BaggageInformationList>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="1"/>
                                <Segment Id="2"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="3"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                        </BaggageInformationList>
                    </Passenger>
                    <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                        <BaggageInformationList>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="1"/>
                                <Segment Id="2"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="3"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                        </BaggageInformationList>
                    </Passenger>
                </TPA_Extensions>
            </Solution>
            <Solution sequence="5" pricingSequence="5">
                <BookItinerary>
                    <OriginDestination elapsedTime="650" startLocation="AUH" endLocation="LHR" segmentQuantity="2">
                        <ReservationSegment segmentNumber="1" elapsedTime="415" startDateTime="2018-11-19T09:10:00" endDateTime="2018-11-19T13:05:00" startLocation="AUH" endLocation="FCO" marketingFlightNumber="83" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="3" GMTOffset="4"/>
                            <EndLocationDetails terminalID="1" GMTOffset="1"/>
                            <OperatingProviderDetails flightNumber="83"/>
                            <Equipment type="332"/>
                        </ReservationSegment>
                        <ReservationSegment segmentNumber="2" elapsedTime="170" startDateTime="2018-11-19T14:10:00" endDateTime="2018-11-19T16:00:00" startLocation="FCO" endLocation="LHR" marketingFlightNumber="204" marketingProvider="AZ" operatingProvider="AZ" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="true">
                            <StartLocationDetails terminalID="1" GMTOffset="1"/>
                            <EndLocationDetails terminalID="4" GMTOffset="0"/>
                            <OperatingProviderDetails flightNumber="204"/>
                            <Equipment type="321"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination elapsedTime="435" startLocation="LHR" endLocation="AUH" segmentQuantity="1">
                        <ReservationSegment segmentNumber="3" elapsedTime="435" startDateTime="2018-11-27T14:05:00" endDateTime="2018-11-28T01:20:00" startLocation="LHR" endLocation="AUH" marketingFlightNumber="20" marketingProvider="EY" operatingProvider="EY" stopQuantity="0" electronicTicketingIndicator="true" marriageGroup="O" book="false">
                            <StartLocationDetails terminalID="4" GMTOffset="0"/>
                            <EndLocationDetails terminalID="3" GMTOffset="4"/>
                            <OperatingProviderDetails flightNumber="20"/>
                            <Equipment type="388"/>
                        </ReservationSegment>
                    </OriginDestination>
                </BookItinerary>
                <Fare valid="true" postCalcIndex="5" pricingSequence="5" requireSplitPNR="false" passengersInDifferentCabins="false">
                    <ReservationSegmentDetails segmentNumber="1">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="J" fareBasis="FRTAE/FI" cabin="C" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="J" fareBasis="FRTAE/FI" cabin="C" meal="M">
                            <FareComponent startLocation="AUH" endLocation="LHR" directionality="FROM"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="2">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="I" fareBasis="FRTAE/FI" cabin="C" meal="L"/>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="I" fareBasis="FRTAE/FI" cabin="C" meal="L"/>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails segmentNumber="3">
                        <PassengerBookingDetails documentNumber="6077049020878" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                        <PassengerBookingDetails documentNumber="6077049020879" bookingClass="F" fareBasis="FRTAE/FI" cabin="F" meal="M">
                            <FareComponent startLocation="LHR" endLocation="AUH" directionality="TO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">20.20</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="HB">8.60</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="IT">7.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="MJ">1.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="VT">3.60</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">20.20</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">20.20</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                        <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                            <ResultPriceDifference differenceType="AddCollect">
                                <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                                <TaxDifference currencyCode="USD" decimalPlaces="2">20.20</TaxDifference>
                                <TaxDetails>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="YQ">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="AE">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="TP">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="ZR">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="F6">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="GB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="UB">0.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="HB">8.60</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="IT">7.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="MJ">1.00</TaxDifference>
                                    <TaxDifference currencyCode="USD" decimalPlaces="2" taxCode="VT">3.60</TaxDifference>
                                </TaxDetails>
                                <SubtotalDifference currencyCode="USD" decimalPlaces="2">20.20</SubtotalDifference>
                                <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                                <GrandTotalDifference currencyCode="USD" decimalPlaces="2">20.20</GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference differenceType="AddCollect">
                        <FareDifference currencyCode="USD" decimalPlaces="2">0.00</FareDifference>
                        <TaxDifference currencyCode="USD" decimalPlaces="2">40.40</TaxDifference>
                        <SubtotalDifference currencyCode="USD" decimalPlaces="2">40.40</SubtotalDifference>
                        <NonRefundableAmount currencyCode="USD" decimalPlaces="2">0.00</NonRefundableAmount>
                        <TotalFeeTax currencyCode="USD" decimalPlaces="2">0.00</TotalFeeTax>
                        <GrandTotalDifference currencyCode="USD" decimalPlaces="2">40.40</GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <TPA_Extensions>
                    <Passenger documentNumber="6077049020878" type="ADT" firstName="MARCIN" lastName="DZIK">
                        <BaggageInformationList>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="1"/>
                                <Segment Id="2"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="3"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                        </BaggageInformationList>
                    </Passenger>
                    <Passenger documentNumber="6077049020879" type="ADT" firstName="ALICJA" lastName="MAKOTA">
                        <BaggageInformationList>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="1"/>
                                <Segment Id="2"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                            <BaggageInformation AirlineCode="EY" ProvisionType="A">
                                <Segment Id="3"/>
                                <Allowance Unit="kg" Weight="50"/>
                            </BaggageInformation>
                        </BaggageInformationList>
                    </Passenger>
                </TPA_Extensions>
            </Solution>
            <ValidateEMDForExchange>
                <Passenger documentNumber="6077049020878" firstName="MARCIN" lastName="DZIK">
                    <ElectronicMiscellaneousDocument refundable="R" type="A">
                        <Number>6074573937968</Number>
                        <ReasonForIssue>C</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">225.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">225.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="Y" type="A">
                        <Number>6074573937969</Number>
                        <ReasonForIssue>C</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">28.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">28.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="N" type="A">
                        <Number>6074573938275</Number>
                        <ReasonForIssue>A</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">0.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">127.60</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="R" type="A">
                        <Number>6074573938276</Number>
                        <ReasonForIssue>C</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">788.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">788.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="Y" type="A">
                        <Number>6074573938279</Number>
                        <ReasonForIssue>B</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">44.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">44.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="N" type="A">
                        <Number>6074573938280</Number>
                        <ReasonForIssue>I</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">0.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">700.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="Y" type="A">
                        <Number>6074573938283</Number>
                        <ReasonForIssue>E</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">14.70</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">14.70</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                </Passenger>
                <Passenger documentNumber="6077049020879" firstName="ALICJA" lastName="MAKOTA">
                    <ElectronicMiscellaneousDocument refundable="R" type="A">
                        <Number>6074573937970</Number>
                        <ReasonForIssue>C</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">225.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">225.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="Y" type="A">
                        <Number>6074573937971</Number>
                        <ReasonForIssue>C</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">28.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">28.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="N" type="A">
                        <Number>6074573938277</Number>
                        <ReasonForIssue>A</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">0.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">127.60</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="R" type="A">
                        <Number>6074573938278</Number>
                        <ReasonForIssue>C</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">788.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">788.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="Y" type="A">
                        <Number>6074573938281</Number>
                        <ReasonForIssue>B</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">44.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">44.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="N" type="A">
                        <Number>6074573938282</Number>
                        <ReasonForIssue>I</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">0.00</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">700.00</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                    <ElectronicMiscellaneousDocument refundable="Y" type="A">
                        <Number>6074573938284</Number>
                        <ReasonForIssue>E</ReasonForIssue>
                        <UnusedAmount decimalPlaces="2" currencyCode="USD">14.70</UnusedAmount>
                        <TotalAmount decimalPlaces="2" currencyCode="USD">14.70</TotalAmount>
                    </ElectronicMiscellaneousDocument>
                </Passenger>
            </ValidateEMDForExchange>
        </ExchangeShoppingRS>
    </SampleResponses>
</SamplePayloads>