FlightCharacteristicsCriteria
A set of Flight characteristics filter criteria for shopping requests, including non-stop, red eye, etc.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
characteristicCode |
Code to identify the type of flight characteristic (including non-stop, red eye, etc.) |
FlightCharacteristicsCode |
false |
|
|
${prop.ignore} |
flightCriteria |
A set of Flight filter criteria including aircraft features, Cabin Type, RBD, and Tail Number. |
FlightCriteria |
false |
|
|
${prop.ignore} |
prefLevel |
An Information supporting some shopping filter criteria, including preference level code (e.g. Preferred, Exclude, etc.). |
PrefLevel |
false |
|
|
${prop.ignore} |
{
"characteristicCode" : {
"flightCharacteristicsCodeEnum" : { }
},
"flightCriteria" : {
"aircraft" : [ { } ],
"cabinType" : [ { } ],
"flightCharacteristicsCriteria" : [ { } ],
"iataAircraftType" : [ { } ],
"rbd" : [ { } ],
"shoppingCriteria" : [ { } ],
"waitListCriteria" : { }
},
"prefLevel" : {
"airlineCriteria" : [ { } ],
"allianceCriteria" : [ { } ],
"fareCriteria" : [ { } ],
"flightCharacteristicsCriteria" : [ { } ],
"flightCriteria" : { },
"groupFareCriteria" : [ { } ],
"keyValueProperty" : { },
"prefContextText" : "string",
"prefLevelCode" : { },
"serviceCriteria" : [ { } ],
"stationCriteria" : { }
}
}