PhilippinesIDCardModel

A class derived from IDCardModel containing details specific to the Pilipino ID card

import com.sybrin.identitysdk.countries.Philippines.IDCard.PhilippinesIDCardModel

extends IDCardModel

Summary

Inherited methods

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