public class

GiftCertRedemption

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.sales_2010_2.GiftCertRedemption

Class Overview

Java class for GiftCertRedemption complex type.

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

 <complexType name="GiftCertRedemption">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="authCode" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="authCodeApplied" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="authCodeAmtRemaining" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="giftCertAvailable" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef authCode
protected Double authCodeAmtRemaining
protected Double authCodeApplied
protected Double giftCertAvailable
Public Constructors
GiftCertRedemption()
Public Methods
RecordRef getAuthCode()
Gets the value of the authCode property.
Double getAuthCodeAmtRemaining()
Gets the value of the authCodeAmtRemaining property.
Double getAuthCodeApplied()
Gets the value of the authCodeApplied property.
Double getGiftCertAvailable()
Gets the value of the giftCertAvailable property.
void setAuthCode(RecordRef value)
Sets the value of the authCode property.
void setAuthCodeAmtRemaining(Double value)
Sets the value of the authCodeAmtRemaining property.
void setAuthCodeApplied(Double value)
Sets the value of the authCodeApplied property.
void setGiftCertAvailable(Double value)
Sets the value of the giftCertAvailable property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef authCode

protected Double authCodeAmtRemaining

protected Double authCodeApplied

protected Double giftCertAvailable

Public Constructors

public GiftCertRedemption ()

Public Methods

public RecordRef getAuthCode ()

Gets the value of the authCode property.

Returns

public Double getAuthCodeAmtRemaining ()

Gets the value of the authCodeAmtRemaining property.

Returns
  • possible object is Double

public Double getAuthCodeApplied ()

Gets the value of the authCodeApplied property.

Returns
  • possible object is Double

public Double getGiftCertAvailable ()

Gets the value of the giftCertAvailable property.

Returns
  • possible object is Double

public void setAuthCode (RecordRef value)

Sets the value of the authCode property.

Parameters
value Allowed object is RecordRef

public void setAuthCodeAmtRemaining (Double value)

Sets the value of the authCodeAmtRemaining property.

Parameters
value Allowed object is Double

public void setAuthCodeApplied (Double value)

Sets the value of the authCodeApplied property.

Parameters
value Allowed object is Double

public void setGiftCertAvailable (Double value)

Sets the value of the giftCertAvailable property.

Parameters
value Allowed object is Double