Table of Contents

Class PriceViewModel

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll
public class PriceViewModel : FillableViewModelBase
Inheritance
PriceViewModel
Inherited Members
Extension Methods

Properties

CurrencyCode

public string CurrencyCode { get; set; }

Property Value

string

Price

public double Price { get; set; }

Property Value

double

PriceFormatted

public string PriceFormatted { get; set; }

Property Value

string

PriceWithoutVat

public double PriceWithoutVat { get; set; }

Property Value

double

PriceWithoutVatFormatted

public string PriceWithoutVatFormatted { get; set; }

Property Value

string

PriceWithVat

public double PriceWithVat { get; set; }

Property Value

double

PriceWithVatFormatted

public string PriceWithVatFormatted { get; set; }

Property Value

string

ShowPricesWithVat

public bool ShowPricesWithVat { get; set; }

Property Value

bool

Vat

public double Vat { get; set; }

Property Value

double

VatFormatted

public string VatFormatted { get; set; }

Property Value

string

VATPercent

public double VATPercent { get; set; }

Property Value

double

VATPercentFormatted

public string VATPercentFormatted { get; set; }

Property Value

string
To top