Uses of Class
com.stripe.model.Customer

Packages that use Customer
com.stripe.model   
 

Uses of Customer in com.stripe.model
 

Methods in com.stripe.model that return Customer
static Customer Customer.create(Map<String,Object> params)
           
static Customer Customer.retrieve(String id)
           
 Customer Customer.update(Map<String,Object> params)
           
 

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

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



Copyright © 2011 Stripe. All Rights Reserved.