public class

BillingRates

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2010_2.BillingRates

Class Overview

Java class for BillingRates complex type.

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

 <complexType name="BillingRates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="currency" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="billingClass" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="rateList" type="{urn:accounting_2010_2.lists.webservices.netsuite.com}RateList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef billingClass
protected RecordRef currency
protected RateList rateList
Public Constructors
BillingRates()
Public Methods
RecordRef getBillingClass()
Gets the value of the billingClass property.
RecordRef getCurrency()
Gets the value of the currency property.
RateList getRateList()
Gets the value of the rateList property.
void setBillingClass(RecordRef value)
Sets the value of the billingClass property.
void setCurrency(RecordRef value)
Sets the value of the currency property.
void setRateList(RateList value)
Sets the value of the rateList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef billingClass

protected RecordRef currency

protected RateList rateList

Public Constructors

public BillingRates ()

Public Methods

public RecordRef getBillingClass ()

Gets the value of the billingClass property.

Returns

public RecordRef getCurrency ()

Gets the value of the currency property.

Returns

public RateList getRateList ()

Gets the value of the rateList property.

Returns

public void setBillingClass (RecordRef value)

Sets the value of the billingClass property.

Parameters
value Allowed object is RecordRef

public void setCurrency (RecordRef value)

Sets the value of the currency property.

Parameters
value Allowed object is RecordRef

public void setRateList (RateList value)

Sets the value of the rateList property.

Parameters
value Allowed object is RateList