ShippingDetails class
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
Constructors
- ShippingDetails({Shipment? inboundShipment, Shipment? outboundShipment, ShippingOption? shippingOption})
-
ShippingDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inboundShipment → Shipment?
-
The
Status
andTrackingNumber
values for a Snow device being returned to AWS for a particular job.final - outboundShipment → Shipment?
-
The
Status
andTrackingNumber
values for a Snow device being delivered to the address that you specified for a particular job.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shippingOption → ShippingOption?
-
The shipping speed for a particular job. This speed doesn't dictate how soon
you'll get the Snow device from the job's creation date. This speed
represents how quickly it moves to its destination while in transit.
Regional shipping speeds are as follows:
final
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