QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

deposit_line_payment_id Property

The PaymentTxnId for this deposit line item For any given deposit there are many line items properties, such as AccountId , PaymentMethodId , Amount , etc.

Syntax

def get_deposit_line_payment_id(deposit_line_index: int) -> str: ...
def set_deposit_line_payment_id(deposit_line_index: int, value: str) -> None: ...

Default Value

""

Remarks

The PaymentTxnId for this deposit line item

For any given deposit there are many line items properties, such as deposit_line_account_id, deposit_line_payment_method_id, deposit_line_amount, etc. All of these properties may be replaced by referencing a transaction already stored in quickbooks. Just set the deposit_line_payment_id property, and no other Deposit Line Item properties need be set.

When this property is set, you may also specify a deposit_line_payment_line_id to indicate which payment line in the transaction referenced by deposit_line_payment_id is to be added. If specified, the deposit_line_memo, deposit_line_check_number, and deposit_line_class_name/deposit_line_class_id properties will override those from the original transaction. All other properties are ignored when deposit_line_payment_id has a value.

The deposit_line_index parameter specifies the index of the item in the array. The size of the array is controlled by the deposit_line_count property.

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