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