[DataObjectMethod(DataObjectMethodType.Select)] public static IList<CouponSummary> GetSalesByCoupon( DateTime startDate, DateTime endDate, string couponCode, int maximumRows, int startRowIndex )
Parameters
- startDate
- Inclusive start date to consider
- endDate
- Inclusive end date to consider
- couponCode
- The coupon code to get sales details for
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
Return Value
A list of CouponSalesSummary objects