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,
RequestOptions options) |
static Customer |
Customer.create(Map<String,Object> params,
String apiKey)
Deprecated.
|
static Customer |
Customer.retrieve(String id) |
static Customer |
Customer.retrieve(String id,
RequestOptions options) |
static Customer |
Customer.retrieve(String id,
String apiKey)
Deprecated.
|
Customer |
Customer.update(Map<String,Object> params) |
Customer |
Customer.update(Map<String,Object> params,
RequestOptions options) |
Customer |
Customer.update(Map<String,Object> params,
String apiKey)
Deprecated.
|
Copyright © 2016 Stripe. All rights reserved.