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

# CheckoutTabRule

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class CheckoutTabRule(val borderRadius: String? = null, val font: CheckoutFontStyle? = null, val colors: CheckoutColorStyle? = null, val hover: CheckoutStateStyle? = null, val selected: CheckoutStateStyle? = null)
```

## Constructors

```kotlin theme={null}
constructor(borderRadius: String? = null, font: CheckoutFontStyle? = null, colors: CheckoutColorStyle? = null, hover: CheckoutStateStyle? = null, selected: CheckoutStateStyle? = null)
```

## Properties

| Property       | Type                  | Description |
| -------------- | --------------------- | ----------- |
| `borderRadius` | `String?`             | -           |
| `colors`       | `CheckoutColorStyle?` | -           |
| `font`         | `CheckoutFontStyle?`  | -           |
| `hover`        | `CheckoutStateStyle?` | -           |
| `selected`     | `CheckoutStateStyle?` | -           |
