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