QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

auto_apply Property

How the payment should be applied.

Syntax

def get_auto_apply() -> int: ...
def set_auto_apply(value: int) -> None: ...

auto_apply = property(get_auto_apply, set_auto_apply)

Default Value

0

Remarks

How the payment should be applied. The following values are permitted:

aaCustom (3)Manually specify how the payment should be applied. Use the applied_to property to specify each transaction this Receive Payment applies to.
aaExistingTransactions (2)Apply the payment to existing customer transactions (e.g., invoices). QuickBooks will automatically apply the payment to appropriate transactions, which will be reported in the AppliedToTransactions special field after add is invoked.
aaFutureTransactions (1)Apply the payment to future transactions; i.e., set a credit for the customer.
aaNotSet (0)The default value. You must change the value of auto_apply before it is used in add transactions.

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