| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.online.schema.HeaderBase | |
| ↳ | org.mule.modules.quickbooks.online.schema.JournalEntryHeader | |
Information that pertains to the entire Journal Entry.
Java class for JournalEntryHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JournalEntryHeader">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
<sequence>
<element name="Adjustment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| adjustment | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.HeaderBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the adjustment property.
| |||||||||||
Sets the value of the adjustment property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.HeaderBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the adjustment property.
Sets the value of the adjustment property.
| value | Allowed object is Boolean |
|---|