walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.model
/
SvgTemplatePropertiesDTO
Svg
Template
Properties
DTO
@
Serializable
data
class
SvgTemplatePropertiesDTO
(
val
orientation
:
String
?
=
null
,
val
colorScheme
:
String
?
=
null
,
val
contrast
:
String
?
=
null
)
Members
Constructors
Svg
Template
Properties
DTO
Link copied to clipboard
constructor
(
orientation
:
String
?
=
null
,
colorScheme
:
String
?
=
null
,
contrast
:
String
?
=
null
)
Properties
color
Scheme
Link copied to clipboard
@
SerialName
(
value
=
"color_scheme"
)
@
SerializedName
(
value
=
"color_scheme"
)
val
colorScheme
:
String
?
contrast
Link copied to clipboard
val
contrast
:
String
?
orientation
Link copied to clipboard
val
orientation
:
String
?