QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

depositLineCheckNumber (property)

Optional check number for this deposit line item.

Syntax

- (NSString*)depositLineCheckNumber:(int)depositLineIndex;
- (void)setDepositLineCheckNumber:(int)depositLineIndex:(NSString*)newDepositLineCheckNumber;
public func depositLineCheckNumber(depositLineIndex: Int32) throws -> String
public func setDepositLineCheckNumber(depositLineIndex: Int32, newDepositLineCheckNumber: String) throws -> Void

Default Value

""

Remarks

Optional check number for this deposit line item.

If the source of funds for this deposit line item is a check, this property should contain the check number. Otherwise it should be left blank.

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]