Show / Hide Table of Contents

Class Country_Summary

Inheritance
System.Object
Country_Summary
Country
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Transport.Countries
Assembly: SecureExchangesSDK.dll
Syntax
public class Country_Summary

Properties

capital

Declaration
public string capital { get; set; }
Property Value
Type Description
System.String

currency

Declaration
public string currency { get; set; }
Property Value
Type Description
System.String

currency_name

Declaration
public string currency_name { get; set; }
Property Value
Type Description
System.String

currency_symbol

Declaration
public string currency_symbol { get; set; }
Property Value
Type Description
System.String

emoji

Declaration
public string emoji { get; set; }
Property Value
Type Description
System.String

emojiU

Declaration
public string emojiU { get; set; }
Property Value
Type Description
System.String

iso2

Declaration
public string iso2 { get; set; }
Property Value
Type Description
System.String

iso3

Declaration
public string iso3 { get; set; }
Property Value
Type Description
System.String

latitude

Declaration
public string latitude { get; set; }
Property Value
Type Description
System.String

longitude

Declaration
public string longitude { get; set; }
Property Value
Type Description
System.String

name

Declaration
public string name { get; set; }
Property Value
Type Description
System.String

native

Declaration
public string native { get; set; }
Property Value
Type Description
System.String

numeric_code

Declaration
public string numeric_code { get; set; }
Property Value
Type Description
System.String

phone_code

Declaration
public string phone_code { get; set; }
Property Value
Type Description
System.String

region

Declaration
public string region { get; set; }
Property Value
Type Description
System.String

subregion

Declaration
public string subregion { get; set; }
Property Value
Type Description
System.String

tld

Declaration
public string tld { get; set; }
Property Value
Type Description
System.String

translations

Declaration
public Country_Translations translations { get; set; }
Property Value
Type Description
Country_Translations

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX