QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

AdjustmentLineId Property

Identification number of the transaction line, returned in the response.

Object Oriented Interface

public function getAdjustmentLineId($adjustmentindex);
public function setAdjustmentLineId($adjustmentindex, $value);

Procedural Interface

inqb_adjustinventory_get($res, 6 , $adjustmentindex);
inqb_adjustinventory_set($res, 6, $value , $adjustmentindex);

Default Value

''

Remarks

Identification number of the transaction line, returned in the response.

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