Table of Contents

Class PriceInfoViewModel

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll
public class PriceInfoViewModel
Inheritance
PriceInfoViewModel
Inherited Members

Properties

Discount

public PriceViewModel Discount { get; set; }

Property Value

PriceViewModel

InformativePrice

public PriceViewModel InformativePrice { get; set; }

Property Value

PriceViewModel

Price

public PriceViewModel Price { get; set; }

Property Value

PriceViewModel

PriceBeforeDiscount

public PriceViewModel PriceBeforeDiscount { get; set; }

Property Value

PriceViewModel
To top