JumioAddonScanPartConfiguration

data class JumioAddonScanPartConfiguration(val documentInfo: JumioDocumentInfo, val skippable: Boolean)

Data class that provides configuration for the addon scan part.

Constructors

Link copied to clipboard
constructor(documentInfo: JumioDocumentInfo, skippable: Boolean)

Properties

Link copied to clipboard

The scanned JumioDocumentInfo of the initially scanned document.

Link copied to clipboard

Flag that indicates if this addon scan part can be skipped.