Information about a reserved seat on a travel vehicle.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| frequentFlyerNumber | string | element | 0/1 | The frequent flyer number used in reserving this seat. | |
| meal | string | element | 0/1 | The meal available to the traveler in this seat. | |
| name | string | element | 0/1 | The name of the traveler this seat is reserved for. | |
| position | int | element | 0/1 | The passenger position associated with this seat. For instance, 1 would be the first passenger in the passenger list. | |
| seat | string | element | 0/1 | The seat identifier. | |
| seatClass | string | element | 0/1 | The class of service this seat is categorized under. | |
| status | string | element | 0/1 | The reservation status of this seat. |
Example
<displaySeat> <name>...</name> <status>...</status> <seat>...</seat> <seatClass>...</seatClass> <meal>...</meal> <frequentFlyerNumber>...</frequentFlyerNumber> <position>...</position> </displaySeat>