vc-k
Toggle table of contents
5.12.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.iso
/
UseCase
Use
Case
@
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)
Members
Constructors
Use
Case
Link copied to clipboard
constructor
(
mandatory
:
Boolean
,
documentSets
:
List
<
List
<
UInt
>
>
,
purposeHints
:
Map
<
String
,
Int
>
?
=
null
)
Properties
document
Sets
Link copied to clipboard
@
SerialName
(
value
=
"documentSets"
)
val
documentSets
:
List
<
List
<
UInt
>
>
mandatory
Link copied to clipboard
@
SerialName
(
value
=
"mandatory"
)
val
mandatory
:
Boolean
purpose
Hints
Link copied to clipboard
@
SerialName
(
value
=
"purposeHints"
)
val
purposeHints
:
Map
<
String
,
Int
>
?