Table of Contents

Class PriceViewModel.CurrencyInfo

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

Properties

Code

Gets or sets the currency code.

public string? Code { get; set; }

Property Value

string

The currency code. E.g. EUR

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. E.g. 747.25

Symbol

Gets or sets the currency symbol.

public string? Symbol { get; set; }

Property Value

string

The currency symbol.

To top