Class PriceListViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
public class PriceListViewModel : FillableViewModelBase
- Inheritance
-
PriceListViewModel
- Inherited Members
Properties
Price
public PriceViewModel Price { get; set; }
Property Value
Quantity
public double Quantity { get; set; }
Property Value
StockLocationId
public long StockLocationId { get; set; }
Property Value
UnitId
public string UnitId { get; set; }