ListEmployeeWagesResponse

March 13, 2019 ยท View on GitHub

squareconnect.models.list_employee_wages_response

Description

The response to a request for a set of EmployeeWage objects. Contains a set of EmployeeWage.

Properties

NameTypeDescriptionNotes
employee_wageslist[EmployeeWage]A page of Employee Wage results.[optional]
cursorstrValue supplied in the subsequent request to fetch the next next page of Employee Wage results.[optional]
errorslist[Error]Any errors that occurred during the request.[optional]

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