| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.online.schema.LineBase | ||
| ↳ | org.mule.modules.quickbooks.online.schema.LineSales | ||
| ↳ | org.mule.modules.quickbooks.online.schema.SalesOrderLine | ||
Provides the line level detail of the items ordered by the SalesOrder and the associated detail.
Java class for SalesOrderLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesOrderLine">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}LineSales">
<sequence>
<element name="ManuallyClosed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| manuallyClosed | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.LineSales
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.LineBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the manuallyClosed property.
| |||||||||||
Sets the value of the manuallyClosed property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.LineSales
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.LineBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the manuallyClosed property.
Sets the value of the manuallyClosed property.
| value | Allowed object is Boolean |
|---|