LoyaltyProgram constructor

LoyaltyProgram({
  1. String? createdAt,
  2. String? id,
  3. String? updatedAt,
  4. List<String>? locationIds,
  5. LoyaltyProgramStatus? status,
  6. List<LoyaltyProgramAccrualRule>? accrualRules,
  7. LoyaltyProgramExpirationPolicy? expirationPolicy,
  8. List<LoyaltyProgramRewardTier>? rewardTiers,
  9. LoyaltyProgramTerminology? terminology,
})

Implementation

LoyaltyProgram({
  this.createdAt, this.id, this.updatedAt, this.locationIds,
  this.status, this.accrualRules, this.expirationPolicy,
  this.rewardTiers, this.terminology
});