Class SaveGeneralLedgerReleaseBatchDetailRequest
Represents the response for the SaveGeneralLedgerReleaseBatchDetailRequest method.
Inheritance
System.Object
SaveGeneralLedgerReleaseBatchDetailRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveGeneralLedgerReleaseBatchDetailRequest : ServiceRequest
Constructors
SaveGeneralLedgerReleaseBatchDetailRequest()
Declaration
public SaveGeneralLedgerReleaseBatchDetailRequest()
Properties
CampusGroupId
Declaration
public int CampusGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
HangfireBatchNumber
Declaration
public string HangfireBatchNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
HistoryEndDate
Declaration
public DateTime HistoryEndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
HistoryStartDate
Declaration
public DateTime HistoryStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IsExecuteCnf
Declaration
public bool IsExecuteCnf { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SelectedTransactionTypes
Declaration
public string SelectedTransactionTypes { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
TransactionTypeIdList
Declaration
public List<int> TransactionTypeIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|