LocalInventoryAttributes class
Local inventory attributes.
Constructors
Properties
- availability ↔ String?
-
Availability of the
product at this store.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- instoreProductLocation ↔ String?
-
Location of the product inside the store.
getter/setter pair
- pickupMethod ↔ String?
-
Supported
pickup method for
this product.
getter/setter pair
- pickupSla ↔ String?
-
Relative time period from the order date for an order for this product,
from this store, to be ready for pickup.
getter/setter pair
- price ↔ Price?
-
Price of the product at this store.
getter/setter pair
- quantity ↔ String?
-
Quantity of the product available at this store.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salePrice ↔ Price?
-
Sale price of the product at this store.
getter/setter pair
- salePriceEffectiveDate ↔ Interval?
-
The
TimePeriod
of the sale at this store.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