| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.accounting_2010_2.TaxGroupTaxItem |
Java class for TaxGroupTaxItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxGroupTaxItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="taxName" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="basis" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="taxType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| basis | |||||||||||
| rate | |||||||||||
| taxName | |||||||||||
| taxType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the basis property.
| |||||||||||
Gets the value of the rate property.
| |||||||||||
Gets the value of the taxName property.
| |||||||||||
Gets the value of the taxType property.
| |||||||||||
Sets the value of the basis property.
| |||||||||||
Sets the value of the rate property.
| |||||||||||
Sets the value of the taxName property.
| |||||||||||
Sets the value of the taxType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the basis property.
Gets the value of the rate property.
Gets the value of the taxName property.
RecordRef
Gets the value of the taxType property.
Sets the value of the basis property.
| value | Allowed object is Double |
|---|
Sets the value of the rate property.
| value | Allowed object is Double |
|---|
Sets the value of the taxName property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the taxType property.
| value | Allowed object is String |
|---|