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