RetrieveMerchantResponse
November 20, 2019 ยท View on GitHub
Description
The response object returned by the RetrieveMerchant 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` object. | [optional] |
Note: All properties are protected and only accessed via getters and setters.