Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.5 KB

CfarCreateExerciseItinerary.md

File metadata and controls

17 lines (13 loc) · 1.5 KB

Com.Hopper.Hts.Airlines.Model.CfarCreateExerciseItinerary

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

Properties

Name Type Description Notes
PassengerPricing List<CfarCreateExercisePassengerPricing> List of passengers type, count and pricing for the itinerary [optional]
Currency string Currency of pricing fields [optional]
Slices List<CfarCreateExerciseItinerarySlice> List of slices of the itinerary; 1 (one way), 2 (round trip) or up to 10 (multi-destination) slices are allowed
Ancillaries List<Ancillary> Ancillaries attached to the itinerary and their prices. Only ancillaries covered by CFAR must be filled [optional]
TotalPrice string Total price to be covered by CFAR (including ancillaries if applicable) [optional]
Passengers List<CfarPassenger> Details of the passengers [optional]
FareRules List<FareRule> The fare rules associated to the itinerary. If different fare rules apply to different slices in the itinerary, indicate the most restrictive. [optional]

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