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

| Property      | Type      | Description |
| ------------- | --------- | ----------- |
| `background`  | `String?` | -           |
| `border`      | `String?` | -           |
| `boxShadow`   | `String?` | -           |
| `placeholder` | `String?` | -           |
| `text`        | `String?` | -           |
