Interface IStudentAccountTransactionApprovalService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public interface IStudentAccountTransactionApprovalService : IEntityService<StudentAccountTransactionApprovalEntity>, IService
Methods
ProcessApprovalData(ProcessStudentTransactionApprovalRequest)
Declaration
ProcessStudentTransactionApprovalResponse ProcessApprovalData(ProcessStudentTransactionApprovalRequest request)
Parameters
Type | Name | Description |
---|---|---|
ProcessStudentTransactionApprovalRequest | request |
Returns
Type | Description |
---|---|
ProcessStudentTransactionApprovalResponse |