South Africa DL Barcode Result#
Defined in framework ScanditIdCapture
-
SDCSouthAfricaDLBarcodeResult
# @interface SDCSouthAfricaDLBarcodeResult
: NSObjectAdded in version 6.8.0
Information obtained from a PDF417 barcode present at the back side of a South Africa Driver’s License specific to this kind of document.
-
version
# @property (nonatomic, readonly) NSInteger version
Added in version 6.8.0
The version of the barcode.
-
licenseCountryOfIssue
# @property (nonatomic, nonnull, readonly) NSString *licenseCountryOfIssue
Added in version 6.8.0
The name of the country, where the Driver’s License was issued.
-
personalIdNumber
# @property (nonatomic, nonnull, readonly) NSString *personalIdNumber
Added in version 6.8.0
The personal ID number of this Driver’s License holder.
-
personalIdNumberType
# @property (nonatomic, nonnull, readonly) NSString *personalIdNumberType
Added in version 6.8.0
The kind of personal ID number used - “02” means the number of the South Africa ID card.
-
documentCopy
# @property (nonatomic, readonly) NSInteger documentCopy
Added in version 6.8.0
Identifies if this document has been duplicated, starting from 1.
-
professionalDrivingPermit
# @property (nonatomic, nullable, readonly) SDCProfessionalDrivingPermit *professionalDrivingPermit
Added in version 6.8.0
Whether the holder of this License is allowed to transport goods, dangerous goods or passengers for an income.
-
vehicleRestrictions
# @property (nonatomic, nonnull, readonly) NSArray<SDCVehicleRestriction *> *vehicleRestrictions
Added in version 6.8.0
The categories of motor vehicles that the holder of this License is permitted to drive.
-
-
SDCProfessionalDrivingPermit
# @interface SDCProfessionalDrivingPermit
: NSObjectAdded in version 6.8.0
The professional driving permit (PrDP) of the Driver’s License holder.
-
dateOfExpiry
# @property (nonatomic, nonnull, readonly) SDCDateResult *dateOfExpiry
Added in version 6.8.0
The date when this permit expires.
-
-
SDCVehicleRestriction
# @interface SDCVehicleRestriction
: NSObjectAdded 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.
-