Skip to main content

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.

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.
final class CrossmintCheckoutEmailRecipient extends CrossmintCheckoutRecipient

Constructors

CrossmintCheckoutEmailRecipient

const CrossmintCheckoutEmailRecipient({
  required this.email,
  this.physicalAddress,
})
Creates an email recipient.

Properties

email

final String email
Recipient email address.

physicalAddress

final CrossmintCheckoutPhysicalAddress? physicalAddress
Optional shipping address for physical line items.