Class ReversalResponse
Reversal 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 ReversalResponse : GenericResponse
Properties
ResponseCode
Gets or sets the response code.
Declaration
public int ResponseCode { get; set; }
Property Value
System.Int32
The response code. |