Class GenericResponse
Generic response. Base class for common responses from Daraja
Inheritance
System.Object
GenericResponse
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. |