QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

EarningsRate Property

Amount employee has earned for this period.

Object Oriented Interface

public function getEarningsRate($earningsindex);
public function setEarningsRate($earningsindex, $value);

Procedural Interface

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

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