TestOrderLineItem class
Constructors
- TestOrderLineItem({TestOrderLineItemProduct? product, int? quantityOrdered, OrderLineItemReturnInfo? returnInfo, OrderLineItemShippingDetails? shippingDetails})
- TestOrderLineItem.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- product ↔ TestOrderLineItemProduct?
-
Product data from the time of the order placement.
getter/setter pair
- quantityOrdered ↔ int?
-
Number of items ordered.
getter/setter pair
- returnInfo ↔ OrderLineItemReturnInfo?
-
Details of the return policy for the line item.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shippingDetails ↔ OrderLineItemShippingDetails?
-
Details of the requested shipping for the line item.
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