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