OmnichannelSetting class
Collection of information related to the omnichannel settings of a merchant.
Constructors
- OmnichannelSetting.new({About? about, InStock? inStock, InventoryVerification? inventoryVerification, LfpLink? lfpLink, String? lsfType, String? name, OnDisplayToOrder? odo, Pickup? pickup, String? regionCode})
- OmnichannelSetting.fromJson(Map json_)
Properties
- about ↔ About?
-
The about page URI and state for this country.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inStock ↔ InStock?
-
The InStock URI and state for this country.
getter/setter pair
- inventoryVerification ↔ InventoryVerification?
-
The inventory verification contact and state for this country.
getter/setter pair
- lfpLink ↔ LfpLink?
-
The established link to a LFP provider.
getter/setter pair
- lsfType ↔ String?
-
The Local Store Front type for this country.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- odo ↔ OnDisplayToOrder?
-
The On Display to Order (ODO) policy URI and state for this country.
getter/setter pair
- pickup ↔ Pickup?
-
The Pickup URI and state for this country.
getter/setter pair
- regionCode ↔ String?
-
Region code defined by CLDR.
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