QuickBooks Integrator V6 - Online Help
QuickBooks Integrator V6
Questions / Feedback?

GroupType Property

The type of line item group aggregate to create.

Syntax

[VB.NET]
Public Property GroupType As LineitemgroupsGroupTypes

[C#]
public LineitemgroupsGroupTypes GroupType {get; set;}

enum LineitemgroupsGroupTypes { gtStandardGroup, gtCreditMemo, gtEstimate, gtInvoice, gtPurchaseOrder, gtSalesOrder, gtSalesReceipt }

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.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0