| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.PayrollNonWageItem | ||
Product: QBW Description: A non-wage payroll item is used to track individual amounts on a paycheck for taxes, saving plan (401K) contributions, direct-deposit amounts - items other than wage, salary, commission, or bonus. You can assign these payroll items to various accounts. For wage-based payroll items, see PayrollItem.
Java class for PayrollNonWageItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PayrollNonWageItem">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Type" type="{http://www.intuit.com/sb/cdm/v2}PayrollNonWageItemTypeEnum" minOccurs="0"/>
<element name="ExpenseAccountId" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
<element name="ExpenseAccountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LiabilityAccountId" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
<element name="LiabilityAccountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| expenseAccountId | |||||||||||
| expenseAccountName | |||||||||||
| liabilityAccountId | |||||||||||
| liabilityAccountName | |||||||||||
| name | |||||||||||
| type | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the expenseAccountId property.
| |||||||||||
Gets the value of the expenseAccountName property.
| |||||||||||
Gets the value of the liabilityAccountId property.
| |||||||||||
Gets the value of the liabilityAccountName property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the expenseAccountId property.
| |||||||||||
Sets the value of the expenseAccountName property.
| |||||||||||
Sets the value of the liabilityAccountId property.
| |||||||||||
Sets the value of the liabilityAccountName property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the expenseAccountId property.
IdType
Gets the value of the expenseAccountName property.
Gets the value of the liabilityAccountId property.
IdType
Gets the value of the liabilityAccountName property.
Gets the value of the name property.
Gets the value of the type property.
PayrollNonWageItemTypeEnum
Gets the value of the active property.
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the expenseAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the expenseAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the liabilityAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the liabilityAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is
PayrollNonWageItemTypeEnum
|
|---|