Class LNMQueryResponse
LNMQuery response.
Inheritance
System.Object
LNMQueryResponse
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 LNMQueryResponse
Properties
CheckoutRequestID
Declaration
public string CheckoutRequestID { get; set; }
Property Value
System.String
|
MerchantRequestID
Declaration
public string MerchantRequestID { get; set; }
Property Value
System.String
|
ResponseCode
Declaration
public string ResponseCode { get; set; }
Property Value
System.String
|
ResponseDescription
Declaration
public string ResponseDescription { get; set; }
Property Value
System.String
|
ResultCode
Declaration
public string ResultCode { get; set; }
Property Value
System.String
|
ResultDesc
Declaration
public string ResultDesc { get; set; }
Property Value
System.String
|