CatalogPricingRule constructor

CatalogPricingRule({
  1. String? name,
  2. String? applyProductsId,
  3. List<String>? customerGroupIdsAny,
  4. String? discountId,
  5. String? excludeProductsId,
  6. ExcludeStrategy? excludeStrategy,
  7. String? matchProductsId,
  8. Money? minimumOrderSubtotalMoney,
  9. List<String>? timePeriodIds,
  10. String? validFromDate,
  11. String? validFromLocalTime,
  12. String? validUntilDate,
  13. String? validUntilLocalTime,
})

Implementation

CatalogPricingRule({
  this.name, this.applyProductsId, this.customerGroupIdsAny, this.discountId,
  this.excludeProductsId, this.excludeStrategy, this.matchProductsId,
  this.minimumOrderSubtotalMoney, this.timePeriodIds, this.validFromDate,
  this.validFromLocalTime, this.validUntilDate, this.validUntilLocalTime
});