QuickBooks Integrator 2016 Java Edition
QuickBooks Integrator 2016 Java Edition
Questions / Feedback?

GroupType Property

The type of line item group aggregate to create.

Syntax

public int getGroupType();
public void setGroupType(int groupType);

Enumerated values: public final static int gtStandardGroup = 0; public final static int gtCreditMemo = 1; public final static int gtEstimate = 2; public final static int gtInvoice = 3; public final static int gtPurchaseOrder = 4; public final static int gtSalesOrder = 5; public final static int gtSalesReceipt = 6;

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 beans.
gtCreditMemo (1) Corresponds to the CreditMemo bean.
gtEstimate (2) Corresponds to the Estimate bean.
gtInvoice (3) Corresponds to the Invoice bean.
gtPurchaseOrder (4) Corresponds to the PurchaseOrder bean.
gtSalesOrder (5) Corresponds to the SalesOrder bean.
gtSalesReceipt (6) Corresponds to the SalesReceipt bean.

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 Java Edition - Version 16.0 [Build 7353]