| java.lang.Object | |||
| ↳ | com.zuora.api.object.Dynamic | ||
| ↳ | com.zuora.api.object.ZObject | ||
| ↳ | com.zuora.api.object.InvoicePayment | ||
Java class for InvoicePayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvoicePayment">
<complexContent>
<extension base="{http://object.api.zuora.com/}zObject">
<sequence>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="CreatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="InvoiceId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="PaymentId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="RefundAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="UpdatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="UpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| createdById | |||||||||||
| createdDate | |||||||||||
| invoiceId | |||||||||||
| paymentId | |||||||||||
| refundAmount | |||||||||||
| updatedById | |||||||||||
| updatedDate | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
From class
com.zuora.api.object.Dynamic
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the createdById property.
| |||||||||||
Gets the value of the createdDate property.
| |||||||||||
Gets the value of the invoiceId property.
| |||||||||||
Gets the value of the paymentId property.
| |||||||||||
Gets the value of the refundAmount property.
| |||||||||||
Gets the value of the updatedById property.
| |||||||||||
Gets the value of the updatedDate property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the createdById property.
| |||||||||||
Sets the value of the createdDate property.
| |||||||||||
Sets the value of the invoiceId property.
| |||||||||||
Sets the value of the paymentId property.
| |||||||||||
Sets the value of the refundAmount property.
| |||||||||||
Sets the value of the updatedById property.
| |||||||||||
Sets the value of the updatedDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
From class
com.zuora.api.object.Dynamic
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the createdById property.
Gets the value of the createdDate property.
Gets the value of the invoiceId property.
Gets the value of the paymentId property.
Gets the value of the refundAmount property.
Gets the value of the updatedById property.
Gets the value of the updatedDate property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the createdById property.
| value | Allowed object is String |
|---|
Sets the value of the createdDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the invoiceId property.
| value | Allowed object is String |
|---|
Sets the value of the paymentId property.
| value | Allowed object is String |
|---|
Sets the value of the refundAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the updatedById property.
| value | Allowed object is String |
|---|
Sets the value of the updatedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|