| java.lang.Object | |
| ↳ | com.coupa.transaction.Payment |
Java class for payment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="payment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="amount-paid" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="payment-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amountPaid | |||||||||||
| notes | |||||||||||
| paymentDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amountPaid property.
| |||||||||||
Gets the value of the notes property.
| |||||||||||
Gets the value of the paymentDate property.
| |||||||||||
Sets the value of the amountPaid property.
| |||||||||||
Sets the value of the notes property.
| |||||||||||
Sets the value of the paymentDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amountPaid property.
Gets the value of the notes property.
Gets the value of the paymentDate property.
Sets the value of the amountPaid property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the notes property.
| value | Allowed object is String |
|---|
Sets the value of the paymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|