Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.42 KB

CfarItinerary.md

File metadata and controls

17 lines (13 loc) · 1.42 KB

Com.Hopper.Hts.Airlines.Model.CfarItinerary

Properties

Name Type Description Notes
PassengerPricing List<PassengerPricing> List of passengers type, count and pricing for the itinerary
Currency string Currency of pricing fields
Slices List<CfarItinerarySlice> 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]
Taxes List<CfarPassengerTax> Taxes applicable to this itinerary [optional]

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