FlightDetail
Contains flight details.
Property Name | Type | Description |
---|---|---|
FlightType | string | Flight type. |
BookingClass | string | Booking class. |
From | string | Flight departure location |
To | string | Flight arrival location. |
Segments | FlightSegment[] | The FlightSegments that make up the whole flight. |