walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.api.logging
/
WalletTransactionEvent
/
Deletion
/
Deletion
Deletion
constructor
(
id
:
String
,
timestamp
:
Long
,
status
:
WalletTransactionStatus
,
documentId
:
String
,
displayName
:
String
?
=
null
,
displayNames
:
Map
<
String
,
String
>
=
emptyMap()
,
vct
:
String
?
=
null
,
docType
:
String
?
=
null
,
issuerName
:
String
?
=
null
,
errorMessage
:
String
?
=
null
)