LoyaltyEvent constructor

LoyaltyEvent({
  1. String? locationId,
  2. LoyaltyEventType? type,
  3. String? id,
  4. String? createdAt,
  5. LoyaltyEventSource? source,
  6. String? loyaltyAccountId,
  7. LoyaltyEventAccumulatePoints? accumulatePoints,
  8. LoyaltyEventAdjustPoints? adjustPoints,
  9. LoyaltyEventCreateReward? createReward,
  10. LoyaltyEventDeleteReward? deleteReward,
  11. LoyaltyEventExpirePoints? expirePoints,
  12. LoyaltyEventOther? otherEvent,
  13. LoyaltyEventRedeemReward? redeemReward,
})

Implementation

LoyaltyEvent({
  this.locationId, this.type, this.id, this.createdAt, this.source,
this.loyaltyAccountId, this.accumulatePoints, this.adjustPoints,
this.createReward, this.deleteReward, this.expirePoints, this.otherEvent,
  this.redeemReward
});