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

Latest commit

 

History

History
19 lines (13 loc) · 889 Bytes

File metadata and controls

19 lines (13 loc) · 889 Bytes

V1TimecardEvent

squareconnect.models.v1_timecard_event

Description

V1TimecardEvent

Properties

Name Type Description Notes
id str The event's unique ID. [optional]
event_type str The ID of the timecard to list events for. See V1TimecardEventEventType for possible values [optional]
clockin_time str The time the employee clocked in, in ISO 8601 format. [optional]
clockout_time str The time the employee clocked out, in ISO 8601 format. [optional]
created_at str The time when the event was created, in ISO 8601 format. [optional]

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