QuickBooks Integrator 2020 .NET Edition

Questions / Feedback?

PayPeriod Property

Payroll property: Indicates how often employees are paid.

Syntax

public EmployeePayPeriods PayPeriod { get; set; }

enum EmployeePayPeriods { ppNotSet, ppDaily, ppWeekly, ppBiweekly, ppSemimonthly, ppMonthly, ppQuarterly, ppYearly }
Public Property PayPeriod As EmployeePayPeriods

Enum EmployeePayPeriods ppNotSet ppDaily ppWeekly ppBiweekly ppSemimonthly ppMonthly ppQuarterly ppYearly End Enum

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 .NET Edition - Version 20.0 [Build 7941]