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

ParentName Property

Reference to parent Customer .

Object Oriented Interface

public function getParentName();
public function setParentName($value);

Procedural Interface

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

Default Value

''

Remarks

This is a reference to a parent Customer. If Parent is set to a nonempty string, then this Customer is a sub-customer or job of its Parent.

This property is allowed in Add operations, and not used in Update operations.

Data Type

String

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