South Africa ID Barcode Result#
Defined in package com.scandit.datacapture.id.capture
-
SouthAfricaIdBarcodeResult
# class SouthAfricaIdBarcodeResult
Added in version 6.8.0
Information obtained from a PDF417 barcode present at the back side of a South Africa Smart ID Card.
-
countryOfBirth
# @NonNull String
getCountryOfBirth
()Added in version 6.8.0
The human-readable name of the holder’s country of birth.
-
countryOfBirthIso
# @NonNull String
getCountryOfBirthIso
()Added in version 6.8.0
The three-letter country code (ISO 3166-1) of the holder’s country of birth.
-
citizenshipStatus
# @NonNull String
getCitizenshipStatus
()Added in version 6.8.0
Whether the holder is a citizen or a permanent resident.
-
personalIdNumber
# @NonNull String
getPersonalIdNumber
()Added in version 6.8.0
The personal ID number of the card’s holder.
-
equals(obj)
# boolean
equals
(@Nullable Object obj)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.
-