RegionalInventory class
Regional inventory information for the product.
Represents specific information like price and availability for a given
product in a specific region
. For a list of all accepted attribute values,
see the
regional product inventory data specification.
Constructors
- RegionalInventory.new({String? account, String? name, String? region, RegionalInventoryAttributes? regionalInventoryAttributes})
- RegionalInventory.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
- name ↔ String?
-
The name of the
RegionalInventory
resource.getter/setter pair - region ↔ String?
-
ID of the region for this
RegionalInventory
resource.getter/setter pair - regionalInventoryAttributes ↔ RegionalInventoryAttributes?
-
A list of regional inventory attributes.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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