QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

EmployeeName Property

Employee's name.

Object Oriented Interface

public function getEmployeeName();
public function setEmployeeName($value);

Procedural Interface

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

Default Value

''

Remarks

The name of the employee.

The name will automatically be parsed into a first name, middle initial, last name, and salutation, and will appear in those fields respectively. These fields may be edited separately using Config.

This property is required in Add operations only.

Data Type

String

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