public class AgreementDetails extends PayPalModel
| Constructor and Description |
|---|
AgreementDetails()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCyclesCompleted()
Number of cycles completed for this agreement.
|
java.lang.String |
getCyclesRemaining()
Number of cycles remaining for this agreement.
|
java.lang.String |
getFailedPaymentCount()
Total number of failed payments for this agreement.
|
java.lang.String |
getFinalPaymentDate()
Last payment date for this agreement, represented as 2015-02-19T10:00:00Z format.
|
Currency |
getLastPaymentAmount()
Last payment amount for this agreement.
|
java.lang.String |
getLastPaymentDate()
Last payment date for this agreement, represented as 2014-06-09T09:42:31Z format.
|
java.lang.String |
getNextBillingDate()
The next billing date for this agreement, represented as 2014-02-19T10:00:00Z format.
|
Currency |
getOutstandingBalance()
The outstanding balance for this agreement.
|
int |
hashCode() |
AgreementDetails |
setCyclesCompleted(java.lang.String cyclesCompleted)
Number of cycles completed for this agreement.
|
AgreementDetails |
setCyclesRemaining(java.lang.String cyclesRemaining)
Number of cycles remaining for this agreement.
|
AgreementDetails |
setFailedPaymentCount(java.lang.String failedPaymentCount)
Total number of failed payments for this agreement.
|
AgreementDetails |
setFinalPaymentDate(java.lang.String finalPaymentDate)
Last payment date for this agreement, represented as 2015-02-19T10:00:00Z format.
|
AgreementDetails |
setLastPaymentAmount(Currency lastPaymentAmount)
Last payment amount for this agreement.
|
AgreementDetails |
setLastPaymentDate(java.lang.String lastPaymentDate)
Last payment date for this agreement, represented as 2014-06-09T09:42:31Z format.
|
AgreementDetails |
setNextBillingDate(java.lang.String nextBillingDate)
The next billing date for this agreement, represented as 2014-02-19T10:00:00Z format.
|
AgreementDetails |
setOutstandingBalance(Currency outstandingBalance)
The outstanding balance for this agreement.
|
toJSON, toStringpublic Currency getOutstandingBalance()
public java.lang.String getCyclesRemaining()
public java.lang.String getCyclesCompleted()
public java.lang.String getNextBillingDate()
public java.lang.String getLastPaymentDate()
public Currency getLastPaymentAmount()
public java.lang.String getFinalPaymentDate()
public java.lang.String getFailedPaymentCount()
public AgreementDetails setOutstandingBalance(Currency outstandingBalance)
public AgreementDetails setCyclesRemaining(java.lang.String cyclesRemaining)
public AgreementDetails setCyclesCompleted(java.lang.String cyclesCompleted)
public AgreementDetails setNextBillingDate(java.lang.String nextBillingDate)
public AgreementDetails setLastPaymentDate(java.lang.String lastPaymentDate)
public AgreementDetails setLastPaymentAmount(Currency lastPaymentAmount)
public AgreementDetails setFinalPaymentDate(java.lang.String finalPaymentDate)
public AgreementDetails setFailedPaymentCount(java.lang.String failedPaymentCount)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel