Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class Country_Summary

    Inheritance
    object
    Country_Summary
    Country
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    string

    currency

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

    currency_name

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

    currency_symbol

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

    emoji

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

    emojiU

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

    iso2

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

    iso3

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

    latitude

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

    longitude

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

    name

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

    native

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

    numeric_code

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

    phone_code

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

    region

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

    subregion

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

    tld

    Declaration
    public string tld { get; set; }
    Property Value
    Type Description
    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 Secure Exchanges Inc. - Documentation