| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.HeaderBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.DepositHeader | |
Product: QBW Description: Information that pertains to the entire Deposit.
Java class for DepositHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DepositHeader">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}DepositToAccountReferenceGroup" minOccurs="0"/>
<element name="CashBack" type="{http://www.intuit.com/sb/cdm/v2}CashBackInfo" minOccurs="0"/>
<element name="TotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cashBack | |||||||||||
| depositToAccountId | |||||||||||
| depositToAccountName | |||||||||||
| totalAmt | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cashBack property.
| |||||||||||
Gets the value of the depositToAccountId property.
| |||||||||||
Gets the value of the depositToAccountName property.
| |||||||||||
Gets the value of the totalAmt property.
| |||||||||||
Sets the value of the cashBack property.
| |||||||||||
Sets the value of the depositToAccountId property.
| |||||||||||
Sets the value of the depositToAccountName property.
| |||||||||||
Sets the value of the totalAmt property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the cashBack property.
CashBackInfo
Gets the value of the depositToAccountId property.
IdType
Gets the value of the depositToAccountName property.
Gets the value of the totalAmt property.
Sets the value of the cashBack property.
| value | Allowed object is
CashBackInfo
|
|---|
Sets the value of the depositToAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the depositToAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the totalAmt property.
| value | Allowed object is BigDecimal |
|---|