| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.relationships_2010_2.PartnerPromoCode |
Java class for PartnerPromoCode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartnerPromoCode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="promoCode" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="discount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| discount | |||||||||||
| endDate | |||||||||||
| promoCode | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the discount property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the promoCode property.
| |||||||||||
Sets the value of the discount property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the promoCode property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the discount property.
Gets the value of the endDate property.
Gets the value of the promoCode property.
RecordRef
Sets the value of the discount property.
| value | Allowed object is String |
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the promoCode property.
| value | Allowed object is
RecordRef
|
|---|