IPayment | |
public interface IPaymentTypeEntityService : IPaymentTypeQueryService, IBusinessService
The IPaymentTypeEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new PaymentType | |
| Delete | Deletes the specified PaymentType. | |
| 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) | |
| Update | Updates the specified PaymentType |