Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 794 Bytes

ListEmployeeWagesRequest.md

File metadata and controls

17 lines (11 loc) · 794 Bytes

ListEmployeeWagesRequest

squareconnect.models.list_employee_wages_request

Description

A request for a set of EmployeeWage objects

Properties

Name Type Description Notes
employee_id str Filter wages returned to only those that are associated with the specified employee. [optional]
limit int Maximum number of Employee Wages to return per page. Can range between 1 and 200. The default is the maximum at 200. [optional]
cursor str Pointer to the next page of Employee Wage results to fetch. [optional]

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