QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

QBName (property)

Name of the object.

Syntax

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

Default Value

""

Remarks

This property should contain the case-insensitive name of the object you are adding, not including the names of its ancestors.

When the ListType is set to ltSalesRep, the QBName property will correspond to the initials of a sales representative's name.

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