IRetailer | |
public interface IRetailerPriceService : IRetailerPriceQueryService, IBusinessService
The IRetailerPriceService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |