Class AutomaticBillingBatchDetailServiceBase
Abstract base class - AutomaticBillingBatchDetailServiceBase
Inheritance
System.Object
AutomaticBillingBatchDetailServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<AutomaticBillingBatchDetailEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class AutomaticBillingBatchDetailServiceBase : EntityService<AutomaticBillingBatchDetailEntity>, IAutomaticBillingBatchDetailService, IEntityService<AutomaticBillingBatchDetailEntity>, IService
Constructors
AutomaticBillingBatchDetailServiceBase()
Declaration
protected AutomaticBillingBatchDetailServiceBase()
Methods
DeleteAutomaticBillingBatchDetail(DeleteAutomaticBillingBatchDetailRequest)
Declaration
public virtual DeleteAutomaticBillingBatchDetailResponse DeleteAutomaticBillingBatchDetail(DeleteAutomaticBillingBatchDetailRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| DeleteAutomaticBillingBatchDetailRequest | request |
Returns
| Type | Description |
|---|---|
| DeleteAutomaticBillingBatchDetailResponse |
GetBillingCodeTransaction(GetBillingCodeTransactionRequest)
Declaration
public virtual GetBillingCodeTransactionResponse GetBillingCodeTransaction(GetBillingCodeTransactionRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| GetBillingCodeTransactionRequest | request |
Returns
| Type | Description |
|---|---|
| GetBillingCodeTransactionResponse |
PostAutomaticBillingBatchDetail(PostAutomaticBillingBatchDetailRequest)
Declaration
public virtual PostAutomaticBillingBatchDetailResponse PostAutomaticBillingBatchDetail(PostAutomaticBillingBatchDetailRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| PostAutomaticBillingBatchDetailRequest | request |
Returns
| Type | Description |
|---|---|
| PostAutomaticBillingBatchDetailResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService