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

Constructors

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

Properties

PropertyTypeDescription
borderRadiusString?-
colorsCheckoutColorStyle?-
fontCheckoutFontStyle?-
hoverCheckoutStateStyle?-
selectedCheckoutStateStyle?-