| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.Money |
Product: ALL Description: Money type describes the Money value represented in Intuit as Currency Code and decimal value. Money type is always associated with another CDM and will not be manipulated as a standalone hence it is not extended from CdmBase
Java class for Money complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Money">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CurrencyCode" type="{http://www.intuit.com/sb/cdm/v2}currencyCode" minOccurs="0"/>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| currencyCode | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the currencyCode property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the currencyCode property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the currencyCode property.
CurrencyCode
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the currencyCode property.
| value | Allowed object is
CurrencyCode
|
|---|