Class LNMPaymentResponse
Lipa na mpesa online response.
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 LNMPaymentResponse : GenericResponse
Properties
CheckoutRequestID
Gets or sets the checkout request identifier.
Declaration
public string CheckoutRequestID { get; set; }
Property Value
System.String
The checkout request identifier. |
CustomerMessage
Gets or sets the customer message.
Declaration
public string CustomerMessage { get; set; }
Property Value
System.String
The customer message. |
MerchantRequestID
Gets or sets the merchant request identifier.
Declaration
public string MerchantRequestID { get; set; }
Property Value
System.String
The merchant request identifier. |
ResponseCode
Gets or sets the response code.
Declaration
public int ResponseCode { get; set; }
Property Value
System.Int32
The response code. |