Square.Connect.Model.ListMerchantsResponse

October 23, 2019 ยท View on GitHub

Description

The response object returned by the ListMerchant endpoint.

Properties

NameTypeDescriptionNotes
ErrorsList<Error>Information on errors encountered during the request.[optional]
MerchantList<Merchant>The requested `Merchant` entities.[optional]
Cursorint?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]