| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.customers_2010_2.CustomerPaymentCredit |
Java class for CustomerPaymentCredit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerPaymentCredit">
<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="creditDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="refNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appliedTo" 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="due" 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 | |||||||||||
| appliedTo | |||||||||||
| apply | |||||||||||
| creditDate | |||||||||||
| currency | |||||||||||
| doc | |||||||||||
| due | |||||||||||
| refNum | |||||||||||
| total | |||||||||||
| type | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the appliedTo property.
| |||||||||||
Gets the value of the creditDate property.
| |||||||||||
Gets the value of the currency property.
| |||||||||||
Gets the value of the doc property.
| |||||||||||
Gets the value of the due property.
| |||||||||||
Gets the value of the refNum property.
| |||||||||||
Gets the value of the total property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the apply property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the appliedTo property.
| |||||||||||
Sets the value of the apply property.
| |||||||||||
Sets the value of the creditDate property.
| |||||||||||
Sets the value of the currency property.
| |||||||||||
Sets the value of the doc property.
| |||||||||||
Sets the value of the due property.
| |||||||||||
Sets the value of the refNum property.
| |||||||||||
Sets the value of the total property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the appliedTo property.
Gets the value of the creditDate property.
Gets the value of the currency property.
Gets the value of the doc property.
Gets the value of the due property.
Gets the value of the refNum property.
Gets the value of the total property.
Gets the value of the type 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 appliedTo property.
| value | Allowed object is String |
|---|
Sets the value of the apply property.
| value | Allowed object is Boolean |
|---|
Sets the value of the creditDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the currency property.
| value | Allowed object is String |
|---|
Sets the value of the doc property.
| value | Allowed object is Long |
|---|
Sets the value of the due property.
| value | Allowed object is Double |
|---|
Sets the value of the refNum property.
| value | Allowed object is String |
|---|
Sets the value of the total property.
| value | Allowed object is Double |
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|