| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.QueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.TransactionQueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.InvoiceQuery | ||
Java class for InvoiceQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvoiceQuery">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}TransactionQueryBase">
<sequence>
<element name="MinimumAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="MinimumBalance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="IsPaid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsOverDue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnInvoiceWithOrder" minOccurs="0"/>
<element name="IncludeLine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="JobIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
<element name="IncludeDiscountLineDetails" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeDiscountLineDetails | |||||||||||
| includeLine | |||||||||||
| isOverDue | |||||||||||
| isPaid | |||||||||||
| jobIdSet | |||||||||||
| minimumAmount | |||||||||||
| minimumBalance | |||||||||||
| sortByColumn | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the jobIdSet property.
| |||||||||||
Gets the value of the minimumAmount property.
| |||||||||||
Gets the value of the minimumBalance property.
| |||||||||||
Gets the value of the sortByColumn property.
| |||||||||||
Gets the value of the includeDiscountLineDetails property.
| |||||||||||
Gets the value of the includeLine property.
| |||||||||||
Gets the value of the isOverDue property.
| |||||||||||
Gets the value of the isPaid property.
| |||||||||||
Sets the value of the includeDiscountLineDetails property.
| |||||||||||
Sets the value of the includeLine property.
| |||||||||||
Sets the value of the isOverDue property.
| |||||||||||
Sets the value of the isPaid property.
| |||||||||||
Sets the value of the jobIdSet property.
| |||||||||||
Sets the value of the minimumAmount property.
| |||||||||||
Sets the value of the minimumBalance property.
| |||||||||||
Sets the value of the sortByColumn property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the jobIdSet property.
IdSet
Gets the value of the minimumAmount property.
Gets the value of the minimumBalance property.
Gets the value of the sortByColumn property.
SortByColumnInvoiceWithOrder
Gets the value of the includeDiscountLineDetails property.
Gets the value of the includeLine property.
Gets the value of the isOverDue property.
Gets the value of the isPaid property.
Sets the value of the includeDiscountLineDetails property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeLine property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isOverDue property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isPaid property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobIdSet property.
| value | Allowed object is
IdSet
|
|---|
Sets the value of the minimumAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the minimumBalance property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the sortByColumn property.
| value | Allowed object is
SortByColumnInvoiceWithOrder
|
|---|