LocalInventory class
Local inventory information for the product.
Represents in-store information for a specific product at the store
specified by storeCode
. For a list of all accepted attribute values, see
the
local product inventory data specification.
Constructors
- LocalInventory.new({String? account, LocalInventoryAttributes? localInventoryAttributes, String? name, String? storeCode})
- LocalInventory.fromJson(Map json_)
Properties
- account ↔ String?
-
The account that owns the product.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- localInventoryAttributes ↔ LocalInventoryAttributes?
-
A list of local inventory attributes.
getter/setter pair
- name ↔ String?
-
The name of the
LocalInventory
resource.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storeCode ↔ String?
-
Store code (the store ID from your Business Profile) of the physical store
the product is sold in.
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