QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

itemDescription (property)

Line item property: Description of item.

Syntax

- (NSString*)itemDescription:(int)itemIndex;
- (void)setItemDescription:(int)itemIndex:(NSString*)newItemDescription;
public func itemDescription(itemIndex: Int32) throws -> String
public func setItemDescription(itemIndex: Int32, newItemDescription: String) throws -> Void

Default Value

""

Remarks

Line item property: Description of item.

A string description of the Item specified by ItemName or ItemId.

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]