ItemVariationLocationOverrides constructor

ItemVariationLocationOverrides({
  1. bool? trackInventory,
  2. CatalogPricingType? pricingType,
  3. InventoryAlertType? inventoryAlertType,
  4. int? inventoryAlertThreshold,
  5. Money? priceMoney,
  6. String? locationId,
})

Implementation

ItemVariationLocationOverrides({
  this.trackInventory, this.pricingType, this.inventoryAlertType,
  this.inventoryAlertThreshold, this.priceMoney, this.locationId
});