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.create(Map<String,Object> params, String apiKey)
           
static Customer Customer.retrieve(String id)
           
static Customer Customer.retrieve(String id, String apiKey)
           
 Customer Customer.update(Map<String,Object> params)
           
 Customer Customer.update(Map<String,Object> params, String apiKey)
           
 



Copyright © 2014 Stripe. All rights reserved.