Class RequiredIdDocumentResourceResponse
java.lang.Object
com.yoti.api.client.docs.session.retrieve.configuration.capture.RequiredResourceResponse
com.yoti.api.client.docs.session.retrieve.configuration.capture.document.RequiredDocumentResourceResponse
com.yoti.api.client.docs.session.retrieve.configuration.capture.document.RequiredIdDocumentResourceResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the allowed capture method as a StringReturns a Map, that is used to track how many attempts are remaining when performing text-extraction.Returns a list of supported country codes, that can be used to satisfy the requirement.Methods inherited from class com.yoti.api.client.docs.session.retrieve.configuration.capture.document.RequiredDocumentResourceResponse
getRequestedTasksMethods inherited from class com.yoti.api.client.docs.session.retrieve.configuration.capture.RequiredResourceResponse
getAllowedSources, getId, getState, getType, isRelyingBusinessAllowed
-
Constructor Details
-
RequiredIdDocumentResourceResponse
public RequiredIdDocumentResourceResponse()
-
-
Method Details
-
getSupportedCountries
Returns a list of supported country codes, that can be used to satisfy the requirement. Each supported country will contain a list of document types that can be used.- Returns:
- a list of supported countries
-
getAllowedCaptureMethods
Returns the allowed capture method as a String- Returns:
- the allowed capture method
-
getAttemptsRemaining
Returns a Map, that is used to track how many attempts are remaining when performing text-extraction.- Returns:
- the attempts remaining
-