ListEmployeesResponse

April 10, 2019 ยท View on GitHub

squareconnect.models.list_employees_response

Description

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

Properties

NameTypeDescriptionNotes
employeeslist[Employee]List of employees returned from the request.[optional]
cursorstrThe token to be used to retrieve the next page of results.[optional]
errorslist[Error]Any errors that occurred during the request.[optional]

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