Skip Navigation

BookingFee

 

Element

BookingFee

Description

Booking fee returned with low-cost carrier options, added at the passenger level.

Note  A value is returned only if the value is not zero.

Type

CurrencyAmountType

 

Attributes

Name Description

Amount

Booking fee amount.

CurrencyCode

Code for the currency.

 

Sample SOAP Value 

<TPA_Extensions>
	<AdditionalFares>
		<AirItineraryPricingInfo>
			<PTC_FareBreakdowns>
				<PTC_FareBreakdown>
					<PassengerFare>
						<CreditCardFee Amount="10.00" CurrencyCode="EUR" DecimalPlaces="2"/>
						<BookingFee Amount="42.94" CurrencyCode="EUR" DecimalPlaces="2"/>
					</PassengerFare>
				</PTC_FareBreakdown>
			</PTC_FareBreakdowns>
		</AirItineraryPricingInfo>
	</AdditionalFares>
</TPA_Extensions>