Class GLReleaseUndoRequest
Represents the a request for the GLReleaseUndo method.
Inheritance
System.Object
GLReleaseUndoRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GLReleaseUndoRequest
Constructors
GLReleaseUndoRequest()
Declaration
public GLReleaseUndoRequest()
Properties
BatchNumber
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |