Skip to main content
Data Class
data class CheckoutColorStyle(val text: String? = null, val background: String? = null, val border: String? = null, val boxShadow: String? = null, val placeholder: String? = null)

Constructors

constructor(text: String? = null, background: String? = null, border: String? = null, boxShadow: String? = null, placeholder: String? = null)

Properties

background

val background: String? = null

border

val border: String? = null

boxShadow

val boxShadow: String? = null

placeholder

val placeholder: String? = null

text

val text: String? = null