mDocs Holder SDK
Toggle table of contents
7.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
mDocs Holder SDK
mDocs Holder SDK
/
global.mattr.mobilecredential.holder.issuance.dto.grants
/
TransactionCode
Transaction
Code
@
Serializable
data
class
TransactionCode
(
val
inputMode
:
InputMode
?
,
val
length
:
Int
?
,
val
description
:
String
?
)
Members
Constructors
Transaction
Code
Link copied to clipboard
constructor
(
inputMode
:
InputMode
?
,
length
:
Int
?
,
description
:
String
?
)
Properties
description
Link copied to clipboard
val
description
:
String
?
input
Mode
Link copied to clipboard
@
SerialName
(
value
=
"input_mode"
)
val
inputMode
:
InputMode
?
length
Link copied to clipboard
val
length
:
Int
?