RepricingRuleEligibleOfferMatcher constructor
RepricingRuleEligibleOfferMatcher({
- RepricingRuleEligibleOfferMatcherStringMatcher? brandMatcher,
- RepricingRuleEligibleOfferMatcherStringMatcher? itemGroupIdMatcher,
- String? matcherOption,
- RepricingRuleEligibleOfferMatcherStringMatcher? offerIdMatcher,
- bool? skipWhenOnPromotion,
Implementation
RepricingRuleEligibleOfferMatcher({
this.brandMatcher,
this.itemGroupIdMatcher,
this.matcherOption,
this.offerIdMatcher,
this.skipWhenOnPromotion,
});