JumioDigitalDocument

data class JumioDigitalDocument(val type: String, val title: String = type) : JumioDocument

Represents a digital document (i.e. a digital identity).

Constructors

Link copied to clipboard
constructor(type: String, title: String = type)

Properties

Link copied to clipboard

String The title of this digital document, same as type if not set.

Link copied to clipboard

String The type of this digital document.