Click or drag to resize

PunchInformationTransactionType Property

Gets or sets the TransactionType (PunchType) * Required Property

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int TransactionType { get; set; }

Property Value

Int32
Remarks
Note  Note
The transaction 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 transaction that just occurred. The enumerated transaction types below are the currently available types. An alias for TransactionType is also PunchType

Transaction Types

ValueName
2ClockIn
3ClockOut
4StartLunch
5EndLunch
6StartBreak
7EndBreak
8Transfer
9SwipeAndGo
Example
2-9
See Also