IList<Payment> LoadForFilter( PaymentFilter filter, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- filter
 - Representing the filter to apply to the orders
 - maximumRows
 - Maximum number of rows
 - startRowIndex
 - Start index of rows
 - sortExpression
 - Sort expression
 
Return Value
A collection of OrderNoteDetail obects