Table of Contents

Class PriceViewModel.VatInfo

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll
public class PriceViewModel.VatInfo
Inheritance
PriceViewModel.VatInfo
Inherited Members

Properties

Percent

Gets or sets the vat percentage.
public double Percent { get; set; }

Property Value

double
The vat percentage.

PercentFormatted

Gets or sets the formatted vat percentage.
public string PercentFormatted { get; set; }

Property Value

string
The formatted vat percentage.
To top