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

NameGetterSetterTypeDescriptionNotes
errorsgetErrors()setErrors($value)\SquareConnect\Model\Error[]Any errors that occurred during the request.[optional]
segmentgetSegment()setSegment($value)\SquareConnect\Model\CustomerSegmentThe retrieved customer segment.[optional]

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

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