RepricingProductReport constructor

RepricingProductReport({
  1. String? applicationCount,
  2. RepricingProductReportBuyboxWinningProductStats? buyboxWinningProductStats,
  3. Date? date,
  4. PriceAmount? highWatermark,
  5. List<InapplicabilityDetails>? inapplicabilityDetails,
  6. PriceAmount? lowWatermark,
  7. int? orderItemCount,
  8. List<String>? ruleIds,
  9. PriceAmount? totalGmv,
  10. String? type,
})

Implementation

RepricingProductReport({
  this.applicationCount,
  this.buyboxWinningProductStats,
  this.date,
  this.highWatermark,
  this.inapplicabilityDetails,
  this.lowWatermark,
  this.orderItemCount,
  this.ruleIds,
  this.totalGmv,
  this.type,
});