LoyaltyProgram constructor

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

Implementation

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