Table of Contents

Interface ILicensable

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

Models an entity which is a license

public interface ILicensable

Properties

LicensePlate

Gets or sets the vehicle license plate details of the vehicle associated with the device. Maximum length [50] Default [""].

string? LicensePlate { get; set; }

Property Value

string

string

LicenseState

Gets or sets the state or province of the vehicle associated with the device. Maximum length [50] Default [""].

string? LicenseState { get; set; }

Property Value

string

string