|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.PaymentHistory
public class PaymentHistory
| Constructor Summary | |
|---|---|
PaymentHistory()
Default Constructor |
|
| Method Summary | |
|---|---|
int |
getCount()
Getter for count |
String |
getNextId()
Getter for nextId |
List<Payment> |
getPayments()
Getter for payments |
PaymentHistory |
setCount(int count)
Setter for count |
PaymentHistory |
setNextId(String nextId)
Setter for nextId |
PaymentHistory |
setPayments(List<Payment> payments)
Setter for payments |
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 PaymentHistory()
| Method Detail |
|---|
public PaymentHistory setPayments(List<Payment> payments)
public List<Payment> getPayments()
public PaymentHistory setCount(int count)
public int getCount()
public PaymentHistory setNextId(String nextId)
public String getNextId()
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 | |||||||||