Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.08 KB

DgItinerarySliceSegment.md

File metadata and controls

19 lines (15 loc) · 1.08 KB

Com.Hopper.Hts.Airlines.Model.DgItinerarySliceSegment

An object detailing a segment of a fare slice

Properties

Name Type Description Notes
SegmentId string A unique identifier for the segment [optional]
OriginAirport string IATA airport code of origin
DestinationAirport string IATA airport code of destination
DepartureDateTime string The local date and time of departure in ISO Local Date Time format
ArrivalDateTime string The local date and time of arrival in ISO Local Date Time format
FlightNumber string The number of the flight
ValidatingCarrierCode string The IATA airline code of the validating carrier for this segment
Cabin Cabin
FareBrand string Name of the fare brand applied to the segment (if applicable) [optional]

[Back to Model list] [Back to API list] [Back to README]