QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

EmployeeType Property

Type of employee.

Syntax

ANSI (Cross Platform)
int GetEmployeeType();
int SetEmployeeType(int iEmployeeType); Unicode (Windows) INT GetEmployeeType();
INT SetEmployeeType(INT iEmployeeType);

Possible Values

ET_UNSPECIFIED(0), 
ET_REGULAR(1),
ET_OFFICER(2),
ET_STATUTORY(3),
ET_OWNER(4)
@property (nonatomic,readwrite,assign,getter=employeeType,setter=setEmployeeType:) int employeeType;
- (int)employeeType;
- (void)setEmployeeType:(int)newEmployeeType;

Possible Values

ET_UNSPECIFIED(0), 
ET_REGULAR(1),
ET_OFFICER(2),
ET_STATUTORY(3),
ET_OWNER(4)
#define PID_EMPLOYEE_EMPLOYEETYPE 11

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

The type of employee. A default value of etRegular will be assigned after Add operations if the field is not specified.

The following types are permitted:

etUnspecified0
etRegular1
etOfficer2
etStatutory3
etOwner4

This property is allowed in Add operations, and not used in Update operations.

Data Type

Integer

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