public class

GiftCertificateItemAuthCodes

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

Class Overview

Java class for GiftCertificateItemAuthCodes complex type.

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

 <complexType name="GiftCertificateItemAuthCodes">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="authCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="used" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String authCode
protected Boolean used
Public Constructors
GiftCertificateItemAuthCodes()
Public Methods
String getAuthCode()
Gets the value of the authCode property.
Boolean isUsed()
Gets the value of the used property.
void setAuthCode(String value)
Sets the value of the authCode property.
void setUsed(Boolean value)
Sets the value of the used property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String authCode

protected Boolean used

Public Constructors

public GiftCertificateItemAuthCodes ()

Public Methods

public String getAuthCode ()

Gets the value of the authCode property.

Returns
  • possible object is String

public Boolean isUsed ()

Gets the value of the used property.

Returns
  • possible object is Boolean

public void setAuthCode (String value)

Sets the value of the authCode property.

Parameters
value Allowed object is String

public void setUsed (Boolean value)

Sets the value of the used property.

Parameters
value Allowed object is Boolean