| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.CashPayment |
Product: QBW Description: Holds information about a payment received in cash
Java class for CashPayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashPayment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| desc | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the desc property.
| |||||||||||
Sets the value of the desc property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the desc property.
Sets the value of the desc property.
| value | Allowed object is String |
|---|