Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class Country_State

    Inheritance
    object
    Country_State
    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_State

    Properties

    id

    Declaration
    public int id { get; set; }
    Property Value
    Type Description
    int

    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

    state_code

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

    type

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

    Extension Methods

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