com.chargebee.models
Class Invoice.InvoiceListRequest

java.lang.Object
  extended by com.chargebee.internal.RequestBase<U>
      extended by com.chargebee.internal.ListRequest<Invoice.InvoiceListRequest>
          extended by com.chargebee.models.Invoice.InvoiceListRequest
Enclosing class:
Invoice

public static class Invoice.InvoiceListRequest
extends ListRequest<Invoice.InvoiceListRequest>


Field Summary
 
Fields inherited from class com.chargebee.internal.RequestBase
headers, params, uri
 
Method Summary
 Invoice.InvoiceListRequest limit(Integer limit)
           
 Invoice.InvoiceListRequest offset(String offset)
           
 Invoice.InvoiceListRequest paidOnAfter(Timestamp paidOnAfter)
           
 Params params()
           
 
Methods inherited from class com.chargebee.internal.ListRequest
limit, request, request
 
Methods inherited from class com.chargebee.internal.RequestBase
header
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

limit

public Invoice.InvoiceListRequest limit(Integer limit)

offset

public Invoice.InvoiceListRequest offset(String offset)
Overrides:
offset in class ListRequest<Invoice.InvoiceListRequest>

paidOnAfter

public Invoice.InvoiceListRequest paidOnAfter(Timestamp paidOnAfter)

params

public Params params()
Overrides:
params in class RequestBase<Invoice.InvoiceListRequest>


Copyright © 2015 ChargeBee. All Rights Reserved.