QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

QBResponseAggregate Property

The last QBXML response aggregate received from QuickBooks.

Object Oriented Interface

public function getQBResponseAggregate();
public function setQBResponseAggregate($value);

Procedural Interface

inqb_account_get($res, 16 );
inqb_account_set($res, 16, $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

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