Table of Contents

Interface IPriceInfo

Namespace
Dynamicweb.Ecommerce.Prices
Assembly
Dynamicweb.Ecommerce.dll

PriceInfo interface.

public interface IPriceInfo

Properties

Currency

Currency Currency { get; set; }

Property Value

Currency

Price

double Price { get; }

Property Value

double

PriceFormatted

string PriceFormatted { get; }

Property Value

string

PriceFormattedNoSymbol

string PriceFormattedNoSymbol { get; }

Property Value

string

PricePIP

long PricePIP { get; }

Property Value

long

PriceWithVAT

double PriceWithVAT { get; set; }

Property Value

double

PriceWithVATFormatted

string PriceWithVATFormatted { get; }

Property Value

string

PriceWithVATFormattedNoSymbol

string PriceWithVATFormattedNoSymbol { get; }

Property Value

string

PriceWithoutVAT

double PriceWithoutVAT { get; set; }

Property Value

double

PriceWithoutVATFormatted

string PriceWithoutVATFormatted { get; }

Property Value

string

PriceWithoutVATFormattedNoSymbol

string PriceWithoutVATFormattedNoSymbol { get; }

Property Value

string

VAT

double VAT { get; set; }

Property Value

double

VATFormatted

string VATFormatted { get; }

Property Value

string

VATFormattedNoSymbol

string VATFormattedNoSymbol { get; }

Property Value

string

VATPercent

double VATPercent { get; set; }

Property Value

double

VATPercentFormatted

string VATPercentFormatted { get; }

Property Value

string
To top