MultiDocumentCannedRequest

data class MultiDocumentCannedRequest(val id: String, val displayName: String, val dcqlString: String) : DocumentCannedRequest

A well-known request for a multiple documents.

Parameters

id

an identifier for the well-known document request (unique only for the document type).

displayName

a short string with the name of the request, short enough to be used for a button. For example "Age Over 21 and Portrait" or "Full mDL".

dcqlString

a text string with the DCQL for the request.

Constructors

Link copied to clipboard
constructor(id: String, displayName: String, dcqlString: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val displayName: String
Link copied to clipboard
open override val id: String