Class CurrencyViewModel
- Namespace
- Dynamicweb.Ecommerce.Frontend
- Assembly
- Dynamicweb.Ecommerce.dll
public class CurrencyViewModel : ViewModelBase
- Inheritance
-
CurrencyViewModel
- Inherited Members
Properties
Code
Gets or sets the currency code.
public string Code { get; set; }
Property Value
- string
- The code.
Default
Gets or sets if this currency is default currency
public bool Default { get; set; }
Property Value
Name
Gets or sets the name of currency.
public string Name { get; set; }
Property Value
- string
- The name.
Rate
Gets or sets the exchange rate.
public double Rate { get; set; }
Property Value
- double
- The Rate.
Symbol
Gets or sets the currency symbol.
public string Symbol { get; set; }
Property Value
- string
- The symbol.