Skip Navigation

AncillaryFeeItem

 

Element

AncillaryFeeItem

Description

OC fee returned.

Base

OCFeeType

 

Attributes

Name Type Description

Amount

  Fee amount.

Description

  Fee description.

OriginAirport

  Origin airport.

DestinationAirport

 

Destination airport.

PassengerCode

  Passenger code.

Date

  Date for this fee.

StartSegment

  Start travel segment.

EndSegment

  End travel segment.

AncillaryTypeCode

xs:string

AncillaryTypeCode that corresponds to a type of ancillary, type F or P (treated as F) and is being displayed for all ancillary groups.

Subcode

xs:string

List of standard ATPCO subcodes: 0CC, 0CD, 0CE, 0CF, 0CG, 0CH, 0CI, 0CJ, 0CK, 0EN.

BaggageID

BaggageIDType

Baggage ID number that follows the current hierarchy in sorting Air Extras.

 

Sample SOAP Value

<AncillaryFeeGroup Code="BG" Name="BAGGAGE">
	<AncillaryFeeItem Amount="25.00" Description="1ST ADDITIONAL BAG" OriginAirport="AMS" DestinationAirport="LHR" Carrier="K0" PassengerCode="ADT" Date="2018-04-10" StartSegment="1" EndSegment="1" AncillaryTypeCode="F" Subcode="0CC" BaggageID="1"/>
	<AncillaryFeeItem Amount="45.00" Description="2ND ADDITIONAL BAG" OriginAirport="AMS" DestinationAirport="LHR" Carrier="K0" PassengerCode="ADT" Date="2018-04-10" StartSegment="1" EndSegment="1" AncillaryTypeCode="F" Subcode="0CD" BaggageID="2"/>
	<AncillaryFeeItem Amount="45.00" Description="3RD OR MORE ADDITIONAL BAG" OriginAirport="AMS" DestinationAirport="LHR" Carrier="K0" PassengerCode="ADT" Date="2018-04-10" StartSegment="1" EndSegment="1" AncillaryTypeCode="F" Subcode="0CE" BaggageID="3"/>
	<AncillaryFeeItem Amount="30.80" Description="RUCKSACK OR KNAPSACK" OriginAirport="AMS" DestinationAirport="LHR" Carrier="K0" PassengerCode="ADT" Date="2018-04-10" StartSegment="1" EndSegment="1" AncillaryTypeCode="F" Subcode="0EB" BaggageID="4"/>
</AncillaryFeeGroup>