PriceCompetitivenessProductView constructor
PriceCompetitivenessProductView({
- Price? benchmarkPrice,
- String? brand,
- String? categoryL1,
- String? categoryL2,
- String? categoryL3,
- String? categoryL4,
- String? categoryL5,
- String? id,
- String? offerId,
- Price? price,
- String? productTypeL1,
- String? productTypeL2,
- String? productTypeL3,
- String? productTypeL4,
- String? productTypeL5,
- String? reportCountryCode,
- String? title,
Implementation
PriceCompetitivenessProductView({
this.benchmarkPrice,
this.brand,
this.categoryL1,
this.categoryL2,
this.categoryL3,
this.categoryL4,
this.categoryL5,
this.id,
this.offerId,
this.price,
this.productTypeL1,
this.productTypeL2,
this.productTypeL3,
this.productTypeL4,
this.productTypeL5,
this.reportCountryCode,
this.title,
});