Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 874 Bytes

DgExerciseItinerary.md

File metadata and controls

13 lines (9 loc) · 874 Bytes

Com.Hopper.Hts.Airlines.Model.DgExerciseItinerary

Itinerary of the user when the contract exercise was initiated (only active segments should be provided)

Properties

Name Type Description Notes
PassengerCount List<DgPassengerCount> List of passengers type and count for the itinerary
Slices List<DgExerciseItinerarySlice> List of slices of the itinerary; 1 (one way), 2 (round trip) or up to 10 (multi-destination) slices are allowed
Passengers List<DgPassenger> Details of the passengers [optional]

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