QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

depositLinePaymentLineId (property)

The PaymentTxnLineId for this deposit line item For the PaymentTxnLineID, use a TxnLineID value exactly as it has been returned by the RECEIVEPAYMENT class after a Get.

Syntax

- (NSString*)depositLinePaymentLineId:(int)depositLineIndex;
- (void)setDepositLinePaymentLineId:(int)depositLineIndex:(NSString*)newDepositLinePaymentLineId;
public func depositLinePaymentLineId(depositLineIndex: Int32) throws -> String
public func setDepositLinePaymentLineId(depositLineIndex: Int32, newDepositLinePaymentLineId: String) throws -> Void

Default Value

""

Remarks

The PaymentTxnLineId for this deposit line item

For the PaymentTxnLineID, use a TxnLineID value exactly as it has been returned by the ReceivePayment class after a Get. If you do not include a DepositLinePaymentLineId but do include a DepositLinePaymentId for a transaction that includes payment lines, only the first payment line from that transaction will be deposited.

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]