Skip Navigation

ShowFareAmounts

Alternate Airport:

Alternate Dates:

Agency Retailer:

Note  Agency Retailer applies to limited release customers only.

 

Element

ShowFareAmounts

Description

The ShowFareAmounts element defines which FareLevel should be returned in the response. When the ShowFareAmounts element is defined, only one of its attributes can be defined, either Original or Adjusted. At least one is required.

 

Attributes

Name

Type

Description

Use

Original

xs:boolean

Show original selling fare level amounts and total adjusted amount in Fare Calc line.

optional

Adjusted

xs:boolean

Show selling level amounts and total adjusted amount in the Fare Calc line.

optional

 

Sample SOAP Value 

<OTA_AirLowFareSearchRQ>
	<TravelPreferences>
		<TPA_Extensions>
			<SellingLevels>
				<ShowFareAmounts Original="true"/>
			</SellingLevels>
		</TPA_Extensions>
	</TravelPreferences>
</OTA_AirLowFareSearchRQ>