Skip Navigation

SettlementMethod

Validating Carrier:

 

Attribute

SettlementMethod

Description

The “SettlementMethod” parameter describes the settlement method verified for validating carrier(s).

Note  If no settlement method is checked (SettlementValidation Ind="false" in request), NSP appears in the response.

Type

xs:string (length 3 characters)

 

Sample SOAP Value

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