AutomatedDiscounts class
Information regarding Automated Discounts.
Constructors
- AutomatedDiscounts.new({Price? gadPrice, Price? priorPrice, Price? priorPriceProgressive})
- AutomatedDiscounts.fromJson(Map json_)
Properties
- gadPrice ↔ Price?
-
The current sale price for products with a price optimized using Google
Automated Discounts (GAD).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- priorPrice ↔ Price?
-
The price prior to the application of the first price reduction.
getter/setter pair
- priorPriceProgressive ↔ Price?
-
The price prior to the application of consecutive price reductions.
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