PhilippinesIDCardModel
A class derived from IDCardModel containing details specific to the Pilipino ID card
import com.sybrin.identity.countries.Philippines.IDCard.PhilippinesIDCardModel
extends
IDCardModel
Summary
Inherited methods
Validation
The following validation and verification applies to this document:
Component verification
As explained in Validation & Verification the following fields are verified across the front and back components of the document.
Public methods
getAddress
public String getAddress ()
Returns the subject's address as found on the ID card.
getBarcodeData
public String getBarcodeData ()
Returns the barcode string as found on the back of the ID card.
getCommonReferenceNumber
public String getCommonReferenceNumber ()
Returns the subject's common reference number as found on the ID card.
getGivenName
public String getGivenName ()
Returns the subject's given name as found on the ID card.
getMiddleName
public String getMiddleName ()
Returns the subject's middle name as found on the ID card.
getSurname
public String getSurname ()
Returns the subject's surname as found on the ID card.
Last updated