RepricingProductReport constructor
RepricingProductReport({
- String? applicationCount,
- RepricingProductReportBuyboxWinningProductStats? buyboxWinningProductStats,
- Date? date,
- PriceAmount? highWatermark,
- List<
InapplicabilityDetails> ? inapplicabilityDetails, - PriceAmount? lowWatermark,
- int? orderItemCount,
- List<
String> ? ruleIds, - PriceAmount? totalGmv,
- String? type,
Implementation
RepricingProductReport({
this.applicationCount,
this.buyboxWinningProductStats,
this.date,
this.highWatermark,
this.inapplicabilityDetails,
this.lowWatermark,
this.orderItemCount,
this.ruleIds,
this.totalGmv,
this.type,
});