QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

ParentName Property

Parent Name for this object.

Object Oriented Interface

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

Procedural Interface

inqb_qblists_get($res, 5 );
inqb_qblists_set($res, 5, $value );

Default Value

''

Remarks

A reference to the list object that is one level above this one. If either ParentName or ParentId is set to a nonempty string, then this object is a sub-object of its Parent. For example, an Inventory Item with the QBName "Mustang" might have a ParentName of "AmericanCars:Ford".

This property is available for the following ListTypes: ltClass, ltCustomerType, ltJobType, and ltVendorType.

Data Type

String

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