CrossmintCheckoutPhysicalRecipient constructor
const
CrossmintCheckoutPhysicalRecipient({
- required String email,
- required CrossmintCheckoutPhysicalAddress physicalAddress,
Creates a physical-only recipient.
Implementation
const CrossmintCheckoutPhysicalRecipient({
required this.email,
required this.physicalAddress,
});