Contains the results of a merchant search.
This object is returned by the searchMerchants method. It describes the result of the search, including the total number of merchants matched, the number being returned, and an array of MerchantObjects.
Type | Name | Description |
---|---|---|
integer | MerchantsMatched | Number of merchants matched by search criteria. |
integer | MerchantsReturned | Number of merchants contained in this search result. |
integer | StartIndex | The index where this result set begins (default is 0). |
integer | Limit | The maximum number of merchants to be returned. |
MerchantObject | Merchants | An array of MerchantObjects matched by search criteria. |
Version | Change |
---|---|
1.1 | Method added prior to soap-1.1 |