| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.Record | |
| ↳ | com.netsuite.webservices.lists.accounting_2010_2.GiftCertificate | |
Java class for GiftCertificate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GiftCertificate">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
<sequence>
<element name="giftCertCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sender" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="originalAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="amountRemaining" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
<attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amountRemaining | |||||||||||
| createdDate | |||||||||||
| expirationDate | |||||||||||
| giftCertCode | |||||||||||
| internalId | |||||||||||
| lastModifiedDate | |||||||||||
| message | |||||||||||
| name | |||||||||||
| originalAmount | |||||||||||
| sender | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amountRemaining property.
| |||||||||||
Gets the value of the createdDate property.
| |||||||||||
Gets the value of the email property.
| |||||||||||
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the giftCertCode property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the lastModifiedDate property.
| |||||||||||
Gets the value of the message property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the originalAmount property.
| |||||||||||
Gets the value of the sender property.
| |||||||||||
Sets the value of the amountRemaining property.
| |||||||||||
Sets the value of the createdDate property.
| |||||||||||
Sets the value of the email property.
| |||||||||||
Sets the value of the expirationDate property.
| |||||||||||
Sets the value of the giftCertCode property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the lastModifiedDate property.
| |||||||||||
Sets the value of the message property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the originalAmount property.
| |||||||||||
Sets the value of the sender property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the amountRemaining property.
Gets the value of the createdDate property.
Gets the value of the email property.
Gets the value of the expirationDate property.
Gets the value of the giftCertCode property.
Gets the value of the internalId property.
Gets the value of the lastModifiedDate property.
Gets the value of the message property.
Gets the value of the name property.
Gets the value of the originalAmount property.
Gets the value of the sender property.
Sets the value of the amountRemaining property.
| value | Allowed object is Double |
|---|
Sets the value of the createdDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the email property.
| value | Allowed object is String |
|---|
Sets the value of the expirationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the giftCertCode property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the lastModifiedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the message property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the originalAmount property.
| value | Allowed object is Double |
|---|
Sets the value of the sender property.
| value | Allowed object is String |
|---|