LoyaltyProgramRewardDefinition constructor
LoyaltyProgramRewardDefinition({
- LoyaltyProgramRewardDefinitionType? discountType,
- LoyaltyProgramRewardDefinitionScope? scope,
- List<
String> ? catalogObjectIds, - Money? fixedDiscountMoney,
- Money? maxDiscountMoney,
- String? percentageDiscount,
Implementation
LoyaltyProgramRewardDefinition({
this.discountType, this.scope, this.catalogObjectIds,
this.fixedDiscountMoney, this.maxDiscountMoney, this.percentageDiscount
});