|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.AgreementDetails
public class AgreementDetails
| Constructor Summary | |
|---|---|
AgreementDetails()
Default Constructor |
|
| Method Summary | |
|---|---|
String |
getCyclesCompleted()
Getter for cyclesCompleted |
String |
getCyclesRemaining()
Getter for cyclesRemaining |
String |
getFailedPaymentCount()
Getter for failedPaymentCount |
String |
getFinalPaymentDate()
Getter for finalPaymentDate |
Currency |
getLastPaymentAmount()
Getter for lastPaymentAmount |
String |
getLastPaymentDate()
Getter for lastPaymentDate |
String |
getNextBillingDate()
Getter for nextBillingDate |
Currency |
getOutstandingBalance()
Getter for outstandingBalance |
AgreementDetails |
setCyclesCompleted(String cyclesCompleted)
Setter for cyclesCompleted |
AgreementDetails |
setCyclesRemaining(String cyclesRemaining)
Setter for cyclesRemaining |
AgreementDetails |
setFailedPaymentCount(String failedPaymentCount)
Setter for failedPaymentCount |
AgreementDetails |
setFinalPaymentDate(String finalPaymentDate)
Setter for finalPaymentDate |
AgreementDetails |
setLastPaymentAmount(Currency lastPaymentAmount)
Setter for lastPaymentAmount |
AgreementDetails |
setLastPaymentDate(String lastPaymentDate)
Setter for lastPaymentDate |
AgreementDetails |
setNextBillingDate(String nextBillingDate)
Setter for nextBillingDate |
AgreementDetails |
setOutstandingBalance(Currency outstandingBalance)
Setter for outstandingBalance |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AgreementDetails()
| Method Detail |
|---|
public AgreementDetails setOutstandingBalance(Currency outstandingBalance)
public Currency getOutstandingBalance()
public AgreementDetails setCyclesRemaining(String cyclesRemaining)
public String getCyclesRemaining()
public AgreementDetails setCyclesCompleted(String cyclesCompleted)
public String getCyclesCompleted()
public AgreementDetails setNextBillingDate(String nextBillingDate)
public String getNextBillingDate()
public AgreementDetails setLastPaymentDate(String lastPaymentDate)
public String getLastPaymentDate()
public AgreementDetails setLastPaymentAmount(Currency lastPaymentAmount)
public Currency getLastPaymentAmount()
public AgreementDetails setFinalPaymentDate(String finalPaymentDate)
public String getFinalPaymentDate()
public AgreementDetails setFailedPaymentCount(String failedPaymentCount)
public String getFailedPaymentCount()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||