QuickBooks Integrator 2020 Android Edition

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) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Android Edition - Version 20.0 [Build 7941]