QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

expenseLineId (property)

Identification number of the expense line, used for Updates.

Syntax

- (NSString*)expenseLineId:(int)expenseIndex;
- (void)setExpenseLineId:(int)expenseIndex:(NSString*)newExpenseLineId;
public func expenseLineId(expenseIndex: Int32) throws -> String
public func setExpenseLineId(expenseIndex: Int32, newExpenseLineId: String) throws -> Void

Default Value

""

Remarks

Identification number of the expense line, used for Updates.

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

The ExpenseIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ExpenseCount property.

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