LoyaltyProgramAccrualRuleSpendData constructor

LoyaltyProgramAccrualRuleSpendData({
  1. LoyaltyProgramAccrualRuleTaxMode? taxMode,
  2. Money? amountMoney,
  3. List<String>? excludedCategoryIds,
  4. List<String>? excludedItemVariationIds,
})

Implementation

LoyaltyProgramAccrualRuleSpendData({
  this.taxMode, this.amountMoney, this.excludedCategoryIds, this.excludedItemVariationIds
});