QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

journalLineTaxItemId (property)

A sales-tax item is used to calculate a single sales tax that is collected at a specified rate and paid to a single agency.

Syntax

- (NSString*)journalLineTaxItemId:(int)journalLineIndex;
- (void)setJournalLineTaxItemId:(int)journalLineIndex:(NSString*)newJournalLineTaxItemId;
public func journalLineTaxItemId(journalLineIndex: Int32) throws -> String
public func setJournalLineTaxItemId(journalLineIndex: Int32, newJournalLineTaxItemId: String) throws -> Void

Default Value

""

Remarks

A sales-tax item is used to calculate a single sales tax that is collected at a specified rate and paid to a single agency. A JournalLineTaxItemId refers to an item on this list.

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]