QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

EarningsRatePercent Property

Percentage employee has earned for this period.

Syntax

ANSI (Cross Platform)
char* GetEarningsRatePercent(int iEarningsIndex);
int SetEarningsRatePercent(int iEarningsIndex, const char* lpszEarningsRatePercent); Unicode (Windows) LPWSTR GetEarningsRatePercent(INT iEarningsIndex);
INT SetEarningsRatePercent(INT iEarningsIndex, LPCWSTR lpszEarningsRatePercent);
- (NSString*)earningsRatePercent:(int)earningsIndex;
- (void)setEarningsRatePercent:(int)earningsIndex:(NSString*)newEarningsRatePercent;
#define PID_EMPLOYEE_EARNINGSRATEPERCENT 6

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);
INQB_EXTERNAL int INQB_CALL InQB_Employee_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

Percentage employee has earned for this period.

This property contains the percentage that the employee has earned for this Earnings item.

The EarningsIndex parameter specifies the index of the item in the array. The size of the array is controlled by the EarningsCount property.

This property is not available at design time.

Data Type

String

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