QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

payroll_account_name Property

Expense account Name.

Syntax

def get_payroll_account_name() -> str: ...
def set_payroll_account_name(value: str) -> None: ...

payroll_account_name = property(get_payroll_account_name, set_payroll_account_name)

Default Value

""

Remarks

This property refers to the name of an expense account, and is only available when the item_type property is set to ltPayrollItemWage. 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]