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