QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

companyName (property)

Company name of customer or vendor.

Syntax

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

Default Value

""

Remarks

The company name of the customer or vendor. If specified, can be identical to the CustomerName or VendorName property.

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