- Created by Yulia Komarova, last modified on 10.02.2025
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 5 Current »
Overview
An example of end-to-end scenario based on on operation flow and user story searchFlightsJourney → book (Flight) → reprice without PNR → reprice with PNR → demandTickets (ETK) S7 Agent wants to book round trip flight for group of travelers (2 adults, 1 child and 1 infant on a lap). He also wants to book fare for subsidised passenger family group. He chooses S7 flights.Operation flow
User story
Scenario
The general process for book a trip such as this is:
Initial search for flight solutions: S7 Agent executes a searchFlightsJourney operation with itinerary criteria and subsidised passenger types count;
Book a reservation: S7 Agent executes a book operation with passenger details and itinerary info of chosen solution from search results
Request for informative reservation pricing: S7 Agent executes a reprice operation with itinerary info of chosen solution;
Request for reservation pricing: S7 Agent executes a reprice operation with itinerary info of chosen solution;
Issue tickets for all passenger: S7 Agent executes a demandTickets operation with reservation reference and pricing details.
Table of contents:
Before you can send a request to S7 Agent API, you must get an SSL certificate and configure your software.
Use subsidised passenger types only for subsidised flow.
Step 1: Initial search for flight solutions
S7 Agent executes a searchFlightsJourney operation with itinerary criteria and passenger types
Use PTC types: FBB for adult passenger and teenager (up 12 and under 18 years), FBD for child, FBJ for infant to get subsidised fares.
Itinerary criteria:
Irkutsk (IKT) to Bangkok (BKK)
Passenger types count:
2xFBB 1xFBD1xFBJ
<?xml version="1.0" encoding="utf-8"?> <Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Body> <AirShoppingRQ Version="1.0" xmlns="http://www.iata.org/IATA/EDIST"> <Document /> <Party> <Sender> <AgentUserSender> <PseudoCity>S7AGN8224</PseudoCity> <AgentUserID>ID</AgentUserID> </AgentUserSender> </Sender> <Participants xsi:nil="true" /> <Recipient xsi:nil="true" /> </Party> <Parameters> <CurrCodes> <CurrCode>RUB</CurrCode> </CurrCodes> </Parameters> <Travelers> <Traveler> <AnonymousTraveler> <PTC Quantity="2">FBB</PTC> </AnonymousTraveler> </Traveler> <Traveler> <AnonymousTraveler> <PTC Quantity="1">FBD</PTC> </AnonymousTraveler> </Traveler> <Traveler> <AnonymousTraveler> <PTC Quantity="1">FBJ</PTC> </AnonymousTraveler> </Traveler> </Travelers> <CoreQuery> <OriginDestinations> <OriginDestination> <Departure> <AirportCode>IKT</AirportCode> <Date>2025-04-13</Date> </Departure> <Arrival> <AirportCode>BKK</AirportCode> </Arrival> </OriginDestination> <OriginDestination> <Departure> <AirportCode>BKK</AirportCode> <Date>2025-04-29</Date> </Departure> <Arrival> <AirportCode>IKT</AirportCode> </Arrival> </OriginDestination> </OriginDestinations> </CoreQuery> </AirShoppingRQ> </Body> </Envelope>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:Envelope xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.iata.org/IATA/EDIST"> <ns2:Body> <ns3:AirShoppingRS Version="2.000"> <ns3:Document> <ns3:Name>1.0</ns3:Name> </ns3:Document> <ns3:Success/> <ns3:Warnings> <ns3:Warning Type="101" ShortText="nearest.airports.BKKUTP1" Code="nearest.airports"/> </ns3:Warnings> <ns3:AirShoppingProcessing/> <ns3:OffersGroup> <ns3:AirlineOffers> <ns3:Owner>S7</ns3:Owner> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF1</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">383965</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">375120</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> <ns3:Detail> <ns3:SubTotal Code="EUR">3714</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">8845</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>BASIC ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF1SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">188807</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">1247</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">187560</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 IKT-BKK</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC1"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60500</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">401</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC2"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60500</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">299</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC3"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">6060</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> <ns3:OfferPrice OfferItemID="OF1SL2"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">195158</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">7598</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">187560</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG2 BKK-IKT</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC4"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60500</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2518</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC5"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60500</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2416</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC6"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">6060</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF2</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">500415</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">491570</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> <ns3:Detail> <ns3:SubTotal Code="EUR">4867</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">8845</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>STANDARD ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF2SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">247082</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">1247</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">245835</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 IKT-BKK</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC7"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79285</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">401</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC8"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79285</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">299</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC9"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">7980</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> <ns3:OfferPrice OfferItemID="OF2SL2"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">253333</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">7598</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">245735</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG2 BKK-IKT</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC10"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79285</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2518</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC11"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79285</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2416</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC12"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">7880</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> </ns3:AirlineOffers> <ns3:AirlineOffers> <ns3:Owner>S7</ns3:Owner> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF1</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">383965</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">375120</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> <ns3:Detail> <ns3:SubTotal Code="EUR">3714</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">8845</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>BASIC ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF1SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">188807</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">1247</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">187560</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 IKT-BKK</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC13"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60500</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">401</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC14"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60500</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">299</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC15"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">6060</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> <ns3:OfferPrice OfferItemID="OF1SL2"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">195158</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">7598</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">187560</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG3 BKK-IKT</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD3</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG3"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG3"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD3</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG3"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG3"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD3</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG3"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG3"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC16"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60500</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2518</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC17"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60500</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2416</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC18"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">6060</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF2</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">500415</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">491570</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> <ns3:Detail> <ns3:SubTotal Code="EUR">4867</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">8845</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>STANDARD ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF2SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">247082</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">1247</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">245835</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 IKT-BKK</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC19"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79285</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">401</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC20"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79285</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">299</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC21"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">7980</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> <ns3:OfferPrice OfferItemID="OF2SL2"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">253333</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">7598</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">245735</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG3 BKK-IKT</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD3</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG3"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG3"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD3</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG3"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG3"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD3</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG3"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG3"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC22"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79285</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2518</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC23"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79285</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2416</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC24"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">7880</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> </ns3:AirlineOffers> <ns3:AirlineOffers> <ns3:Owner>S7</ns3:Owner> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF1</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">385285</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">376440</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> <ns3:Detail> <ns3:SubTotal Code="EUR">3727</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">8845</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>BASIC ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF1SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">190127</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">1247</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">188880</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation/> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD4</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG4"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG4"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD4</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG4"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG4"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD4</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG4"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG4"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC25"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60905</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">401</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC26"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60905</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">299</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC27"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">6165</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> <ns3:OfferPrice OfferItemID="OF1SL2"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">195158</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">7598</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">187560</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG2 BKK-IKT</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC28"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60500</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2518</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC29"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60500</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2416</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC30"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">6060</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF2</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">502645</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">493800</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> <ns3:Detail> <ns3:SubTotal Code="EUR">4889</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">8845</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>STANDARD ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF2SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">249312</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">1247</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">248065</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation/> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD4</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG4"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG4"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD4</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG4"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG4"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD4</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG4"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG4"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC31"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79995</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">401</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC32"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79995</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">299</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC33"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">8080</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> <ns3:OfferPrice OfferItemID="OF2SL2"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">253333</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">7598</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">245735</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG2 BKK-IKT</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC34"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79285</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2518</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC35"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79285</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2416</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC36"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">7880</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> </ns3:AirlineOffers> <ns3:AirlineOffers> <ns3:Owner>S7</ns3:Owner> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF1</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">385285</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">376440</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> <ns3:Detail> <ns3:SubTotal Code="EUR">3727</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">8845</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>BASIC ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF1SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">190127</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">1247</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">188880</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation/> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD4</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG4"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG4"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD4</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG4"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG4"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD4</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG4"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG4"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC37"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60905</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">401</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC38"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60905</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">299</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC39"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">6165</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> <ns3:OfferPrice OfferItemID="OF1SL2"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">195158</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">7598</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">187560</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG3 BKK-IKT</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD3</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG3"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG3"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD3</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG3"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG3"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSRT4</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD3</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG3"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG3"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC40"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60500</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2518</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC41"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">60500</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2416</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC42"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">6060</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF2</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">502645</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">493800</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> <ns3:Detail> <ns3:SubTotal Code="EUR">4889</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">8845</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>STANDARD ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF2SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">249312</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">1247</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">248065</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation/> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD4</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG4"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG4"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD4</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG4"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG4"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD4</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG4"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG4"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC43"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79995</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">401</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC44"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79995</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">299</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC45"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">8080</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> <ns3:OfferPrice OfferItemID="OF2SL2"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">253333</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">7598</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">245735</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG3 BKK-IKT</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD3</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG3"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG3"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD3</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG3"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG3"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YSTRT4</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD3</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG3"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG3"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YSTRT4</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC46"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79285</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2518</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC47"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">79285</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2416</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> <ns3:Description>S7 YQ surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> <ns3:Description>Terminal Use Charge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC48"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">7880</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">146</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> <ns3:Description>Surcharge</ns3:Description> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> </ns3:AirlineOffers> </ns3:OffersGroup> <ns3:DataLists> <ns3:AnonymousTravelerList> <ns3:AnonymousTraveler ObjectKey="SH1"> <ns3:PTC Quantity="2">FBB</ns3:PTC> </ns3:AnonymousTraveler> <ns3:AnonymousTraveler ObjectKey="SH2"> <ns3:PTC Quantity="1">FBD</ns3:PTC> </ns3:AnonymousTraveler> <ns3:AnonymousTraveler ObjectKey="SH3"> <ns3:PTC Quantity="1">FBJ</ns3:PTC> </ns3:AnonymousTraveler> </ns3:AnonymousTravelerList> <ns3:CarryOnAllowanceList> <ns3:CarryOnAllowance ListKey="CO1"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:Descriptions> <ns3:Description> <ns3:Text>10KG</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CarryOnAllowance> </ns3:CarryOnAllowanceList> <ns3:CheckedBagAllowanceList> <ns3:CheckedBagAllowance ListKey="BG1"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:ApplicableBag>NO</ns3:ApplicableBag> <ns3:Descriptions> <ns3:Description/> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CheckedBagAllowance> <ns3:CheckedBagAllowance ListKey="BG2"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:ApplicableBag>1PC</ns3:ApplicableBag> <ns3:Descriptions> <ns3:Description> <ns3:Text>Whellchair</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Fishing Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Golf Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Skiing Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Bicycle</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Hockey Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Stroller/Pushchair</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Sporting Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>23 KG</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Up to 50 lb/23 kg</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Up to 80 li/203 lcm</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CheckedBagAllowance> </ns3:CheckedBagAllowanceList> <ns3:FlightSegmentList> <ns3:FlightSegment SegmentKey="SEG1"> <ns3:Departure> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>05:05</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>10:15</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6317</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6317</ns3:FlightNumber> </ns3:OperatingCarrier> <ns3:Equipment refs="ML1"> <ns3:AircraftCode>73H</ns3:AircraftCode> <ns3:AirlineEquipCode>Boeing 737-800</ns3:AirlineEquipCode> </ns3:Equipment> <ns3:FlightDetail> <ns3:FlightDistance> <ns3:Value>2667</ns3:Value> <ns3:UOM>Miles</ns3:UOM> </ns3:FlightDistance> <ns3:FlightDuration> <ns3:Value>PT6H10M</ns3:Value> </ns3:FlightDuration> </ns3:FlightDetail> </ns3:FlightSegment> <ns3:FlightSegment SegmentKey="SEG2"> <ns3:Departure> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>11:25</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>18:45</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6318</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6318</ns3:FlightNumber> </ns3:OperatingCarrier> <ns3:Equipment refs="ML1"> <ns3:AircraftCode>73H</ns3:AircraftCode> <ns3:AirlineEquipCode>Boeing 737-800</ns3:AirlineEquipCode> </ns3:Equipment> <ns3:FlightDetail> <ns3:FlightDistance> <ns3:Value>2667</ns3:Value> <ns3:UOM>Miles</ns3:UOM> </ns3:FlightDistance> <ns3:FlightDuration> <ns3:Value>PT6H20M</ns3:Value> </ns3:FlightDuration> </ns3:FlightDetail> </ns3:FlightSegment> <ns3:FlightSegment SegmentKey="SEG3"> <ns3:Departure> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>15:55</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>23:15</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6306</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6306</ns3:FlightNumber> </ns3:OperatingCarrier> <ns3:Equipment refs="ML1"> <ns3:AircraftCode>73H</ns3:AircraftCode> <ns3:AirlineEquipCode>Boeing 737-800</ns3:AirlineEquipCode> </ns3:Equipment> <ns3:FlightDetail> <ns3:FlightDistance> <ns3:Value>2667</ns3:Value> <ns3:UOM>Miles</ns3:UOM> </ns3:FlightDistance> <ns3:FlightDuration> <ns3:Value>PT6H20M</ns3:Value> </ns3:FlightDuration> </ns3:FlightDetail> </ns3:FlightSegment> <ns3:FlightSegment SegmentKey="SEG4"> <ns3:Departure> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>09:00</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>UTP</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>14:20</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6323</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6323</ns3:FlightNumber> </ns3:OperatingCarrier> <ns3:Equipment refs="ML1"> <ns3:AircraftCode>73H</ns3:AircraftCode> <ns3:AirlineEquipCode>Boeing 737-800</ns3:AirlineEquipCode> </ns3:Equipment> <ns3:FlightDetail> <ns3:FlightDuration> <ns3:Value>PT6H20M</ns3:Value> </ns3:FlightDuration> </ns3:FlightDetail> </ns3:FlightSegment> </ns3:FlightSegmentList> <ns3:OriginDestinationList> <ns3:OriginDestination OriginDestinationKey="OD1"> <ns3:DepartureCode>IKT</ns3:DepartureCode> <ns3:ArrivalCode>BKK</ns3:ArrivalCode> <ns3:FlightReferences>SEG1</ns3:FlightReferences> </ns3:OriginDestination> <ns3:OriginDestination OriginDestinationKey="OD2"> <ns3:DepartureCode>BKK</ns3:DepartureCode> <ns3:ArrivalCode>IKT</ns3:ArrivalCode> <ns3:FlightReferences>SEG2</ns3:FlightReferences> </ns3:OriginDestination> <ns3:OriginDestination OriginDestinationKey="OD3"> <ns3:DepartureCode>BKK</ns3:DepartureCode> <ns3:ArrivalCode>IKT</ns3:ArrivalCode> <ns3:FlightReferences>SEG3</ns3:FlightReferences> </ns3:OriginDestination> <ns3:OriginDestination OriginDestinationKey="OD4"> <ns3:DepartureCode>IKT</ns3:DepartureCode> <ns3:ArrivalCode>UTP</ns3:ArrivalCode> <ns3:FlightReferences>SEG4</ns3:FlightReferences> </ns3:OriginDestination> </ns3:OriginDestinationList> <ns3:MediaList> <ns3:Media ListKey="ML1"> <ns3:MediaLink>https://static.s7cdn.online/hermes/IBE/image_airplane/737-800.png</ns3:MediaLink> </ns3:Media> </ns3:MediaList> <ns3:PenaltyList> <ns3:Penalty ObjectKey="PL1"> <ns3:Details> <ns3:Detail> <ns3:Type>BEFORE-DEPARTURE</ns3:Type> <ns3:Application> <ns3:Code>changePenalty</ns3:Code> </ns3:Application> <ns3:Amounts> <ns3:Amount> <ns3:CurrencyAmountValue Code="EUR">65</ns3:CurrencyAmountValue> <ns3:AmountApplication>MinimumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> <ns3:Amount> <ns3:CurrencyAmountValue Code="EUR">65</ns3:CurrencyAmountValue> <ns3:AmountApplication>MaximumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> </ns3:Amounts> </ns3:Detail> </ns3:Details> </ns3:Penalty> <ns3:Penalty ObjectKey="PL2"> <ns3:Details> <ns3:Detail> <ns3:Type>BEFORE-DEPARTURE</ns3:Type> <ns3:Application> <ns3:Code>changePenalty</ns3:Code> </ns3:Application> <ns3:Amounts> <ns3:Amount> <ns3:CurrencyAmountValue Code="EUR">45</ns3:CurrencyAmountValue> <ns3:AmountApplication>MinimumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> <ns3:Amount> <ns3:CurrencyAmountValue Code="EUR">45</ns3:CurrencyAmountValue> <ns3:AmountApplication>MaximumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> </ns3:Amounts> </ns3:Detail> <ns3:Detail> <ns3:Type>BEFORE-DEPARTURE</ns3:Type> <ns3:Application> <ns3:Code>cancellationAndRefundPenalty</ns3:Code> </ns3:Application> <ns3:Amounts> <ns3:Amount> <ns3:CurrencyAmountValue Code="EUR">55</ns3:CurrencyAmountValue> <ns3:AmountApplication>MinimumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> <ns3:Amount> <ns3:CurrencyAmountValue Code="EUR">55</ns3:CurrencyAmountValue> <ns3:AmountApplication>MaximumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> </ns3:Amounts> </ns3:Detail> </ns3:Details> </ns3:Penalty> </ns3:PenaltyList> <ns3:ServiceList> <ns3:Service ObjectKey="Meal_H"> <ns3:ServiceID Owner="Any">H</ns3:ServiceID> <ns3:Name>Meal</ns3:Name> <ns3:Descriptions> <ns3:Description> <ns3:Text>Hot meal</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:Service> </ns3:ServiceList> </ns3:DataLists> <ns3:Metadata> <ns3:Other> <ns3:OtherMetadata> <ns3:CurrencyMetadatas> <ns3:CurrencyMetadata MetadataKey="RUB"> <ns3:Application>Sale currency</ns3:Application> <ns3:Decimals>2</ns3:Decimals> </ns3:CurrencyMetadata> <ns3:CurrencyMetadata MetadataKey="EUR"> <ns3:Application>101.0</ns3:Application> <ns3:Decimals>2</ns3:Decimals> <ns3:Name>Conversion rate from EUR to RUB</ns3:Name> </ns3:CurrencyMetadata> </ns3:CurrencyMetadatas> </ns3:OtherMetadata> </ns3:Other> </ns3:Metadata> </ns3:AirShoppingRS> </ns2:Body> </ns2:Envelope>
Received solutions divided by fare family and mostly includes up to 6 Fare Families (Basic Economy, Standard Economy, Plus Economy, Basic Business, Standard Business, Plus Business) for each itinerary solution.
Received solutions contain both subsidised and non-subsidised fares.
Step 2: Book a reservation
S7 Agent executes a book operation with passenger details and itinerary info of chosen solution from search results.
Use PTC types: FBB for adult passenger and teenager, FBD for child, FBJ for infant;
Tag Middle is mandatory for all passengers;
Subsidised fare is available only for Russian Federation citizens, CountryOfResidence tag must contain value "RU"
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Header/> <Body> <OrderCreateRQ xmlns="http://www.iata.org/IATA/EDIST" Version="1.0"> <Document/> <Party> <Sender> <AgentUserSender> <PseudoCity>S7AGN8224</PseudoCity> <AgentUserID>gaia</AgentUserID> <!--<AgentUserID>gaia</AgentUserID>--> </AgentUserSender> </Sender> </Party> <Query> <Passengers> <Passenger ObjectKey="SH1"> <PTC>FBB</PTC> <Age> <BirthDate>1988-05-03</BirthDate> </Age> <Name> <Surname>Marko</Surname> <Given>Maria</Given> <Title>MRS</Title> <Middle>Antuan</Middle> </Name> <Contacts> <Contact> <EmailContact> <Address>n.v.sokolova@s7.ru</Address> </EmailContact> <PhoneContact> <Number CountryCode="+7" AreaCode="926">3856999</Number> </PhoneContact> </Contact> </Contacts> <Gender>Female</Gender> <PassengerIDInfo> <PassengerDocument> <Type>PP</Type> <ID>1111111112</ID> <BirthCountry>RU</BirthCountry> <DateOfIssue>2013-10-22</DateOfIssue> <DateOfExpiration>2027-10-22</DateOfExpiration> <CountryOfResidence>RU</CountryOfResidence> </PassengerDocument> </PassengerIDInfo> </Passenger> <Passenger ObjectKey="SH2"> <PTC>FBB</PTC> <Age> <BirthDate>1978-05-03</BirthDate> </Age> <Name> <Surname>Marko</Surname> <Given>Ilona</Given> <Title>MRS</Title> <Middle>Antuan</Middle> </Name> <Contacts> <Contact> <EmailContact> <Address>n.v.sokolova@s7.ru</Address> </EmailContact> <PhoneContact> <Number CountryCode="+7" AreaCode="926">3856999</Number> </PhoneContact> </Contact> </Contacts> <Gender>Female</Gender> <PassengerIDInfo> <PassengerDocument> <Type>PP</Type> <ID>1111188112</ID> <BirthCountry>RU</BirthCountry> <DateOfIssue>2010-10-22</DateOfIssue> <DateOfExpiration>2027-10-22</DateOfExpiration> <CountryOfResidence>RU</CountryOfResidence> </PassengerDocument> </PassengerIDInfo> </Passenger> <Passenger ObjectKey="SH3"> <PTC>FBD</PTC> <Age> <BirthDate>2017-05-03</BirthDate> </Age> <Name> <Surname>Marko</Surname> <Given>Cain</Given> <Title>MR</Title> <Middle>Governor</Middle> </Name> <Contacts> <Contact> <EmailContact> <Address>n.v.sokolova@s7.ru</Address> </EmailContact> <PhoneContact> <Number CountryCode="+7" AreaCode="926">3856999</Number> </PhoneContact> </Contact> </Contacts> <Gender>Male</Gender> <PassengerIDInfo> <PassengerDocument> <Type>PP</Type> <ID>1111133142</ID> <BirthCountry>RU</BirthCountry> <DateOfIssue>2023-10-22</DateOfIssue> <DateOfExpiration>2027-10-22</DateOfExpiration> <CountryOfResidence>RU</CountryOfResidence> </PassengerDocument> </PassengerIDInfo> </Passenger> <Passenger ObjectKey="SH4"> <PTC>FBJ</PTC> <Age> <BirthDate>2024-05-03</BirthDate> </Age> <Name> <Surname>Marko</Surname> <Given>Avel</Given> <Title>MR</Title> <Middle>Governor</Middle> </Name> <Contacts> <Contact> <EmailContact> <Address>n.v.sokolova@s7.ru</Address> </EmailContact> <PhoneContact> <Number CountryCode="+7" AreaCode="926">3856999</Number> </PhoneContact> </Contact> </Contacts> <Gender>Male</Gender> <PassengerIDInfo> <PassengerDocument> <Type>PP</Type> <ID>1114411142</ID> <BirthCountry>RU</BirthCountry> <DateOfIssue>2024-11-22</DateOfIssue> <DateOfExpiration>2027-10-22</DateOfExpiration> <CountryOfResidence>RU</CountryOfResidence> </PassengerDocument> </PassengerIDInfo> </Passenger> </Passengers> <OrderItems> <ShoppingResponse> <Owner>S7</Owner> <ResponseID>UNKNOWN</ResponseID> <Offers> <Offer> <OfferID Owner="S7">UNKNOWN</OfferID> <OfferItems> <OfferItem> <OfferItemID Owner="S7">UNKNOWN</OfferItemID> <Passengers> <PassengerReference>SH1 SH2 SH3 SH4</PassengerReference> </Passengers> <ApplicableFlight> <FlightReferences>FL1 FL2</FlightReferences> </ApplicableFlight> </OfferItem> </OfferItems> </Offer> </Offers> </ShoppingResponse> <OfferItem> <OfferItemID Owner="S7">UNKNOWN</OfferItemID> <OfferItemType> <DetailedFlightItem> <OriginDestination> <Flight> <SegmentKey>FL1</SegmentKey> <Departure> <AirportCode>IKT</AirportCode> <Date>2025-04-13</Date> <Time>05:05</Time> </Departure> <Arrival> <AirportCode>BKK</AirportCode> <Date>2025-04-13</Date> <Time>10:15</Time> </Arrival> <MarketingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>6317</FlightNumber> </MarketingCarrier> <OperatingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>6317</FlightNumber> </OperatingCarrier> <ClassOfService> <Code>Y</Code> </ClassOfService> </Flight> </OriginDestination> <OriginDestination> <Flight> <SegmentKey>FL2</SegmentKey> <Departure> <AirportCode>BKK</AirportCode> <Date>2025-04-29</Date> <Time>15:55</Time> </Departure> <Arrival> <AirportCode>IKT</AirportCode> <Date>2025-04-29</Date> <Time>23:15</Time> </Arrival> <MarketingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>6306</FlightNumber> </MarketingCarrier> <OperatingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>6306</FlightNumber> </OperatingCarrier> <ClassOfService> <Code>Y</Code> </ClassOfService> </Flight> </OriginDestination> </DetailedFlightItem> </OfferItemType> </OfferItem> </OrderItems> </Query> </OrderCreateRQ> </Body> </Envelope>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:Envelope xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.iata.org/IATA/EDIST"> <ns2:Body> <ns3:OrderViewRS Version=""> <ns3:Document> <ns3:Name>1.0</ns3:Name> </ns3:Document> <ns3:Success/> <ns3:Response> <ns3:OrderViewProcessing/> <ns3:Passengers> <ns3:Passenger ObjectKey="SH4"> <ns3:PTC Quantity="1">FBB</ns3:PTC> <ns3:Age> <ns3:BirthDate>1978-05-03</ns3:BirthDate> </ns3:Age> <ns3:Name> <ns3:Surname>MARKO</ns3:Surname> <ns3:Given>ILONA</ns3:Given> <ns3:Title>MRS</ns3:Title> <ns3:Middle>ANTUAN</ns3:Middle> </ns3:Name> <ns3:Contacts> <ns3:Contact> <ns3:EmailContact> <ns3:Address>n.v.sokolova@s7.ru</ns3:Address> </ns3:EmailContact> <ns3:PhoneContact> <ns3:Number CountryCode="7">9263856999</ns3:Number> </ns3:PhoneContact> </ns3:Contact> </ns3:Contacts> <ns3:Gender>Female</ns3:Gender> <ns3:PassengerIDInfo> <ns3:PassengerDocument> <ns3:Type>PP</ns3:Type> <ns3:ID>1111188112</ns3:ID> <ns3:BirthCountry>RU</ns3:BirthCountry> <ns3:DateOfExpiration>2027-10-22</ns3:DateOfExpiration> <ns3:CountryOfResidence>RU</ns3:CountryOfResidence> </ns3:PassengerDocument> </ns3:PassengerIDInfo> </ns3:Passenger> <ns3:Passenger ObjectKey="SH7"> <ns3:PTC Quantity="1">FBJ</ns3:PTC> <ns3:Age> <ns3:BirthDate>2024-05-03</ns3:BirthDate> </ns3:Age> <ns3:Name> <ns3:Surname>MARKO</ns3:Surname> <ns3:Given>AVEL</ns3:Given> <ns3:Title>MR</ns3:Title> <ns3:Middle>GOVERNOR</ns3:Middle> </ns3:Name> <ns3:Contacts> <ns3:Contact> <ns3:EmailContact> <ns3:Address>n.v.sokolova@s7.ru</ns3:Address> </ns3:EmailContact> <ns3:PhoneContact> <ns3:Number CountryCode="7">9263856999</ns3:Number> </ns3:PhoneContact> </ns3:Contact> </ns3:Contacts> <ns3:Gender>Male</ns3:Gender> <ns3:PassengerIDInfo> <ns3:PassengerDocument> <ns3:Type>PP</ns3:Type> <ns3:ID>1114411142</ns3:ID> <ns3:BirthCountry>RU</ns3:BirthCountry> <ns3:DateOfExpiration>2027-10-22</ns3:DateOfExpiration> <ns3:CountryOfResidence>RU</ns3:CountryOfResidence> </ns3:PassengerDocument> </ns3:PassengerIDInfo> </ns3:Passenger> <ns3:Passenger ObjectKey="SH5"> <ns3:PTC Quantity="1">FBB</ns3:PTC> <ns3:Age> <ns3:BirthDate>1988-05-03</ns3:BirthDate> </ns3:Age> <ns3:Name> <ns3:Surname>MARKO</ns3:Surname> <ns3:Given>MARIA</ns3:Given> <ns3:Title>MRS</ns3:Title> <ns3:Middle>ANTUAN</ns3:Middle> </ns3:Name> <ns3:Contacts> <ns3:Contact> <ns3:EmailContact> <ns3:Address>n.v.sokolova@s7.ru</ns3:Address> </ns3:EmailContact> <ns3:PhoneContact> <ns3:Number CountryCode="7">9263856999</ns3:Number> </ns3:PhoneContact> </ns3:Contact> </ns3:Contacts> <ns3:Gender>Female</ns3:Gender> <ns3:PassengerIDInfo> <ns3:PassengerDocument> <ns3:Type>PP</ns3:Type> <ns3:ID>1111111112</ns3:ID> <ns3:BirthCountry>RU</ns3:BirthCountry> <ns3:DateOfExpiration>2027-10-22</ns3:DateOfExpiration> <ns3:CountryOfResidence>RU</ns3:CountryOfResidence> </ns3:PassengerDocument> </ns3:PassengerIDInfo> </ns3:Passenger> <ns3:Passenger ObjectKey="SH6"> <ns3:PTC Quantity="1">FBD</ns3:PTC> <ns3:Age> <ns3:BirthDate>2017-05-03</ns3:BirthDate> </ns3:Age> <ns3:Name> <ns3:Surname>MARKO</ns3:Surname> <ns3:Given>CAIN</ns3:Given> <ns3:Title>MR</ns3:Title> <ns3:Middle>GOVERNOR</ns3:Middle> </ns3:Name> <ns3:Contacts> <ns3:Contact> <ns3:EmailContact> <ns3:Address>n.v.sokolova@s7.ru</ns3:Address> </ns3:EmailContact> <ns3:PhoneContact> <ns3:Number CountryCode="7">9263856999</ns3:Number> </ns3:PhoneContact> </ns3:Contact> </ns3:Contacts> <ns3:Gender>Male</ns3:Gender> <ns3:PassengerIDInfo> <ns3:PassengerDocument> <ns3:Type>PP</ns3:Type> <ns3:ID>1111133142</ns3:ID> <ns3:BirthCountry>RU</ns3:BirthCountry> <ns3:DateOfExpiration>2027-10-22</ns3:DateOfExpiration> <ns3:CountryOfResidence>RU</ns3:CountryOfResidence> </ns3:PassengerDocument> </ns3:PassengerIDInfo> </ns3:Passenger> </ns3:Passengers> <ns3:Order> <ns3:OrderID Owner="S7">1</ns3:OrderID> <ns3:BookingReferences> <ns3:BookingReference> <ns3:ID>N1RLH0</ns3:ID> <ns3:AirlineID>S7</ns3:AirlineID> </ns3:BookingReference> </ns3:BookingReferences> <ns3:TimeLimits> <ns3:PaymentTimeLimit DateTime="2025-02-13T16:11:00"/> </ns3:TimeLimits> <ns3:OrderItems> <ns3:OrderItem> <ns3:FlightItem> <ns3:OriginDestination> <ns3:Flight> <ns3:SegmentKey>FL1</ns3:SegmentKey> <ns3:Status> <ns3:StatusCode> <ns3:Code>HK</ns3:Code> </ns3:StatusCode> </ns3:Status> <ns3:Departure> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>05:05</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>10:15</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6317</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6317</ns3:FlightNumber> </ns3:OperatingCarrier> <ns3:CabinType> <ns3:Code>Y</ns3:Code> </ns3:CabinType> <ns3:ClassOfService> <ns3:Code>Y</ns3:Code> </ns3:ClassOfService> </ns3:Flight> </ns3:OriginDestination> <ns3:OriginDestination> <ns3:Flight> <ns3:SegmentKey>FL2</ns3:SegmentKey> <ns3:Status> <ns3:StatusCode> <ns3:Code>HK</ns3:Code> </ns3:StatusCode> </ns3:Status> <ns3:Departure> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>15:55</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>23:15</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6306</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6306</ns3:FlightNumber> </ns3:OperatingCarrier> <ns3:CabinType> <ns3:Code>Y</ns3:Code> </ns3:CabinType> <ns3:ClassOfService> <ns3:Code>Y</ns3:Code> </ns3:ClassOfService> </ns3:Flight> </ns3:OriginDestination> </ns3:FlightItem> <ns3:Associations> <ns3:Passengers> <ns3:PassengerReferences>SH4 SH7 SH5 SH6</ns3:PassengerReferences> </ns3:Passengers> </ns3:Associations> </ns3:OrderItem> </ns3:OrderItems> </ns3:Order> <ns3:Metadata> <ns3:Other> <ns3:OtherMetadata> <ns3:CountryMetadatas> <ns3:CountryMetadata MetadataKey="CM1"> <ns3:AugmentationPoint> <ns3:AugPoint Owner="OVB"> <ns4:value xmlns:ns4="##other" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/> </ns3:AugPoint> </ns3:AugmentationPoint> </ns3:CountryMetadata> </ns3:CountryMetadatas> </ns3:OtherMetadata> </ns3:Other> </ns3:Metadata> </ns3:Response> </ns3:OrderViewRS> </ns2:Body> </ns2:Envelope>
Step 3: Request for informative pricing
S7 Agent executes a reprice operation with itinerary info of chosen solution
Use PTC types: FBB for adult passenger and teenager, FBD for child, FBJ for infant
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Header /> <Body> <ItinReshopRQ Version="" xmlns="http://www.iata.org/IATA/EDIST"> <Document /> <Party> <Sender> <AgentUserSender> <PseudoCity>S7AGN0001</PseudoCity> <AgentUserID>gaia</AgentUserID> </AgentUserSender> </Sender> </Party> <Query> <Reshop> <Actions> <ActionType /> <OrderItems> <OrderItem> <FlightItem> <OriginDestination> <Flight> <SegmentKey>FL1</SegmentKey> <Departure> <AirportCode>IKT</AirportCode> <Date>2025-07-13</Date> <Time>14:55</Time> </Departure> <Arrival> <AirportCode>BKK</AirportCode> <Date>2025-07-13</Date> <Time>20:10</Time> </Arrival> <MarketingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>6309</FlightNumber> </MarketingCarrier> <OperatingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>6309</FlightNumber> </OperatingCarrier> </Flight> </OriginDestination> <OriginDestination> <Flight> <SegmentKey>FL2</SegmentKey> <Departure> <AirportCode>BKK</AirportCode> <Date>2025-07-29</Date> <Time>15:55</Time> </Departure> <Arrival> <AirportCode>IKT</AirportCode> <Date>2025-07-29</Date> <Time>23:15</Time> </Arrival> <MarketingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>6306</FlightNumber> </MarketingCarrier> <OperatingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>6306</FlightNumber> </OperatingCarrier> </Flight> </OriginDestination> <FareDetail> <FareComponent refs="FL1"> <FareBasis> <FareBasisCode> <Code>VBSRT4</Code> </FareBasisCode> <RBD>V</RBD> </FareBasis> </FareComponent> <FareComponent refs="FL2"> <FareBasis> <FareBasisCode> <Code>LBSRT4</Code> </FareBasisCode> <RBD>L</RBD> </FareBasis> </FareComponent> </FareDetail> </FlightItem> <Associations> <Passengers> <PassengerReferences>SH1 SH2 SH3 SH4</PassengerReferences> </Passengers> </Associations> </OrderItem> </OrderItems> <Passengers> <Passenger ObjectKey="SH1"> <PTC Quantity="1">FBB</PTC> <Name> <Surname /> </Name> </Passenger> <Passenger ObjectKey="SH2"> <PTC Quantity="1">FBB</PTC> <Name> <Surname /> </Name> </Passenger> <Passenger ObjectKey="SH3"> <PTC Quantity="1">FBD</PTC> <Name> <Surname /> </Name> </Passenger> <Passenger ObjectKey="SH4"> <PTC Quantity="1">FBJ</PTC> <Name> <Surname /> </Name> </Passenger> </Passengers> </Actions> </Reshop> </Query> </ItinReshopRQ> </Body> </Envelope>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:Envelope xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.iata.org/IATA/EDIST"> <ns2:Body> <ns3:ItinReshopRS Version=""> <ns3:Document> <ns3:Name>1.0</ns3:Name> </ns3:Document> <ns3:Success/> <ns3:Response> <ns3:ItinReshopProcessing/> <ns3:Passengers> <ns3:Passenger ObjectKey="SH5"> <ns3:PTC Quantity="2">FBB</ns3:PTC> <ns3:Name> <ns3:Surname>Anonymous</ns3:Surname> </ns3:Name> </ns3:Passenger> <ns3:Passenger ObjectKey="SH6"> <ns3:PTC Quantity="1">FBD</ns3:PTC> <ns3:Name> <ns3:Surname>Anonymous</ns3:Surname> </ns3:Name> </ns3:Passenger> <ns3:Passenger ObjectKey="SH7"> <ns3:PTC Quantity="1">FBJ</ns3:PTC> <ns3:Name> <ns3:Surname>Anonymous</ns3:Surname> </ns3:Name> </ns3:Passenger> </ns3:Passengers> <ns3:ReShopOffers> <ns3:ReShopOffer ObjectKey="RO1"> <ns3:OfferID Owner="S7">Offer</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">383965.0</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">375120.0</ns3:SubTotal> <ns3:Application>fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">8845.0</ns3:Total> </ns3:Taxes> <ns3:Fees> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Fees> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:ReShopPricedOffer> <ns3:OfferPrice> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">247838.0</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">242000.0</ns3:SubTotal> <ns3:Application>fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">5838.0</ns3:Total> </ns3:Taxes> <ns3:Fees> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Fees> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">121000.0</ns3:BaseAmount> <ns3:FareFiledIn> <ns3:BaseAmount Code="EUR">1198.0</ns3:BaseAmount> <ns3:ExchangeRate>101.0</ns3:ExchangeRate> </ns3:FareFiledIn> <ns3:Surcharges> <ns3:Surcharge> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Surcharge> </ns3:Surcharges> <ns3:Taxes> <ns3:Total Code="RUB">2919.0</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102.0</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102.0</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.0</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.0</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205.0</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205.0</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117.0</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.0</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.0</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:PriceDetail> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH5</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:OfferDetailAssociation> <ns3:OfferTermReferences></ns3:OfferTermReferences> </ns3:OfferDetailAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent> <ns3:SegmentReference>SEG1</ns3:SegmentReference> <ns3:FareBasis> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:RBD>Y</ns3:RBD> </ns3:FareBasis> <ns3:FareRules> <ns3:Ticketing> <ns3:Endorsements> <ns3:Endorsement>ENDO</ns3:Endorsement> </ns3:Endorsements> </ns3:Ticketing> <ns3:Remarks> <ns3:Remark>UnstructuredFareCalc</ns3:Remark> </ns3:Remarks> </ns3:FareRules> </ns3:FareComponent> <ns3:FareComponent> <ns3:SegmentReference>SEG2</ns3:SegmentReference> <ns3:FareBasis> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:RBD>Y</ns3:RBD> </ns3:FareBasis> <ns3:FareRules> <ns3:Ticketing> <ns3:Endorsements> <ns3:Endorsement>ENDO</ns3:Endorsement> </ns3:Endorsements> </ns3:Ticketing> <ns3:Remarks> <ns3:Remark>UnstructuredFareCalc</ns3:Remark> </ns3:Remarks> </ns3:FareRules> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> <ns3:OfferPrice> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">123715.0</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">121000.0</ns3:SubTotal> <ns3:Application>fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">2715.0</ns3:Total> </ns3:Taxes> <ns3:Fees> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Fees> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">121000.0</ns3:BaseAmount> <ns3:FareFiledIn> <ns3:BaseAmount Code="EUR">1198.0</ns3:BaseAmount> <ns3:ExchangeRate>101.0</ns3:ExchangeRate> </ns3:FareFiledIn> <ns3:Surcharges> <ns3:Surcharge> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Surcharge> </ns3:Surcharges> <ns3:Taxes> <ns3:Total Code="RUB">2715.0</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102.0</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102.0</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.0</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.0</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103.0</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103.0</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117.0</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.0</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.0</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:PriceDetail> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH6</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:OfferDetailAssociation> <ns3:OfferTermReferences></ns3:OfferTermReferences> </ns3:OfferDetailAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent> <ns3:SegmentReference>SEG1</ns3:SegmentReference> <ns3:FareBasis> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:RBD>Y</ns3:RBD> </ns3:FareBasis> <ns3:FareRules> <ns3:Ticketing> <ns3:Endorsements> <ns3:Endorsement>ENDO</ns3:Endorsement> </ns3:Endorsements> </ns3:Ticketing> <ns3:Remarks> <ns3:Remark>UnstructuredFareCalc</ns3:Remark> </ns3:Remarks> </ns3:FareRules> </ns3:FareComponent> <ns3:FareComponent> <ns3:SegmentReference>SEG2</ns3:SegmentReference> <ns3:FareBasis> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:RBD>Y</ns3:RBD> </ns3:FareBasis> <ns3:FareRules> <ns3:Ticketing> <ns3:Endorsements> <ns3:Endorsement>ENDO</ns3:Endorsement> </ns3:Endorsements> </ns3:Ticketing> <ns3:Remarks> <ns3:Remark>UnstructuredFareCalc</ns3:Remark> </ns3:Remarks> </ns3:FareRules> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> <ns3:OfferPrice> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">12412.0</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">12120.0</ns3:SubTotal> <ns3:Application>fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">292.0</ns3:Total> </ns3:Taxes> <ns3:Fees> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Fees> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">12120.0</ns3:BaseAmount> <ns3:FareFiledIn> <ns3:BaseAmount Code="EUR">120.0</ns3:BaseAmount> <ns3:ExchangeRate>101.0</ns3:ExchangeRate> </ns3:FareFiledIn> <ns3:Surcharges> <ns3:Surcharge> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Surcharge> </ns3:Surcharges> <ns3:Taxes> <ns3:Total Code="RUB">292.0</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102.0</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102.0</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.0</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.0</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:PriceDetail> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH7</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:OfferDetailAssociation> <ns3:OfferTermReferences></ns3:OfferTermReferences> </ns3:OfferDetailAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent> <ns3:SegmentReference>SEG1</ns3:SegmentReference> <ns3:FareBasis> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:RBD>Y</ns3:RBD> </ns3:FareBasis> <ns3:FareRules> <ns3:Ticketing> <ns3:Endorsements> <ns3:Endorsement>ENDO</ns3:Endorsement> </ns3:Endorsements> </ns3:Ticketing> <ns3:Remarks> <ns3:Remark>UnstructuredFareCalc</ns3:Remark> </ns3:Remarks> </ns3:FareRules> </ns3:FareComponent> <ns3:FareComponent> <ns3:SegmentReference>SEG2</ns3:SegmentReference> <ns3:FareBasis> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:RBD>Y</ns3:RBD> </ns3:FareBasis> <ns3:FareRules> <ns3:Ticketing> <ns3:Endorsements> <ns3:Endorsement>ENDO</ns3:Endorsement> </ns3:Endorsements> </ns3:Ticketing> <ns3:Remarks> <ns3:Remark>UnstructuredFareCalc</ns3:Remark> </ns3:Remarks> </ns3:FareRules> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:ReShopPricedOffer> </ns3:ReShopOffer> </ns3:ReShopOffers> <ns3:DataList> <ns3:FlightSegmentList> <ns3:FlightSegment SegmentKey="SEG1"> <ns3:Departure> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>05:05</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>10:15</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6317</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6317</ns3:FlightNumber> </ns3:OperatingCarrier> </ns3:FlightSegment> <ns3:FlightSegment SegmentKey="SEG2"> <ns3:Departure> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>15:55</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>23:15</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6306</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6306</ns3:FlightNumber> </ns3:OperatingCarrier> </ns3:FlightSegment> </ns3:FlightSegmentList> <ns3:OriginDestinationList> <ns3:OriginDestination OriginDestinationKey="OD1"> <ns3:DepartureCode>IKT</ns3:DepartureCode> <ns3:ArrivalCode>BKK</ns3:ArrivalCode> <ns3:FlightReferences>SEG1</ns3:FlightReferences> </ns3:OriginDestination> <ns3:OriginDestination OriginDestinationKey="OD2"> <ns3:DepartureCode>BKK</ns3:DepartureCode> <ns3:ArrivalCode>IKT</ns3:ArrivalCode> <ns3:FlightReferences>SEG2</ns3:FlightReferences> </ns3:OriginDestination> </ns3:OriginDestinationList> <ns3:TermsList ListKey="TL1"/> </ns3:DataList> </ns3:Response> </ns3:ItinReshopRS> </ns2:Body> </ns2:Envelope>
Step 4: Request for reservation pricing
S7 Agent executes a reprice operation with itinerary info of chosen solution
Use PTC types: FBB for adult passenger and teenager, FBD for child, FBJ for infant
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Header /> <Body> <ItinReshopRQ Version="" xmlns="http://www.iata.org/IATA/EDIST"> <Document /> <Party> <Sender> <AgentUserSender> <PseudoCity>S7AGN8224</PseudoCity> <AgentUserID>Basic-Auth*</AgentUserID> </AgentUserSender> </Sender> </Party> <Query> <Reshop> <Actions> <ActionType /> <BookingReferences> <BookingReference> <ID>N1RLH0</ID> <AirlineID>S7</AirlineID> </BookingReference> </BookingReferences> <OrderItems> <OrderItem> <FlightItem> <OriginDestination> <Flight> <SegmentKey>FL1</SegmentKey> <Departure> <AirportCode>IKT</AirportCode> <Date>2025-04-13</Date> <Time>05:05</Time> </Departure> <Arrival> <AirportCode>BKK</AirportCode> <Date>2025-04-13</Date> <Time>10:15</Time> </Arrival> <MarketingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>6317</FlightNumber> </MarketingCarrier> <OperatingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>6317</FlightNumber> </OperatingCarrier> </Flight> </OriginDestination> <OriginDestination> <Flight> <SegmentKey>FL2</SegmentKey> <Departure> <AirportCode>BKK</AirportCode> <Date>2025-04-29</Date> <Time>15:55</Time> </Departure> <Arrival> <AirportCode>IKT</AirportCode> <Date>2025-04-29</Date> <Time>23:15</Time> </Arrival> <MarketingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>6306</FlightNumber> </MarketingCarrier> <OperatingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>6306</FlightNumber> </OperatingCarrier> <ClassOfService> <Code>Y</Code> </ClassOfService> </Flight> </OriginDestination> <FareDetail> <FareComponent refs="FL1"> <FareBasis> <FareBasisCode> <Code>YBSRT4</Code> <Application>ANY</Application> </FareBasisCode> <RBD>Y</RBD> </FareBasis> </FareComponent> <FareComponent refs="FL2"> <FareBasis> <FareBasisCode> <Code>YBSRT4</Code> <Application>ANY</Application> </FareBasisCode> <RBD>Y</RBD> </FareBasis> </FareComponent> </FareDetail> </FlightItem> <Associations> <Passengers> <PassengerReferences>SH4 SH5 SH6 SH7</PassengerReferences> </Passengers> </Associations> </OrderItem> </OrderItems> <Passengers> <Passenger ObjectKey="SH4"> <PTC Quantity="2">FBB</PTC> <Name> <Surname /> </Name> </Passenger> <Passenger ObjectKey="SH7"> <PTC Quantity="1">FBJ</PTC> <Name> <Surname /> </Name> </Passenger> <Passenger ObjectKey="SH5"> <PTC Quantity="1">FBB</PTC> <Name> <Surname /> </Name> </Passenger> <Passenger ObjectKey="SH6"> <PTC Quantity="1">FBD</PTC> <Name> <Surname /> </Name> </Passenger> </Passengers> <!--<Qualifiers> <Qualifier> <SpecialFareQualifiers> <AirlineID>S7</AirlineID> <CompanyIndex>QY124656</CompanyIndex> <Account>12251</Account> </SpecialFareQualifiers> </Qualifier> </Qualifiers>--> </Actions> </Reshop> </Query> </ItinReshopRQ> </Body> </Envelope>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:Envelope xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.iata.org/IATA/EDIST"> <ns2:Body> <ns3:ItinReshopRS Version=""> <ns3:Document> <ns3:Name>1.0</ns3:Name> </ns3:Document> <ns3:Success/> <ns3:Response> <ns3:ItinReshopProcessing/> <ns3:Passengers> <ns3:Passenger ObjectKey="SH5"> <ns3:PTC Quantity="2">FBB</ns3:PTC> <ns3:Name> <ns3:Surname>Anonymous</ns3:Surname> </ns3:Name> </ns3:Passenger> <ns3:Passenger ObjectKey="SH6"> <ns3:PTC Quantity="1">FBD</ns3:PTC> <ns3:Name> <ns3:Surname>Anonymous</ns3:Surname> </ns3:Name> </ns3:Passenger> <ns3:Passenger ObjectKey="SH7"> <ns3:PTC Quantity="1">FBJ</ns3:PTC> <ns3:Name> <ns3:Surname>Anonymous</ns3:Surname> </ns3:Name> </ns3:Passenger> </ns3:Passengers> <ns3:Order> <ns3:OrderID Owner="S7">Order</ns3:OrderID> <ns3:BookingReferences> <ns3:BookingReference> <ns3:ID>N1RLH0</ns3:ID> <ns3:AirlineID>S7</ns3:AirlineID> </ns3:BookingReference> </ns3:BookingReferences> <ns3:OrderItems> <ns3:OrderItem> <ns3:OrderItemID Owner="S7">NONE</ns3:OrderItemID> </ns3:OrderItem> </ns3:OrderItems> </ns3:Order> <ns3:ReShopOffers> <ns3:ReShopOffer ObjectKey="RO1"> <ns3:OfferID Owner="S7">Offer</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">383965.0</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">375120.0</ns3:SubTotal> <ns3:Application>fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">8845.0</ns3:Total> </ns3:Taxes> <ns3:Fees> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Fees> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:ReShopPricedOffer> <ns3:OfferPrice> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">247838.0</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">242000.0</ns3:SubTotal> <ns3:Application>fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">5838.0</ns3:Total> </ns3:Taxes> <ns3:Fees> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Fees> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">121000.0</ns3:BaseAmount> <ns3:FareFiledIn> <ns3:BaseAmount Code="EUR">1198.0</ns3:BaseAmount> <ns3:ExchangeRate>101.0</ns3:ExchangeRate> </ns3:FareFiledIn> <ns3:Surcharges> <ns3:Surcharge> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Surcharge> </ns3:Surcharges> <ns3:Taxes> <ns3:Total Code="RUB">2919.0</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102.0</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102.0</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.0</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.0</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205.0</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205.0</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117.0</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.0</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.0</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:PriceDetail> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH5</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:OfferDetailAssociation> <ns3:OfferTermReferences></ns3:OfferTermReferences> </ns3:OfferDetailAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent> <ns3:SegmentReference>SEG1</ns3:SegmentReference> <ns3:FareBasis> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:RBD>Y</ns3:RBD> </ns3:FareBasis> <ns3:FareRules> <ns3:Ticketing> <ns3:Endorsements> <ns3:Endorsement>ENDO</ns3:Endorsement> </ns3:Endorsements> </ns3:Ticketing> <ns3:Remarks> <ns3:Remark>UnstructuredFareCalc</ns3:Remark> </ns3:Remarks> </ns3:FareRules> </ns3:FareComponent> <ns3:FareComponent> <ns3:SegmentReference>SEG2</ns3:SegmentReference> <ns3:FareBasis> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:RBD>Y</ns3:RBD> </ns3:FareBasis> <ns3:FareRules> <ns3:Ticketing> <ns3:Endorsements> <ns3:Endorsement>ENDO</ns3:Endorsement> </ns3:Endorsements> </ns3:Ticketing> <ns3:Remarks> <ns3:Remark>UnstructuredFareCalc</ns3:Remark> </ns3:Remarks> </ns3:FareRules> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> <ns3:OfferPrice> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">123715.0</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">121000.0</ns3:SubTotal> <ns3:Application>fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">2715.0</ns3:Total> </ns3:Taxes> <ns3:Fees> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Fees> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">121000.0</ns3:BaseAmount> <ns3:FareFiledIn> <ns3:BaseAmount Code="EUR">1198.0</ns3:BaseAmount> <ns3:ExchangeRate>101.0</ns3:ExchangeRate> </ns3:FareFiledIn> <ns3:Surcharges> <ns3:Surcharge> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Surcharge> </ns3:Surcharges> <ns3:Taxes> <ns3:Total Code="RUB">2715.0</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102.0</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102.0</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.0</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.0</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103.0</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103.0</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117.0</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.0</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.0</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:PriceDetail> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH6</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:OfferDetailAssociation> <ns3:OfferTermReferences></ns3:OfferTermReferences> </ns3:OfferDetailAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent> <ns3:SegmentReference>SEG1</ns3:SegmentReference> <ns3:FareBasis> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:RBD>Y</ns3:RBD> </ns3:FareBasis> <ns3:FareRules> <ns3:Ticketing> <ns3:Endorsements> <ns3:Endorsement>ENDO</ns3:Endorsement> </ns3:Endorsements> </ns3:Ticketing> <ns3:Remarks> <ns3:Remark>UnstructuredFareCalc</ns3:Remark> </ns3:Remarks> </ns3:FareRules> </ns3:FareComponent> <ns3:FareComponent> <ns3:SegmentReference>SEG2</ns3:SegmentReference> <ns3:FareBasis> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:RBD>Y</ns3:RBD> </ns3:FareBasis> <ns3:FareRules> <ns3:Ticketing> <ns3:Endorsements> <ns3:Endorsement>ENDO</ns3:Endorsement> </ns3:Endorsements> </ns3:Ticketing> <ns3:Remarks> <ns3:Remark>UnstructuredFareCalc</ns3:Remark> </ns3:Remarks> </ns3:FareRules> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> <ns3:OfferPrice> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">12412.0</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">12120.0</ns3:SubTotal> <ns3:Application>fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">292.0</ns3:Total> </ns3:Taxes> <ns3:Fees> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Fees> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">12120.0</ns3:BaseAmount> <ns3:FareFiledIn> <ns3:BaseAmount Code="EUR">120.0</ns3:BaseAmount> <ns3:ExchangeRate>101.0</ns3:ExchangeRate> </ns3:FareFiledIn> <ns3:Surcharges> <ns3:Surcharge> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Surcharge> </ns3:Surcharges> <ns3:Taxes> <ns3:Total Code="RUB">292.0</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102.0</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102.0</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.0</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.0</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> </ns3:PriceDetail> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH7</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:OfferDetailAssociation> <ns3:OfferTermReferences></ns3:OfferTermReferences> </ns3:OfferDetailAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent> <ns3:SegmentReference>SEG1</ns3:SegmentReference> <ns3:FareBasis> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:RBD>Y</ns3:RBD> </ns3:FareBasis> <ns3:FareRules> <ns3:Ticketing> <ns3:Endorsements> <ns3:Endorsement>ENDO</ns3:Endorsement> </ns3:Endorsements> </ns3:Ticketing> <ns3:Remarks> <ns3:Remark>UnstructuredFareCalc</ns3:Remark> </ns3:Remarks> </ns3:FareRules> </ns3:FareComponent> <ns3:FareComponent> <ns3:SegmentReference>SEG2</ns3:SegmentReference> <ns3:FareBasis> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:RBD>Y</ns3:RBD> </ns3:FareBasis> <ns3:FareRules> <ns3:Ticketing> <ns3:Endorsements> <ns3:Endorsement>ENDO</ns3:Endorsement> </ns3:Endorsements> </ns3:Ticketing> <ns3:Remarks> <ns3:Remark>UnstructuredFareCalc</ns3:Remark> </ns3:Remarks> </ns3:FareRules> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:ReShopPricedOffer> </ns3:ReShopOffer> </ns3:ReShopOffers> <ns3:DataList> <ns3:FlightSegmentList> <ns3:FlightSegment SegmentKey="SEG1"> <ns3:Departure> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>05:05</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>10:15</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6317</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6317</ns3:FlightNumber> </ns3:OperatingCarrier> </ns3:FlightSegment> <ns3:FlightSegment SegmentKey="SEG2"> <ns3:Departure> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>15:55</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>23:15</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6306</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6306</ns3:FlightNumber> </ns3:OperatingCarrier> </ns3:FlightSegment> </ns3:FlightSegmentList> <ns3:OriginDestinationList> <ns3:OriginDestination OriginDestinationKey="OD1"> <ns3:DepartureCode>IKT</ns3:DepartureCode> <ns3:ArrivalCode>BKK</ns3:ArrivalCode> <ns3:FlightReferences>SEG1</ns3:FlightReferences> </ns3:OriginDestination> <ns3:OriginDestination OriginDestinationKey="OD2"> <ns3:DepartureCode>BKK</ns3:DepartureCode> <ns3:ArrivalCode>IKT</ns3:ArrivalCode> <ns3:FlightReferences>SEG2</ns3:FlightReferences> </ns3:OriginDestination> </ns3:OriginDestinationList> <ns3:TermsList ListKey="TL1"/> </ns3:DataList> </ns3:Response> </ns3:ItinReshopRS> </ns2:Body> </ns2:Envelope>
Step 6: Issue tickets for all passenger
S7 Agent executes a demandTickets operation with reservation reference and pricing details
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Header/> <Body> <AirDocIssueRQ xmlns="http://www.iata.org/IATA/EDIST" Version="1.0"> <Document/> <Party> <Sender> <AgentUserSender> <PseudoCity>S7AGN8224</PseudoCity> <AgentUserID>gaia</AgentUserID> </AgentUserSender> </Sender> </Party> <Query> <TicketDocQuantity>1</TicketDocQuantity> <TicketDocInfo> <TravelerInfo> <Surname>ANY</Surname> <Given>ANY</Given> </TravelerInfo> <BookingReference> <ID>N1RLH0</ID> <AirlineID>S7</AirlineID> </BookingReference> <Payments> <Payment ObjectKey="ETK"> <Type> <Code>MS</Code> </Type> <Other> <Remarks> <Remark>*A*FREETEXT</Remark> </Remarks> </Other> </Payment> </Payments> </TicketDocInfo> </Query> </AirDocIssueRQ> </Body> </Envelope>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:Envelope xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.iata.org/IATA/EDIST"> <ns2:Body> <ns3:AirDocDisplayRS Version=""> <ns3:Document> <ns3:Name>1.0</ns3:Name> </ns3:Document> <ns3:Success/> <ns3:Response> <ns3:TicketDocInfos> <ns3:TicketDocInfo> <ns3:Traveler> <ns3:Surname>MARKO</ns3:Surname> <ns3:Given>ILONA</ns3:Given> <ns3:PTC>FBB</ns3:PTC> </ns3:Traveler> <ns3:IssuingAirlineInfo> <ns3:AirlineName>S7</ns3:AirlineName> </ns3:IssuingAirlineInfo> <ns3:BookingReferences> <ns3:BookingReference> <ns3:ID>N1RLH0</ns3:ID> <ns3:AirlineID>S7</ns3:AirlineID> </ns3:BookingReference> </ns3:BookingReferences> <ns3:Payments> <ns3:Payment> <ns3:Method/> <ns3:Amount Code="RUB">383965.0</ns3:Amount> </ns3:Payment> </ns3:Payments> <ns3:OriginDestination> <ns3:Origin>IKT</ns3:Origin> <ns3:Destination>IKT</ns3:Destination> </ns3:OriginDestination> <ns3:FareInfo> <ns3:BaseFare> <ns3:Amount Code="RUB">121000.0</ns3:Amount> </ns3:BaseFare> <ns3:EquivFare EquivRate="101"> <ns3:Amount Code="EUR">1198.0</ns3:Amount> </ns3:EquivFare> <ns3:Total> <ns3:Amount Code="RUB">123919.0</ns3:Amount> </ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">2919.0</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102.00</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102.00</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.00</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.00</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205.00</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205.00</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117.00</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.00</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.00</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> <ns3:UnstructuredFareCalcInfo> <ns3:Info>IKT S7 BKK619.06 S7 IKT619.06NUC1238.12END ROE0.967589</ns3:Info> </ns3:UnstructuredFareCalcInfo> </ns3:FareInfo> <ns3:TicketDocument> <ns3:TicketDocNbr>4212115878901</ns3:TicketDocNbr> <ns3:Type> <ns3:Code>702</ns3:Code> </ns3:Type> <ns3:NumberofBooklets>2</ns3:NumberofBooklets> <ns3:DateOfIssue>2025-02-10</ns3:DateOfIssue> <ns3:CouponInfo> <ns3:CouponNumber>1</ns3:CouponNumber> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:CouponValid> <ns3:EffectiveDatePeriod> <ns3:Expiration>2026-02-10</ns3:Expiration> </ns3:EffectiveDatePeriod> </ns3:CouponValid> <ns3:Status> <ns3:Code>OPEN FOR USE</ns3:Code> </ns3:Status> <ns3:SoldAirlineInfo> <ns3:Departure> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>05:05</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>10:15</ns3:Time> </ns3:Arrival> <ns3:OperatingCarrier> <ns3:ResBookDesigCode>Y</ns3:ResBookDesigCode> </ns3:OperatingCarrier> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6317</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:TicketedBaggageAllowance> <ns3:AllowableBag Type="PC" Number="0"/> </ns3:TicketedBaggageAllowance> </ns3:SoldAirlineInfo> </ns3:CouponInfo> <ns3:CouponInfo> <ns3:CouponNumber>2</ns3:CouponNumber> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:CouponValid> <ns3:EffectiveDatePeriod> <ns3:Expiration>2026-02-10</ns3:Expiration> </ns3:EffectiveDatePeriod> </ns3:CouponValid> <ns3:Status> <ns3:Code>OPEN FOR USE</ns3:Code> </ns3:Status> <ns3:SoldAirlineInfo> <ns3:Departure> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>15:55</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>23:15</ns3:Time> </ns3:Arrival> <ns3:OperatingCarrier> <ns3:ResBookDesigCode>Y</ns3:ResBookDesigCode> </ns3:OperatingCarrier> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6306</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:TicketedBaggageAllowance> <ns3:AllowableBag Type="PC" Number="0"/> </ns3:TicketedBaggageAllowance> </ns3:SoldAirlineInfo> </ns3:CouponInfo> </ns3:TicketDocument> <ns3:Commission> <ns3:Amount>0</ns3:Amount> <ns3:Remarks> <ns3:Remark>S7/NON-REF/CHNG/RESTR/BS4</ns3:Remark> <ns3:Remark>2025-02-10T16:17</ns3:Remark> </ns3:Remarks> </ns3:Commission> <ns3:PassengerSpecificData>1111188112</ns3:PassengerSpecificData> </ns3:TicketDocInfo> <ns3:TicketDocInfo> <ns3:Traveler> <ns3:Surname>MARKO</ns3:Surname> <ns3:Given>CAIN</ns3:Given> <ns3:PTC>FBD</ns3:PTC> </ns3:Traveler> <ns3:IssuingAirlineInfo> <ns3:AirlineName>S7</ns3:AirlineName> </ns3:IssuingAirlineInfo> <ns3:BookingReferences> <ns3:BookingReference> <ns3:ID>N1RLH0</ns3:ID> <ns3:AirlineID>S7</ns3:AirlineID> </ns3:BookingReference> </ns3:BookingReferences> <ns3:Payments> <ns3:Payment> <ns3:Method/> <ns3:Amount Code="RUB">383965.0</ns3:Amount> </ns3:Payment> </ns3:Payments> <ns3:OriginDestination> <ns3:Origin>IKT</ns3:Origin> <ns3:Destination>IKT</ns3:Destination> </ns3:OriginDestination> <ns3:FareInfo> <ns3:BaseFare> <ns3:Amount Code="RUB">121000.0</ns3:Amount> </ns3:BaseFare> <ns3:EquivFare EquivRate="101"> <ns3:Amount Code="EUR">1198.0</ns3:Amount> </ns3:EquivFare> <ns3:Total> <ns3:Amount Code="RUB">123715.0</ns3:Amount> </ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">2715.0</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102.00</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102.00</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.00</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.00</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103.00</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">103.00</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117.00</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.00</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.00</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> <ns3:UnstructuredFareCalcInfo> <ns3:Info>IKT S7 BKK619.06 S7 IKT619.06NUC1238.12END ROE0.967589</ns3:Info> </ns3:UnstructuredFareCalcInfo> </ns3:FareInfo> <ns3:TicketDocument> <ns3:TicketDocNbr>4212115878903</ns3:TicketDocNbr> <ns3:Type> <ns3:Code>702</ns3:Code> </ns3:Type> <ns3:NumberofBooklets>2</ns3:NumberofBooklets> <ns3:DateOfIssue>2025-02-10</ns3:DateOfIssue> <ns3:CouponInfo> <ns3:CouponNumber>1</ns3:CouponNumber> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:CouponValid> <ns3:EffectiveDatePeriod> <ns3:Expiration>2026-02-10</ns3:Expiration> </ns3:EffectiveDatePeriod> </ns3:CouponValid> <ns3:Status> <ns3:Code>OPEN FOR USE</ns3:Code> </ns3:Status> <ns3:SoldAirlineInfo> <ns3:Departure> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>05:05</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>10:15</ns3:Time> </ns3:Arrival> <ns3:OperatingCarrier> <ns3:ResBookDesigCode>Y</ns3:ResBookDesigCode> </ns3:OperatingCarrier> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6317</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:TicketedBaggageAllowance> <ns3:AllowableBag Type="PC" Number="0"/> </ns3:TicketedBaggageAllowance> </ns3:SoldAirlineInfo> </ns3:CouponInfo> <ns3:CouponInfo> <ns3:CouponNumber>2</ns3:CouponNumber> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:CouponValid> <ns3:EffectiveDatePeriod> <ns3:Expiration>2026-02-10</ns3:Expiration> </ns3:EffectiveDatePeriod> </ns3:CouponValid> <ns3:Status> <ns3:Code>OPEN FOR USE</ns3:Code> </ns3:Status> <ns3:SoldAirlineInfo> <ns3:Departure> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>15:55</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>23:15</ns3:Time> </ns3:Arrival> <ns3:OperatingCarrier> <ns3:ResBookDesigCode>Y</ns3:ResBookDesigCode> </ns3:OperatingCarrier> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6306</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:TicketedBaggageAllowance> <ns3:AllowableBag Type="PC" Number="0"/> </ns3:TicketedBaggageAllowance> </ns3:SoldAirlineInfo> </ns3:CouponInfo> </ns3:TicketDocument> <ns3:Commission> <ns3:Amount>0</ns3:Amount> <ns3:Remarks> <ns3:Remark>S7/NON-REF/CHNG/RESTR/BS4</ns3:Remark> <ns3:Remark>2025-02-10T16:17</ns3:Remark> </ns3:Remarks> </ns3:Commission> <ns3:PassengerSpecificData>1111133142</ns3:PassengerSpecificData> </ns3:TicketDocInfo> <ns3:TicketDocInfo> <ns3:Traveler> <ns3:Surname>MARKO</ns3:Surname> <ns3:Given>MARIA</ns3:Given> <ns3:PTC>FBB</ns3:PTC> </ns3:Traveler> <ns3:IssuingAirlineInfo> <ns3:AirlineName>S7</ns3:AirlineName> </ns3:IssuingAirlineInfo> <ns3:BookingReferences> <ns3:BookingReference> <ns3:ID>N1RLH0</ns3:ID> <ns3:AirlineID>S7</ns3:AirlineID> </ns3:BookingReference> </ns3:BookingReferences> <ns3:Payments> <ns3:Payment> <ns3:Method/> <ns3:Amount Code="RUB">383965.0</ns3:Amount> </ns3:Payment> </ns3:Payments> <ns3:OriginDestination> <ns3:Origin>IKT</ns3:Origin> <ns3:Destination>IKT</ns3:Destination> </ns3:OriginDestination> <ns3:FareInfo> <ns3:BaseFare> <ns3:Amount Code="RUB">121000.0</ns3:Amount> </ns3:BaseFare> <ns3:EquivFare EquivRate="101"> <ns3:Amount Code="EUR">1198.0</ns3:Amount> </ns3:EquivFare> <ns3:Total> <ns3:Amount Code="RUB">123919.0</ns3:Amount> </ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">2919.0</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102.00</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102.00</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.00</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.00</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205.00</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">205.00</ns3:Amount> <ns3:TaxCode>RI</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">2117.00</ns3:Amount> <ns3:TaxCode>TS</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.00</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">50.00</ns3:Amount> <ns3:TaxCode>YQ</ns3:TaxCode> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> <ns3:UnstructuredFareCalcInfo> <ns3:Info>IKT S7 BKK619.06 S7 IKT619.06NUC1238.12END ROE0.967589</ns3:Info> </ns3:UnstructuredFareCalcInfo> </ns3:FareInfo> <ns3:TicketDocument> <ns3:TicketDocNbr>4212115878902</ns3:TicketDocNbr> <ns3:Type> <ns3:Code>702</ns3:Code> </ns3:Type> <ns3:NumberofBooklets>2</ns3:NumberofBooklets> <ns3:DateOfIssue>2025-02-10</ns3:DateOfIssue> <ns3:CouponInfo> <ns3:CouponNumber>1</ns3:CouponNumber> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:CouponValid> <ns3:EffectiveDatePeriod> <ns3:Expiration>2026-02-10</ns3:Expiration> </ns3:EffectiveDatePeriod> </ns3:CouponValid> <ns3:Status> <ns3:Code>OPEN FOR USE</ns3:Code> </ns3:Status> <ns3:SoldAirlineInfo> <ns3:Departure> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>05:05</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>10:15</ns3:Time> </ns3:Arrival> <ns3:OperatingCarrier> <ns3:ResBookDesigCode>Y</ns3:ResBookDesigCode> </ns3:OperatingCarrier> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6317</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:TicketedBaggageAllowance> <ns3:AllowableBag Type="PC" Number="0"/> </ns3:TicketedBaggageAllowance> </ns3:SoldAirlineInfo> </ns3:CouponInfo> <ns3:CouponInfo> <ns3:CouponNumber>2</ns3:CouponNumber> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:CouponValid> <ns3:EffectiveDatePeriod> <ns3:Expiration>2026-02-10</ns3:Expiration> </ns3:EffectiveDatePeriod> </ns3:CouponValid> <ns3:Status> <ns3:Code>OPEN FOR USE</ns3:Code> </ns3:Status> <ns3:SoldAirlineInfo> <ns3:Departure> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>15:55</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>23:15</ns3:Time> </ns3:Arrival> <ns3:OperatingCarrier> <ns3:ResBookDesigCode>Y</ns3:ResBookDesigCode> </ns3:OperatingCarrier> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6306</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:TicketedBaggageAllowance> <ns3:AllowableBag Type="PC" Number="0"/> </ns3:TicketedBaggageAllowance> </ns3:SoldAirlineInfo> </ns3:CouponInfo> </ns3:TicketDocument> <ns3:Commission> <ns3:Amount>0</ns3:Amount> <ns3:Remarks> <ns3:Remark>S7/NON-REF/CHNG/RESTR/BS4</ns3:Remark> <ns3:Remark>2025-02-10T16:17</ns3:Remark> </ns3:Remarks> </ns3:Commission> <ns3:PassengerSpecificData>1111111112</ns3:PassengerSpecificData> </ns3:TicketDocInfo> <ns3:TicketDocInfo> <ns3:Traveler> <ns3:Surname>MARKO</ns3:Surname> <ns3:Given>AVEL</ns3:Given> <ns3:PTC>FBJ</ns3:PTC> </ns3:Traveler> <ns3:IssuingAirlineInfo> <ns3:AirlineName>S7</ns3:AirlineName> </ns3:IssuingAirlineInfo> <ns3:BookingReferences> <ns3:BookingReference> <ns3:ID>N1RLH0</ns3:ID> <ns3:AirlineID>S7</ns3:AirlineID> </ns3:BookingReference> </ns3:BookingReferences> <ns3:Payments> <ns3:Payment> <ns3:Method/> <ns3:Amount Code="RUB">383965.0</ns3:Amount> </ns3:Payment> </ns3:Payments> <ns3:OriginDestination> <ns3:Origin>IKT</ns3:Origin> <ns3:Destination>IKT</ns3:Destination> </ns3:OriginDestination> <ns3:FareInfo> <ns3:BaseFare> <ns3:Amount Code="RUB">12120.0</ns3:Amount> </ns3:BaseFare> <ns3:EquivFare EquivRate="101"> <ns3:Amount Code="EUR">120.0</ns3:Amount> </ns3:EquivFare> <ns3:Total> <ns3:Amount Code="RUB">12412.0</ns3:Amount> </ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">292.0</ns3:Total> <ns3:Breakdown> <ns3:Tax> <ns3:Amount Code="RUB">102.00</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">102.00</ns3:Amount> <ns3:TaxCode>E7</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.00</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> <ns3:Tax> <ns3:Amount Code="RUB">44.00</ns3:Amount> <ns3:TaxCode>G8</ns3:TaxCode> </ns3:Tax> </ns3:Breakdown> </ns3:Taxes> <ns3:UnstructuredFareCalcInfo> <ns3:Info>IKT S7 BKK61.90 S7 IKT61.90NUC123.8END ROE0.967589</ns3:Info> </ns3:UnstructuredFareCalcInfo> </ns3:FareInfo> <ns3:TicketDocument> <ns3:TicketDocNbr>4212115878904</ns3:TicketDocNbr> <ns3:Type> <ns3:Code>702</ns3:Code> </ns3:Type> <ns3:NumberofBooklets>2</ns3:NumberofBooklets> <ns3:DateOfIssue>2025-02-10</ns3:DateOfIssue> <ns3:CouponInfo> <ns3:CouponNumber>1</ns3:CouponNumber> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:CouponValid> <ns3:EffectiveDatePeriod> <ns3:Expiration>2026-02-10</ns3:Expiration> </ns3:EffectiveDatePeriod> </ns3:CouponValid> <ns3:Status> <ns3:Code>OPEN FOR USE</ns3:Code> </ns3:Status> <ns3:SoldAirlineInfo> <ns3:Departure> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>05:05</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-13</ns3:Date> <ns3:Time>10:15</ns3:Time> </ns3:Arrival> <ns3:OperatingCarrier> <ns3:ResBookDesigCode>Y</ns3:ResBookDesigCode> </ns3:OperatingCarrier> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6317</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:TicketedBaggageAllowance> <ns3:AllowableBag Type="PC" Number="0"/> </ns3:TicketedBaggageAllowance> </ns3:SoldAirlineInfo> </ns3:CouponInfo> <ns3:CouponInfo> <ns3:CouponNumber>2</ns3:CouponNumber> <ns3:FareBasisCode> <ns3:Code>YBSRT4</ns3:Code> </ns3:FareBasisCode> <ns3:CouponValid> <ns3:EffectiveDatePeriod> <ns3:Expiration>2026-02-10</ns3:Expiration> </ns3:EffectiveDatePeriod> </ns3:CouponValid> <ns3:Status> <ns3:Code>OPEN FOR USE</ns3:Code> </ns3:Status> <ns3:SoldAirlineInfo> <ns3:Departure> <ns3:AirportCode>BKK</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>15:55</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>IKT</ns3:AirportCode> <ns3:Date>2025-04-29</ns3:Date> <ns3:Time>23:15</ns3:Time> </ns3:Arrival> <ns3:OperatingCarrier> <ns3:ResBookDesigCode>Y</ns3:ResBookDesigCode> </ns3:OperatingCarrier> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>6306</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:TicketedBaggageAllowance> <ns3:AllowableBag Type="PC" Number="0"/> </ns3:TicketedBaggageAllowance> </ns3:SoldAirlineInfo> </ns3:CouponInfo> </ns3:TicketDocument> <ns3:Commission> <ns3:Amount>0</ns3:Amount> <ns3:Remarks> <ns3:Remark>S7/NON-REF/CHNG/RESTR/BS4</ns3:Remark> <ns3:Remark>2025-02-10T16:17</ns3:Remark> </ns3:Remarks> </ns3:Commission> <ns3:PassengerSpecificData>1114411142</ns3:PassengerSpecificData> </ns3:TicketDocInfo> </ns3:TicketDocInfos> </ns3:Response> </ns3:AirDocDisplayRS> </ns2:Body> </ns2:Envelope>
- No labels