Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 705 Bytes

File metadata and controls

23 lines (17 loc) · 705 Bytes

V1Timecard

squareconnect.models.v1_timecard

Description

Represents a timecard for an employee.

Properties

Name Type Notes
id str [optional]
employee_id str
deleted bool [optional]
clockin_time str [optional]
clockout_time str [optional]
clockin_location_id str [optional]
clockout_location_id str [optional]
created_at str [optional]
updated_at str [optional]

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