IPayment | |
public interface IPaymentService : IPaymentQueryService, IBusinessService
The IPaymentService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |