Skip Navigation

PaymentCurrency

Changes and Refunds:

 

Attribute

PaymentCurrency

Description

Currency code to be used for the payment amount.

Type

CurrencyCodeType

Use

optional

SOAP Sample Value

<OTA_AirLowFareSearchRS>
	<PricedItineraries>
		<AirItineraryPricingInfo>
			<PTC_FareBreakdowns>
				<PassengerFare>
					<ReissueInfoList>
						<ReissueInfo>
							<ChangeFees>
								<ChangeFeeNotApplicable="true" PaymentAmount="10.00" PaymentCurrency="USD" PaymentDecimalPlaces="2"/>
							</ChangeFee>
						</ChangeFees>
					</ReissueInfo>
				</ReissueInfoList>
			</PassengerFare>
		</PTC_FareBreakdowns>
	</AirItineraryPricingInfo>
</PricedItineraries>
</OTA_AirLowFareSearchRS>