InventoryStats class
The inventory statistics for a merchant.
Constructors
- InventoryStats.new({String? submittedEntries, String? submittedInStockEntries, String? submittedProducts, String? unsubmittedEntries})
- InventoryStats.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- submittedEntries ↔ String?
-
Number of entries (understanding entry as a pair of product and store)
that were built based on provided inventories/sales and submitted to
Google.
getter/setter pair
- submittedInStockEntries ↔ String?
-
Number of submitted in stock entries.
getter/setter pair
- submittedProducts ↔ String?
-
Number of products from provided inventories/sales that were created from
matches to existing online products provided by the merchant or to the
Google catalog.
getter/setter pair
- unsubmittedEntries ↔ String?
-
Number of entries that were built based on provided inventories/sales and
couldn't be submitted to Google due to errors like missing product.
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