Class Country
The source of the countries come from : https://github.com/dr5hn/countries-states-cities-database/blob/master/countries%2Bstates.json
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 : Country_Summary
Properties
states
Declaration
public List<Country_State> states { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Country_State> |
timezones
Declaration
public List<Country_TimeZone> timezones { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Country_TimeZone> |