QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

PayrollAccountName Property

Expense account Name.

Syntax

ANSI (Cross Platform)
char* GetPayrollAccountName();
int SetPayrollAccountName(const char* lpszPayrollAccountName); Unicode (Windows) LPWSTR GetPayrollAccountName();
INT SetPayrollAccountName(LPCWSTR lpszPayrollAccountName);
@property (nonatomic,readwrite,assign,getter=payrollAccountName,setter=setPayrollAccountName:) NSString* payrollAccountName;
- (NSString*)payrollAccountName;
- (void)setPayrollAccountName:(NSString*)newPayrollAccountName;
#define PID_QBLISTS_PAYROLLACCOUNTNAME 7

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 name 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]