MerchantSearchResult
Contains the results of a merchant search.
Description
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.
Properties
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. |