QuickBooks Integrator 2016 PHP Edition
QuickBooks Integrator 2016 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 size of the array is controlled by the DepositLineCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 PHP Edition - Version 16.0 [Build 7353]