email (for receipts / order updates) and physicalAddress.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Flutter Final Class
email (for receipts / order updates) and physicalAddress.
final class CrossmintCheckoutPhysicalRecipient extends CrossmintCheckoutRecipient
const CrossmintCheckoutPhysicalRecipient({
required this.email,
required this.physicalAddress,
})
final String email
final CrossmintCheckoutPhysicalAddress physicalAddress
Was this page helpful?
