public class Invoices extends PayPalModel
| Constructor and Description |
|---|
Invoices()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<Invoice> |
getInvoices()
List of invoices belonging to a merchant.
|
int |
getTotalCount() |
int |
hashCode() |
Invoices |
setInvoices(java.util.List<Invoice> invoices)
List of invoices belonging to a merchant.
|
Invoices |
setTotalCount(int totalCount) |
toJSON, toStringpublic int getTotalCount()
public java.util.List<Invoice> getInvoices()
public Invoices setTotalCount(int totalCount)
public Invoices setInvoices(java.util.List<Invoice> invoices)
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