QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

EarningsRatePercent Property

Percentage employee has earned for this period.

Object Oriented Interface

public function getEarningsRatePercent($earningsindex);
public function setEarningsRatePercent($earningsindex, $value);

Procedural Interface

inqb_employee_get($res, 6 , $earningsindex);
inqb_employee_set($res, 6, $value , $earningsindex);

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 PHP Edition - Version 20.0 [Build 7941]