QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

CompanyName Property

Company name of customer or vendor.

Syntax

ANSI (Cross Platform)
char* GetCompanyName();
int SetCompanyName(const char* lpszCompanyName); Unicode (Windows) LPWSTR GetCompanyName();
INT SetCompanyName(LPCWSTR lpszCompanyName);
@property (nonatomic,readwrite,assign,getter=companyName,setter=setCompanyName:) NSString* companyName;
- (NSString*)companyName;
- (void)setCompanyName:(NSString*)newCompanyName;
#define PID_VENDOR_COMPANYNAME 6

INQB_EXTERNAL void* INQB_CALL InQB_Vendor_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_Vendor_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

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

Data Type

String

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