LocalInventoryAttributes constructor

LocalInventoryAttributes({
  1. String? availability,
  2. String? instoreProductLocation,
  3. List<InventoryLoyaltyProgram>? loyaltyPrograms,
  4. String? pickupMethod,
  5. String? pickupSla,
  6. Price? price,
  7. String? quantity,
  8. Price? salePrice,
  9. Interval? salePriceEffectiveDate,
})

Implementation

LocalInventoryAttributes({
  this.availability,
  this.instoreProductLocation,
  this.loyaltyPrograms,
  this.pickupMethod,
  this.pickupSla,
  this.price,
  this.quantity,
  this.salePrice,
  this.salePriceEffectiveDate,
});