Show / Hide Table of Contents

    Class Api.Env

    Enum type class for available environments

    Inheritance
    System.Object
    Api.Env
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: System.Dynamic.ExpandoObject
    Assembly: cs.temp.dll.dll
    Syntax
    public class Env

    Properties

    Endpoint

    Declaration
    public string Endpoint { get; set; }
    Property Value
    System.String

    Production

    Declaration
    public static Api.Env Production { get; }
    Property Value
    Api.Env

    Sandbox

    Declaration
    public static Api.Env Sandbox { get; }
    Property Value
    Api.Env

    Back to top Powered by DocFX | Copyright Geoffrey Mureithi