Class StockUnitIdentifier
- Namespace
- Dynamicweb.Ecommerce.Stocks
- Assembly
- Dynamicweb.Ecommerce.dll
public class StockUnitIdentifier
- Inheritance
-
StockUnitIdentifier
- Derived
- Inherited Members
Properties
ProductId
Gets or sets the product id.
public string ProductId { get; set; }
Property Value
ProductNumber
Gets or sets the product number
public string ProductNumber { get; set; }
Property Value
StockLocationId
Gets or sets the stock location id.
public long StockLocationId { get; set; }
Property Value
UnitId
Gets or sets the unit id.
public string UnitId { get; set; }
Property Value
VariantId
Gets or sets the variant id.
public string VariantId { get; set; }