EventPresentmentDataDocument

data class EventPresentmentDataDocument(val documentId: String, val documentName: String?, val claims: Map<RequestedClaim, Claim>)

A document requested in a presentment event.

Constructors

Link copied to clipboard
constructor(documentId: String, documentName: String?, claims: Map<RequestedClaim, Claim>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the requested claims.

Link copied to clipboard

the document identifier.

Link copied to clipboard

the name of the document or null.

Functions

Link copied to clipboard