DeliveryTime class

Time spent in various aspects from order to the delivery of the product.

Constructors

DeliveryTime.new({CutoffTime? cutoffTime, BusinessDayConfig? handlingBusinessDayConfig, int? maxHandlingDays, int? maxTransitDays, int? minHandlingDays, int? minTransitDays, BusinessDayConfig? transitBusinessDayConfig, TransitTable? transitTimeTable, List<WarehouseBasedDeliveryTime>? warehouseBasedDeliveryTimes})
DeliveryTime.fromJson(Map json_)

Properties

cutoffTime CutoffTime?
Business days cutoff time definition.
getter/setter pair
handlingBusinessDayConfig BusinessDayConfig?
The business days during which orders can be handled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxHandlingDays int?
Maximum number of business days spent before an order is shipped.
getter/setter pair
maxTransitDays int?
Maximum number of business days that is spent in transit.
getter/setter pair
minHandlingDays int?
Minimum number of business days spent before an order is shipped.
getter/setter pair
minTransitDays int?
Minimum number of business days that is spent in transit.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transitBusinessDayConfig BusinessDayConfig?
The business days during which orders can be in-transit.
getter/setter pair
transitTimeTable TransitTable?
Transit time table, number of business days spent in transit based on row and column dimensions.
getter/setter pair
warehouseBasedDeliveryTimes List<WarehouseBasedDeliveryTime>?
Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier.
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