QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

depositLineMemo (property)

A memo for this deposit line.

Syntax

- (NSString*)depositLineMemo:(int)depositLineIndex;
- (void)setDepositLineMemo:(int)depositLineIndex:(NSString*)newDepositLineMemo;
public func depositLineMemo(depositLineIndex: Int32) throws -> String
public func setDepositLineMemo(depositLineIndex: Int32, newDepositLineMemo: String) throws -> Void

Default Value

""

Remarks

A memo for this deposit line.

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]