public class

CustomerCurrency

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.relationships_2012_1.CustomerCurrency

Class Overview

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>
 

Summary

Fields
protected Double balance
protected Double consolBalance
protected Double consolDepositBalance
protected Double consolOverdueBalance
protected Double consolUnbilledOrders
protected RecordRef currency
protected Double depositBalance
protected Double overdueBalance
protected Double unbilledOrders
Public Constructors
CustomerCurrency()
Public Methods
Double getBalance()
Gets the value of the balance property.
Double getConsolBalance()
Gets the value of the consolBalance property.
Double getConsolDepositBalance()
Gets the value of the consolDepositBalance property.
Double getConsolOverdueBalance()
Gets the value of the consolOverdueBalance property.
Double getConsolUnbilledOrders()
Gets the value of the consolUnbilledOrders property.
RecordRef getCurrency()
Gets the value of the currency property.
Double getDepositBalance()
Gets the value of the depositBalance property.
Double getOverdueBalance()
Gets the value of the overdueBalance property.
Double getUnbilledOrders()
Gets the value of the unbilledOrders property.
void setBalance(Double value)
Sets the value of the balance property.
void setConsolBalance(Double value)
Sets the value of the consolBalance property.
void setConsolDepositBalance(Double value)
Sets the value of the consolDepositBalance property.
void setConsolOverdueBalance(Double value)
Sets the value of the consolOverdueBalance property.
void setConsolUnbilledOrders(Double value)
Sets the value of the consolUnbilledOrders property.
void setCurrency(RecordRef value)
Sets the value of the currency property.
void setDepositBalance(Double value)
Sets the value of the depositBalance property.
void setOverdueBalance(Double value)
Sets the value of the overdueBalance property.
void setUnbilledOrders(Double value)
Sets the value of the unbilledOrders property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double balance

protected Double consolBalance

protected Double consolDepositBalance

protected Double consolOverdueBalance

protected Double consolUnbilledOrders

protected RecordRef currency

protected Double depositBalance

protected Double overdueBalance

protected Double unbilledOrders

Public Constructors

public CustomerCurrency ()

Public Methods

public Double getBalance ()

Gets the value of the balance property.

Returns
  • possible object is Double

public Double getConsolBalance ()

Gets the value of the consolBalance property.

Returns
  • possible object is Double

public Double getConsolDepositBalance ()

Gets the value of the consolDepositBalance property.

Returns
  • possible object is Double

public Double getConsolOverdueBalance ()

Gets the value of the consolOverdueBalance property.

Returns
  • possible object is Double

public Double getConsolUnbilledOrders ()

Gets the value of the consolUnbilledOrders property.

Returns
  • possible object is Double

public RecordRef getCurrency ()

Gets the value of the currency property.

Returns

public Double getDepositBalance ()

Gets the value of the depositBalance property.

Returns
  • possible object is Double

public Double getOverdueBalance ()

Gets the value of the overdueBalance property.

Returns
  • possible object is Double

public Double getUnbilledOrders ()

Gets the value of the unbilledOrders property.

Returns
  • possible object is Double

public void setBalance (Double value)

Sets the value of the balance property.

Parameters
value Allowed object is Double

public void setConsolBalance (Double value)

Sets the value of the consolBalance property.

Parameters
value Allowed object is Double

public void setConsolDepositBalance (Double value)

Sets the value of the consolDepositBalance property.

Parameters
value Allowed object is Double

public void setConsolOverdueBalance (Double value)

Sets the value of the consolOverdueBalance property.

Parameters
value Allowed object is Double

public void setConsolUnbilledOrders (Double value)

Sets the value of the consolUnbilledOrders property.

Parameters
value Allowed object is Double

public void setCurrency (RecordRef value)

Sets the value of the currency property.

Parameters
value Allowed object is RecordRef

public void setDepositBalance (Double value)

Sets the value of the depositBalance property.

Parameters
value Allowed object is Double

public void setOverdueBalance (Double value)

Sets the value of the overdueBalance property.

Parameters
value Allowed object is Double

public void setUnbilledOrders (Double value)

Sets the value of the unbilledOrders property.

Parameters
value Allowed object is Double