Skip to main content

VehicleClassInfo

@microblink/blinkid


@microblink/blinkid / VehicleClassInfo

Type Alias: VehicleClassInfo<S>

VehicleClassInfo<S> = object

Represents the information about the vehicle class.

Type Parameters

S

S extends string | StringResult

The type of the string result.

Properties

effectiveDate?

optional effectiveDate: DateResult<S>

The date since licence is effective.


expiryDate?

optional expiryDate: DateResult<S>

The date of expiry of licence.


licenceType?

optional licenceType: S

The type of driver licence.


vehicleClass?

optional vehicleClass: S

The type of vehicle the driver license owner has privilege to drive.