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

Latest commit

 

History

History
25 lines (18 loc) · 1.78 KB

V1Timecard.md

File metadata and controls

25 lines (18 loc) · 1.78 KB

V1Timecard

Description

Represents a timecard for an employee.

Properties

Name Type Description Notes
id String The timecard's unique ID. [optional]
employeeId String The ID of the employee the timecard is associated with.
deleted Boolean If true, the timecard was deleted by the merchant, and it is no longer valid. [optional]
clockinTime String The clock-in time for the timecard, in ISO 8601 format. [optional]
clockoutTime String The clock-out time for the timecard, in ISO 8601 format. Provide this value only if importing timecard information from another system. [optional]
clockinLocationId String The ID of the location the employee clocked in from. We strongly reccomend providing a clockin_location_id. Square uses the clockin_location_id to determine a timecard’s timezone and overtime rules. [optional]
clockoutLocationId String The ID of the location the employee clocked out from. Provide this value only if importing timecard information from another system. [optional]
createdAt String The time when the timecard was created, in ISO 8601 format. [optional]
updatedAt String The time when the timecard was most recently updated, in ISO 8601 format. [optional]
regularSecondsWorked BigDecimal The total number of regular (non-overtime) seconds worked in the timecard. [optional]
overtimeSecondsWorked BigDecimal The total number of overtime seconds worked in the timecard. [optional]
doubletimeSecondsWorked BigDecimal The total number of doubletime seconds worked in the timecard. [optional]