PACECloudSDK
/
cloud.pace.sdk.appkit.model
/
Car
Car
data class
Car
(vin:
String
?, fuelTyp:
String
?, expectedAmount:
Int
?, mileage:
Int
?)
Content copied to clipboard
Properties
Properties
expectedAmount
Link copied to clipboard
val
expectedAmount
:
Int
?
Content copied to clipboard
fuelTyp
Link copied to clipboard
val
fuelTyp
:
String
?
Content copied to clipboard
mileage
Link copied to clipboard
val
mileage
:
Int
?
Content copied to clipboard
vin
Link copied to clipboard
val
vin
:
String
?
Content copied to clipboard