QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

EmployeeType Property

Type of employee.

Object Oriented Interface

public function getEmployeeType();
public function setEmployeeType($value);

Procedural Interface

inqb_employee_get($res, 11 );
inqb_employee_set($res, 11, $value );

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 PHP Edition - Version 20.0 [Build 7941]