QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

CompanyType Property

The type of company.

Syntax

ANSI (Cross Platform)
char* GetCompanyType();

Unicode (Windows)
LPWSTR GetCompanyType();
@property (nonatomic,readonly,assign,getter=companyType) NSString* companyType;
- (NSString*)companyType;
#define PID_COMPANY_COMPANYTYPE 3

INQB_EXTERNAL void* INQB_CALL InQB_Company_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The type of company, as originally chosen by the QuickBooks user.

This property is read-only.

Data Type

String

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