Table of Contents

Class CountryViewModel

Namespace
Dynamicweb.Ecommerce.Frontend
Assembly
Dynamicweb.Ecommerce.dll
public class CountryViewModel : ViewModelBase
Inheritance
CountryViewModel
Inherited Members

Properties

Code2

Gets or sets the two-character code, i.e. DK.
public string Code2 { get; set; }

Property Value

string
The symbol.

Code3

Gets or sets the three-character code, i.e. DNK.
public string Code3 { get; set; }

Property Value

string
The symbol.

Culture

Gets or sets the culture code, i.e. da-DK.
public string Culture { get; set; }

Property Value

string

Name

Gets or sets the name of country.
public string Name { get; set; }

Property Value

string
The name.

RegionCode

Gets or sets the region code if this is a region.
public string RegionCode { get; set; }

Property Value

string

Vat

Gets or sets the VAT percent
public double Vat { get; set; }

Property Value

double
To top