| TimeAddPunchValidationParamOutAvailablePunchTypes Property |  | 
                Gets or sets the valid available Punch Types 
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic List<PunchTypes> AvailablePunchTypes { get; set; }function get_AvailablePunchTypes();
function set_AvailablePunchTypes(value);
Property Value
ListPunchTypes Remarks
Remarks
                This value represents Punch type.
                Please view the Enumerated Values below for a valid list of Enum types.  
            
Enumerated Values
| Name | Value | 
|---|
| ClockIn | 2 | 
| ClockOut | 3 | 
| StartLunch | 4 | 
| EndLunch | 5 | 
| StartBreak | 6 | 
| EndBreak | 7 | 
| Transfer | 8 | 
 Example
Example[ClockIn,ClockOut]
 See Also
See Also