Vehicle Restriction

Defined in framework ScanditIdCapture

SDCVehicleRestriction
@interface SDCVehicleRestriction : NSObject

Added in version 6.8.0

vehicleCode
@property (nonatomic, nonnull, readonly) NSString *vehicleCode

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
@property (nonatomic, nonnull, readonly) NSString *vehicleRestriction

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
@property (nonatomic, nonnull, readonly) SDCDateResult *dateOfIssue

Added in version 6.8.0

The date when this vehicle restriction starts to apply.