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