QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

terms_discount_day Property

If the bill is paid within this period, a discount applies.

Syntax

def get_terms_discount_day() -> int: ...
def set_terms_discount_day(value: int) -> None: ...

terms_discount_day = property(get_terms_discount_day, set_terms_discount_day)

Default Value

0

Remarks

For the ltStandardTerms list_type, if payment is received within this number of days, then terms_discount_percent will apply to the payment. For the ltDateDrivenTerms list_type, if payment is made by this day of the month, then terms_discount_percent applies.

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