| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.Record | |
| ↳ | com.netsuite.webservices.lists.marketing_2013_2.CouponCode | |
Java class for CouponCode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CouponCode">
<complexContent>
<extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
<sequence>
<element name="promotion" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef"/>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="recipient" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="dateSent" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="used" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="useCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
<attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| code | |||||||||||
| dateSent | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| promotion | |||||||||||
| recipient | |||||||||||
| useCount | |||||||||||
| used | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the code property.
| |||||||||||
Gets the value of the dateSent property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the promotion property.
| |||||||||||
Gets the value of the recipient property.
| |||||||||||
Gets the value of the useCount property.
| |||||||||||
Gets the value of the used property.
| |||||||||||
Sets the value of the code property.
| |||||||||||
Sets the value of the dateSent property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the promotion property.
| |||||||||||
Sets the value of the recipient property.
| |||||||||||
Sets the value of the useCount property.
| |||||||||||
Sets the value of the used property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the code property.
Gets the value of the dateSent property.
Gets the value of the externalId property.
Gets the value of the internalId property.
Gets the value of the promotion property.
RecordRef
Gets the value of the recipient property.
RecordRef
Gets the value of the useCount property.
Gets the value of the used property. This getter has been renamed from isUsed() to getUsed() by cxf-xjc-boolean plugin.
Sets the value of the code property.
| value | Allowed object is String |
|---|
Sets the value of the dateSent property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the promotion property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the recipient property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the useCount property.
| value | Allowed object is Long |
|---|
Sets the value of the used property.
| value | Allowed object is Boolean |
|---|