IncludeLineItems
Specifies whether to include Line Item details when retrieving base transactions, such as invoices, from QuickBooks.
Data Type
bool
Default Value
false
Remarks
Setting this property to true ensures that each transaction includes its associated Line Items, providing comprehensive transaction data in a single query. If set to false, Line Item details are excluded from base transaction responses. This can improve performance by reducing the amount of data retrieved, particularly when working with large datasets or when Line Item details are not needed.
This property is useful for customizing the level of detail included in transaction data. Use it to balance performance and data comprehensiveness based on your application's requirements.