QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

JournalLineType Property

This property specifies whether the line is a Credit or Debit line.

Object Oriented Interface

public function getJournalLineType($journallineindex);
public function setJournalLineType($journallineindex, $value);

Procedural Interface

inqb_journalentry_get($res, 12 , $journallineindex);
inqb_journalentry_set($res, 12, $value , $journallineindex);

Default Value

0

Remarks

This property specifies whether the line is a Credit or Debit line. Possible values are:

0 (ltDebit - default) A debit line.
1 (ltCredit) A credit line.

The $journallineindex parameter specifies the index of the item in the array. The size of the array is controlled by the JournalLineCount property.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 PHP Edition - Version 20.0 [Build 7941]