Interface IStateGrantEligibleStudentService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public interface IStateGrantEligibleStudentService : IEntityService<StateGrantEligibleStudentEntity>, IService
Methods
ProcessGrantHopeExport(ProcessGrantHopeExportRequest)
Upload Grant Hope File.
Declaration
ProcessGrantHopeExportResponse ProcessGrantHopeExport(ProcessGrantHopeExportRequest request)
Parameters
Type | Name | Description |
---|---|---|
ProcessGrantHopeExportRequest | request | ProcessGrantHopeImportRequest Object contains the value of file type. |
Returns
Type | Description |
---|---|
ProcessGrantHopeExportResponse | The ProcessGrantHopeImportResponse contains the status of the Commit operation. |
ProcessGrantHopeImport(ProcessGrantHopeImportRequest)
Upload Grant Hope File.
Declaration
ProcessGrantHopeImportResponse ProcessGrantHopeImport(ProcessGrantHopeImportRequest request)
Parameters
Type | Name | Description |
---|---|---|
ProcessGrantHopeImportRequest | request | ProcessGrantHopeImportRequest Object contains the value of file type. |
Returns
Type | Description |
---|---|
ProcessGrantHopeImportResponse | The ProcessGrantHopeImportResponse contains the status of the Commit operation. |
ValidateProcessGrantHopeExport(ValidateProcessGrantHopeExportRequest)
Upload Grant Hope File.
Declaration
ValidateProcessGrantHopeExportResponse ValidateProcessGrantHopeExport(ValidateProcessGrantHopeExportRequest request)
Parameters
Type | Name | Description |
---|---|---|
ValidateProcessGrantHopeExportRequest | request | ProcessGrantHopeImportRequest Object contains the value of file type. |
Returns
Type | Description |
---|---|
ValidateProcessGrantHopeExportResponse | The ProcessGrantHopeImportResponse contains the status of the Commit operation. |