com.paypal.api.payments
Class Invoices

java.lang.Object
  extended by com.paypal.api.payments.Invoices

public class Invoices
extends Object


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

Invoices

public Invoices()
Default Constructor

Method Detail

setTotalCount

public Invoices setTotalCount(int totalCount)
Setter for totalCount


getTotalCount

public int getTotalCount()
Getter for totalCount


setInvoices

public Invoices setInvoices(List<Invoice> invoices)
Setter for invoices


getInvoices

public List<Invoice> getInvoices()
Getter for invoices


toJSON

public String toJSON()
Returns a JSON string corresponding to object state

Returns:
JSON representation

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All Rights Reserved.