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

Files

Latest commit

7f6ee39 · Oct 23, 2019

History

History
18 lines (10 loc) · 792 Bytes

ListMerchantsResponse.md

File metadata and controls

18 lines (10 loc) · 792 Bytes

Square.Connect.Model.ListMerchantsResponse

Description

The response object returned by the ListMerchant endpoint.

Properties

Name Type Description Notes
Errors List<Error> Information on errors encountered during the request. [optional]
Merchant List<Merchant> The requested `Merchant` entities. [optional]
Cursor int? If the response is truncated, the cursor to use in next request to fetch next set of objects. [optional]

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