| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.purchases_2010_2.ItemReceiptExpense |
Java class for ItemReceiptExpense complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemReceiptExpense">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="markReceived" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="orderLine" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="account" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| account | |||||||||||
| amount | |||||||||||
| customFieldList | |||||||||||
| markReceived | |||||||||||
| memo | |||||||||||
| orderLine | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the account property.
| |||||||||||
Gets the value of the amount property.
| |||||||||||
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Gets the value of the orderLine property.
| |||||||||||
Gets the value of the markReceived property.
| |||||||||||
Sets the value of the account property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
Sets the value of the markReceived property.
| |||||||||||
Sets the value of the memo property.
| |||||||||||
Sets the value of the orderLine property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the account property.
Gets the value of the amount property.
Gets the value of the customFieldList property.
CustomFieldList
Gets the value of the memo property.
Gets the value of the orderLine property.
Gets the value of the markReceived property.
Sets the value of the account property.
| value | Allowed object is String |
|---|
Sets the value of the amount property.
| value | Allowed object is Double |
|---|
Sets the value of the customFieldList property.
| value | Allowed object is
CustomFieldList
|
|---|
Sets the value of the markReceived property.
| value | Allowed object is Boolean |
|---|
Sets the value of the memo property.
| value | Allowed object is String |
|---|
Sets the value of the orderLine property.
| value | Allowed object is Long |
|---|