IPayment | |
public interface IPaymentProcessEntityService : IPaymentProcessQueryService, IBusinessService
The IPaymentProcessEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new PaymentProcess | |
| Delete | Deletes the specified PaymentProcess. | |
| Get |
Gets a list of PaymentProcesses matching the specified filter.
(Inherited from IPaymentProcessQueryService) | |
| GetAll |
Gets all PaymentProcesses
(Inherited from IPaymentProcessQueryService) | |
| GetSingle |
Gets a single PaymentProcess matching the provided filter.
(Inherited from IPaymentProcessQueryService) | |
| Update | Updates the specified PaymentProcess |