MultiDocumentCannedRequest

data class MultiDocumentCannedRequest(val id: String, val displayName: String, val dcqlString: String, val transactionData: String? = null) : DocumentCannedRequest

A well-known request for a multiple documents.

Constructors

Link copied to clipboard
constructor(id: String, displayName: String, dcqlString: String, transactionData: String? = null)

Properties

Link copied to clipboard

a text string with the DCQL for the request.

Link copied to clipboard
open override val displayName: String

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".

Link copied to clipboard
open override val id: String

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

Link copied to clipboard

transaction data list (if any) for this request as JSON array