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