Class InvoiceListResponse

java.lang.Object
br.com.moip.response.InvoiceListResponse

public class InvoiceListResponse
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String NEXT  
    static java.lang.String PREVIOUS  
  • Constructor Summary

    Constructors 
    Constructor Description
    InvoiceListResponse()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<Invoice> getInvoices()  
    Summary getSummary()  
    java.lang.String next()  
    java.lang.String previous()  
    void setInvoices​(java.util.List<Invoice> invoices)  
    void setSummary​(Summary summary)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait