| Package | Description |
|---|---|
| com.stripe.net |
| Modifier and Type | Method and Description |
|---|---|
static APIResource.RequestType |
APIResource.RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIResource.RequestType[] |
APIResource.RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
StripeResponseGetter.request(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
Class<T> clazz,
APIResource.RequestType type,
RequestOptions options) |
<T> T |
LiveStripeResponseGetter.request(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
Class<T> clazz,
APIResource.RequestType type,
RequestOptions options) |
Copyright © 2016 Stripe. All rights reserved.