Class StudentAccountTransactionAppliedPaymentServiceBase
Abstract base class - StudentAccountTransactionAppliedPaymentServiceBase
Inheritance
System.Object
StudentAccountTransactionAppliedPaymentServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentAccountTransactionAppliedPaymentEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class StudentAccountTransactionAppliedPaymentServiceBase : EntityService<StudentAccountTransactionAppliedPaymentEntity>, IStudentAccountTransactionAppliedPaymentService, IEntityService<StudentAccountTransactionAppliedPaymentEntity>, IService
Constructors
StudentAccountTransactionAppliedPaymentServiceBase()
Declaration
protected StudentAccountTransactionAppliedPaymentServiceBase()
Methods
ApplyPaymentForMultipleStudentAccountTransaction(ApplyPaymentForMultipleStudentAccountTransactionRequest)
Declaration
public virtual ApplyPaymentForMultipleStudentAccountTransactionResponse ApplyPaymentForMultipleStudentAccountTransaction(ApplyPaymentForMultipleStudentAccountTransactionRequest request)
Parameters
Type | Name | Description |
---|---|---|
ApplyPaymentForMultipleStudentAccountTransactionRequest | request |
Returns
Type | Description |
---|---|
ApplyPaymentForMultipleStudentAccountTransactionResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService