|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.Invoices
public class Invoices
| Constructor Summary | |
|---|---|
Invoices()
Default Constructor |
|
| Method Summary | |
|---|---|
List<Invoice> |
getInvoices()
Getter for invoices |
int |
getTotalCount()
Getter for totalCount |
Invoices |
setInvoices(List<Invoice> invoices)
Setter for invoices |
Invoices |
setTotalCount(int totalCount)
Setter for totalCount |
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 Invoices()
| Method Detail |
|---|
public Invoices setTotalCount(int totalCount)
public int getTotalCount()
public Invoices setInvoices(List<Invoice> invoices)
public List<Invoice> getInvoices()
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 | |||||||||