public class

SalesTaxCode

extends CdmBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.SalesTaxCode

Class Overview

Product: QBW Description: A sales tax code is used to track the taxable or non-taxable status of products, services, and customers. You can assign a sales tax code to each of your products, services, and customers based on their taxable or non-taxable status. You can then use these codes to generate reports that provide information to the tax agencies about the taxable or non-taxable status of certain sales. Endpoint: services.intuit.com Business Rules: None

Java class for SalesTaxCode complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SalesTaxCode">
   <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="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Taxable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

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
protected Boolean active
protected String desc
protected String name
protected Boolean taxable
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
SalesTaxCode()
Public Methods
Boolean getActive()
Gets the value of the active property.
String getDesc()
Gets the value of the desc property.
String getName()
Gets the value of the name property.
Boolean getTaxable()
Gets the value of the taxable property.
void setActive(Boolean value)
Sets the value of the active property.
void setDesc(String value)
Sets the value of the desc property.
void setName(String value)
Sets the value of the name property.
void setTaxable(Boolean value)
Sets the value of the taxable property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean active

protected String desc

protected String name

protected Boolean taxable

Public Constructors

public SalesTaxCode ()

Public Methods

public Boolean getActive ()

Gets the value of the active property.

Returns
  • possible object is Boolean

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 Boolean getTaxable ()

Gets the value of the taxable property.

Returns
  • possible object is Boolean

public void setActive (Boolean value)

Sets the value of the active property.

Parameters
value Allowed object is Boolean

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 setTaxable (Boolean value)

Sets the value of the taxable property.

Parameters
value Allowed object is Boolean