Interface IGeneralLedgerReleaseBatchDetailService
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public interface IGeneralLedgerReleaseBatchDetailService : IEntityService<GeneralLedgerReleaseBatchDetailEntity>, IService
Methods
CancelGeneralLedgerBatch(CancelGeneralLedgerBatchRequest)
Below method is used to delete student account payment.
Declaration
CancelGeneralLedgerBatchResponse CancelGeneralLedgerBatch(CancelGeneralLedgerBatchRequest request)
Parameters
Returns
CreateGeneralLedgerBatchSummary(CreateGeneralLedgerBatchSummaryRequest)
Below method is used to Create General Ledger Batch Summary.
Declaration
CreateGeneralLedgerBatchSummaryResponse CreateGeneralLedgerBatchSummary(CreateGeneralLedgerBatchSummaryRequest request)
Parameters
Returns
GeneralLedgerBatchExportToFile(GeneralLedgerBatchExportToFileRequest)
Below method is used to General Ledger Batch Export To File
Declaration
GeneralLedgerBatchExportToFileResponse GeneralLedgerBatchExportToFile(GeneralLedgerBatchExportToFileRequest request)
Parameters
Returns
GetGeneralLedgerBatchSummary(GetGeneralLedgerBatchSummaryRequest)
Below method is used to Get General Ledger Batch Summary.
Declaration
GetGeneralLedgerBatchSummaryResponse GetGeneralLedgerBatchSummary(GetGeneralLedgerBatchSummaryRequest request)
Parameters
Returns
PostGeneralLedgerBatch(PostGeneralLedgerBatchRequest)
Below method is used to delete student account payment.
Declaration
PostGeneralLedgerBatchResponse PostGeneralLedgerBatch(PostGeneralLedgerBatchRequest request)
Parameters
Returns
ValidateGeneralLedgerBatchInGreatPlain(ValidateGeneralLedgerBatchInGreatPlainRequest)
Below method is used to Validate GeneralLedger Batch is In GreatPlain or not
Declaration
ValidateGeneralLedgerBatchInGreatPlainResponse ValidateGeneralLedgerBatchInGreatPlain(ValidateGeneralLedgerBatchInGreatPlainRequest request)
Parameters
Returns