QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

terms_discount_percent Property

Discount that applies to a payment.

Syntax

def get_terms_discount_percent() -> str: ...
def set_terms_discount_percent(value: str) -> None: ...

terms_discount_percent = property(get_terms_discount_percent, set_terms_discount_percent)

Default Value

""

Remarks

If payment is received within the terms_discount_day period, then terms_discount_percent will apply to the payment. terms_discount_percent must be between 0 and 100.

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