QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

terms_due_day Property

Indicates when payment is due.

Syntax

def get_terms_due_day() -> int: ...
def set_terms_due_day(value: int) -> None: ...

terms_due_day = property(get_terms_due_day, set_terms_due_day)

Default Value

0

Remarks

For the ltStandardTerms list_type, this property indicates the number of days until payment is due with no discount. For the ltDateDrivenTerms list_type, it indicates the day of the month payment is due with no discount.

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