QuickBooks Integrator V6 - Online Help
QuickBooks Integrator V6
Questions / Feedback?

PayPeriod Property

Payroll property: Indicates how often employees are paid.

Syntax

public int getPayPeriod();
public void setPayPeriod(int payPeriod);

Enumerated values: public final static int ppNotSet = 0; public final static int ppDaily = 1; public final static int ppWeekly = 2; public final static int ppBiweekly = 3; public final static int ppSemimonthly = 4; public final static int ppMonthly = 5; public final static int ppQuarterly = 6; public final static int ppYearly = 7;

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) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0