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

# CheckoutDestinationInputRule

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class CheckoutDestinationInputRule(val display: String? = null)
```

## Constructors

```kotlin theme={null}
constructor(display: String? = null)
```

## Properties

### display

```kotlin theme={null}
val display: String? = null
```
