QuickBooks Integrator 2016 C++ Builder Edition
QuickBooks Integrator 2016 C++ Builder Edition
Questions / Feedback?

EmployeeType Property

Type of employee.

Syntax

__property TiqbEmployeeEmployeeTypes EmployeeType = {read=FEmployeeType, write=FSetEmployeeType, default=0};



enum TiqbEmployeeEmployeeTypes { etUnspecified=0, etRegular=1, etOfficer=2, etStatutory=3, etOwner=4 };

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) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7353]