QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

employeeName (property)

Employee's name.

Syntax

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

Default Value

""

Remarks

The name of the employee.

The name will automatically be parsed into a first name, middle initial, last name, and salutation, and will appear in those fields respectively. These fields may be edited separately using Config.

This property is required in Add operations only.

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