QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

payroll_account_id Property

Expense account Id.

Syntax

def get_payroll_account_id() -> str: ...
def set_payroll_account_id(value: str) -> None: ...

payroll_account_id = property(get_payroll_account_id, set_payroll_account_id)

Default Value

""

Remarks

This property refers to the Id 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]