Class Country_State
Inheritance
Country_State
Assembly: SecureExchangesSDK.dll
Syntax
public class Country_State
Properties
id
Declaration
public int id { 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
state_code
Declaration
public string state_code { get; set; }
Property Value
type
Declaration
public string type { get; set; }
Property Value
Extension Methods