LoyaltyEventAdjustPoints constructor

LoyaltyEventAdjustPoints({
  1. int? points,
  2. String? loyaltyProgramId,
  3. String? reason,
})

Implementation

LoyaltyEventAdjustPoints({
  this.points, this.loyaltyProgramId, this.reason
});