Time |
Note |
---|
The punch type is a way to label the time entered. For example a user may need to clock-in and then clock-out. Each of these values represent the type of punch that just occurred. The enumerated punch types below are the currently available types. An alias for PunchType is also TransactionType |
Value | Name |
---|---|
0 | StartNonWork |
1 | EndNonWork |
2 | ClockIn |
3 | ClockOut |
4 | StartLunch |
5 | EndLunch |
6 | StartBreak |
7 | EndBreak |
8 | Transfer |
9 | SwipeAndGo |