QuickBooks Integrator 2020 Delphi Edition

Questions / Feedback?

GroupType Property

The type of line item group aggregate to create.

Syntax

property GroupType: TiqbGroupTypes read get_GroupType write set_GroupType;
TiqbGroupTypes = ( gtStandardGroup, gtCreditMemo, gtEstimate, gtInvoice, gtPurchaseOrder, gtSalesOrder, gtSalesReceipt );

Default Value

gtStandardGroup

Remarks

This property will be automatically filled after a call to ParseAggregate. The following values are permitted:

gtStandardGroup (0) Used for the Bill, CCCharge, CCCredit, Check, VendorCredit, and ItemReceipt components.
gtCreditMemo (1) Corresponds to the CreditMemo component.
gtEstimate (2) Corresponds to the Estimate component.
gtInvoice (3) Corresponds to the Invoice component.
gtPurchaseOrder (4) Corresponds to the PurchaseOrder component.
gtSalesOrder (5) Corresponds to the SalesOrder component.
gtSalesReceipt (6) Corresponds to the SalesReceipt component.

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