QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

IncludeLineItems Property

Indicates whether to include line items in the response.

Object Oriented Interface

public function getIncludeLineItems();
public function setIncludeLineItems($value);

Procedural Interface

inqb_objsearch_get($res, 1 );
inqb_objsearch_set($res, 1, $value );

Default Value

true

Remarks

This filter allows you to omit line items from a query response to get a smaller result. The default value is true, so line items are returned by default. Set IncludeLineItems to false to exclude line items in the response if you don't need to read line item data.

Data Type

Boolean

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