Table of Contents

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

PriceViewModel

Quantity

public double Quantity { get; set; }

Property Value

double

UnitId

public string UnitId { get; set; }

Property Value

string
To top