South Africa DL Barcode Result
Defined in library scandit_datacapture_id
- SouthAfricaDlBarcodeResult
class SouthAfricaDlBarcodeResult
Added in version 6.11.0
Information obtained from the PDF417 barcode present on the back of a South Africa Driver’s License specific to this kind of document.
- licenseCountryOfIssue
String get licenseCountryOfIssue
Added in version 6.11.0
The name of the country, where the Driver’s License was issued.
- personalIdNumber
String get personalIdNumber
Added in version 6.11.0
The personal ID number of this Driver’s License holder.
- personalIdNumberType
String get personalIdNumberType
Added in version 6.11.0
The kind of personal ID number used - “02” means the number of the South Africa ID card.
- documentCopy
int get documentCopy
Added in version 6.11.0
Identifies if this document has been duplicated, starting from 1.
- professionalDrivingPermit
ProfessionalDrivingPermit? get professionalDrivingPermit
Added in version 6.11.0
Whether the holder of this License is allowed to transport goods, dangerous goods or passengers for an income.
- vehicleRestrictions
List<VehicleRestriction> get vehicleRestrictions
Added in version 6.11.0
The categories of motor vehicles that the holder of this License is permitted to drive.
- ProfessionalDrivingPermit
class ProfessionalDrivingPermit
Added in version 6.11.0
The professional driving permit (PrDP) of the Driver’s License holder.
- dateOfExpiry
DateResult get dateOfExpiry
Added in version 6.11.0
The date when this permit expires.
- VehicleRestriction
class VehicleRestriction
Added in version 6.11.0
- vehicleCode
String get vehicleCode
Added in version 6.11.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
String get vehicleRestriction
Added in version 6.11.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
DateResult get dateOfIssue
Added in version 6.11.0
The date when this vehicle restriction starts to apply.