OrderLineItemShippingDetails class Null safety
Constructors
- OrderLineItemShippingDetails({String? deliverByDate, OrderLineItemShippingDetailsMethod? method, int? pickupPromiseInMinutes, String? shipByDate, String? type})
- OrderLineItemShippingDetails.fromJson(Map json_)
Properties
- deliverByDate ↔ String?
-
The delivery by date, in ISO 8601 format.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- method ↔ OrderLineItemShippingDetailsMethod?
-
Details of the shipping method.
read / write
- pickupPromiseInMinutes ↔ int?
-
The promised time in minutes in which the order will be ready for pickup.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- shipByDate ↔ String?
-
The ship by date, in ISO 8601 format.
read / write
- type ↔ String?
-
Type of shipment.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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