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.create(Map<String,Object> params)
           
static Invoice Invoice.create(Map<String,Object> params, String apiKey)
           
 Invoice Invoice.pay()
           
 Invoice Invoice.pay(String apiKey)
           
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)
           
 Invoice Invoice.update(Map<String,Object> params)
           
 Invoice Invoice.update(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 © 2014 Stripe. All rights reserved.