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] |