QuickBooks Integrator 2016 Java Edition
QuickBooks Integrator 2016 Java Edition
Questions / Feedback?

EmployeeType Property

Type of employee.

Syntax

public int getEmployeeType();
public void setEmployeeType(int employeeType);

Enumerated values: public final static int etUnspecified = 0; public final static int etRegular = 1; public final static int etOfficer = 2; public final static int etStatutory = 3; public final static int etOwner = 4;

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.

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 Java Edition - Version 16.0 [Build 7353]