PosInventory class
The absolute quantity of an item available at the given store.
Constructors
- PosInventory()
- PosInventory.fromJson(Map _json)
Properties
- contentLanguage ↔ String
-
Required. The two-letter ISO 639-1 language code for the item.
read / write
- gtin ↔ String
-
Global Trade Item Number.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- itemId ↔ String
-
Required. A unique identifier for the item.
read / write
- kind ↔ String
-
Identifies what kind of resource this is. Value: the fixed string
"
content#posInventory
"read / write - price ↔ Price
-
Required. The current price of the item.
read / write
- quantity ↔ String
-
Required. The available quantity of the item.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- storeCode ↔ String
-
Required. The identifier of the merchant's store. Either a
storeCode
inserted via the API or the code of the store in Google My Business.read / write - targetCountry ↔ String
-
Required. The CLDR territory code for the item.
read / write
- timestamp ↔ String
-
Required. The inventory timestamp, in ISO 8601 format.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited