Skip Navigation

HandlingMarkupSummary

Alternate Dates:

Alternate Airport:

Agency Retailer:

Note  Agency Retailer applies to limited release customers only.

 

Element

HandlingMarkupSummary

Description

Summary information about the Agency Retailer markup amount, type, description, and rule.

Type

HandlingMarkupSummaryType

 

Attributes

Name Type Description

TypeCode

xs:string

Agency Retailer markup type. Valid values are:

  • M – Embedded markup
  • J – Adjusted selling
  • H – Handling fee
  • G – GST taxes

Description

xs:string

Description of the selling fare data.

MonetaryAmountValue

decimal (up to three fractional digits)

Agency Retailer markup amount in the equivalent currency.

FareRetailerRule

boolean

Indicates whether a Fare Retailer-Selling level rule was applied.

 

Sample SOAP Value 

<OTA_AirLowFareSearchRS>
	<PricedItineraries>
		<PricedItinerary>
			<AirItineraryPricingInfo>
				<PTC_FareBreakdowns>
					<PTC_FareBreakdown>
						<PassengerFare>
							<TPA_Extensions>
								<SellingFareDataList>
									<SellingFareData LayerTypeName="ADS"/>
									<HandlingMarkupSummary TypeCode="J" Description="ADJT AMT" MonetaryAmountValue="12.00"> FareRetailerRule="true"/>
								</SellingFareDataList>
							</TPA_Extensions>
						</PassengerFare>
					</PTC_FareBreakdown>
				</PTC_FareBreakdowns>
			</AirItineraryPricingInfo>
		</PricedItinerary>
	</PricedItineraries>
</OTA_AirLowFareSearchRS>