QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

ExpenseLineId Property

Identification number of the expense line, used for Updates.

Object Oriented Interface

public function getExpenseLineId($expenseindex);
public function setExpenseLineId($expenseindex, $value);

Procedural Interface

inqb_cccharge_get($res, 13 , $expenseindex);
inqb_cccharge_set($res, 13, $value , $expenseindex);

Default Value

''

Remarks

Identification number of the expense line, used for Updates.

If you need to add a new expense line in a transaction Update request, you can do so by setting the ExpenseLineId to -1.

The $expenseindex parameter specifies the index of the item in the array. The size of the array is controlled by the ExpenseCount 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]