PayrollNonWageItems
Queries non-wage payroll items in QuickBooks, providing insight into additional payroll expenses or deductions.
Columns
Name | Type | ReadOnly | References | ColumnSize | Description |
ID [KEY] | String | True |
The unique identifier for this payroll non-wage item. | ||
Name | String | False |
The name of the payroll non-wage item. This field is required when adding a new item. | ||
IsActive | Boolean | False |
Indicates whether the payroll non-wage item is active. True if active, false otherwise. | ||
NonWageType | String | False |
The type of non-wage payment, such as a bonus or reimbursement. The allowed values are Addition, CompanyContribution, Deduction, DirectDeposit, Tax. | ||
ExpenseAccountRef_FullName | String | False |
The full name of the expense account associated with this non-wage payroll item. Either the ExpenseAccount name or ExpenseAccountId must be provided when adding a new item. | ||
ExpenseAccountRef_ListID | String | False |
Accounts.ID |
The unique ID of the expense account associated with this non-wage payroll item. Either the ExpenseAccount name or ExpenseAccountId must be provided when adding a new item. | |
LiabilityAccountRef_FullName | String | False |
The full name of the liability account associated with this non-wage payroll item. Either the LiabilityAccount name or LiabilityAccountId must be provided when adding a new item. | ||
LiabilityAccountRef_ListID | String | False |
Accounts.ID |
The unique ID of the liability account associated with this non-wage payroll item. Either the LiabilityAccount name or LiabilityAccountId must be provided when adding a new item. | |
TimeCreated | Datetime | True |
The date and time when the payroll non-wage item was created in the system. | ||
TimeModified | Datetime | True |
The date and time when the payroll non-wage item was last updated or modified. | ||
EditSequence | String | True |
A string used for versioning to track changes made to this specific item. |