| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.ItemReceipt | ||
Product: QBW Description: ItemReceipt is an AP transaction representing a delivery of goods from 3rd party. The Bill is expected to be received at a later date. You can use the ItemReceipt object to manage your Account Receivable transactions with third party vendors. These transactions represent delivery of the goods by the third party vendors, for which you receive a bill at a later date. Endpoint: services.intuit.com Business Rules: None
Java class for ItemReceipt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemReceipt">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Header" type="{http://www.intuit.com/sb/cdm/v2}ItemReceiptHeader" minOccurs="0"/>
<element name="Line" type="{http://www.intuit.com/sb/cdm/v2}ItemReceiptLine" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| header | |||||||||||
| line | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the header property.
| |||||||||||
Gets the value of the line property.
| |||||||||||
Sets the value of the header property.
| |||||||||||
Sets the value of the line property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the header property.
ItemReceiptHeader
Gets the value of the line property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the line property.
For example, to add a new item, do as follows:
getLine().add(newItem);
Objects of the following type(s) are allowed in the list
ItemReceiptLine
Sets the value of the header property.
| value | Allowed object is
ItemReceiptHeader
|
|---|
Sets the value of the line property.
| line | Allowed object is
ItemReceiptLine
|
|---|