Car

data class Car(vin: String?, fuelTyp: String?, expectedAmount: Int?, mileage: Int?)

Properties

expectedAmount
Link copied to clipboard
val expectedAmount: Int?
fuelTyp
Link copied to clipboard
val fuelTyp: String?
mileage
Link copied to clipboard
val mileage: Int?
vin
Link copied to clipboard
val vin: String?