Skip Navigation

CreditCardFee

 

Element

CreditCardFee

Description

Credit card fee returned with low-cost carrier options, added at the TotalFare level.

Note  A value is returned only if the value is not zero.

Type

CurrencyAmountType

 

Attributes

Name Description

Amount

Credit card fee amount.

CurrencyCode

Code for the currency.

DecimalPlaces

Number of decimal places

 

Sample SOAP Value 

<DepartedItineraries>
	<OneWayItineraries>
		<SimpleOneWayItineraries>
			<PricedItinerary>
				<TPA_Extensions>
					<AdditionalFares>
						<AirItineraryPricingInfo>
							<PTC_FareBreakdowns>
								<PTC_FareBreakdown>
									<PassengerFare>
										<CreditCardFee Amount="42.94" CurrencyCode="EUR" DecimalPlaces="2">
										</CreditCardFee>
									</PassengerFare>
								</PTC_FareBreakdown>
							</PTC_FareBreakdowns>
						</AirItineraryPricingInfo>
					</AdditionalFares>
				</TPA_Extensions>
			</PricedItinerary>
		</SimpleOneWayItineraries>
	</OneWayItineraries>
</DepartedItineraries>