| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.RecurringPaymentsSummaryType |
Java class for RecurringPaymentsSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecurringPaymentsSummaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NextBillingDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="NumberCyclesCompleted" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="NumberCyclesRemaining" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="OutstandingBalance" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="FailedPaymentCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LastPaymentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastPaymentAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| failedPaymentCount | |||||||||||
| lastPaymentAmount | |||||||||||
| lastPaymentDate | |||||||||||
| nextBillingDate | |||||||||||
| numberCyclesCompleted | |||||||||||
| numberCyclesRemaining | |||||||||||
| outstandingBalance | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the failedPaymentCount property.
| |||||||||||
Gets the value of the lastPaymentAmount property.
| |||||||||||
Gets the value of the lastPaymentDate property.
| |||||||||||
Gets the value of the nextBillingDate property.
| |||||||||||
Gets the value of the numberCyclesCompleted property.
| |||||||||||
Gets the value of the numberCyclesRemaining property.
| |||||||||||
Gets the value of the outstandingBalance property.
| |||||||||||
Sets the value of the failedPaymentCount property.
| |||||||||||
Sets the value of the lastPaymentAmount property.
| |||||||||||
Sets the value of the lastPaymentDate property.
| |||||||||||
Sets the value of the nextBillingDate property.
| |||||||||||
Sets the value of the numberCyclesCompleted property.
| |||||||||||
Sets the value of the numberCyclesRemaining property.
| |||||||||||
Sets the value of the outstandingBalance property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the failedPaymentCount property.
Gets the value of the lastPaymentAmount property.
BasicAmountType
Gets the value of the lastPaymentDate property.
Gets the value of the nextBillingDate property.
Gets the value of the numberCyclesCompleted property.
Gets the value of the numberCyclesRemaining property.
Gets the value of the outstandingBalance property.
BasicAmountType
Sets the value of the failedPaymentCount property.
| value |
|---|
Sets the value of the lastPaymentAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the lastPaymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the nextBillingDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the numberCyclesCompleted property.
| value |
|---|
Sets the value of the numberCyclesRemaining property.
| value |
|---|
Sets the value of the outstandingBalance property.
| value | Allowed object is
BasicAmountType
|
|---|