ShippingDetails class
Properties
address
→ ShippingDetailsAddress
Shipping address.
no setter inherited
carrier
→ String ?
The delivery service that shipped a physical product,
such as Fedex, UPS, USPS, etc.
no setter inherited
copyWith
→ $ShippingDetailsCopyWith<ShippingDetails >
no setter inherited
hashCode
→ int
The hash code for this object.
no setter inherited
name
→ String ?
Recipient name.
no setter inherited
phone
→ String ?
Recipient phone (including extension).
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
trackingNumber
→ String ?
The tracking number for a physical product, obtained from the
delivery service. If multiple tracking numbers were
generated for this purchase, please separate them with commas.
no setter inherited