| Package | Description |
|---|---|
| com.stripe.model |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerCollection.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerCollection.setData(List<Customer> data) |
Copyright © 2014 Stripe. All rights reserved.