data class CheckoutLabelRule(val font: CheckoutFontStyle? = null, val colors: CheckoutColorStyle? = null)
Constructors
constructor(font: CheckoutFontStyle? = null, colors: CheckoutColorStyle? = null)
Properties
| Property | Type | Description |
|---|---|---|
colors | CheckoutColorStyle? | - |
font | CheckoutFontStyle? | - |

