LocalInventoryAttributes constructor

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

Implementation

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