QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

depositLineLineId (property)

Identification number of the deposit line, used for Updates.

Syntax

- (NSString*)depositLineLineId:(int)depositLineIndex;
- (void)setDepositLineLineId:(int)depositLineIndex:(NSString*)newDepositLineLineId;
public func depositLineLineId(depositLineIndex: Int32) throws -> String
public func setDepositLineLineId(depositLineIndex: Int32, newDepositLineLineId: String) throws -> Void

Default Value

""

Remarks

Identification number of the deposit line, used for Updates.

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

The DepositLineIndex parameter specifies the index of the item in the array. The size of the array is controlled by the DepositLineCount property.

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