QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

PayrollWageType Property

Type type of pay.

Syntax

ANSI (Cross Platform)
char* GetPayrollWageType();
int SetPayrollWageType(const char* lpszPayrollWageType); Unicode (Windows) LPWSTR GetPayrollWageType();
INT SetPayrollWageType(LPCWSTR lpszPayrollWageType);
@property (nonatomic,readwrite,assign,getter=payrollWageType,setter=setPayrollWageType:) NSString* payrollWageType;
- (NSString*)payrollWageType;
- (void)setPayrollWageType:(NSString*)newPayrollWageType;
#define PID_QBLISTS_PAYROLLWAGETYPE 8

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

The PayrollWageType property is only available when the ListType is set to ltPayrollItemWage;. For any other ListType, this property will be ignored.

Valid values include:

Bonus
Commission
HourlyRegular
HourlySick
HourlyVacation
SalaryRegular
SalarySick
SalaryVacation

Data Type

String

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