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

itemQuantity (property)

Line item property: Quantity of item or item group.

- (NSString*)itemQuantity:(int)itemIndex

- (void)setItemQuantity:(int)itemIndex :(NSString*)newItemQuantity

Default Value

""

Remarks

Line item property: Quantity of item or item group.

The quantity of the Item specified in this line.

If ItemQuantity and only one of ItemCost, ItemRate, or ItemAmount are specified, QuickBooks will automatically calculate the other.

This property is a String type in order to allow setting fractional quantities. Setting this property with non-numeric data will cause an error. Correct usage of this property is shown below:


  class.Quantity = "3.5"

Leave this property blank and no quantity will be sent to QuickBooks.

The size of the array is controlled by the ItemCount property.

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