Interface IStudentAccountTransactionAppliedPaymentService
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public interface IStudentAccountTransactionAppliedPaymentService : IEntityService<StudentAccountTransactionAppliedPaymentEntity>, IService
Methods
Below method is used for applying payments for multiple student account transactions
Declaration
ApplyPaymentForMultipleStudentAccountTransactionResponse ApplyPaymentForMultipleStudentAccountTransaction(ApplyPaymentForMultipleStudentAccountTransactionRequest request)
Parameters
Returns