Table of Contents

Class CountryItem

Namespace
Lykke.Common
Assembly
Lykke.Common.dll
public class CountryItem
Inheritance
CountryItem
Inherited Members
Extension Methods

Constructors

CountryItem(string, string)

public CountryItem(string iso3, string prefix)

Parameters

iso3 string
prefix string

Properties

Id

public string Id { get; }

Property Value

string

Iso2

public string Iso2 { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string

Prefix

public string Prefix { get; }

Property Value

string