RegionalInventory class
Regional inventory resource.
contains the regional name and all attributes which are overridden for the specified region.
Constructors
-
RegionalInventory({String? availability, List<
CustomAttribute> ? customAttributes, String? kind, Price? price, String? regionId, Price? salePrice, String? salePriceEffectiveDate}) - RegionalInventory.fromJson(Map json_)
Properties
- availability ↔ String?
-
The availability of the product.
getter/setter pair
-
customAttributes
↔ List<
CustomAttribute> ? -
A list of custom (merchant-provided) attributes.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Identifies what kind of resource this is.
getter/setter pair
- price ↔ Price?
-
The price of the product.
getter/setter pair
- regionId ↔ String?
-
The ID uniquely identifying each region.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salePrice ↔ Price?
-
The sale price of the product.
getter/setter pair
- salePriceEffectiveDate ↔ String?
-
A date range represented by a pair of ISO 8601 dates separated by a space,
comma, or slash.
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