QuickBooks Integrator 2020 Kotlin Edition

Questions / Feedback?

UseTimeDataToCreatePaychecks Property

Payroll property: Indicates whether time data is used to create paychecks for this employee.

Syntax

public var useTimeDataToCreatePaychecks: EmployeeUseTimeDataToCreatePaychecks

public enum class EmployeeUseTimeDataToCreatePaychecks(val value: Int) {
tdNotSet(0),
tdUseTimeData(1),
tdDoNotUseTimeData(2);
}

Default Value

0

Remarks

Indicates whether time data is used to create paychecks for this employee.

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