> ## 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

| Property | Type                  | Description |
| -------- | --------------------- | ----------- |
| `colors` | `CheckoutColorStyle?` | -           |
| `font`   | `CheckoutFontStyle?`  | -           |
