Class Country_Summary
Inheritance
Country_Summary
Assembly: SecureExchangesSDK.dll
Syntax
public class Country_Summary
Properties
capital
Declaration
public string capital { get; set; }
Property Value
currency
Declaration
public string currency { get; set; }
Property Value
currency_name
Declaration
public string currency_name { get; set; }
Property Value
currency_symbol
Declaration
public string currency_symbol { get; set; }
Property Value
emoji
Declaration
public string emoji { get; set; }
Property Value
emojiU
Declaration
public string emojiU { get; set; }
Property Value
iso2
Declaration
public string iso2 { get; set; }
Property Value
iso3
Declaration
public string iso3 { get; set; }
Property Value
latitude
Declaration
public string latitude { get; set; }
Property Value
longitude
Declaration
public string longitude { get; set; }
Property Value
name
Declaration
public string name { get; set; }
Property Value
native
Declaration
public string native { get; set; }
Property Value
numeric_code
Declaration
public string numeric_code { get; set; }
Property Value
phone_code
Declaration
public string phone_code { get; set; }
Property Value
region
Declaration
public string region { get; set; }
Property Value
subregion
Declaration
public string subregion { get; set; }
Property Value
tld
Declaration
public string tld { get; set; }
Property Value
translations
Declaration
public Country_Translations translations { get; set; }
Property Value
Extension Methods