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

# CrossmintCheckoutPhysicalRecipient

> Flutter Final Class

**Final Class**

Physical-only recipient — ships a physical good without minting to a wallet. Requires both `email` (for receipts / order updates) and `physicalAddress`.

```dart theme={null}
final class CrossmintCheckoutPhysicalRecipient extends CrossmintCheckoutRecipient
```

Use this for pure-merchandise line items where there is no on-chain
asset to deliver.

## Constructors

### CrossmintCheckoutPhysicalRecipient

```dart theme={null}
const CrossmintCheckoutPhysicalRecipient({
  required this.email,
  required this.physicalAddress,
})
```

Creates a physical-only recipient.

## Properties

### email

```dart theme={null}
final String email
```

Recipient email — used for order receipts and updates.

### physicalAddress

```dart theme={null}
final CrossmintCheckoutPhysicalAddress physicalAddress
```

Required shipping address.
