Skip to main content
Data Class
data class CheckoutPrimaryButtonRule(val borderRadius: String? = null, val font: CheckoutFontStyle? = null, val colors: CheckoutColorStyle? = null, val hover: CheckoutStateStyle? = null, val disabled: CheckoutStateStyle? = null)

Constructors

constructor(borderRadius: String? = null, font: CheckoutFontStyle? = null, colors: CheckoutColorStyle? = null, hover: CheckoutStateStyle? = null, disabled: CheckoutStateStyle? = null)

Properties

borderRadius

val borderRadius: String? = null

colors

val colors: CheckoutColorStyle? = null

disabled

val disabled: CheckoutStateStyle? = null

font

val font: CheckoutFontStyle? = null

hover

val hover: CheckoutStateStyle? = null