OrderLineItemShippingDetails class

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.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
method OrderLineItemShippingDetailsMethod?
Details of the shipping method.
getter/setter pair
pickupPromiseInMinutes int?
The promised time in minutes in which the order will be ready for pickup.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipByDate String?
The ship by date, in ISO 8601 format.
getter/setter pair
type String?
Type of shipment.
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