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.
Properties
Link copied to clipboard
a text string with the DCQL for the request.
Link copied to clipboard
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
transaction data list (if any) for this request as JSON array