# | Description | Mand | Mult | Default | Ref/Format | xPath | Example |
---|
1 | ID |
|  |
|
| OfferID | <OfferID Owner="S7">OF1</OfferID> |
2 | AirlineOffer owner |
|  |
|
| 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
|
|  |
|
| 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 |
|  |
|
| TotalPrice /DetailCurrencyPrice /Details /Detail[Application="Fare"] /SubTotal@Code | <Detail> <SubTotal Code="RUB">44250</SubTotal> <Application>Fare</Application> </Detail> |