QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

itemType (property)

The type of item to search for.

Syntax

@property (nonatomic,readwrite,assign,getter=itemType,setter=setItemType:) int itemType;
- (int)itemType;
- (void)setItemType:(int)newItemType;

/* Possible Values */
SIT_ALL(0),
SIT_SERVICE(1),
SIT_INVENTORY(2),
SIT_NON_INVENTORY(3),
SIT_PAYMENT(4),
SIT_DISCOUNT(5),
SIT_SALES_TAX(6),
SIT_SUBTOTAL(7),
SIT_OTHER_CHARGE(8),
SIT_INVENTORY_ASSEMBLY(9),
SIT_GROUP(10),
SIT_SALES_TAX_GROUP(11),
SIT_FIXED_ASSET(12),
SIT_SITES(13)
public var itemType: ObjsearchItemTypes {
  get {...}
set {...} }
public enum ObjsearchItemTypes : Int32 { case sitAll = 0 case sitService = 1 case sitInventory = 2 case sitNonInventory = 3 case sitPayment = 4 case sitDiscount = 5 case sitSalesTax = 6 case sitSubtotal = 7 case sitOtherCharge = 8 case sitInventoryAssembly = 9 case sitGroup = 10 case sitSalesTaxGroup = 11 case sitFixedAsset = 12 case sitSites = 13 }

Default Value

0

Remarks

The type of item to search for. Applies only to searches for items. If set to itAll (the default) the class will search for all types of items.

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