LocalInventoryAttributes constructor

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

Implementation

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