Interface IStipendSummaryService
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public interface IStipendSummaryService : IEntityService<StipendSummaryEntity>, IService
Methods
CreateStipendForTitleIVCreditBalance(CreateStipendForTitleIVCreditBalanceRequest)
Below method is used to Create Stipend For Title IV Credit Balance.
Declaration
CreateStipendForTitleIVCreditBalanceResponse CreateStipendForTitleIVCreditBalance(CreateStipendForTitleIVCreditBalanceRequest request)
Parameters
Returns
GetOpenBatchesForTitleIVCreditBalance(GetOpenBatchesForTitleIVCreditBalanceRequest)
Below method is used For Title IV Credit Balance.
Declaration
GetOpenBatchesForTitleIVCreditBalanceResponse GetOpenBatchesForTitleIVCreditBalance(GetOpenBatchesForTitleIVCreditBalanceRequest request)
Parameters
Returns
GetStipendUnlock(GetStipendUnlockRequest)
Below method is used to Get Stipend Unlock
Declaration
GetStipendUnlockResponse GetStipendUnlock(GetStipendUnlockRequest request)
Parameters
Returns
QueueStipendEvaluations(QueueStipendEvaluationsRequest)
This method is used to queue stipends
Declaration
QueueStipendEvaluationsResponse QueueStipendEvaluations(QueueStipendEvaluationsRequest request)
Parameters
Returns
SaveNewStipendBatch(SaveNewStipendBatchRequest)
This method is used to create new stipends in batch
Declaration
SaveNewStipendBatchResponse SaveNewStipendBatch(SaveNewStipendBatchRequest request)
Parameters
Returns
SaveStipendBatch(SaveStipendBatchRequest)
This method is used to update the amount and return method of stipends in batch
Declaration
SaveStipendBatchResponse SaveStipendBatch(SaveStipendBatchRequest request)
Parameters
Returns