Class RequiredIdDocumentResourceResponse


public class RequiredIdDocumentResourceResponse extends RequiredDocumentResourceResponse
  • Constructor Details

    • RequiredIdDocumentResourceResponse

      public RequiredIdDocumentResourceResponse()
  • Method Details

    • getSupportedCountries

      public List<SupportedCountryResponse> 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

      public String getAllowedCaptureMethods()
      Returns the allowed capture method as a String
      Returns:
      the allowed capture method
    • getAttemptsRemaining

      public Map<String,Integer> getAttemptsRemaining()
      Returns a Map, that is used to track how many attempts are remaining when performing text-extraction.
      Returns:
      the attempts remaining