This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
developer:soap:objects:transactionsearchresult [2008/02/26 07:20] nell |
developer:soap:objects:transactionsearchresult [2009/10/26 23:04] tem |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== TransactionSearchResult ====== | + | <embed ..:contents/>====== TransactionSearchResult ====== |
Contains results of a transaction search. | Contains results of a transaction search. | ||
Line 5: | Line 5: | ||
===== Description ===== | ===== Description ===== | ||
- | This object is returned by the [[developer:soap:methods:searchTransactions]] method. It describes the result of the search, including the total number of transactions matched, the number being returned, and an array of TransactionObjects | + | This object is returned by the [[..:methods:searchTransactions]] method. It describes the result of the search, including the total number of transactions matched, the number being returned, and an array of TransactionObjects |
Line 27: | Line 27: | ||
|integer |StartIndex |The starting index used (defaults to 0)| | |integer |StartIndex |The starting index used (defaults to 0)| | ||
|integer |Limit |The max number transactions to return in each result set.| | |integer |Limit |The max number transactions to return in each result set.| | ||
- | |TransactionObject |Transactions |An array TransactionObjects for the matched transactions| | + | |[[.:TransactionObject]] |Transactions |An array TransactionObjects for the matched transactions| |
===== Places Used ===== | ===== Places Used ===== | ||
- | [[developer:soap:methods:searchTransactions]] | + | [[..:methods:searchTransactions]] |
- | [[developer:soap:methods:getCustomerHistory]] | + | [[..:methods:getCustomerHistory]] |
===== Examples ===== | ===== Examples ===== |