IPayment | |
public interface IPaymentTypeService : IPaymentTypeQueryService, IBusinessService
The IPaymentTypeService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of PaymentTypes matching the specified filter.
(Inherited from IPaymentTypeQueryService) | |
| GetAll |
Gets all PaymentTypes
(Inherited from IPaymentTypeQueryService) | |
| GetSingle |
Gets a single PaymentType matching the provided filter.
(Inherited from IPaymentTypeQueryService) |