Interface IPriceInfo
- Namespace
- Dynamicweb.Ecommerce.Prices
- Assembly
- Dynamicweb.Ecommerce.dll
The IPriceInfo interface is used to represent pricing information in the Dynamicweb Ecommerce system. It includes properties for currency, price with and without VAT, VAT amount and percentage, and formatted price strings. This interface is typically implemented by classes that handle product pricing details.
Properties
Currency
Gets or sets the currency.
Property Value
Price
Gets the price.
Property Value
PriceFormatted
Gets the formatted price.
Property Value
PriceFormattedNoSymbol
Gets the formatted price without symbol.
Property Value
PricePIP
Gets the price in PIP (Price in Points).
Property Value
PriceWithVAT
Gets or sets the price with VAT.
Property Value
PriceWithVATFormatted
Gets the formatted price with VAT.
Property Value
PriceWithVATFormattedNoSymbol
Gets the formatted price with VAT without symbol.
Property Value
PriceWithoutVAT
Gets or sets the price without VAT.
Property Value
PriceWithoutVATFormatted
Gets the formatted price without VAT.
Property Value
PriceWithoutVATFormattedNoSymbol
Gets the formatted price without VAT without symbol.
Property Value
VAT
Gets or sets the VAT amount.
Property Value
VATFormatted
Gets the formatted VAT amount.
Property Value
VATFormattedNoSymbol
Gets the formatted VAT amount without symbol.
Property Value
VATPercent
Gets or sets the VAT percentage.
Property Value
VATPercentFormatted
Gets the formatted VAT percentage.