VehicleClassInfo
@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?
optionaleffectiveDate:DateResult<S>
The date since licence is effective.
expiryDate?
optionalexpiryDate:DateResult<S>
The date of expiry of licence.
licenceType?
optionallicenceType:S
The type of driver licence.
vehicleClass?
optionalvehicleClass:S
The type of vehicle the driver license owner has privilege to drive.