LfpSale class

A sale for the merchant.

Constructors

LfpSale.new({String? contentLanguage, String? feedLabel, String? gtin, String? name, String? offerId, Price? price, String? quantity, String? regionCode, String? saleTime, String? storeCode, String? targetAccount, String? uid})
LfpSale.fromJson(Map json_)

Properties

contentLanguage String?
The two-letter ISO 639-1 language code for the item.
getter/setter pair
feedLabel String?
The feed label for the product.
getter/setter pair
gtin String?
The Global Trade Item Number of the sold product.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier.
getter/setter pair
offerId String?
A unique identifier for the product.
getter/setter pair
price Price?
The unit price of the product.
getter/setter pair
quantity String?
The relative change of the available quantity.
getter/setter pair
regionCode String?
The CLDR territory code for the country where the product is sold.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saleTime String?
The timestamp for the sale.
getter/setter pair
storeCode String?
The identifier of the merchant's store.
getter/setter pair
targetAccount String?
The Merchant Center ID of the merchant to submit the sale for.
getter/setter pair
uid String?
System generated globally unique ID for the LfpSale.
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