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
Physical-only recipient — ships a physical good without minting to a wallet. Requires both email (for receipts / order updates) and physicalAddress.
final class CrossmintCheckoutPhysicalRecipient extends CrossmintCheckoutRecipient
Use this for pure-merchandise line items where there is no on-chain
asset to deliver.
Constructors
CrossmintCheckoutPhysicalRecipient
const CrossmintCheckoutPhysicalRecipient({
required this.email,
required this.physicalAddress,
})
Creates a physical-only recipient.
Properties
email
Recipient email — used for order receipts and updates.
physicalAddress
final CrossmintCheckoutPhysicalAddress physicalAddress
Required shipping address.