WarehouseBasedDeliveryTime class
Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier.
When set, no other transit time related field in delivery_time
should be
set.
Constructors
- WarehouseBasedDeliveryTime.new({String? carrier, String? carrierService, String? warehouse})
- WarehouseBasedDeliveryTime.fromJson(Map json_)
Properties
- carrier ↔ String?
-
Carrier, such as
"UPS"
or"Fedex"
.getter/setter pair - carrierService ↔ String?
-
Carrier service, such as
"ground"
or"2 days"
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- warehouse ↔ String?
-
Warehouse name.
getter/setter pair
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited