QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

PayrollAccountId Property

Expense account Id.

Syntax

ANSI (Cross Platform)
char* GetPayrollAccountId();
int SetPayrollAccountId(const char* lpszPayrollAccountId); Unicode (Windows) LPWSTR GetPayrollAccountId();
INT SetPayrollAccountId(LPCWSTR lpszPayrollAccountId);
@property (nonatomic,readwrite,assign,getter=payrollAccountId,setter=setPayrollAccountId:) NSString* payrollAccountId;
- (NSString*)payrollAccountId;
- (void)setPayrollAccountId:(NSString*)newPayrollAccountId;
#define PID_QBLISTS_PAYROLLACCOUNTID 6

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

Default Value

""

Remarks

This property refers to the Id of an expense account, and is only available when the ItemType property is set to ltPayrollItemWage. For any other ListType, this property will be ignored.

Data Type

String

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