QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

journalLineLineId (property)

Identification number of the Journal line, used for Updates.

Syntax

- (NSString*)journalLineLineId:(int)journalLineIndex;
- (void)setJournalLineLineId:(int)journalLineIndex:(NSString*)newJournalLineLineId;
public func journalLineLineId(journalLineIndex: Int32) throws -> String
public func setJournalLineLineId(journalLineIndex: Int32, newJournalLineLineId: String) throws -> Void

Default Value

""

Remarks

Identification number of the Journal line, used for Updates.

If you need to add a new line in a transaction Update request, you can do so by setting the JournalLineLineId to -1.

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]