| java.lang.Object | ||||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.RoleBase | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.Vendor | |||
Product: QBO Description: The Vendor represents the buyer from whom you purchase any service or product for your organization. Endpoint: qbo.intuit.com Business Rules: [li]The vendor name must be unique.[/li][li]The name, first name, and last name of the vendor must not contain a colon (:).[/li][li]The name, first name, or last name field should not be blank.[/li][li]The e-mail, phone, and address fields are mandatory.[/li][li]The e-mail address of the vendor must contain @ and . (dot).[/li] Product: QBW Description: You can use the Vendor object to store information about the people and companies you do business with. A vendor is an individual or an organization that provides goods and services to a customer. For example, banks and tax agencies. Endpoint: services.intuit.com Business Rules: [li]The vendor name must be unique.[/li][li]The name, first name, and last name of the vendor must not contain a colon (:).[/li][li]The name, first name, or last name field should not be blank.[/li][li]The e-mail, phone, and address fields are mandatory.[/li][li]The e-mail address of the vendor must contain @ and . (dot).[/li]
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.intuit.com/sb/cdm/v2}IDSDate" 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.windows.schema.RoleBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.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.windows.schema.RoleBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.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 String |
|---|
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 |
|---|