Skip Navigation

NonBrandedFares

Branded Fares Shop:

 

Complex Type

NonBrandedFares

Description

Allows you to exclude non-branded fares in the shopping response. When the PreferLevel is set to “Preferred," this means “Use non-branded fares”. If this is single filter (no other preferred elements), the meaning is “Use ONLY non-branded fares”. If other preferred filters are also used, the meaning is “Use non-branded fares or fares with given (in filters) brands”. When the PreferLevel is set to “Unacceptable," this means “Do not use non-branded fares”. If this is single filter (no other unacceptable elements), the meaning is “Use ONLY branded fares – skip all non-branded”. If other unacceptable filters are also used, the meaning is “Use only branded fares excluding fares matching given (in filters) brands”.

Note  In the BargainFinderMax schema version 5.1.0, the NonBrandedFares were added in all four levels: Main fare, Main fare leg, Flex fare, Flex fare leg. This section covers Main Fare. Used to indicate a level of preference for an associate item: unacceptable or preferred.

 

Attributes

Name

Type

Description

Use

TerminalID

AlphaNumericString

Location terminal identifier.

optional

 

Sample SOAP Value

<PriceRequestInformation>
	<TPA_Extensions>
		<BrandedFareIndicators SingleBrandedFare="true">
			<BrandFilters>
				<Brand Code="A3" PreferLevel="Unacceptable"/>
				<NonBrandedFares PreferLevel="Preferred"/>
			</BrandFilters>
		</BrandedFareIndicators>
	</TPA_Extensions>
</PriceRequestInformation>