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

| Property          | Type                      | Description |
| ----------------- | ------------------------- | ----------- |
| `allowedMethods`  | `CheckoutAllowedMethods?` | -           |
| `defaultCurrency` | `String?`                 | -           |
| `enabled`         | `Boolean`                 | -           |
