IOrder | |
public interface IOrderDiscountService : IOrderDiscountQueryService, IBusinessService
The IOrderDiscountService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |