QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

contactName (property)

Contact person for a customer or vendor.

Syntax

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

Default Value

""

Remarks

The name of a contact person for a customer or vendor.

The name will automatically be parsed and appear in two places in the QuickBooks user interface: in the Contact field, and in the First Name, M.I., Last Name, and Mr./Mrs./... fields. These fields may also be edited separately using Config.

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