LocalInventory class
Local inventory resource. For accepted attribute values, see the local product inventory feed specification.
Constructors
- LocalInventory()
- LocalInventory.fromJson(Map _json)
Properties
- availability ↔ String
-
Availability of the product.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- instoreProductLocation ↔ String
-
In-store product location.
read / write
- kind ↔ String
-
Identifies what kind of resource this is. Value: the fixed string
"
content#localInventory
"read / write - pickupMethod ↔ String
-
Supported pickup method for this offer. Unless the value is "not
supported", this field must be submitted together with
pickupSla
.read / write - pickupSla ↔ String
-
Expected date that an order will be ready for pickup relative to the order
date. Must be submitted together with
pickupMethod
.read / write - price ↔ Price
-
Price of the product.
read / write
- quantity ↔ int
-
Quantity of the product. Must be nonnegative.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- salePrice ↔ Price
-
Sale price of the product. Mandatory if
sale_price_effective_date
is defined.read / write - salePriceEffectiveDate ↔ String
-
A date range represented by a pair of ISO 8601 dates separated by a space,
comma, or slash. Both dates may be specified as 'null' if undecided.
read / write
- storeCode ↔ String
-
Required. Store code of this local inventory resource.
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