Class PostGeneralLedgerBatchRequest
Represents the a request for the PostGeneralLedgerBatchRequest method.
Inheritance
System.Object
PostGeneralLedgerBatchRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostGeneralLedgerBatchRequest : ServiceRequest
Constructors
PostGeneralLedgerBatchRequest()
Declaration
public PostGeneralLedgerBatchRequest()
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 |
CampusGroupId
CampusGroupId
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CampusGroupName
CampusGroupName
Declaration
public string CampusGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusId
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CampusName
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GLCompanyNumber
GLCompanyNumber
Declaration
public string GLCompanyNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
UploadFilePath
UploadFilePath
Declaration
public string UploadFilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |