|
Hagglehaul
1.0
Hagglehaul - book and bid on rides
|
Data for representing a trip in the trip search results. More...
Properties | |
| string | TripId [get, set] |
| The ID of the trip. | |
| string | TripName [get, set] |
| The name of the trip. | |
| byte[] | Thumbnail [get, set] |
| The thumbnail of the trip, as a base64-encoded PNG. | |
| string | GeoJson [get, set] |
| The GeoJSON representing the trip route. | |
| DateTime | StartTime [get, set] |
| The start time of the trip. | |
| double? | Distance [get, set] |
| The distance of the trip in meters. | |
| double? | Duration [get, set] |
| The estimated duration of the trip in seconds. | |
| string | PickupAddress [get, set] |
| The pickup address of the trip. | |
| string | DestinationAddress [get, set] |
| The destination address of the trip. | |
| uint? | CurrentMinBidCentsAmount [get, set] |
| The minimum bid amount in cents. | |
| List< SearchedBid > | TripBids [get, set] |
| The bids which have been placed on the trip. | |
Data for representing a trip in the trip search results.