LoyaltyEventAccumulatePoints constructor

const LoyaltyEventAccumulatePoints({
  1. String? loyaltyProgramId,
  2. String? orderId,
  3. int? points,
})

Implementation

const LoyaltyEventAccumulatePoints({
  this.loyaltyProgramId,
  this.orderId,
  this.points,
});