QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

credit_limit Property

Credit limit for this entity.

Syntax

def get_credit_limit() -> str: ...
def set_credit_limit(value: str) -> None: ...

credit_limit = property(get_credit_limit, set_credit_limit)

Default Value

"0"

Remarks

The credit limit for this customer or vendor. If it is equal to 0, there is no credit limit.

The amount should be formatted as a string in dollars.

This property is allowed in Add operations, and not used in Update operations.

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