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.

Constructors

Link copied to clipboard
constructor(documentType: JumioDocumentType, text: String)
constructor(documentType: JumioDocumentType, legalStatement: JumioLookupResult.JumioLegalStatement)

Types

Link copied to clipboard

Properties