Skip Navigation

Code (SettlementMethod Country)

Validating Carrier:

 

Attribute

Code

Description

Country/@Code parameter allows you to specify country code(s) for which IET and/or settlement validation should be performed. At least one country code must be provided if IETValidation/@Ind is set to “true”.

Note  Country code is a valid parameter only if IET Validation is set to “true” in the request; otherwise, it is ignored. The format is a two-character country code as defined by the International Organization for Standardization (ISO).

Base

xs:string

 

Sample SOAP Value

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