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.