Interface IVehicleIdentificationNumber
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An interface for devices with a Vehicle Identification Number (VIN).
public interface IVehicleIdentificationNumber
Properties
EngineVehicleIdentificationNumber
Gets or sets the Engine Vehicle Identification Number from the engine of vehicle associated with the device.
string? EngineVehicleIdentificationNumber { get; set; }
Property Value
PinDevice
Gets or sets a toggle that determines whether or not a device is under automatic vehicle management. Default [true].
bool? PinDevice { get; set; }
Property Value
VehicleIdentificationNumber
Gets or sets the Vehicle Identification Number (VIN) of the vehicle associated with the device.
string? VehicleIdentificationNumber { get; set; }