| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.SalesTax | ||
Product: QBW Description: You can use the SalesTax object to manage the sales tax that you collect on behalf of the state or any other government agency, after completing a sales transaction. Endpoint: services.intuit.com Business Rules: [li]If ItemID or ItemType are specified for a transaction, do not specify the following parameters for the sales tax: [ol] UnitPrice [ol] Quantity [/li]
Java class for SalesTax complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesTax">
<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="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TaxRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}VendorReferenceGroup" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| desc | |||||||||||
| name | |||||||||||
| taxRate | |||||||||||
| vendorId | |||||||||||
| vendorName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the desc property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the taxRate property.
| |||||||||||
Gets the value of the vendorId property.
| |||||||||||
Gets the value of the vendorName property.
| |||||||||||
Sets the value of the desc property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the taxRate property.
| |||||||||||
Sets the value of the vendorId property.
| |||||||||||
Sets the value of the vendorName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the desc property.
Gets the value of the name property.
Gets the value of the taxRate property.
Gets the value of the vendorId property.
IdType
Gets the value of the vendorName property.
Sets the value of the desc property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the taxRate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the vendorId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the vendorName property.
| value | Allowed object is String |
|---|