LoyaltyProgram constructor

LoyaltyProgram({
  1. Price? cashbackForFutureUse,
  2. String? loyaltyPoints,
  3. Price? price,
  4. String? programLabel,
  5. String? tierLabel,
})

Implementation

LoyaltyProgram({
  this.cashbackForFutureUse,
  this.loyaltyPoints,
  this.price,
  this.programLabel,
  this.tierLabel,
});