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

Latest commit

 

History

History
16 lines (10 loc) · 759 Bytes

File metadata and controls

16 lines (10 loc) · 759 Bytes

GetEmployeeWageResponse

squareconnect.models.get_employee_wage_response

Description

A response to a request to get an EmployeeWage. Contains the requested EmployeeWage objects. May contain a set of Error objects if the request resulted in errors.

Properties

Name Type Description Notes
employee_wage EmployeeWage The requested `EmployeeWage` object. [optional]
errors list[Error] Any errors that occurred during the request. [optional]

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