QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

DepositLineLineId Property

Identification number of the deposit line, used for Updates.

Object Oriented Interface

public function getDepositLineLineId($depositlineindex);
public function setDepositLineLineId($depositlineindex, $value);

Procedural Interface

inqb_deposit_get($res, 15 , $depositlineindex);
inqb_deposit_set($res, 15, $value , $depositlineindex);

Default Value

''

Remarks

Identification number of the deposit line, used for Updates.

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

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