| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.sales_2010_2.GiftCertRedemption |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authCode | |||||||||||
| authCodeAmtRemaining | |||||||||||
| authCodeApplied | |||||||||||
| giftCertAvailable | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the authCode property.
| |||||||||||
Gets the value of the authCodeAmtRemaining property.
| |||||||||||
Gets the value of the authCodeApplied property.
| |||||||||||
Gets the value of the giftCertAvailable property.
| |||||||||||
Sets the value of the authCode property.
| |||||||||||
Sets the value of the authCodeAmtRemaining property.
| |||||||||||
Sets the value of the authCodeApplied property.
| |||||||||||
Sets the value of the giftCertAvailable property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the authCode property.
RecordRef
Gets the value of the authCodeAmtRemaining property.
Gets the value of the authCodeApplied property.
Gets the value of the giftCertAvailable property.
Sets the value of the authCode property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the authCodeAmtRemaining property.
| value | Allowed object is Double |
|---|
Sets the value of the authCodeApplied property.
| value | Allowed object is Double |
|---|
Sets the value of the giftCertAvailable property.
| value | Allowed object is Double |
|---|