CatalogPricingRule constructor
CatalogPricingRule({
- String? name,
- String? applyProductsId,
- List<
String> ? customerGroupIdsAny, - String? discountId,
- String? excludeProductsId,
- ExcludeStrategy? excludeStrategy,
- String? matchProductsId,
- Money? minimumOrderSubtotalMoney,
- List<
String> ? timePeriodIds, - String? validFromDate,
- String? validFromLocalTime,
- String? validUntilDate,
- 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
});