Class StudentAccountTransactionConfigureAppliedPaymentServiceBase
Abstract base class - StudentAccountTransactionConfigureAppliedPaymentServiceBase
Inheritance
System.Object
StudentAccountTransactionConfigureAppliedPaymentServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentAccountTransactionConfigureAppliedPaymentEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class StudentAccountTransactionConfigureAppliedPaymentServiceBase : EntityService<StudentAccountTransactionConfigureAppliedPaymentEntity>, IStudentAccountTransactionConfigureAppliedPaymentService, IEntityService<StudentAccountTransactionConfigureAppliedPaymentEntity>, IService
Constructors
StudentAccountTransactionConfigureAppliedPaymentServiceBase()
Declaration
protected StudentAccountTransactionConfigureAppliedPaymentServiceBase()
Methods
CopyPaymentApplyOrder(CopyPaymentApplyOrderRequest)
Declaration
public virtual CopyPaymentApplyOrderResponse CopyPaymentApplyOrder(CopyPaymentApplyOrderRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| CopyPaymentApplyOrderRequest | request |
Returns
| Type | Description |
|---|---|
| CopyPaymentApplyOrderResponse |
SavePaymentApplyOrder(SavePaymentApplyOrderRequest)
Declaration
public virtual SavePaymentApplyOrderResponse SavePaymentApplyOrder(SavePaymentApplyOrderRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| SavePaymentApplyOrderRequest | request |
Returns
| Type | Description |
|---|---|
| SavePaymentApplyOrderResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService