Class CreateGeneralLedgerBatchSummaryRequest
Represents the a request for the CreateGeneralLedgerBatchSummaryRequest method.
Inheritance
System.Object
CreateGeneralLedgerBatchSummaryRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CreateGeneralLedgerBatchSummaryRequest : ServiceRequest
Constructors
CreateGeneralLedgerBatchSummaryRequest()
Declaration
public CreateGeneralLedgerBatchSummaryRequest()
Properties
BatchId
BatchNumber
Declaration
public int BatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BatchNumber
BatchNumber
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BatchNumberList
StudentId
Declaration
public List<GeneralLedgerReleaseBatchEntity> BatchNumberList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GeneralLedgerReleaseBatchEntity> |
CampusGroupId
CampusGroupId
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CampusId
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HighDate
HighDate
Declaration
public DateTime? HighDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
IsNewBatch
IsNewBatch
Declaration
public bool IsNewBatch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LowDate
LowDate
Declaration
public DateTime? LowDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
StaffId
CampusId
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |