Class CancelGeneralLedgerBatchRequest
Represents the a request for the CancelGeneralLedgerBatchRequest method.
Inheritance
System.Object
CancelGeneralLedgerBatchRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CancelGeneralLedgerBatchRequest : ServiceRequest
Constructors
CancelGeneralLedgerBatchRequest()
Declaration
public CancelGeneralLedgerBatchRequest()
Properties
BatchNumber
BatchNumber
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StaffId
BatchNumber
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |