IRetailer | |
public interface IRetailerCategoryService : IBusinessService
The IRetailerCategoryService type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateRetailerCategory | Creates a retailer category. | |
| DeleteRetailerCategory | Deletes the retailer category. | |
| GetRetailerCategories | Gets all retailer categories. | |
| GetRetailerCategoryByCode | Gets retailer category by code. | |
| GetRetailerCategoryById | Gets Retailer Category Code by ID. | |
| UpdateRetailerCategory | Updates a Retailer Category with new values. |