LoyaltyReward constructor

LoyaltyReward({
  1. int? points,
  2. String? createdAt,
  3. String? id,
  4. LoyaltyRewardStatus? status,
  5. String? updatedAt,
  6. String? orderId,
  7. String? rewardTierId,
  8. String? loyaltyAccountId,
  9. String? redeemedAt,
})

Implementation

LoyaltyReward({
  this.points, this.createdAt, this.id, this.status,
  this.updatedAt, this.orderId, this.rewardTierId, this.loyaltyAccountId,
  this.redeemedAt
});