IDiscount |
public interface IDiscountStatisticsService : IDiscountStatisticsQueryService, IBusinessService
The IDiscountStatisticsService type exposes the following members.
Name | Description | |
---|---|---|
Get |
Gets a list of DiscountStatisticsSet matching the specified filter.
(Inherited from IDiscountStatisticsQueryService) | |
GetAll |
Gets all DiscountStatisticsSet
(Inherited from IDiscountStatisticsQueryService) | |
GetSingle |
Gets a single DiscountStatistics matching the provided filter.
(Inherited from IDiscountStatisticsQueryService) |