QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

payroll_wage_type Property

Type type of pay.

Syntax

def get_payroll_wage_type() -> str: ...
def set_payroll_wage_type(value: str) -> None: ...

payroll_wage_type = property(get_payroll_wage_type, set_payroll_wage_type)

Default Value

""

Remarks

The payroll_wage_type property is only available when the list_type is set to ltPayrollItemWage;. For any other list_type, this property will be ignored.

Valid values include:

Bonus
Commission
HourlyRegular
HourlySick
HourlyVacation
SalaryRegular
SalarySick
SalaryVacation

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