public class

Pricing

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

Class Overview

Java class for Pricing complex type.

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

 <complexType name="Pricing">
   <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="priceLevel" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="discount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="priceList" type="{urn:accounting_2010_2.lists.webservices.netsuite.com}PriceList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef currency
protected Double discount
protected RecordRef priceLevel
protected PriceList priceList
Public Constructors
Pricing()
Public Methods
RecordRef getCurrency()
Gets the value of the currency property.
Double getDiscount()
Gets the value of the discount property.
RecordRef getPriceLevel()
Gets the value of the priceLevel property.
PriceList getPriceList()
Gets the value of the priceList property.
void setCurrency(RecordRef value)
Sets the value of the currency property.
void setDiscount(Double value)
Sets the value of the discount property.
void setPriceLevel(RecordRef value)
Sets the value of the priceLevel property.
void setPriceList(PriceList value)
Sets the value of the priceList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef currency

protected Double discount

protected RecordRef priceLevel

protected PriceList priceList

Public Constructors

public Pricing ()

Public Methods

public RecordRef getCurrency ()

Gets the value of the currency property.

Returns

public Double getDiscount ()

Gets the value of the discount property.

Returns
  • possible object is Double

public RecordRef getPriceLevel ()

Gets the value of the priceLevel property.

Returns

public PriceList getPriceList ()

Gets the value of the priceList property.

Returns

public void setCurrency (RecordRef value)

Sets the value of the currency property.

Parameters
value Allowed object is RecordRef

public void setDiscount (Double value)

Sets the value of the discount property.

Parameters
value Allowed object is Double

public void setPriceLevel (RecordRef value)

Sets the value of the priceLevel property.

Parameters
value Allowed object is RecordRef

public void setPriceList (PriceList value)

Sets the value of the priceList property.

Parameters
value Allowed object is PriceList