ProductDeliveryTimeAreaDeliveryTimeDeliveryTime class
A delivery time for this product.
Constructors
- ProductDeliveryTimeAreaDeliveryTimeDeliveryTime({int? maxHandlingTimeDays, int? maxTransitTimeDays, int? minHandlingTimeDays, int? minTransitTimeDays})
- ProductDeliveryTimeAreaDeliveryTimeDeliveryTime.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxHandlingTimeDays ↔ int?
-
The maximum number of business days (inclusive) between when an order is
placed and when the product ships.
getter/setter pair
- maxTransitTimeDays ↔ int?
-
The maximum number of business days (inclusive) between when the product
ships and when the product is delivered.
getter/setter pair
- minHandlingTimeDays ↔ int?
-
The minimum number of business days (inclusive) between when an order is
placed and when the product ships.
getter/setter pair
- minTransitTimeDays ↔ int?
-
The minimum number of business days (inclusive) between when the product
ships and when the product is delivered.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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