ShippingDetail class

The shipping detail.

Annotations
  • @JsonSerializable()

Constructors

ShippingDetail(Name? name, ShippingType? type, AddressPortable? address)
ShippingDetail.fromJson(Map<String, dynamic> json)
factory

Properties

address AddressPortable?
The address of the person to whom to ship the items
final
hashCode int
The hash code for this object.
no setterinherited
name Name?
The name of the person to whom to ship the items.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ShippingType?
The method by which the payer wants to get their items from the payee e.g shipping, in-person pickup. Either type or options but not both may be present.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited