UseCase

@Serializable
data class UseCase(val mandatory: Boolean, val documentSets: List<List<UInt>>, val purposeHints: Map<String, Int>? = null)(source)

Part of the ISO/IEC 18013-5:2026 standard: Additional device request info (10.2.5)

Constructors

Link copied to clipboard
constructor(mandatory: Boolean, documentSets: List<List<UInt>>, purposeHints: Map<String, Int>? = null)

Properties

Link copied to clipboard
@SerialName(value = "documentSets")
val documentSets: List<List<UInt>>
Link copied to clipboard
@SerialName(value = "mandatory")
val mandatory: Boolean
Link copied to clipboard
@SerialName(value = "purposeHints")
val purposeHints: Map<String, Int>?