MinimumOrderValueTableStoreCodeSetWithMov class
A list of store code sets sharing the same minimum order value.
At least two sets are required and the last one must be empty, which signifies 'MOV for all other stores'. Each store code can only appear once across all the sets. All prices within a service must have the same currency.
Constructors
-
MinimumOrderValueTableStoreCodeSetWithMov({List<
String> ? storeCodes, Price? value}) - MinimumOrderValueTableStoreCodeSetWithMov.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
storeCodes
↔ List<
String> ? -
A list of unique store codes or empty for the catch all.
getter/setter pair
- value ↔ Price?
-
The minimum order value for the given stores.
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