Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.16 KB

CfarCreateExerciseItinerarySlice.md

File metadata and controls

17 lines (13 loc) · 1.16 KB

Com.Hopper.Hts.Airlines.Model.CfarCreateExerciseItinerarySlice

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

Properties

Name Type Description Notes
Segments List<CfarCreateExerciseSliceSegment> A list of segments which make up the slice
PassengerPricing List<PassengerPricing> List of passengers type, count and pricing for the slice [optional]
TotalPrice string The price of the slice for all the passengers [optional]
FareBrand string Name of the fare brand applied to the slice [optional]
FareBasis string Code of the fare basis applied to the slice [optional]
FareRules List<FareRule> The fare rules associated to the slice [optional]
OtherFares List<Fare> Other available fares in the same cabin [optional]

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