Class PriceViewModel.CurrencyInfo
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
public class PriceViewModel.CurrencyInfo
- Inheritance
-
PriceViewModel.CurrencyInfo
- Inherited Members
Properties
Name
Gets or sets the currency name.
public string Name { get; set; }
Property Value
- string
The currency name.
Rate
Gets or sets the currency rate.
public double Rate { get; set; }
Property Value
- double
The currency rate.
Symbol
Gets or sets the currency symbol.
public string Symbol { get; set; }
Property Value
- string
The currency symbol.