DocumentDetails

data class DocumentDetails(val attributes: Map<String, AttributeDisplayInfo>)

A class containing human-readable information (mainly PII) about a document.

This data is intended to be display to the user, not used in presentations or sent to external parties.

Parameters

typeName

human readable type name of the document, e.g. "Driving License".

attributes

key/value pairs with data in the document

Constructors

Link copied to clipboard
constructor(attributes: Map<String, AttributeDisplayInfo>)

Properties

Link copied to clipboard