JumioLegalStatement

data class JumioLegalStatement(val text: String, type: LegalStatementType) : Serializable

A legal statement that the user must consent to during selfie.DONE workflow, provided via JumioFasterVerification and com.jumio.sdk.document.JumioLookupResult

Constructors

Link copied to clipboard
constructor(text: String, type: LegalStatementType)

Properties

Link copied to clipboard

The legal statement text to present to the user.