squareconnect.models.v1_timecard
Represents a timecard for an employee.
| 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] |