/tripkit/TripKitAndroidUIDomain/com.skedgo.tripkit.analytics/Choice
Choice
\ data class Choice(val price: Float, val score: Float, val carbon: Float, val hassle: Float, val calories: Float, val segments: List<MiniSegment>, val selected: Boolean, val visibility: String, val arrivalTime: Long, val departureTime: Long)
Constructors
| Choice | constructor(price: Float, score: Float, carbon: Float, hassle: Float, calories: Float, segments: List<MiniSegment>, selected: Boolean, visibility: String, arrivalTime: Long, departureTime: Long) |
Properties
| Name | Summary |
|---|---|
| arrivalTime | val arrivalTime: Long |
| calories | val calories: Float |
| carbon | val carbon: Float |
| departureTime | val departureTime: Long |
| hassle | val hassle: Float |
| price | val price: Float |
| score | val score: Float |
| segments | val segments: List<MiniSegment> |
| selected | val selected: Boolean |
| visibility | val visibility: String |