IList<Order> LoadForCouponCode( string couponCode, DateTime startDate, DateTime endDate, string sortExpression )
Parameters
- couponCode
- Coupon Code for which to load the associated orders
- startDate
- start date to consider when loading orders
- endDate
- end date to consider when loading orders
- sortExpression
- Sort expression to use for sorting the loaded objects
Return Value
A collection of orders associated to the given coupon code