PayrollConnectionStatus
Describes the usability of the Payroll API for an Organization with Linked Payroll.
enum PayrollConnectionStatus {
CONNECTED
ERROR
PENDING
}
Values
PayrollConnectionStatus.CONNECTED
Payroll is linked and fully operational.
PayrollConnectionStatus.ERROR
Payroll is linked but the connection is failing and in an unknown state.
PayrollConnectionStatus.PENDING
Payroll is linked but manual ops is ongoing to finalize the connection. The connection is not usable.
Member of
PayrollProvider
object