Skip Navigation

SettlementValidation

Validating Carrier:

 

Element

SettlementValidation

Description

The “SettlementValidation” parameter allows you to override the local settlement plan check.

Note  When SettlementValidation/@Ind is set to false, it disables the settlement method validation in the local point of sale. When SettlementValidation/@Ind is set to true, it validates the settlement method in the local POS. If specified along with Carrier Code, the settlement validation will be disabled.

 

Attributes

Name

Type

Description

Use

Ind

xs:boolean

Settlement validation indicator.

required

 

Sample SOAP Value 

<OTA_AirLowFareSearchRQ>
	<TravelPreferences>
		<TPA_Extensions>
			<ValidatingCarrierCheck>
				<SettlementValidation Ind="false"/>
				<IETValidation Ind="false"/>
				<Carrier Code="K0"/>
			</ValidatingCarrierCheck>
		</TPA_Extensions>
	</TravelPreferences>
</OTA_AirLowFareSearchRQ>