Skip Navigation

Ind (Settlement Validation)

Alternate Airport:

Validating Carrier:

 

Attribute

Ind

Description

Settlement validation indicator.

When SettlementValidation/@Ind is set to “false,” it disables the settlement method validation in the local point of sale. If specified along with Carrier Code, settlement validation will be overridden for the carriers specified in the request; if no Carrier Code is specified, the settlement validation will be disabled for all validating carriers. This element is required within the ValidatingCarrierCheck element.

Base

boolean

 

Sample SOAP Value

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