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