walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.model
/
VctTypeMetadataDTO
Vct
Type
Metadata
DTO
@
Serializable
data
class
VctTypeMetadataDTO
(
val
vct
:
String
,
val
name
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
display
:
List
<
LocalizedDisplayDTO
>
?
=
null
)
Members
Constructors
Vct
Type
Metadata
DTO
Link copied to clipboard
constructor
(
vct
:
String
,
name
:
String
?
=
null
,
description
:
String
?
=
null
,
display
:
List
<
LocalizedDisplayDTO
>
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
display
Link copied to clipboard
val
display
:
List
<
LocalizedDisplayDTO
>
?
name
Link copied to clipboard
val
name
:
String
?
vct
Link copied to clipboard
val
vct
:
String