JumioLookupResult
data class JumioLookupResult(val documentType: JumioDocumentType, val legalStatement: JumioLookupResult.JumioLegalStatement) : Serializable
Represents the result of a document lookup in a selfie.Done workflow
Parameters
documentType
The type of the document identified in the lookup. (e.g., JumioDocumentType.PASSPORT).
JumioLegalStatement
The legal statement for the reusing the identified ID.