| java.lang.Object | |
| ↳ | com.coupa.transaction.Distribution |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}Accounting"/>
<element name="Charge" type="{}MoneyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accounting | |||||||||||
| charge | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accounting property.
| |||||||||||
Gets the value of the charge property.
| |||||||||||
Sets the value of the accounting property.
| |||||||||||
Sets the value of the charge property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accounting property.
Accounting
Gets the value of the charge property.
MoneyType
Sets the value of the accounting property.
| value | Allowed object is
Accounting
|
|---|
Sets the value of the charge property.
| value | Allowed object is
MoneyType
|
|---|