| java.lang.Object | ||
| ↳ | com.coupa.resources.Resource | |
| ↳ | com.coupa.transaction.InvoicePayment | |
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">
<all>
<element name="paid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="payment-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="payment-notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="payments" type="{}payments"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| paid | |||||||||||
| paymentDate | |||||||||||
| paymentNotes | |||||||||||
| payments | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.resources.Resource
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the paymentDate property.
| |||||||||||
Gets the value of the paymentNotes property.
| |||||||||||
Gets the value of the payments property.
| |||||||||||
Gets the value of the paid property.
| |||||||||||
Sets the value of the paid property.
| |||||||||||
Sets the value of the paymentDate property.
| |||||||||||
Sets the value of the paymentNotes property.
| |||||||||||
Sets the value of the payments 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 paymentDate property.
Gets the value of the paymentNotes property.
Gets the value of the payments property.
Payments
Gets the value of the paid property.
Sets the value of the paid property.
| value | Allowed object is Boolean |
|---|
Sets the value of the paymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the paymentNotes property.
| value | Allowed object is String |
|---|
Sets the value of the payments property.
| value | Allowed object is
Payments
|
|---|