QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

groupType (property)

The type of line item group aggregate to create.

Syntax

@property (nonatomic,readwrite,assign,getter=groupType,setter=setGroupType:) int groupType;
- (int)groupType;
- (void)setGroupType:(int)newGroupType;

/* Possible Values */
GT_STANDARD_GROUP(0),
GT_CREDIT_MEMO(1),
GT_ESTIMATE(2),
GT_INVOICE(3),
GT_PURCHASE_ORDER(4),
GT_SALES_ORDER(5),
GT_SALES_RECEIPT(6)
public var groupType: LineitemgroupsGroupTypes {
  get {...}
set {...} }
public enum LineitemgroupsGroupTypes : Int32 { case gtStandardGroup = 0 case gtCreditMemo = 1 case gtEstimate = 2 case gtInvoice = 3 case gtPurchaseOrder = 4 case gtSalesOrder = 5 case gtSalesReceipt = 6 }

Default Value

0

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 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 iOS Edition - Version 20.0 [Build 7941]