QuickBooks Integrator 2016 C++ Builder Edition
QuickBooks Integrator 2016 C++ Builder Edition
Questions / Feedback?

JournalLineType Property

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

Syntax

__property TiqbJournalEntryJournalLineTypes JournalLineType[int JournalLineIndex] = {read=FJournalLineType, write=FSetJournalLineType};



enum TiqbJournalEntryJournalLineTypes { jltDebit=0, jltCredit=1 };

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 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 C++ Builder Edition - Version 16.0 [Build 7353]