Show / Hide Table of Contents

    Class GenericResponse

    Generic response. Base class for common responses from Daraja

    Inheritance
    System.Object
    GenericResponse
    AccountBalanceResponse
    B2BResponse
    B2CResponse
    C2BRegisterResponse
    C2BSimulateResponse
    LNMPaymentResponse
    ReversalResponse
    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 abstract class GenericResponse

    Properties

    ConversationId

    Gets or sets the conversation identifier.

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

    The conversation identifier.

    OriginatorCoversationId

    Gets or sets the originator coversation identifier.

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

    The originator coversation identifier.

    ResponseDescription

    Gets or sets the response description.

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

    The response description.

    Back to top Powered by DocFX | Copyright Geoffrey Mureithi