An object containing the list of flight segments for a fare slice
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] |