| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.Record | |
| ↳ | com.netsuite.webservices.lists.accounting_2010_2.Term | |
Java class for Term complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Term">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateDriven" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="daysUntilNetDue" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="discountPercent" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="daysUntilExpiry" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="dayOfMonthNetDue" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="dueNextMonthIfWithinDays" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="discountPercentDateDriven" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="dayDiscountExpires" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="preferred" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dateDriven | |||||||||||
| dayDiscountExpires | |||||||||||
| dayOfMonthNetDue | |||||||||||
| daysUntilExpiry | |||||||||||
| daysUntilNetDue | |||||||||||
| discountPercent | |||||||||||
| discountPercentDateDriven | |||||||||||
| dueNextMonthIfWithinDays | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| isInactive | |||||||||||
| name | |||||||||||
| preferred | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dayDiscountExpires property.
| |||||||||||
Gets the value of the dayOfMonthNetDue property.
| |||||||||||
Gets the value of the daysUntilExpiry property.
| |||||||||||
Gets the value of the daysUntilNetDue property.
| |||||||||||
Gets the value of the discountPercent property.
| |||||||||||
Gets the value of the discountPercentDateDriven property.
| |||||||||||
Gets the value of the dueNextMonthIfWithinDays property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the dateDriven property.
| |||||||||||
Gets the value of the isInactive property.
| |||||||||||
Gets the value of the preferred property.
| |||||||||||
Sets the value of the dateDriven property.
| |||||||||||
Sets the value of the dayDiscountExpires property.
| |||||||||||
Sets the value of the dayOfMonthNetDue property.
| |||||||||||
Sets the value of the daysUntilExpiry property.
| |||||||||||
Sets the value of the daysUntilNetDue property.
| |||||||||||
Sets the value of the discountPercent property.
| |||||||||||
Sets the value of the discountPercentDateDriven property.
| |||||||||||
Sets the value of the dueNextMonthIfWithinDays property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the isInactive property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the preferred property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the dayDiscountExpires property.
Gets the value of the dayOfMonthNetDue property.
Gets the value of the daysUntilExpiry property.
Gets the value of the daysUntilNetDue property.
Gets the value of the discountPercent property.
Gets the value of the discountPercentDateDriven property.
Gets the value of the dueNextMonthIfWithinDays property.
Gets the value of the externalId property.
Gets the value of the internalId property.
Gets the value of the name property.
Gets the value of the dateDriven property.
Gets the value of the isInactive property.
Gets the value of the preferred property.
Sets the value of the dateDriven property.
| value | Allowed object is Boolean |
|---|
Sets the value of the dayDiscountExpires property.
| value | Allowed object is Long |
|---|
Sets the value of the dayOfMonthNetDue property.
| value | Allowed object is Long |
|---|
Sets the value of the daysUntilExpiry property.
| value | Allowed object is Long |
|---|
Sets the value of the daysUntilNetDue property.
| value | Allowed object is Long |
|---|
Sets the value of the discountPercent property.
| value | Allowed object is Double |
|---|
Sets the value of the discountPercentDateDriven property.
| value | Allowed object is Double |
|---|
Sets the value of the dueNextMonthIfWithinDays property.
| value | Allowed object is Long |
|---|
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 isInactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the preferred property.
| value | Allowed object is Boolean |
|---|