VehicleClassInfo

data class VehicleClassInfo<StringType>(val vehicleClass: StringType, val licenceType: StringType, val effectiveDate: DateResult<StringType>?, val expiryDate: DateResult<StringType>?)

Represents the information about the vehicle class extraction.

Constructors

Link copied to clipboard
constructor(vehicleClass: StringType, licenceType: StringType, effectiveDate: DateResult<StringType>?, expiryDate: DateResult<StringType>?)

Types

Link copied to clipboard
object Companion

Creates a VehicleClassInfo from the native pointer.

Properties

Link copied to clipboard

The date since licence is effective.

Link copied to clipboard

The date of expiry of licence.

Link copied to clipboard

The type of driver licence.

Link copied to clipboard

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