XML3 - API DLL Documentation

The Invoices type exposes the following members.

Methods

  NameDescription
Public methodClearSearch
Clears the current search builder of all criteria and returns the results to the original set.
Public methodInvoices
Exposes the collection of invoices contained within the wrapper class as your required datatype.
Public methodSearchInvoices
A search builder that applies search criteria to the result set on every request. To clear the search call "ClearSearch" Method
Public methodSearchInvoicesByCustOrdNo
A search applies search criteria of Customer Order Number to the result set. To clear the search call "ClearSearch" Method
Public methodSearchInvoicesByDateRaised
A search applies search criteria of Date Raised to the result set. To clear the search call "ClearSearch" Method
Public methodSearchInvoicesByInvDate
A search applies search criteria of Invoice Date to the result set. To clear the search call "ClearSearch" Method
Public methodSearchInvoicesByInvNo
A search applies search criteria of Invoice Number to the result set. To clear the search call "ClearSearch" Method
Public methodSearchInvoicesByVIPOrdNo
A search applies search criteria of VIP Order Number to the result set. To clear the search call "ClearSearch" Method

See Also