Vehicle Restriction
Defined in package com.scandit.datacapture.id.capture
- VehicleRestriction
class VehicleRestriction
Added in version 6.8.0
- vehicleCode
@NonNull String getVehicleCode()
Added in version 6.8.0
The category of motor vehicle the Driver’s License is valid for. Check the information printed on the Driver’s License for the list of valid codes.
- vehicleRestriction
@NonNull String getVehicleRestriction()
Added in version 6.8.0
The restriction that applies to the motor vehicle category. Check the information printed on the Driver’s License for the list of possible restrictions.
- dateOfIssue
@NonNull DateResult getDateOfIssue()
Added in version 6.8.0
The date when this vehicle restriction starts to apply.
- equals(other)
boolean
equals(@Nullable Object other)Added in version 6.8.0
Indicates whether some other object is equal to this one.
- hashCode()
int
hashCode()Added in version 6.8.0
Returns a hash code value for the object.