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

# CheckoutAppearance

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class CheckoutAppearance(val rules: CheckoutAppearanceRules? = null)
```

## Constructors

```kotlin theme={null}
constructor(rules: CheckoutAppearanceRules? = null)
```

## Properties

### rules

```kotlin theme={null}
val rules: CheckoutAppearanceRules? = null
```
