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