CrossmintCheckoutPhysicalRecipient class final
Physical-only recipient — ships a physical good without minting to a wallet. Requires both email (for receipts / order updates) and physicalAddress.
Use this for pure-merchandise line items where there is no on-chain asset to deliver.
- Inheritance
-
- Object
- CrossmintCheckoutRecipient
- CrossmintCheckoutPhysicalRecipient
Constructors
- CrossmintCheckoutPhysicalRecipient({required String email, required CrossmintCheckoutPhysicalAddress physicalAddress})
-
Creates a physical-only recipient.
const
Properties
- email → String
-
Recipient email — used for order receipts and updates.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- physicalAddress → CrossmintCheckoutPhysicalAddress
-
Required shipping address.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited