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

# CrossmintCheckoutRecipient

> Flutter Sealed Class

**Sealed Class**

Who receives the minted NFT (or ships the physical good) — sealed across email, wallet, and physical-only variants. Concrete subclasses: `CrossmintCheckoutEmailRecipient`, `CrossmintCheckoutWalletRecipient`, `CrossmintCheckoutPhysicalRecipient`.

```dart theme={null}
sealed class CrossmintCheckoutRecipient
```

## Constructors

### CrossmintCheckoutRecipient

```dart theme={null}
const CrossmintCheckoutRecipient()
```

Creates a recipient. Only subclasses may extend this sealed type.
