QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

SSN Property

The SSN of the company.

Syntax

ANSI (Cross Platform)
char* GetSSN();

Unicode (Windows)
LPWSTR GetSSN();
@property (nonatomic,readonly,assign,getter=SSN) NSString* SSN;
- (NSString*)SSN;
#define PID_COMPANY_SSN 24

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

Default Value

""

Remarks

The Social Security Number, used if no EIN has been issued by the government.

To retrieve this property, you must set QBXMLVersion to "2.1" 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]