QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

journalLineMemo (property)

Memo for this line.

Syntax

- (NSString*)journalLineMemo:(int)journalLineIndex;
- (void)setJournalLineMemo:(int)journalLineIndex:(NSString*)newJournalLineMemo;
public func journalLineMemo(journalLineIndex: Int32) throws -> String
public func setJournalLineMemo(journalLineIndex: Int32, newJournalLineMemo: String) throws -> Void

Default Value

""

Remarks

Memo for this line.

A memo for this debit or 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.

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