LoyaltyEvent constructor
LoyaltyEvent({
- String? locationId,
- LoyaltyEventType? type,
- String? id,
- String? createdAt,
- LoyaltyEventSource? source,
- String? loyaltyAccountId,
- LoyaltyEventAccumulatePoints? accumulatePoints,
- LoyaltyEventAdjustPoints? adjustPoints,
- LoyaltyEventCreateReward? createReward,
- LoyaltyEventDeleteReward? deleteReward,
- LoyaltyEventExpirePoints? expirePoints,
- LoyaltyEventOther? otherEvent,
- 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
});