Skip Navigation

BookingFee

Element

BookingFee

Description

BookingFee returned with LCC options, added at the passenger level.

Note Returned only if non-zero value.

Type

CurrencyAmountType

Children Sequence

Name

Type

Description

MinOccurs

Max Occurs

Amount

 

Booking fee amount.

 

 

CurrencyCode

 

Currency code of the booking fee.

   

Sample SOAP Value

<DepartedItineraries>
<OneWayItineraries>
<SimpleOneWayItineraries>
<PricedItinerary>
<TPA_Extensions>
      <AdditionalFares>
      <AirItineraryPricingInfo>
      <PTC_FareBreakdowns>
      <PTC_FareBreakdown>
      <PassengerFare>
      <BookingFee Amount="42.94" CurrencyCode="EUR" DecimalPlaces="2">
      </BookingFee>
      </PassengerFare>
      </PTC_FareBreakdown>
      </PTC_FareBreakdowns>
      </AirItineraryPricingInfo>
      </AdditionalFares>
</TPA_Extensions>
</PricedItinerary>
</SimpleOneWayItineraries>
</OneWayItineraries>
</DepartedItineraries>