# | Description | Mand | Mult | Default | Ref/Format | xPath | Example |
---|
1 | ID |
|  |
| OF1 | OfferID | <OfferID Owner="S7">OF1</OfferID> |
2 | AirlineOffer owner |
|  |
| S7 | OfferID /@Owner | <OfferID Owner="S7">OF1</OfferID> |
3 | Total price for all itinerary (including all slices and passengers)
|
|  |
|
| TotalPrice /DetailCurrencyPrice /Total | <Total Code="RUB">54407</Total> |
4 | Total price currency code
|
|  |
| Currency code | TotalPrice /DetailCurrencyPrice /Total /@Code | <Total Code="RUB">54407</Total> |
5 | Total fare for all itinerary (including all slices and passengers) |
|  |
|
| TotalPrice /DetailCurrencyPrice /Details /Detail[Application="Fare"] /SubTotal | <Detail> <SubTotal Code="RUB">44250</SubTotal> <Application>Fare</Application> </Detail> |
6 | Total fare currency code |
|  |
| Currency code | TotalPrice /DetailCurrencyPrice /Details /Detail[Application="Fare"] /SubTotal@Code | <Detail> <SubTotal Code="RUB">44250</SubTotal> <Application>Fare</Application> </Detail> |
7 | Total taxes for all itinerary (including all slices and passengers) |
|  |
|
| TotalPrice /DetailCurrencyPrice /Taxes /Total | <Taxes> <Total Code="RUB">4668</Total> </Taxes |
8 | Total taxes currency code |
|  |
| Currency code | TotalPrice /DetailCurrencyPrice /Taxes /Total@Code | <Taxes> <Total Code="RUB">4668</Total> </Taxes |
9 | AirlineOffer BrandedFares Type |
|  |
| Possible values: - basicEconomy
- flexEconomy
- basicBusiness
- flexBusiness
| Disclosure /Description /Text | <Disclosure> <Description> <Text>BASIC BUSINESS</Text> </Description> </Disclosure> |
10 | AirlineOffer details |
|  |
|
| PricedOffer |
|