walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.model
/
TransactionDataPayload
Transaction
Data
Payload
@
Serializable
data
class
TransactionDataPayload
(
val
type
:
String
?
=
null
,
val
credentialIds
:
List
<
String
>
?
=
null
,
val
name
:
String
?
=
null
,
val
purpose
:
String
?
=
null
,
val
referenceTxt
:
String
?
=
null
,
val
logo
:
String
?
=
null
,
val
escalationLvl
:
String
?
=
null
)
Members
Constructors
Transaction
Data
Payload
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
credentialIds
:
List
<
String
>
?
=
null
,
name
:
String
?
=
null
,
purpose
:
String
?
=
null
,
referenceTxt
:
String
?
=
null
,
logo
:
String
?
=
null
,
escalationLvl
:
String
?
=
null
)
Properties
credential
Ids
Link copied to clipboard
@
SerialName
(
value
=
"credential_ids"
)
val
credentialIds
:
List
<
String
>
?
escalation
Lvl
Link copied to clipboard
@
SerialName
(
value
=
"escalation_lvl"
)
val
escalationLvl
:
String
?
logo
Link copied to clipboard
val
logo
:
String
?
name
Link copied to clipboard
val
name
:
String
?
purpose
Link copied to clipboard
val
purpose
:
String
?
reference
Txt
Link copied to clipboard
@
SerialName
(
value
=
"reference_txt"
)
val
referenceTxt
:
String
?
type
Link copied to clipboard
val
type
:
String
?