ItemsRequest

@Serializable
data class ItemsRequest(val docType: String, val namespaces: Map<String, ItemsRequestList>, val requestInfo: Map<String, String>? = null)(source)

Part of the ISO/IEC 18013-5:2021 standard: Data structure for mdoc request (8.3.2.1.2.1)

Constructors

Link copied to clipboard
constructor(docType: String, namespaces: Map<String, ItemsRequestList>, requestInfo: Map<String, String>? = null)

Properties

Link copied to clipboard
@SerialName(value = "docType")
val docType: String
Link copied to clipboard
@SerialName(value = "nameSpaces")
val namespaces: Map<String, ItemsRequestList>
Link copied to clipboard
@SerialName(value = "requestInfo")
val requestInfo: Map<String, String>? = null