QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

ContactName Property

Contact person for a customer or vendor.

Object Oriented Interface

public function getContactName();
public function setContactName($value);

Procedural Interface

inqb_customer_get($res, 7 );
inqb_customer_set($res, 7, $value );

Default Value

''

Remarks

The name of a contact person for a customer or vendor.

The name will automatically be parsed and appear in two places in the QuickBooks user interface: in the Contact field, and in the First Name, M.I., Last Name, and Mr./Mrs./... fields. These fields may also be edited separately using Config.

Data Type

String

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