| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.customers_2010_2.CustomerPaymentDeposit |
Java class for CustomerPaymentDeposit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerPaymentDeposit">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="apply" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="doc" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="depositDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="refNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="total" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="remaining" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="currency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| apply | |||||||||||
| currency | |||||||||||
| depositDate | |||||||||||
| doc | |||||||||||
| refNum | |||||||||||
| remaining | |||||||||||
| total | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the currency property.
| |||||||||||
Gets the value of the depositDate property.
| |||||||||||
Gets the value of the doc property.
| |||||||||||
Gets the value of the refNum property.
| |||||||||||
Gets the value of the remaining property.
| |||||||||||
Gets the value of the total property.
| |||||||||||
Gets the value of the apply property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the apply property.
| |||||||||||
Sets the value of the currency property.
| |||||||||||
Sets the value of the depositDate property.
| |||||||||||
Sets the value of the doc property.
| |||||||||||
Sets the value of the refNum property.
| |||||||||||
Sets the value of the remaining property.
| |||||||||||
Sets the value of the total property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the currency property.
Gets the value of the depositDate property.
Gets the value of the doc property.
Gets the value of the refNum property.
Gets the value of the remaining property.
Gets the value of the total property.
Gets the value of the apply property.
Sets the value of the amount property.
| value | Allowed object is Double |
|---|
Sets the value of the apply property.
| value | Allowed object is Boolean |
|---|
Sets the value of the currency property.
| value | Allowed object is String |
|---|
Sets the value of the depositDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the doc property.
| value | Allowed object is Long |
|---|
Sets the value of the refNum property.
| value | Allowed object is String |
|---|
Sets the value of the remaining property.
| value | Allowed object is Double |
|---|
Sets the value of the total property.
| value | Allowed object is Double |
|---|