V1TimecardEvent

February 26, 2020 ยท View on GitHub

Description

V1TimecardEvent Note: This model is deprecated.

Properties

NameGetterSetterTypeDescriptionNotes
idgetId()setId($value)stringThe event's unique ID.[optional]
event_typegetEventType()setEventType($value)stringThe ID of the timecard to list events for. See V1TimecardEventEventType for possible values[optional]
clockin_timegetClockinTime()setClockinTime($value)stringThe time the employee clocked in, in ISO 8601 format.[optional]
clockout_timegetClockoutTime()setClockoutTime($value)stringThe time the employee clocked out, in ISO 8601 format.[optional]
created_atgetCreatedAt()setCreatedAt($value)stringThe 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]