OfferItem price details per Pax PTC price.
M
Base price of the OfferItem (excludes taxes)
Decimal
O
ISO 3 Char currency code. Example: GBP, USD.
3 Alpha Char
O
Tax summary information.
O
List of Tax breakdown details.
List[1..*]
M
ISO defined currency code.
Char(3)
M
Tax breakdown by collection point for XF tax (Passenger Facility Fee) or ZP tax (Federal Tax Segment).
List[1..*]
O
Amount imposed by the airport.
Decimal
M
Currency applicable to the geographical location of the airport.
Char(3)
M
Airport location details.
M
IATA defined airport code.
Char(3)
M
ISO Country Code. Example US, FR etc.
Alphanumeric
O
Total tax of the OfferItem.
Decimal
M
ISO 3 Char currency code. Example: GBP, USD
Char(3)
M
Total price of the OfferItem (includes taxes).
Decimal
O
ISO 3 Char currency code. Example: GBP, USD
Char(3)
O
<Price>
<BaseAmount CurCode="GBP">130.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="GBP">87.00</Amount>
<Country>
<CountryCode>GB</CountryCode>
</Country>
<DescText>United Kingdom Air Passenger Duty APD</DescText>
<TaxCode>GB</TaxCode>
</Tax>
<Tax>
<Amount CurCode="GBP">55.84</Amount>
<Country>
<CountryCode>GB</CountryCode>
</Country>
<DescText>United Kingdom Passenger Service Charge Departures</DescText>
<TaxCode>UB</TaxCode>
</Tax>
<Tax>
<Amount CurCode="GBP">24.90</Amount>
<Country>
<CountryCode>IL</CountryCode>
</Country>
<DescText>Israel Departure Passenger Airport Tax International</DescText>
<TaxCode>IL</TaxCode>
</Tax>
<Tax>
<Amount CurCode="GBP">80.00</Amount>
<DescText>VS YQ surcharge</DescText>
<TaxCode>YQ</TaxCode>
</Tax>
<TotalTaxAmount CurCode="GBP">247.74</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="GBP">377.74</TotalAmount>
</Price>