| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.SearchRecord | |
| ↳ | com.netsuite.webservices.platform.common_2010_2.PromotionCodeSearchBasic | |
Java class for PromotionCodeSearchBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PromotionCodeSearchBasic">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
<sequence>
<element name="code" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
<element name="description" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
<element name="discount" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="discountAmount" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
<element name="endDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
<element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="internalIdNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
<element name="isInactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
<element name="isPublic" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
<element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="partner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="startDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
<element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| code | |||||||||||
| customFieldList | |||||||||||
| description | |||||||||||
| discount | |||||||||||
| discountAmount | |||||||||||
| endDate | |||||||||||
| internalId | |||||||||||
| internalIdNumber | |||||||||||
| isInactive | |||||||||||
| isPublic | |||||||||||
| item | |||||||||||
| partner | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the code property.
| |||||||||||
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the discount property.
| |||||||||||
Gets the value of the discountAmount property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the internalIdNumber property.
| |||||||||||
Gets the value of the isInactive property.
| |||||||||||
Gets the value of the isPublic property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the partner property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the code property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the discount property.
| |||||||||||
Sets the value of the discountAmount property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the internalIdNumber property.
| |||||||||||
Sets the value of the isInactive property.
| |||||||||||
Sets the value of the isPublic property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the partner property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the code property.
SearchStringField
Gets the value of the customFieldList property.
SearchCustomFieldList
Gets the value of the description property.
SearchStringField
Gets the value of the discount property.
SearchMultiSelectField
Gets the value of the discountAmount property.
SearchDoubleField
Gets the value of the endDate property.
SearchDateField
Gets the value of the internalId property.
SearchMultiSelectField
Gets the value of the internalIdNumber property.
SearchLongField
Gets the value of the isInactive property.
SearchBooleanField
Gets the value of the isPublic property.
SearchBooleanField
Gets the value of the item property.
SearchMultiSelectField
Gets the value of the partner property.
SearchMultiSelectField
Gets the value of the startDate property.
SearchDateField
Sets the value of the code property.
| value | Allowed object is
SearchStringField
|
|---|
Sets the value of the customFieldList property.
| value | Allowed object is
SearchCustomFieldList
|
|---|
Sets the value of the description property.
| value | Allowed object is
SearchStringField
|
|---|
Sets the value of the discount property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the discountAmount property.
| value | Allowed object is
SearchDoubleField
|
|---|
Sets the value of the endDate property.
| value | Allowed object is
SearchDateField
|
|---|
Sets the value of the internalId property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the internalIdNumber property.
| value | Allowed object is
SearchLongField
|
|---|
Sets the value of the isInactive property.
| value | Allowed object is
SearchBooleanField
|
|---|
Sets the value of the isPublic property.
| value | Allowed object is
SearchBooleanField
|
|---|
Sets the value of the item property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the partner property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the startDate property.
| value | Allowed object is
SearchDateField
|
|---|