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

Latest commit

 

History

History
15 lines (10 loc) · 990 Bytes

ListCustomerGroupsResponse.md

File metadata and controls

15 lines (10 loc) · 990 Bytes

SquareConnect.ListCustomerGroupsResponse

Description

Note: This model is in beta.

Defines the fields that are included in the response body of a request to the ListCustomerGroups endpoint. One of errors or groups is present in a given response (never both).

Properties

Name Type Description Notes
errors [Error] Any errors that occurred during the request. [optional]
groups [CustomerGroup] A list of customer groups belonging to the current merchant. [optional]
cursor String A pagination cursor to retrieve the next set of results for your original query to the endpoint. This value is present only if the request succeeded and additional results are available. See the Pagination guide for more information. [optional]