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