QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

EIN Property

The EIN of the company.

Syntax

ANSI (Cross Platform)
char* GetEIN();

Unicode (Windows)
LPWSTR GetEIN();
@property (nonatomic,readonly,assign,getter=EIN) NSString* EIN;
- (NSString*)EIN;
#define PID_COMPANY_EIN 4

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

Default Value

""

Remarks

The EIN (Employer Identification Number) of the company.

To retrieve this property, you must set QBXMLVersion to "2.0" or greater.

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]