Uses of Class
com.boldsign.model.IdVerification
-
Packages that use IdVerification Package Description com.boldsign.model -
-
Uses of IdVerification in com.boldsign.model
Methods in com.boldsign.model that return IdVerification Modifier and Type Method Description IdVerificationIdVerification. addAllowedDocumentTypesItem(String allowedDocumentTypesItem)IdVerificationIdVerification. allowedDocumentTypes(List<String> allowedDocumentTypes)static IdVerificationIdVerification. fromJson(String jsonString)Create an instance of IdVerification given an JSON stringIdVerificationIdVerification. holdForPrefill(Boolean holdForPrefill)IdVerificationIdVerification. maximumRetryCount(Integer maximumRetryCount)IdVerificationIdVerification. nameMatcher(String nameMatcher)IdVerificationIdVerification. prefillCompleted(Boolean prefillCompleted)IdVerificationIdVerification. requireLiveCapture(Boolean requireLiveCapture)IdVerificationIdVerification. requireMatchingSelfie(Boolean requireMatchingSelfie)IdVerificationIdVerification. status(String status)IdVerificationIdVerification. type(String type)
-