CarShareResponse interface
Details of the car share vehicle. Name is always returned. Level of other returned details depends on car share operator.
Properties
| battery |
Percentage of battery indicating the battery level, 100 being full, 0 empty. Unit: percentage (%). |
| fuel |
Percentage of fuel indicating the fuel level, 100 being full, 0 empty. Unit: percentage (%). |
| model | Model of the car. |
| name | Car share provider specific value – most often will be the vehicle's license plate. |
| operator |
Details of the share operator. |
| position | Last known location of the vehicle. |
| pricing | Pricing details including currency, reservation price and usage price. |
| seat |
Total number of seats in the vehicle. |
Property Details
batteryLevel
Percentage of battery indicating the battery level, 100 being full, 0 empty. Unit: percentage (%).
batteryLevel?: number
Property Value
number
fuelLevel
Percentage of fuel indicating the fuel level, 100 being full, 0 empty. Unit: percentage (%).
fuelLevel?: number
Property Value
number
model
Model of the car.
model?: string
Property Value
string
name
Car share provider specific value – most often will be the vehicle's license plate.
name?: string
Property Value
string
operatorInfo
position
pricing
Pricing details including currency, reservation price and usage price.
pricing?: Pricing
Property Value
seatCount
Total number of seats in the vehicle.
seatCount?: number
Property Value
number