OrderLineItemProduct class
Constructors
-
OrderLineItemProduct({String? brand, String? condition, String? contentLanguage, List<
OrderLineItemProductFee> ? fees, String? gtin, String? id, String? imageLink, String? itemGroupId, String? mpn, String? offerId, Price? price, String? shownImage, String? targetCountry, String? title, List<OrderLineItemProductVariantAttribute> ? variantAttributes}) - OrderLineItemProduct.fromJson(Map json_)
Properties
- brand ↔ String?
-
Brand of the item.
getter/setter pair
- condition ↔ String?
-
Condition or state of the item.
getter/setter pair
- contentLanguage ↔ String?
-
The two-letter ISO 639-1 language code for the item.
getter/setter pair
-
fees
↔ List<
OrderLineItemProductFee> ? -
Associated fees at order creation time.
getter/setter pair
- gtin ↔ String?
-
Global Trade Item Number (GTIN) of the item.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The REST ID of the product.
getter/setter pair
- imageLink ↔ String?
-
URL of an image of the item.
getter/setter pair
- itemGroupId ↔ String?
-
Shared identifier for all variants of the same product.
getter/setter pair
- mpn ↔ String?
-
Manufacturer Part Number (MPN) of the item.
getter/setter pair
- offerId ↔ String?
-
An identifier of the item.
getter/setter pair
- price ↔ Price?
-
Price of the item.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shownImage ↔ String?
-
URL to the cached image shown to the user when order was placed.
getter/setter pair
- targetCountry ↔ String?
-
The CLDR territory code of the target country of the product.
getter/setter pair
- title ↔ String?
-
The title of the product.
getter/setter pair
-
variantAttributes
↔ List<
OrderLineItemProductVariantAttribute> ? -
Variant attributes for the 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