LoyaltyEventDeleteReward constructor

LoyaltyEventDeleteReward({
  1. String? loyaltyProgramId,
  2. int? points,
  3. String? rewardId,
})

Implementation

LoyaltyEventDeleteReward({
  this.loyaltyProgramId, this.points, this.rewardId
});