Show / Hide Table of Contents

    Class Api.ExtraConfig

    Used to set extra config needed for advanced calls such as LNM

    Inheritance
    System.Object
    Api.ExtraConfig
    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 ExtraConfig

    Properties

    CertPath

    Gets or sets the cert path.

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

    Path to Mpesa Public Key

    Initiator

    Gets or sets the initiator.

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

    The initiator.

    LNMPassWord

    Gets or sets the LNM Password.

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

    The LNMPassword.

    LNMShortCode

    Gets or sets the LNM Short code.

    Declaration
    public int LNMShortCode { get; set; }
    Property Value
    System.Int32

    The LNM Shortcode.

    SecurityCredential

    Gets or sets the security credential.

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

    The security credential.

    ShortCode

    Gets or sets the short code.

    Declaration
    public int ShortCode { get; set; }
    Property Value
    System.Int32

    The short code.

    Back to top Powered by DocFX | Copyright Geoffrey Mureithi