QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

itemName (property)

Name of the item.

Syntax

@property (nonatomic,readwrite,assign,getter=itemName,setter=setItemName:) NSString* itemName;
- (NSString*)itemName;
- (void)setItemName:(NSString*)newItemName;
public var itemName: String {
  get {...}
set {...} }

Default Value

""

Remarks

The name of the item.

If the item is a sub-item of another item, the parent item should be specified in Parent.

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