static Document |
Document.extract(Map<?,?> map,
String key) |
Create a Document instance from an object in the given map.
|
Document |
IDDocument.getDocument() |
Get the ID document used to perform the ID verification.
|
Document |
IDDocument.removeDocument() |
Remove "document" from this object.
|
Document |
Document.setDateOfExpiry(String date) |
Set the date of expiry of the document.
|
Document |
Document.setDateOfIssuance(String date) |
Set the date of issuance of the document.
|
Document |
Document.setIssuer(Issuer issuer) |
Set the issuer of the document.
|
Document |
Document.setNumber(String number) |
Set the number of the document.
|
Document |
Document.setType(String type) |
Set the type of the document.
|