| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.SalesTerm | ||
Product: QBO Description: Terms under which a sale will be paid, typically expressed in form of days due after goods received. There is an optional discount part of the sales term, where a discount of total amount can automatically be taken if payment is made by some period. (e.g. net 30 means payment within 30 days; 2%/15 net 60 means payment must be made within 60 days, and a 2% discount can be taken if payment is made within 15 days) Also Supports the ability to specify an absolute due date, a number of days from a start date, a percent discount or an absolute discount. A common term like "Net30Days" is explicitly code as either a calculated DueDateTime or a PaymentTermsDateTime and NumberOfDays. Endpoint: qbo.intuit.com Business Rules: None Product: QBW Description: Terms under which a sale will be paid, typically expressed in form of days due after goods received. There is an optional discount part of the sales term, where a discount of total amount can automatically be taken if payment is made by some period. (e.g. net 30 means payment within 30 days; 2%/15 net 60 means payment must be made within 60 days, and a 2% discount can be taken if payment is made within 15 days) Also Supports the ability to specify an absolute due date, a number of days from a start date, a percent discount or an absolute discount. A common term like "Net30Days" is explicitly code as either a calculated DueDateTime or a PaymentTermsDateTime and NumberOfDays. Endpoint: services.intuit.com Business Rules: None
Java class for SalesTerm complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesTerm">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice minOccurs="0">
<sequence>
<element name="DueDays" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DiscountDays" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DiscountPercent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
<sequence>
<element name="DayOfMonthDue" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="DueNextMonthDays" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="DiscountDayOfMonth" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="DateDiscountPercent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| dateDiscountPercent | |||||||||||
| dayOfMonthDue | |||||||||||
| discountDayOfMonth | |||||||||||
| discountDays | |||||||||||
| discountPercent | |||||||||||
| dueDays | |||||||||||
| dueNextMonthDays | |||||||||||
| name | |||||||||||
| type | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dateDiscountPercent property.
| |||||||||||
Gets the value of the dayOfMonthDue property.
| |||||||||||
Gets the value of the discountDayOfMonth property.
| |||||||||||
Gets the value of the discountDays property.
| |||||||||||
Gets the value of the discountPercent property.
| |||||||||||
Gets the value of the dueDays property.
| |||||||||||
Gets the value of the dueNextMonthDays property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the dateDiscountPercent property.
| |||||||||||
Sets the value of the dayOfMonthDue property.
| |||||||||||
Sets the value of the discountDayOfMonth property.
| |||||||||||
Sets the value of the discountDays property.
| |||||||||||
Sets the value of the discountPercent property.
| |||||||||||
Sets the value of the dueDays property.
| |||||||||||
Sets the value of the dueNextMonthDays property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the dateDiscountPercent property.
Gets the value of the dayOfMonthDue property.
Gets the value of the discountDayOfMonth property.
Gets the value of the discountDays property.
Gets the value of the discountPercent property.
Gets the value of the dueDays property.
Gets the value of the dueNextMonthDays property.
Gets the value of the name property.
Gets the value of the type property.
Gets the value of the active property.
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the dateDiscountPercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the dayOfMonthDue property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the discountDayOfMonth property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the discountDays property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the discountPercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the dueDays property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the dueNextMonthDays property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|