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