QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

account_number Property

Account number for this entity.

Syntax

def get_account_number() -> str: ...
def set_account_number(value: str) -> None: ...

account_number = property(get_account_number, set_account_number)

Default Value

""

Remarks

The account number for this customer, vendor, or employee.

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