| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.online.schema.CdmBase | |
| ↳ | org.mule.modules.quickbooks.online.schema.SalesTax | |
Sales tax which the business must collect on behalf of a state or other govenment agency when a sales transaction is completed.
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| desc | |||||||||||
| name | |||||||||||
| taxRate | |||||||||||
| vendorId | |||||||||||
| vendorName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.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.online.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 |
|---|