Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1 KB

DgItinerary.md

File metadata and controls

15 lines (11 loc) · 1 KB

Com.Hopper.Hts.Airlines.Model.DgItinerary

Properties

Name Type Description Notes
PassengerPricing List<DgPassengerPricing> List of passengers type, count and pricing for the itinerary
Currency string Currency of pricing fields
Slices List<DgItinerarySlice> List of slices of the itinerary; 1 (one way), 2 (round trip) or up to 10 (multi-destination) slices are allowed
Ancillaries List<DgAncillary> Ancillaries attached to the itinerary and their prices [optional]
TotalPrice string Total price of the itinerary [optional]
Passengers List<DgPassenger> Details of the passengers [optional]

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