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