public class

RecurringPaymentsSummaryType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.RecurringPaymentsSummaryType

Class Overview

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>
 

Summary

Fields
protected int failedPaymentCount
protected BasicAmountType lastPaymentAmount
protected XMLGregorianCalendar lastPaymentDate
protected XMLGregorianCalendar nextBillingDate
protected int numberCyclesCompleted
protected int numberCyclesRemaining
protected BasicAmountType outstandingBalance
Public Constructors
RecurringPaymentsSummaryType()
Public Methods
int getFailedPaymentCount()
Gets the value of the failedPaymentCount property.
BasicAmountType getLastPaymentAmount()
Gets the value of the lastPaymentAmount property.
XMLGregorianCalendar getLastPaymentDate()
Gets the value of the lastPaymentDate property.
XMLGregorianCalendar getNextBillingDate()
Gets the value of the nextBillingDate property.
int getNumberCyclesCompleted()
Gets the value of the numberCyclesCompleted property.
int getNumberCyclesRemaining()
Gets the value of the numberCyclesRemaining property.
BasicAmountType getOutstandingBalance()
Gets the value of the outstandingBalance property.
void setFailedPaymentCount(int value)
Sets the value of the failedPaymentCount property.
void setLastPaymentAmount(BasicAmountType value)
Sets the value of the lastPaymentAmount property.
void setLastPaymentDate(XMLGregorianCalendar value)
Sets the value of the lastPaymentDate property.
void setNextBillingDate(XMLGregorianCalendar value)
Sets the value of the nextBillingDate property.
void setNumberCyclesCompleted(int value)
Sets the value of the numberCyclesCompleted property.
void setNumberCyclesRemaining(int value)
Sets the value of the numberCyclesRemaining property.
void setOutstandingBalance(BasicAmountType value)
Sets the value of the outstandingBalance property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int failedPaymentCount

protected BasicAmountType lastPaymentAmount

protected XMLGregorianCalendar lastPaymentDate

protected XMLGregorianCalendar nextBillingDate

protected int numberCyclesCompleted

protected int numberCyclesRemaining

protected BasicAmountType outstandingBalance

Public Constructors

public RecurringPaymentsSummaryType ()

Public Methods

public int getFailedPaymentCount ()

Gets the value of the failedPaymentCount property.

public BasicAmountType getLastPaymentAmount ()

Gets the value of the lastPaymentAmount property.

Returns

public XMLGregorianCalendar getLastPaymentDate ()

Gets the value of the lastPaymentDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getNextBillingDate ()

Gets the value of the nextBillingDate property.

Returns
  • possible object is XMLGregorianCalendar

public int getNumberCyclesCompleted ()

Gets the value of the numberCyclesCompleted property.

public int getNumberCyclesRemaining ()

Gets the value of the numberCyclesRemaining property.

public BasicAmountType getOutstandingBalance ()

Gets the value of the outstandingBalance property.

Returns

public void setFailedPaymentCount (int value)

Sets the value of the failedPaymentCount property.

Parameters
value

public void setLastPaymentAmount (BasicAmountType value)

Sets the value of the lastPaymentAmount property.

Parameters
value Allowed object is BasicAmountType

public void setLastPaymentDate (XMLGregorianCalendar value)

Sets the value of the lastPaymentDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setNextBillingDate (XMLGregorianCalendar value)

Sets the value of the nextBillingDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setNumberCyclesCompleted (int value)

Sets the value of the numberCyclesCompleted property.

Parameters
value

public void setNumberCyclesRemaining (int value)

Sets the value of the numberCyclesRemaining property.

Parameters
value

public void setOutstandingBalance (BasicAmountType value)

Sets the value of the outstandingBalance property.

Parameters
value Allowed object is BasicAmountType