JumioDocumentInfo

data class JumioDocumentInfo(val issuingCountry: String?, val documentType: JumioDocumentType?)

Data class that provides detailed information on a scanned document

Constructors

Link copied to clipboard
constructor(issuingCountry: String?, documentType: JumioDocumentType?)

Properties

Link copied to clipboard

The scanned JumioDocumentType of this document.

Link copied to clipboard

The scanned String value representing the issuing country of this document.