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

ItemType Property

The type of item.

Syntax

[VB.NET]
Public Property ItemType As ItemItemTypes

[C#]
public ItemItemTypes ItemType {get; set;}

enum ItemItemTypes { itUnknown, itService, itInventory, itNonInventory, itPayment, itDiscount, itSalesTax, itSubtotal, itOtherCharge, itInventoryAssembly, itGroup, itSalesTaxGroup, itFixedAsset }

Remarks

The type of item. It is necessary to specify this before invoking Add or Update. It is not necessary to specify before a call to Get however.

The following values are permitted:

itUnknown0
itService1
itInventory2
itNonInventory3
itPayment4
itDiscount5
itSalesTax6
itSubtotal7
itOtherCharge8
itInventoryAssembly9
itGroup10
itSalesTaxGroup11
itFixedAsset12

The following properties may be specified for each type of item. Required properties are in bold, reference (Name or Id) properties are starred, and special fields are in italics.

Service ItemsItemName, Description, Parent*, IsActive, SalesTaxCode*, Price, PricePercent, Account*, PurchaseCost, PurchaseDescription, PurchasePreferredVendor*, PurchaseExpenseAccount*.
Non-Inventory ItemsSame as for service items.
Inventory ItemsItemName, Description, Parent*, IsActive, SalesTaxCode*, Price, PricePercent, Account*, PurchaseCost, PurchaseDescription, PurchasePreferredVendor*, PurchaseAssetAccount*, PurchaseCOGSAccount*, InventoryReorderPoint, InventoryQuantityOnHand, InventoryAverageCost, InventoryQuantityOnOrder, InventoryQuantityOnSalesOrder, InventoryDate.
Payment ItemsItemName, IsActive, Description, Account*, PaymentMethod*.
Discount ItemsItemName, IsActive, Parent*, SalesTaxCode*, Description, Price, PricePercent, Account*.
Sales Tax ItemsItemName, IsActive, Description, TaxRate, TaxVendor*.
Subtotal ItemsItemName, IsActive, Description.
Other Charge ItemsSame as for service items.

This property is required.

Default Value

0

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