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