| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.relationships_2013_2.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_2013_2.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"/>
<element name="overrideCurrencyFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="displaySymbol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="symbolPlacement" type="{urn:types.common_2013_2.platform.webservices.netsuite.com}CurrencySymbolPlacement" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| balance | |||||||||||
| consolBalance | |||||||||||
| consolDepositBalance | |||||||||||
| consolOverdueBalance | |||||||||||
| consolUnbilledOrders | |||||||||||
| currency | |||||||||||
| depositBalance | |||||||||||
| displaySymbol | |||||||||||
| overdueBalance | |||||||||||
| overrideCurrencyFormat | |||||||||||
| symbolPlacement | |||||||||||
| 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 displaySymbol property.
| |||||||||||
Gets the value of the overdueBalance property.
| |||||||||||
Gets the value of the overrideCurrencyFormat property.
| |||||||||||
Gets the value of the symbolPlacement 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 displaySymbol property.
| |||||||||||
Sets the value of the overdueBalance property.
| |||||||||||
Sets the value of the overrideCurrencyFormat property.
| |||||||||||
Sets the value of the symbolPlacement 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 displaySymbol property.
Gets the value of the overdueBalance property.
Gets the value of the overrideCurrencyFormat property. This getter has been renamed from isOverrideCurrencyFormat() to getOverrideCurrencyFormat() by cxf-xjc-boolean plugin.
Gets the value of the symbolPlacement property.
CurrencySymbolPlacement
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 displaySymbol property.
| value | Allowed object is String |
|---|
Sets the value of the overdueBalance property.
| value | Allowed object is Double |
|---|
Sets the value of the overrideCurrencyFormat property.
| value | Allowed object is Boolean |
|---|
Sets the value of the symbolPlacement property.
| value | Allowed object is
CurrencySymbolPlacement
|
|---|
Sets the value of the unbilledOrders property.
| value | Allowed object is Double |
|---|