| Name | Description | Type | Additional information |
|---|---|---|---|
| Sequence |
航班顺序标识 |
integer |
None. |
| Carrier |
航空公司 |
string |
Required String length: inclusive between 0 and 2 |
| DepartureAirport |
出发出场 |
string |
Required String length: inclusive between 0 and 3 |
| ArrivalAirport |
到达机场 |
string |
Required String length: inclusive between 0 and 3 |
| DepartureDate |
出发日期时间 |
date |
None. |
| ArrivalDate |
到达日期时间 |
date |
None. |
| FlightNo |
航班号 |
string |
Required String length: inclusive between 0 and 7 |
| CodeShare |
是否共享 |
boolean |
None. |
| ShareToFlightNo |
主飞航班号 |
string |
String length: inclusive between 0 and 7 |
| StopTimes |
经停次数 |
integer |
None. |
| Reserve |
是否可预留座位 |
boolean |
None. |
| Meal |
餐食类型 |
string |
String length: inclusive between 0 and 7 |
| PlaneType |
飞机类型 |
string |
String length: inclusive between 0 and 7 |
| DepartureTerminal |
起飞航站楼 |
string |
String length: inclusive between 0 and 4 |
| ArrivalTerminal |
到达航站楼 |
string |
String length: inclusive between 0 and 4 |
| FlightTime |
飞行时间 |
string |
String length: inclusive between 0 and 6 |
| Cabins |
舱位 |
Collection of SpeedPower.Utility.Models.Service.Eterms.Service.AV.CabinBody |
Required |
| Stops |
经停点信息 |
Collection of SpeedPower.Utility.Models.Service.Eterms.Service.ST.StopBody |
None. |