ListMerchantsResponse
October 23, 2019 ยท View on GitHub
Description
The response object returned by the ListMerchant endpoint.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| errors | getErrors() | setErrors($value) | \SquareConnect\Model\Error[] | Information on errors encountered during the request. | [optional] |
| merchant | getMerchant() | setMerchant($value) | \SquareConnect\Model\Merchant[] | The requested `Merchant` entities. | [optional] |
| cursor | getCursor() | setCursor($value) | int | If the response is truncated, the cursor to use in next request to fetch next set of objects. | [optional] |
Note: All properties are protected and only accessed via getters and setters.