Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

 

History

History
18 lines (10 loc) · 772 Bytes

ListEmployeeWagesRequest.md

File metadata and controls

18 lines (10 loc) · 772 Bytes

Square.Connect.Model.ListEmployeeWagesRequest

Description

A request for a set of EmployeeWage objects

Properties

Name Type Description Notes
EmployeeId string 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 string Pointer to the next page of Employee Wage results to fetch. [optional]

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