Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class Country

    The source of the countries come from : https://github.com/dr5hn/countries-states-cities-database/blob/master/countries%2Bstates.json

    Inheritance
    object
    Country_Summary
    Country
    Inherited Members
    Country_Summary.name
    Country_Summary.iso3
    Country_Summary.iso2
    Country_Summary.numeric_code
    Country_Summary.phone_code
    Country_Summary.capital
    Country_Summary.currency
    Country_Summary.currency_name
    Country_Summary.currency_symbol
    Country_Summary.tld
    Country_Summary.native
    Country_Summary.region
    Country_Summary.subregion
    Country_Summary.translations
    Country_Summary.latitude
    Country_Summary.longitude
    Country_Summary.emoji
    Country_Summary.emojiU
    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 : Country_Summary

    Properties

    states

    Declaration
    public List<Country_State> states { get; set; }
    Property Value
    Type Description
    List<Country_State>

    timezones

    Declaration
    public List<Country_TimeZone> timezones { get; set; }
    Property Value
    Type Description
    List<Country_TimeZone>

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation