public class PaymentHistory extends PayPalModel
| Constructor and Description |
|---|
PaymentHistory()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
equals, hashCode, toJSON, toStringpublic PaymentHistory setPayments(List<Payment> payments)
public PaymentHistory setCount(int count)
public int getCount()
public PaymentHistory setNextId(String nextId)
public String getNextId()
Copyright © 2015. All Rights Reserved.