public class

SalesTax

extends CdmBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.CdmBase
     ↳ org.mule.modules.quickbooks.online.schema.SalesTax

Class Overview

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>
 

Summary

Fields
protected String desc
protected String name
protected BigDecimal taxRate
protected IdType vendorId
protected String vendorName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.CdmBase
Public Constructors
SalesTax()
Public Methods
String getDesc()
Gets the value of the desc property.
String getName()
Gets the value of the name property.
BigDecimal getTaxRate()
Gets the value of the taxRate property.
IdType getVendorId()
Gets the value of the vendorId property.
String getVendorName()
Gets the value of the vendorName property.
void setDesc(String value)
Sets the value of the desc property.
void setName(String value)
Sets the value of the name property.
void setTaxRate(BigDecimal value)
Sets the value of the taxRate property.
void setVendorId(IdType value)
Sets the value of the vendorId property.
void setVendorName(String value)
Sets the value of the vendorName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.CdmBase
From class java.lang.Object

Fields

protected String desc

protected String name

protected BigDecimal taxRate

protected IdType vendorId

protected String vendorName

Public Constructors

public SalesTax ()

Public Methods

public String getDesc ()

Gets the value of the desc property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public BigDecimal getTaxRate ()

Gets the value of the taxRate property.

Returns
  • possible object is BigDecimal

public IdType getVendorId ()

Gets the value of the vendorId property.

Returns

public String getVendorName ()

Gets the value of the vendorName property.

Returns
  • possible object is String

public void setDesc (String value)

Sets the value of the desc property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setTaxRate (BigDecimal value)

Sets the value of the taxRate property.

Parameters
value Allowed object is BigDecimal

public void setVendorId (IdType value)

Sets the value of the vendorId property.

Parameters
value Allowed object is IdType

public void setVendorName (String value)

Sets the value of the vendorName property.

Parameters
value Allowed object is String