QBResponseAggregate Property
The last QBXML response aggregate received from QuickBooks.
Object Oriented Interface
public function getQBResponseAggregate(); public function setQBResponseAggregate($value);
Procedural Interface
inqb_qblists_get($res, 14 ); inqb_qblists_set($res, 14, $value );
Default Value
''
Remarks
The last QBXML response aggregate received from QuickBooks. This property is set whenever a response is received from QuickBooks.
This property may also be set to a response aggregate. When set to a QBXML aggregate, such as a response from ObjSearch or QBWCServer the class will parse the response as if it had been received directly from QuickBooks and the applicable properties will be updated.
This property is not available at design time.
Data Type
String