data class CheckoutInputRule(val borderRadius: String? = null, val font: CheckoutFontStyle? = null, val colors: CheckoutColorStyle? = null, val hover: CheckoutStateStyle? = null, val focus: CheckoutStateStyle? = null)
Constructors
constructor(borderRadius: String? = null, font: CheckoutFontStyle? = null, colors: CheckoutColorStyle? = null, hover: CheckoutStateStyle? = null, focus: CheckoutStateStyle? = null)
Properties
| Property | Type | Description |
|---|---|---|
borderRadius | String? | - |
colors | CheckoutColorStyle? | - |
focus | CheckoutStateStyle? | - |
font | CheckoutFontStyle? | - |
hover | CheckoutStateStyle? | - |

