Skip Navigation

BrandedFareIndicatorsType

Branded Fares Shop:

 

Complex Type

BrandedFareIndicatorsBase

 

Children Sequence

Name

Type

Description

Min Occurs

Max Occurs

BrandFilters

BrandFiltersType

Preferred or excluded brand type codes for the main fare leg.

0

1

 

Attributes

Name

Type

Description

Use

SingleBrandedFare

xs:boolean

Indicator for whether to return single brand option per itinerary.

optional

ParityModeForLowest

xs:string

If set, given parity mode will be forced on the cheapest branded fare solution. If not specified, no parity (None) is forced on the cheapest branded fare solution. It is designed to work with the MultipleBrandedFares feature only.

Sample SOAP Value

<TPA_Extensions>
		<BrandedFareIndicators MultipleBrandedFare="true">
			<BrandFilters>
				<Brand Code="A3" PreferLevel="Preferred"/>
				<Brand Code="A2" PreferLevel="Preferred"/>
			</BrandFilters>
		</BrandedFareIndicators>
	</TPA_Extensions>