> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CheckoutLabelRule

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class CheckoutLabelRule(val font: CheckoutFontStyle? = null, val colors: CheckoutColorStyle? = null)
```

## Constructors

```kotlin theme={null}
constructor(font: CheckoutFontStyle? = null, colors: CheckoutColorStyle? = null)
```

## Properties

### colors

```kotlin theme={null}
val colors: CheckoutColorStyle? = null
```

### font

```kotlin theme={null}
val font: CheckoutFontStyle? = null
```
