[DataObjectMethod(DataObjectMethodType.Select)] public static IList<CouponSummary> GetSalesByCoupon( DateTime startDate, DateTime endDate, string couponCode )
Parameters
- startDate
- Inclusive start date to consider
- endDate
- Inclusive end date to consider
- couponCode
- The coupon code to get sales details for
Return Value
A list of CouponSalesSummary objects