Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.14 KB

DgExerciseItinerarySlice.md

File metadata and controls

14 lines (10 loc) · 1.14 KB

Com.Hopper.Hts.Airlines.Model.DgExerciseItinerarySlice

An object containing the list of flight segments for a fare slice

Properties

Name Type Description Notes
Segments List<DgExerciseItinerarySliceSegment> A list of segments which make up the slice
Irop bool Is the slice impacted by an unplanned short-term Irregularity. It includes delays and cancellations that occur on the day of departure of the first impacted flight. Also known as: Flight Irregularity, IROP or IREG. [optional]
Invol bool Is the slice resulting from a rebooking following an unplanned short-term Irregularity. It includes delays and cancellations that occur on the day of departure of the first impacted flight. Also known as: Flight Irregularity, IROP or IREG. [optional]
PreviousSlice DgExerciseItinerarySlice [optional]

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