Uses of Class
com.stripe.model.Invoice

Packages that use Invoice
com.stripe.model   
 

Uses of Invoice in com.stripe.model
 

Methods in com.stripe.model that return Invoice
static Invoice Invoice.retrieve(String id)
           
static Invoice Invoice.retrieve(String id, String apiKey)
           
static Invoice Invoice.upcoming(Map<String,Object> params)
           
static Invoice Invoice.upcoming(Map<String,Object> params, String apiKey)
           
 

Methods in com.stripe.model that return types with arguments of type Invoice
 List<Invoice> InvoiceCollection.getData()
           
 

Method parameters in com.stripe.model with type arguments of type Invoice
 void InvoiceCollection.setData(List<Invoice> data)
           
 



Copyright © 2012 Stripe. All Rights Reserved.