public class PaymentHistory extends PayPalModel
| Constructor and Description |
|---|
PaymentHistory()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getCount()
Number of items returned in each range of results.
|
java.lang.String |
getNextId()
Identifier of the next element to get the next range of results.
|
java.util.List<Payment> |
getPayments()
A list of Payment resources
|
int |
hashCode() |
PaymentHistory |
setCount(int count)
Number of items returned in each range of results.
|
PaymentHistory |
setNextId(java.lang.String nextId)
Identifier of the next element to get the next range of results.
|
PaymentHistory |
setPayments(java.util.List<Payment> payments)
A list of Payment resources
|
toJSON, toStringpublic java.util.List<Payment> getPayments()
public int getCount()
public java.lang.String getNextId()
public PaymentHistory setPayments(java.util.List<Payment> payments)
public PaymentHistory setCount(int count)
public PaymentHistory setNextId(java.lang.String nextId)
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