DeviceResponse

@Serializable
data class DeviceResponse(val version: String, val documents: Array<Document>? = null, val documentErrors: Array<Pair<String, UInt>>? = null, val status: UInt)(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(version: String, documents: Array<Document>? = null, documentErrors: Array<Pair<String, UInt>>? = null, status: UInt)

Properties

Link copied to clipboard
@SerialName(value = "documentErrors")
val documentErrors: Array<Pair<String, UInt>>? = null
Link copied to clipboard
@SerialName(value = "documents")
val documents: Array<Document>? = null
Link copied to clipboard
@SerialName(value = "status")
val status: UInt
Link copied to clipboard
@SerialName(value = "version")
val version: String

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int