| java.lang.Object | ||
| ↳ | com.coupa.resources.Resource | |
| ↳ | com.coupa.resources.Currency | |
Java class for currency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="currency">
<complexContent>
<extension base="{}resource">
<sequence>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="created-by" type="{}user-summary" minOccurs="0"/>
<element name="updated-by" type="{}user-summary" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| code | |||||||||||
| createdBy | |||||||||||
| updatedBy | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.resources.Resource
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the code property.
| |||||||||||
Gets the value of the createdBy property.
| |||||||||||
Gets the value of the updatedBy property.
| |||||||||||
Sets the value of the code property.
| |||||||||||
Sets the value of the createdBy property.
| |||||||||||
Sets the value of the updatedBy property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.resources.Resource
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.coupa.api.Identifiable
| |||||||||||
Gets the value of the code property.
Gets the value of the createdBy property.
UserSummary
Gets the value of the updatedBy property.
UserSummary
Sets the value of the code property.
| value | Allowed object is String |
|---|
Sets the value of the createdBy property.
| value | Allowed object is
UserSummary
|
|---|
Sets the value of the updatedBy property.
| value | Allowed object is
UserSummary
|
|---|