QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

tax_code_description Property

Longer explanation of QBName .

Syntax

def get_tax_code_description() -> str: ...
def set_tax_code_description(value: str) -> None: ...

tax_code_description = property(get_tax_code_description, set_tax_code_description)

Default Value

""

Remarks

This property is only available when the list_type is set to ltSalesTaxCode. For any other list_type, this property will be ignored.

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