QuickBooks Integrator 2016 .NET Edition
QuickBooks Integrator 2016 .NET Edition
Questions / Feedback?

PayPeriod Property

Payroll property: Indicates how often employees are paid.

Syntax

[VB.NET]
Public Property PayPeriod As EmployeePayPeriods

[C#]
public EmployeePayPeriods PayPeriod {get; set;}

enum EmployeePayPeriods { ppNotSet, ppDaily, ppWeekly, ppBiweekly, ppSemimonthly, ppMonthly, ppQuarterly, ppYearly }

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.

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 .NET Edition - Version 16.0 [Build 7353]