Uses of Class
com.onfido.model.DocumentPropertiesNfc
-
Packages that use DocumentPropertiesNfc Package Description com.onfido.model -
-
Uses of DocumentPropertiesNfc in com.onfido.model
Methods in com.onfido.model that return DocumentPropertiesNfc Modifier and Type Method Description DocumentPropertiesNfcDocumentPropertiesNfc. address(String address)DocumentPropertiesNfcDocumentPropertiesNfc. dateOfBirth(LocalDate dateOfBirth)DocumentPropertiesNfcDocumentPropertiesNfc. dateOfExpiry(LocalDate dateOfExpiry)DocumentPropertiesNfcDocumentPropertiesNfc. documentNumber(String documentNumber)DocumentPropertiesNfcDocumentPropertiesNfc. documentType(String documentType)static DocumentPropertiesNfcDocumentPropertiesNfc. fromJson(String jsonString)Create an instance of DocumentPropertiesNfc given an JSON stringDocumentPropertiesNfcDocumentPropertiesNfc. fullName(String fullName)DocumentPropertiesNfcDocumentPropertiesNfc. gender(String gender)DocumentPropertiesNfcDocumentProperties. getNfc()Get nfcDocumentPropertiesNfcDocumentWithDriverVerificationReportAllOfProperties. getNfc()Get nfcDocumentPropertiesNfcDocumentPropertiesNfc. issuingAuthority(String issuingAuthority)DocumentPropertiesNfcDocumentPropertiesNfc. issuingCountry(String issuingCountry)DocumentPropertiesNfcDocumentPropertiesNfc. issuingDate(LocalDate issuingDate)DocumentPropertiesNfcDocumentPropertiesNfc. nationality(String nationality)DocumentPropertiesNfcDocumentPropertiesNfc. personalNumber(String personalNumber)DocumentPropertiesNfcDocumentPropertiesNfc. placeOfBirth(String placeOfBirth)DocumentPropertiesNfcDocumentPropertiesNfc. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in com.onfido.model with parameters of type DocumentPropertiesNfc Modifier and Type Method Description DocumentPropertiesDocumentProperties. nfc(DocumentPropertiesNfc nfc)DocumentWithDriverVerificationReportAllOfPropertiesDocumentWithDriverVerificationReportAllOfProperties. nfc(DocumentPropertiesNfc nfc)voidDocumentProperties. setNfc(DocumentPropertiesNfc nfc)voidDocumentWithDriverVerificationReportAllOfProperties. setNfc(DocumentPropertiesNfc nfc)
-