Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 1.01 KB

ListMerchantsResponse.md

File metadata and controls

17 lines (11 loc) · 1.01 KB

ListMerchantsResponse

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.

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