Skip Navigation

TotalFare (FareComponent)

 

Element

TotalFare

Description

TotalFare element added at the FareComponent level, similar to TotalFare at the Leg level.

Note  A value is returned if split taxes by FareComponent only.

Type

TotalFareType

 

Attributes

Name

Description

Amount

Amount of the fare.

CurrencyCode

Code for the currency.

DecimalPlaces

Number of decimal places.

 

Sample SOAP Value

<PricedItinerary>
	<AirItineraryPricingInfo>
		<ItinTotalFare>
			<TPA_Extensions>
				<FareComponents>
					<FareComponent>
						<TotalFare Amount="1" CurrencyCode="USD" DecimalPlaces="1"/>
					</FareComponent>
				</FareComponents>
			</TPA_Extensions>
		</ItinTotalFare>
	</AirItineraryPricingInfo>
</PricedItinerary>