Interface IPriceInfo
- Namespace
- Dynamicweb.Ecommerce.Prices
- Assembly
- Dynamicweb.Ecommerce.dll
PriceInfo interface.
public interface IPriceInfo
Properties
Currency
Currency Currency { get; set; }
Property Value
Price
double Price { get; }
Property Value
PriceFormatted
string PriceFormatted { get; }
Property Value
PriceFormattedNoSymbol
string PriceFormattedNoSymbol { get; }
Property Value
PricePIP
long PricePIP { get; }
Property Value
PriceWithVAT
double PriceWithVAT { get; set; }
Property Value
PriceWithVATFormatted
string PriceWithVATFormatted { get; }
Property Value
PriceWithVATFormattedNoSymbol
string PriceWithVATFormattedNoSymbol { get; }
Property Value
PriceWithoutVAT
double PriceWithoutVAT { get; set; }
Property Value
PriceWithoutVATFormatted
string PriceWithoutVATFormatted { get; }
Property Value
PriceWithoutVATFormattedNoSymbol
string PriceWithoutVATFormattedNoSymbol { get; }
Property Value
VAT
double VAT { get; set; }
Property Value
VATFormatted
string VATFormatted { get; }
Property Value
VATFormattedNoSymbol
string VATFormattedNoSymbol { get; }
Property Value
VATPercent
double VATPercent { get; set; }
Property Value
VATPercentFormatted
string VATPercentFormatted { get; }