| Name | Description | Type | Additional information |
|---|---|---|---|
| Sequence |
航班顺序标识 |
integer |
None. |
| Carrier |
承运人/航空公司2字码 |
string |
Required String length: inclusive between 0 and 2 |
| FlightNo |
航班号 |
string |
Required String length: inclusive between 0 and 7 |
| DepartureAirport |
出发出场 |
string |
Required String length: inclusive between 0 and 3 |
| ArrivalAirport |
到达机场 |
string |
Required String length: inclusive between 0 and 3 |
| DepartureTime |
出发时间 |
string |
Required String length: inclusive between 0 and 6 |
| ArrivalTime |
到达时间 |
string |
Required String length: inclusive between 0 and 6 |
| Meal |
餐食类型 |
string |
String length: inclusive between 0 and 7 |
| PlaneType |
飞机类型 |
string |
String length: inclusive between 0 and 7 |
| CodeShare |
是否共享 |
boolean |
None. |
| ShareToFlightNo |
主飞航班 |
string |
String length: inclusive between 0 and 7 |
| StopTimes |
经停次数 |
integer |
None. |
| DepartureTerminal |
起飞航站楼 |
string |
String length: inclusive between 0 and 4 |
| ArrivalTerminal |
到达航站楼 |
string |
String length: inclusive between 0 and 4 |
| Stops |
经停点 |
Collection of SpeedPower.Utility.Models.Service.Eterms.Service.ST.StopBody |
None. |