IsCommercialProperty

data class IsCommercialProperty(val isCommercial: Boolean) : VehicleProperty

Represents Motorized.isCommercial property of the Vehicle model.

Used for updating the commercial nature of the vehicle via VehicleProvider.updateVehicleProperties

Parameters

isCommercial

If true, the vehicle is used for commercial purposes. This may affect legal restrictions to drive on certain roads.

Constructors

Link copied to clipboard
constructor(isCommercial: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard