ListMerchantsResponse

October 23, 2019 ยท View on GitHub

Description

The response object returned by the ListMerchant endpoint.

Properties

NameGetterSetterTypeDescriptionNotes
errorsgetErrors()setErrors($value)\SquareConnect\Model\Error[]Information on errors encountered during the request.[optional]
merchantgetMerchant()setMerchant($value)\SquareConnect\Model\Merchant[]The requested `Merchant` entities.[optional]
cursorgetCursor()setCursor($value)intIf 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.

[Back to Model list] [Back to API list] [Back to README]