QuickBooks Integrator 2020 C++ Builder Edition

Questions / Feedback?

PayPeriod Property

Payroll property: Indicates how often employees are paid.

Syntax

__property TiqbEmployeePayPeriods PayPeriod = { read=FPayPeriod, write=FSetPayPeriod };
enum TiqbEmployeePayPeriods { ppNotSet=0, ppDaily=1, ppWeekly=2, ppBiweekly=3, ppSemimonthly=4, ppMonthly=5, ppQuarterly=6, ppYearly=7 };

Default Value

ppNotSet

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.

Data Type

Integer

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