| java.lang.Object | ||||
| ↳ | org.mule.modules.quickbooks.online.schema.CdmBase | |||
| ↳ | org.mule.modules.quickbooks.online.schema.Organization | |||
| ↳ | org.mule.modules.quickbooks.online.schema.QboCompany | |||
| ↳ | org.mule.modules.quickbooks.online.schema.PayrollCompany | |||
Provides the definition of company information specific to Payroll
Java class for PayrollCompany complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PayrollCompany">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/qbo}QboCompany">
<sequence>
<element name="TaxFormType" type="{http://www.intuit.com/sb/cdm/qbopayroll/v1}TaxFormTypeEnum" minOccurs="0"/>
<element name="UseClasses" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="WarnIfNoClass" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| taxFormType | |||||||||||
| useClasses | |||||||||||
| warnIfNoClass | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.QboCompany
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.Organization
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the taxFormType property.
| |||||||||||
Gets the value of the useClasses property.
| |||||||||||
Gets the value of the warnIfNoClass property.
| |||||||||||
Sets the value of the taxFormType property.
| |||||||||||
Sets the value of the useClasses property.
| |||||||||||
Sets the value of the warnIfNoClass property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.QboCompany
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.Organization
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the taxFormType property.
TaxFormTypeEnum
Gets the value of the useClasses property.
Gets the value of the warnIfNoClass property.
Sets the value of the taxFormType property.
| value | Allowed object is
TaxFormTypeEnum
|
|---|
Sets the value of the useClasses property.
| value | Allowed object is Boolean |
|---|
Sets the value of the warnIfNoClass property.
| value | Allowed object is Boolean |
|---|