| Time |  | 
 Syntax
Syntax Remarks
Remarks|  Note | 
|---|
| The transaction type is a way to indicate the type of punch being made. For example a user may need to clock-in and then clock-out. Each of these values represent the type of transaction that just occurred. The enumerated transaction types below are the currently available types. An alias for TransactionType is also PunchType | 
| Value | Name | 
|---|---|
| 2 | ClockIn | 
| 3 | ClockOut | 
| 4 | StartLunch | 
| 5 | EndLunch | 
| 6 | StartBreak | 
| 7 | EndBreak | 
| 8 | Transfer | 
| 9 | SwipeAndGo | 
 Example
Example See Also
See Also