| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.online.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.online.schema.RoleBase | ||
| ↳ | org.mule.modules.quickbooks.online.schema.Vendor | ||
Describes the Party as a Vendor Role view
Java class for Vendor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Vendor">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}RoleBase">
<sequence>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ShowAs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}VendorTypeReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}SalesTermReferenceGroup" minOccurs="0"/>
<element name="OpenBalance" type="{http://www.intuit.com/sb/cdm/v2}Money" minOccurs="0"/>
<element name="OpenBalanceDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="CreditLimit" type="{http://www.intuit.com/sb/cdm/v2}Money" minOccurs="0"/>
<element name="AcctNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Vendor1099" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| acctNum | |||||||||||
| active | |||||||||||
| creditLimit | |||||||||||
| openBalance | |||||||||||
| openBalanceDate | |||||||||||
| salesTermId | |||||||||||
| salesTermName | |||||||||||
| showAs | |||||||||||
| vendor1099 | |||||||||||
| vendorTypeId | |||||||||||
| vendorTypeName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.RoleBase
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the acctNum property.
| |||||||||||
Gets the value of the creditLimit property.
| |||||||||||
Gets the value of the openBalance property.
| |||||||||||
Gets the value of the openBalanceDate property.
| |||||||||||
Gets the value of the salesTermId property.
| |||||||||||
Gets the value of the salesTermName property.
| |||||||||||
Gets the value of the showAs property.
| |||||||||||
Gets the value of the vendorTypeId property.
| |||||||||||
Gets the value of the vendorTypeName property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Gets the value of the vendor1099 property.
| |||||||||||
Sets the value of the acctNum property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the creditLimit property.
| |||||||||||
Sets the value of the openBalance property.
| |||||||||||
Sets the value of the openBalanceDate property.
| |||||||||||
Sets the value of the salesTermId property.
| |||||||||||
Sets the value of the salesTermName property.
| |||||||||||
Sets the value of the showAs property.
| |||||||||||
Sets the value of the vendor1099 property.
| |||||||||||
Sets the value of the vendorTypeId property.
| |||||||||||
Sets the value of the vendorTypeName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.RoleBase
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the acctNum property.
Gets the value of the creditLimit property.
Money
Gets the value of the openBalance property.
Money
Gets the value of the openBalanceDate property.
Gets the value of the salesTermId property.
IdType
Gets the value of the salesTermName property.
Gets the value of the showAs property.
Gets the value of the vendorTypeId property.
IdType
Gets the value of the vendorTypeName property.
Gets the value of the active property.
Gets the value of the vendor1099 property.
Sets the value of the acctNum property.
| value | Allowed object is String |
|---|
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the creditLimit property.
| value | Allowed object is
Money
|
|---|
Sets the value of the openBalance property.
| value | Allowed object is
Money
|
|---|
Sets the value of the openBalanceDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the salesTermId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the salesTermName property.
| value | Allowed object is String |
|---|
Sets the value of the showAs property.
| value | Allowed object is String |
|---|
Sets the value of the vendor1099 property.
| value | Allowed object is Boolean |
|---|
Sets the value of the vendorTypeId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the vendorTypeName property.
| value | Allowed object is String |
|---|