LfpInventory class
Local Inventory for the merchant.
Constructors
- LfpInventory.new({String? availability, String? collectionTime, String? contentLanguage, String? feedLabel, String? gtin, String? name, String? offerId, String? pickupMethod, String? pickupSla, Price? price, String? quantity, String? regionCode, String? storeCode, String? targetAccount})
- LfpInventory.fromJson(Map json_)
Properties
- availability ↔ String?
-
Availability of the product at this store.
getter/setter pair
- collectionTime ↔ String?
-
The time when the inventory is collected.
getter/setter pair
- 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 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
- pickupMethod ↔ String?
-
Supported pickup method for this offer.
getter/setter pair
- pickupSla ↔ String?
-
Expected date that an order will be ready for pickup relative to the order
date.
getter/setter pair
- price ↔ Price?
-
The current price of the product.
getter/setter pair
- quantity ↔ String?
-
Quantity of the product available at this store.
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
- storeCode ↔ String?
-
The identifier of the merchant's store.
getter/setter pair
- targetAccount ↔ String?
-
The Merchant Center ID of the merchant to submit the inventory for.
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