VehicleDetails

constructor(vin: String? = null, modelYear: Int? = null, gearbox: String? = null, fuelType: String? = null, externalColour: String? = null, batteryCapacityKWH: Double? = null, images: VehicleImages? = null, descriptions: VehicleDescriptions? = null)(source)