QuickBooks Integrator 2016 Delphi Edition
QuickBooks Integrator 2016 Delphi Edition
Questions / Feedback?

JournalLineType Property

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

Syntax

property JournalLineType[JournalLineIndex: Integer]: TiqbjournalentryJournalLineTypes;



TiqbjournalentryJournalLineTypes = ( jltDebit, jltCredit );

Default Value

jltDebit

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 size of the array is controlled by the JournalLineCount property.

This property is not available at design time.

Data Type

Integer

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