QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

UseTimeDataToCreatePaychecks Property

Payroll property: Indicates whether time data is used to create paychecks for this employee.

Syntax

ANSI (Cross Platform)
int GetUseTimeDataToCreatePaychecks();
int SetUseTimeDataToCreatePaychecks(int iUseTimeDataToCreatePaychecks); Unicode (Windows) INT GetUseTimeDataToCreatePaychecks();
INT SetUseTimeDataToCreatePaychecks(INT iUseTimeDataToCreatePaychecks);

Possible Values

TD_NOT_SET(0), 
TD_USE_TIME_DATA(1),
TD_DO_NOT_USE_TIME_DATA(2)
@property (nonatomic,readwrite,assign,getter=useTimeDataToCreatePaychecks,setter=setUseTimeDataToCreatePaychecks:) int useTimeDataToCreatePaychecks;
- (int)useTimeDataToCreatePaychecks;
- (void)setUseTimeDataToCreatePaychecks:(int)newUseTimeDataToCreatePaychecks;

Possible Values

TD_NOT_SET(0), 
TD_USE_TIME_DATA(1),
TD_DO_NOT_USE_TIME_DATA(2)
#define PID_EMPLOYEE_USETIMEDATATOCREATEPAYCHECKS 36

INQB_EXTERNAL void* INQB_CALL InQB_Employee_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_Employee_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

Indicates whether time data is used to create paychecks for this employee.

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 C++ Edition - Version 20.0 [Build 7941]