| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.modules.quickbooks.windows.schema.SalesOrderStatusFilterEnumType | |
Java class for SalesOrderStatusFilterEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SalesOrderStatusFilterEnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Open"/>
<enumeration value="FullyInvoiced"/>
<enumeration value="ManuallyClosed"/>
</restriction>
</simpleType>
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SalesOrderStatusFilterEnumType | FULLY_INVOICED | Product: QBW Description: Sales Order is created and associated with an Invoice. | |||||||||
| SalesOrderStatusFilterEnumType | MANUALLY_CLOSED | Product: QBW Description: Sales Order was created, not associated with an Invoice, and not fulfilled. | |||||||||
| SalesOrderStatusFilterEnumType | OPEN | Product: QBW Description: Sales Order is created, but not associated with an Invoice. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Product: QBW Description: Sales Order is created and associated with an Invoice.
Product: QBW Description: Sales Order was created, not associated with an Invoice, and not fulfilled.
Product: QBW Description: Sales Order is created, but not associated with an Invoice.