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

# CrossmintCheckoutEmailRecipient

> Flutter Final Class

**Final Class**

Email-based recipient — mints into a Crossmint-managed wallet associated with the email address. Pair with `physicalAddress` when the line items include physical fulfillment.

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

## Constructors

### CrossmintCheckoutEmailRecipient

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

Creates an email recipient.

## Properties

### email

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

Recipient email address.

### physicalAddress

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

Optional shipping address for physical line items.
