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

# CheckoutFiatPayment

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class CheckoutFiatPayment(val enabled: Boolean, val defaultCurrency: String? = null, val allowedMethods: CheckoutAllowedMethods? = null)
```

## Constructors

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

## Properties

### allowedMethods

```kotlin theme={null}
val allowedMethods: CheckoutAllowedMethods? = null
```

### defaultCurrency

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

### enabled

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