LoyaltyEventCreateReward constructor

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

Implementation

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