Skip Navigation

Code (for ISO Country)

Validating Carrier:

 

Attribute

Code

Description

Returns the country code in which IET validation was done for the default or alternate Validating Carrier. The format is a two-character country code as defined by ISO.

Type

CarrierCode

 

Sample SOAP Value

This schema applies if no settlement method with IET validation checked in request:

<SettlementValidation Ind="false"/>

<IETValidation Ind="true"/>

<OTA_AirLowFareSearchRS>
	<PricedItineraries>
		<PricedItinerary>
			<AirItineraryPricingInfo>
				<TPA_Extensions>
					<ValidatingCarrier SettlementMethod="NSP" NewVcxProcess="true">
						<Default Code="K0">
							<Country Code="NL"/>
							<Country Code="PL"/>
						</Default>
						<Alternate Code="XX">
							<Country Code="NL"/>
							<Country Code="PL"/>
						</Alternate>
					</ValidatingCarrier>
				</TPA_Extensions>
			</AirItineraryPricingInfo>
		</PricedItinerary>
	</PricedItineraries>
</OTA_AirLowFareSearchRS>