public class AgreementDetails extends PayPalModel
| Constructor and Description |
|---|
AgreementDetails()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
equals, hashCode, toJSON, toStringpublic 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()
Copyright © 2015. All Rights Reserved.