Class GetGeneralLedgerBatchSummaryResponse
Represents the response for the GetGeneralLedgerBatchSummaryResponse method.
Inheritance
System.Object
GetGeneralLedgerBatchSummaryResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetGeneralLedgerBatchSummaryResponse : ServiceResponse
Constructors
GetGeneralLedgerBatchSummaryResponse()
Declaration
public GetGeneralLedgerBatchSummaryResponse()
Properties
CheckBookEntries
CheckInformation
Declaration
public List<GreatPlainCheckInformation> CheckBookEntries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GreatPlainCheckInformation> |
GeneralLedgerSummaryGridList
GeneralLedgerSummaryGridList
Declaration
public List<GeneralLedgerSummaryGrid> GeneralLedgerSummaryGridList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GeneralLedgerSummaryGrid> |
IsCreateGeneralLedgerBatchFailed
Is Create GeneralLedgerBatch Failed
Declaration
public bool IsCreateGeneralLedgerBatchFailed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |