public class

VendorCurrency

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.relationships_2013_2.VendorCurrency

Class Overview

Java class for VendorCurrency complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="VendorCurrency">
   <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="unbilledOrders" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double balance
protected RecordRef currency
protected Double unbilledOrders
Public Constructors
VendorCurrency()
Public Methods
Double getBalance()
Gets the value of the balance property.
RecordRef getCurrency()
Gets the value of the currency property.
Double getUnbilledOrders()
Gets the value of the unbilledOrders property.
void setBalance(Double value)
Sets the value of the balance property.
void setCurrency(RecordRef value)
Sets the value of the currency 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 RecordRef currency

protected Double unbilledOrders

Public Constructors

public VendorCurrency ()

Public Methods

public Double getBalance ()

Gets the value of the balance property.

Returns
  • possible object is Double

public RecordRef getCurrency ()

Gets the value of the currency property.

Returns

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 setCurrency (RecordRef value)

Sets the value of the currency property.

Parameters
value Allowed object is RecordRef

public void setUnbilledOrders (Double value)

Sets the value of the unbilledOrders property.

Parameters
value Allowed object is Double