| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.LineBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.LineSales | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.InvoiceLine | ||
Product: ALL Description: A service or product sold, along with quantity, price, and other descriptive information
Java class for InvoiceLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvoiceLine">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}LineSales">
<sequence>
<element name="ServiceDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}TxnLineReferenceGroup" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| serviceDate | |||||||||||
| txnId | |||||||||||
| txnLineId | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.LineSales
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.LineBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the serviceDate property.
| |||||||||||
Gets the value of the txnId property.
| |||||||||||
Gets the value of the txnLineId property.
| |||||||||||
Sets the value of the serviceDate property.
| |||||||||||
Sets the value of the txnId property.
| |||||||||||
Sets the value of the txnLineId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.LineSales
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.LineBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the serviceDate property.
Gets the value of the txnLineId property.
IdType
Sets the value of the serviceDate property.
| value | Allowed object is String |
|---|
Sets the value of the txnId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the txnLineId property.
| value | Allowed object is
IdType
|
|---|