LineItemDetails class

The line items of the order.

Constructors

LineItemDetails.new({String? brand, List<String>? gtins, String? lineItemId, String? mpn, String? productId, String? productTitle, String? quantity})
LineItemDetails.fromJson(Map json_)

Properties

brand String?
Brand of the product.
getter/setter pair
gtins List<String>?
The Global Trade Item Numbers.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineItemId String?
The ID for this line item.
getter/setter pair
mpn String?
The manufacturer part number.
getter/setter pair
productId String?
The Content API REST ID of the product, in the form channel:contentLanguage:targetCountry:offerId.
getter/setter pair
productTitle String?
Plain text title of this product.
getter/setter pair
quantity String?
The quantity of the line item in the order.
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