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

Latest commit

 

History

History
17 lines (11 loc) · 817 Bytes

File metadata and controls

17 lines (11 loc) · 817 Bytes

ListEmployeeWagesResponse

squareconnect.models.list_employee_wages_response

Description

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

Properties

Name Type Description Notes
employee_wages list[EmployeeWage] A page of Employee Wage results. [optional]
cursor str Value supplied in the subsequent request to fetch the next next page of Employee Wage results. [optional]
errors list[Error] Any errors that occurred during the request. [optional]

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