QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

SSN Property

Social security number.

Syntax

ANSI (Cross Platform)
char* GetSSN();
int SetSSN(const char* lpszSSN); Unicode (Windows) LPWSTR GetSSN();
INT SetSSN(LPCWSTR lpszSSN);
@property (nonatomic,readwrite,assign,getter=SSN,setter=setSSN:) NSString* SSN;
- (NSString*)SSN;
- (void)setSSN:(NSString*)newSSN;
#define PID_EMPLOYEE_SSN 35

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

Default Value

""

Remarks

The social security number of the employee. Must include dashes.

As this information is considered sensitive, there is no way to change or retrieve the SSN of an Employee. This property may be specified when adding a record to QuickBooks, but it is impossible to determine the SSN of an employee already in QuickBooks.

Data Type

String

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