InventoryLoyaltyProgram constructor

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

Implementation

InventoryLoyaltyProgram({
  this.cashbackForFutureUse,
  this.loyaltyPoints,
  this.memberPriceEffectiveInterval,
  this.price,
  this.programLabel,
  this.shippingLabel,
  this.tierLabel,
});