public class

PromotionCodeCurrency

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.marketing_2010_2.PromotionCodeCurrency

Class Overview

Java class for PromotionCodeCurrency complex type.

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

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

Summary

Fields
protected RecordRef currency
protected Double minimumOrderAmount
Public Constructors
PromotionCodeCurrency()
Public Methods
RecordRef getCurrency()
Gets the value of the currency property.
Double getMinimumOrderAmount()
Gets the value of the minimumOrderAmount property.
void setCurrency(RecordRef value)
Sets the value of the currency property.
void setMinimumOrderAmount(Double value)
Sets the value of the minimumOrderAmount property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef currency

protected Double minimumOrderAmount

Public Constructors

public PromotionCodeCurrency ()

Public Methods

public RecordRef getCurrency ()

Gets the value of the currency property.

Returns

public Double getMinimumOrderAmount ()

Gets the value of the minimumOrderAmount property.

Returns
  • possible object is Double

public void setCurrency (RecordRef value)

Sets the value of the currency property.

Parameters
value Allowed object is RecordRef

public void setMinimumOrderAmount (Double value)

Sets the value of the minimumOrderAmount property.

Parameters
value Allowed object is Double