Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.05 KB

V1TimecardEvent.md

File metadata and controls

15 lines (11 loc) · 1.05 KB

V1TimecardEvent

Properties

Name Getter Setter Type Description Notes
id getId() setId($value) string The event's unique ID. [optional]
event_type getEventType() setEventType($value) string The ID of the timecard to list events for. [optional]
clockin_time getClockinTime() setClockinTime($value) string The time the employee clocked in, in ISO 8601 format. [optional]
clockout_time getClockoutTime() setClockoutTime($value) string The time the employee clocked out, in ISO 8601 format. [optional]
created_at getCreatedAt() setCreatedAt($value) string The time when the event was created, in ISO 8601 format. [optional]

Note: All properties are protected and only accessed via getters and setters.

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