IsCommercialProperty

data class IsCommercialProperty(val isCommercial: Boolean) : VehicleProperty

Represents Motorized.isCommercial property of the Vehicle.

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

Constructors

Link copied to clipboard
constructor(isCommercial: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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