QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

group_type Property

The type of line item group aggregate to create.

Syntax

def get_group_type() -> int: ...
def set_group_type(value: int) -> None: ...

group_type = property(get_group_type, set_group_type)

Default Value

0

Remarks

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

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

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