| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.CashBackInfo |
Product: QBW Description: Cash withheld from the deposit.
Java class for CashBackInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashBackInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}AccountReferenceGroup" minOccurs="0"/>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountId | |||||||||||
| accountName | |||||||||||
| accountType | |||||||||||
| amount | |||||||||||
| memo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountId property.
| |||||||||||
Gets the value of the accountName property.
| |||||||||||
Gets the value of the accountType property.
| |||||||||||
Gets the value of the amount property.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Sets the value of the accountId property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
Sets the value of the accountType property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the memo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountId property.
IdType
Gets the value of the accountName property.
Gets the value of the accountType property.
AccountTypeEnum
Gets the value of the amount property.
Gets the value of the memo property.
Sets the value of the accountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the accountName property.
| value | Allowed object is String |
|---|
Sets the value of the accountType property.
| value | Allowed object is
AccountTypeEnum
|
|---|
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the memo property.
| value | Allowed object is String |
|---|