Skip Navigation

FareComponentFareTypeBitMap

Directionality:

 

Attribute

FareComponentFareTypeBitMap

Description

Fare pricing component returned by the carrier if used also in ancillary records.

Note  This attribute represents the sum of the following possible values:

  • 0x00 - Normal
  • 0x01 - Discounted
  • 0x02 - Fare by Rule
  • 0x04 - Negotiated
  • 0x08 - Private

For example, 0x06 = Fare by Rule Negotiated.

Type

xs:string

 

Sample SOAP Value

<AirItineraryPricingInfo>
	<PTC_FareBreakdowns>
		<FareBasisCodes FareComponentFareTypeBitmap="06">
		</FareBasisCodes>
	</PTC_FareBreakdowns>
</AirItineraryPricingInfo>