LoyaltyProgramRewardDefinition constructor

LoyaltyProgramRewardDefinition({
  1. LoyaltyProgramRewardDefinitionType? discountType,
  2. LoyaltyProgramRewardDefinitionScope? scope,
  3. List<String>? catalogObjectIds,
  4. Money? fixedDiscountMoney,
  5. Money? maxDiscountMoney,
  6. String? percentageDiscount,
})

Implementation

LoyaltyProgramRewardDefinition({
  this.discountType, this.scope, this.catalogObjectIds,
  this.fixedDiscountMoney, this.maxDiscountMoney, this.percentageDiscount
});