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

ObjectType Property

The type of the object - generally List or Txn.

Object Oriented Interface

public function getObjectType();
public function setObjectType($value);

Procedural Interface

inqb_qbobject_get($res, 2 );
inqb_qbobject_set($res, 2, $value );

Default Value

''

Remarks

The type of the object: "List" for list items, or "Txn" for transaction items. Note that the name of the object's Id property determines the object type: List items have a "ListID" property, and transaction items have a "TxnID" property.

Failure to set this property will result in an XML parser error.

Data Type

String

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