Table of Contents

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

string

string

PinDevice

Gets or sets a toggle that determines whether or not a device is under automatic vehicle management. Default [true]. This value is the inverse of whether automatic vehicle management is enabled. A value of false means that automatic vehicle management is enabled in the UI.

bool? PinDevice { get; set; }

Property Value

bool?

bool

VehicleIdentificationNumber

Gets or sets the Vehicle Identification Number (VIN) of the vehicle associated with the device.

string? VehicleIdentificationNumber { get; set; }

Property Value

string

string