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

# CheckoutColorStyle

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class CheckoutColorStyle(val text: String? = null, val background: String? = null, val border: String? = null, val boxShadow: String? = null, val placeholder: String? = null)
```

## Constructors

```kotlin theme={null}
constructor(text: String? = null, background: String? = null, border: String? = null, boxShadow: String? = null, placeholder: String? = null)
```

## Properties

### background

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

### border

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

### boxShadow

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

### placeholder

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

### text

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