QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

EarningsRate Property

Amount employee has earned for this period.

Syntax

ANSI (Cross Platform)
char* GetEarningsRate(int iEarningsIndex);
int SetEarningsRate(int iEarningsIndex, const char* lpszEarningsRate); Unicode (Windows) LPWSTR GetEarningsRate(INT iEarningsIndex);
INT SetEarningsRate(INT iEarningsIndex, LPCWSTR lpszEarningsRate);
- (NSString*)earningsRate:(int)earningsIndex;
- (void)setEarningsRate:(int)earningsIndex:(NSString*)newEarningsRate;
#define PID_EMPLOYEE_EARNINGSRATE 5

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

Amount employee has earned for this period.

This property contains the dollar amount 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]