tripkit-android / com.skedgo.tripkit.locations / Vehicle
Vehicle
class Vehicle
Constructors
Name | Summary |
---|---|
<init> | Vehicle(name: String , fuelType: String ?, licensePlate: String ?) |
Properties
Name | Summary |
---|---|
fuelType | val fuelType: String ? |
licensePlate | val licensePlate: String ? |
name | val name: String |