QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

itemUnitOfMeasure (property)

Unit of measure describing the Quantity .

Syntax

- (NSString*)itemUnitOfMeasure:(int)itemIndex;
- (void)setItemUnitOfMeasure:(int)itemIndex:(NSString*)newItemUnitOfMeasure;
public func itemUnitOfMeasure(itemIndex: Int32) throws -> String
public func setItemUnitOfMeasure(itemIndex: Int32, newItemUnitOfMeasure: String) throws -> Void

Default Value

""

Remarks

Unit of measure describing the ItemQuantity.

In a transaction line item, the name of the unit of measure selected from within the item's available units. If the company file is enabled only for single unit of measure per item, this must be the base unit!

This property is only available for QBXMLVersion 7.0 and higher.

The ItemIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ItemCount property.

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