walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.model
/
LocalizedDisplayDTO
Localized
Display
DTO
@
Serializable
data
class
LocalizedDisplayDTO
(
val
locale
:
String
,
val
name
:
String
,
val
description
:
String
?
=
null
)
Members
Constructors
Localized
Display
DTO
Link copied to clipboard
constructor
(
locale
:
String
,
name
:
String
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
locale
Link copied to clipboard
val
locale
:
String
name
Link copied to clipboard
val
name
:
String