payments
Toggle table of contents
0.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
payments
payments
/
com.inttegro.payments
/
PaymentSheetConfiguration
/
Appearance
Appearance
data
class
Appearance
(
val
primaryColor
:
String
?
=
null
,
val
backgroundColor
:
String
?
=
null
,
val
textColor
:
String
?
=
null
,
val
cornerRadius
:
Float
?
=
null
)
Members
Constructors
Appearance
Link copied to clipboard
constructor
(
primaryColor
:
String
?
=
null
,
backgroundColor
:
String
?
=
null
,
textColor
:
String
?
=
null
,
cornerRadius
:
Float
?
=
null
)
Properties
background
Color
Link copied to clipboard
val
backgroundColor
:
String
?
corner
Radius
Link copied to clipboard
val
cornerRadius
:
Float
?
primary
Color
Link copied to clipboard
val
primaryColor
:
String
?
text
Color
Link copied to clipboard
val
textColor
:
String
?