| java.lang.Object | ||
| ↳ | com.coupa.transaction.MoneyType | |
| ↳ | com.coupa.transaction.Tax | |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{}MoneyType">
<sequence>
<element ref="{}Description"/>
<element ref="{}TaxDetail"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| taxDetail | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.transaction.MoneyType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the taxDetail property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the taxDetail property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.transaction.MoneyType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Description
Gets the value of the taxDetail property.
TaxDetail
Sets the value of the description property.
| value | Allowed object is
Description
|
|---|
Sets the value of the taxDetail property.
| value | Allowed object is
TaxDetail
|
|---|