RepricingRuleReport class
Resource that represents a daily Repricing rule report.
Next ID: 11
Constructors
-
RepricingRuleReport.new({RepricingRuleReportBuyboxWinningRuleStats? buyboxWinningRuleStats, Date? date, List<
String> ? impactedProducts, List<InapplicabilityDetails> ? inapplicabilityDetails, List<String> ? inapplicableProducts, int? orderItemCount, String? ruleId, PriceAmount? totalGmv, String? type}) - RepricingRuleReport.fromJson(Map json_)
Properties
- buyboxWinningRuleStats ↔ RepricingRuleReportBuyboxWinningRuleStats?
-
Stats specific to buybox winning rules for rule report (deprecated).
getter/setter pair
- date ↔ Date?
-
Date of the stats in this report.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
impactedProducts
↔ List<
String> ? -
List of product ids that are impacted by this rule during this reporting
period.
getter/setter pair
-
inapplicabilityDetails
↔ List<
InapplicabilityDetails> ? -
List of all reasons the rule did not apply to the inapplicable products
during the specified reporting period.
getter/setter pair
-
inapplicableProducts
↔ List<
String> ? -
List of product ids that are inapplicable to this rule during this
reporting period.
getter/setter pair
- orderItemCount ↔ int?
-
Total unit count of impacted products ordered while the rule was active on
the date of the report.
getter/setter pair
- ruleId ↔ String?
-
Id of the Repricing rule for this report.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalGmv ↔ PriceAmount?
-
Total GMV generated by impacted products while the rule was active on the
date of the report.
getter/setter pair
- type ↔ String?
-
Type of the rule.
Possible string values are:
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