QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

pay_period Property

Payroll property: Indicates how often employees are paid.

Syntax

def get_pay_period() -> int: ...
def set_pay_period(value: int) -> None: ...

pay_period = property(get_pay_period, set_pay_period)

Default Value

0

Remarks

Indicates how often employees are paid. The default value is whatever the QuickBooks user has set in the QuickBooks Employee Preferences. This property is required for an update request.

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