public class RecurringPaymentsSummaryType extends Object
| Constructor and Description |
|---|
RecurringPaymentsSummaryType()
Default Constructor
|
RecurringPaymentsSummaryType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFailedPaymentCount()
Getter for failedPaymentCount
|
BasicAmountType |
getLastPaymentAmount()
Getter for lastPaymentAmount
|
String |
getLastPaymentDate()
Getter for lastPaymentDate
|
String |
getNextBillingDate()
Getter for nextBillingDate
|
Integer |
getNumberCyclesCompleted()
Getter for numberCyclesCompleted
|
Integer |
getNumberCyclesRemaining()
Getter for numberCyclesRemaining
|
BasicAmountType |
getOutstandingBalance()
Getter for outstandingBalance
|
void |
setFailedPaymentCount(Integer failedPaymentCount)
Setter for failedPaymentCount
|
void |
setLastPaymentAmount(BasicAmountType lastPaymentAmount)
Setter for lastPaymentAmount
|
void |
setLastPaymentDate(String lastPaymentDate)
Setter for lastPaymentDate
|
void |
setNextBillingDate(String nextBillingDate)
Setter for nextBillingDate
|
void |
setNumberCyclesCompleted(Integer numberCyclesCompleted)
Setter for numberCyclesCompleted
|
void |
setNumberCyclesRemaining(Integer numberCyclesRemaining)
Setter for numberCyclesRemaining
|
void |
setOutstandingBalance(BasicAmountType outstandingBalance)
Setter for outstandingBalance
|
public RecurringPaymentsSummaryType()
public RecurringPaymentsSummaryType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic String getNextBillingDate()
public void setNextBillingDate(String nextBillingDate)
public Integer getNumberCyclesCompleted()
public void setNumberCyclesCompleted(Integer numberCyclesCompleted)
public Integer getNumberCyclesRemaining()
public void setNumberCyclesRemaining(Integer numberCyclesRemaining)
public BasicAmountType getOutstandingBalance()
public void setOutstandingBalance(BasicAmountType outstandingBalance)
public Integer getFailedPaymentCount()
public void setFailedPaymentCount(Integer failedPaymentCount)
public String getLastPaymentDate()
public void setLastPaymentDate(String lastPaymentDate)
public BasicAmountType getLastPaymentAmount()
public void setLastPaymentAmount(BasicAmountType lastPaymentAmount)
Copyright © 2015. All Rights Reserved.