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

# CheckoutCryptoPayment

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class CheckoutCryptoPayment(val enabled: Boolean, val defaultChain: String? = null, val defaultCurrency: String? = null)
```

## Constructors

```kotlin theme={null}
constructor(enabled: Boolean, defaultChain: String? = null, defaultCurrency: String? = null)
```

## Properties

### defaultChain

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

### defaultCurrency

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

### enabled

```kotlin theme={null}
val enabled: Boolean
```
