RepricingRuleEligibleOfferMatcher constructor

RepricingRuleEligibleOfferMatcher({
  1. RepricingRuleEligibleOfferMatcherStringMatcher? brandMatcher,
  2. RepricingRuleEligibleOfferMatcherStringMatcher? itemGroupIdMatcher,
  3. String? matcherOption,
  4. RepricingRuleEligibleOfferMatcherStringMatcher? offerIdMatcher,
  5. bool? skipWhenOnPromotion,
})

Implementation

RepricingRuleEligibleOfferMatcher({
  this.brandMatcher,
  this.itemGroupIdMatcher,
  this.matcherOption,
  this.offerIdMatcher,
  this.skipWhenOnPromotion,
});