ListEmployeeWagesRequest

March 13, 2019 ยท View on GitHub

squareconnect.models.list_employee_wages_request

Description

A request for a set of EmployeeWage objects

Properties

NameTypeDescriptionNotes
employee_idstrFilter wages returned to only those that are associated with the specified employee.[optional]
limitintMaximum number of Employee Wages to return per page. Can range between 1 and 200. The default is the maximum at 200.[optional]
cursorstrPointer to the next page of Employee Wage results to fetch.[optional]

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