DriverLicenseDetailedInfo

data class DriverLicenseDetailedInfo<StringType>(val restrictions: StringType, val endorsements: StringType, val vehicleClass: StringType, val conditions: StringType, val vehicleClassesInfo: Array<VehicleClassInfo<StringType>>)

Represents detailed extracted information about the driver license.

Constructors

Link copied to clipboard
constructor(restrictions: StringType, endorsements: StringType, vehicleClass: StringType, conditions: StringType, vehicleClassesInfo: Array<VehicleClassInfo<StringType>>)

Properties

Link copied to clipboard

The driver license conditions.

Link copied to clipboard

The additional privileges granted to the US driver license owner.

Link copied to clipboard

The restrictions to driving privileges for the United States driver license owner.

Link copied to clipboard

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

Link copied to clipboard

The additional information on vehicle class.