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.