| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.BillPayment | ||
Product: QBO Description: Financial transaction representing a Payment by check issued to pay one or more bills received from 3rd party (vendor) for purchased goods or services. EndPoint: qbo.intuit.com Business Rules: [li] If an account is provided in the header of the bill payment, it must be the Account Payable (AP) account. [/li] [li] A bill payment must have reference to a vendor in the header.[/li] [li] A bill payment must have reference to an entity.[/li] Product: QBW Description: Financial transaction representing a Payment by check issued to pay one or more bills received from 3rd party (vendor) for purchased goods or services. EndPoint: services.intuit.com Business Rules: [li] If an account is provided in the header of the bill payment, it must be the Account Payable (AP) account.[/li] [li] A bill payment must have reference to a vendor in the header.[/li] [li] A bill payment must have reference to an entity.[/li]
Java class for BillPayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillPayment">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Header" type="{http://www.intuit.com/sb/cdm/v2}BillPaymentHeader" minOccurs="0"/>
<element name="Line" type="{http://www.intuit.com/sb/cdm/v2}BillPaymentLine" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| 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.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the header property.
BillPaymentHeader
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
BillPaymentLine
Sets the value of the header property.
| value | Allowed object is
BillPaymentHeader
|
|---|