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