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

Public methods

String

String

String

String

String

String

Inherited methods

<T extends DocumentModel>

castToModel(Class<T> class)

Casts the current model to the type specified by the class parameter.

Bitmap

String

Bitmap

String

Bitmap

String

void

saveImages(Context context)

Saves all images within the model to the local device and populates all path fields.

Public methods

getAddress

public String getAddress ()

Returns the subject's address as found on the ID card.

Returns

String

The subject's address. This value cannot be null.

getBarcodeData

public String getBarcodeData ()

Returns the barcode string as found on the back of the ID card.

Returns

String

The barcode data. This value cannot be null.

getCommonReferenceNumber

public String getCommonReferenceNumber ()

Returns the subject's common reference number as found on the ID card.

Returns

String

The subject's common reference number. This value cannot be null.

getGivenName

public String getGivenName ()

Returns the subject's given name as found on the ID card.

Returns

String

The subject's given name. This value cannot be null.

getMiddleName

public String getMiddleName ()

Returns the subject's middle name as found on the ID card.

Returns

String

The subject's middle name. This value cannot be null.

getSurname

public String getSurname ()

Returns the subject's surname as found on the ID card.

Returns

String

The subject's surname. This value cannot be null.

Last updated