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.35 KB

ListCustomerGroupsResponse.md

File metadata and controls

17 lines (11 loc) · 1.35 KB

ListCustomerGroupsResponse

Description

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 Getter Setter Type Description Notes
errors getErrors() setErrors($value) \SquareConnect\Model\Error[] Any errors that occurred during the request. [optional]
groups getGroups() setGroups($value) \SquareConnect\Model\CustomerGroup[] A list of customer groups belonging to the current merchant. [optional]
cursor getCursor() setCursor($value) 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]

Note: All properties are protected and only accessed via getters and setters.

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