RetrieveCustomerSegmentResponse
April 22, 2020 ยท View on GitHub
Description
Defines the fields included in the response body for requests to RetrieveCustomerSegment. One of errors or segment 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] |
| segment | getSegment() | setSegment($value) | \SquareConnect\Model\CustomerSegment | The retrieved customer segment. | [optional] |
Note: All properties are protected and only accessed via getters and setters.