DestArrivalCriteria
A Customer's requested Destination arrival time and location for an Origin and Destination shopping request.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
date |
The customer's requested departure date. |
string |
false |
|
|
false |
originDest |
An Origin and Destination airport/city pair which confines a passenger journey or an aircraft flight. |
OriginDest |
true |
|
|
false |
time |
The customer's requested departure time. |
string |
false |
|
|
false |
timeAfterMeasure |
Time tolerance measured in hours. |
Measure |
false |
|
|
false |
timeBeforeMeasure |
Time tolerance measured in hours. |
Measure |
false |
|
|
false |
{
"date" : "string",
"originDest" : {
"calendarDateCriteria" : { },
"carrierFee" : { },
"datedMarketingSegment" : [ { } ],
"destArrivalCriteria" : { },
"destStation" : { },
"journeyDurationCriteria" : { },
"originDepRequest" : { },
"originDestIdentifier" : "string",
"originStation" : { },
"paxJourney" : [ { } ],
"rbd" : [ { } ],
"ticketDocInfo" : { }
},
"time" : "string",
"timeAfterMeasure" : {
"unitCode" : "string",
"value" : "number"
},
"timeBeforeMeasure" : {
"unitCode" : "string",
"value" : "number"
}
}