LoyaltyAccount constructor
LoyaltyAccount({})
Implementation
LoyaltyAccount({
this.updatedAt, this.createdAt, this.id, this.customerId,
this.balance, this.enrolledAt, this.expiringPointDeadlines, this.lifetimePoints,
this.mapping, this.programId
});