| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.online.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.online.schema.Organization | ||
| ↳ | org.mule.modules.quickbooks.online.schema.QboCompany | ||
Known Direct Subclasses
|
Java class for QboCompany complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QboCompany">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}Organization">
<sequence>
<element name="UseDefaultChartOfAccounts" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="BillingCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserAuthId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| billingCode | |||||||||||
| useDefaultChartOfAccounts | |||||||||||
| userAuthId | |||||||||||
| userName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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 billingCode property.
| |||||||||||
Gets the value of the userAuthId property.
| |||||||||||
Gets the value of the userName property.
| |||||||||||
Gets the value of the useDefaultChartOfAccounts property.
| |||||||||||
Sets the value of the billingCode property.
| |||||||||||
Sets the value of the useDefaultChartOfAccounts property.
| |||||||||||
Sets the value of the userAuthId property.
| |||||||||||
Sets the value of the userName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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 billingCode property.
Gets the value of the userAuthId property.
Gets the value of the userName property.
Gets the value of the useDefaultChartOfAccounts property.
Sets the value of the billingCode property.
| value | Allowed object is String |
|---|
Sets the value of the useDefaultChartOfAccounts property.
| value | Allowed object is Boolean |
|---|
Sets the value of the userAuthId property.
| value | Allowed object is String |
|---|
Sets the value of the userName property.
| value | Allowed object is String |
|---|