public class LiveStripeResponseGetter extends Object implements StripeResponseGetter
| Constructor and Description |
|---|
LiveStripeResponseGetter() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
request(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
Class<T> clazz,
APIResource.RequestType type,
RequestOptions options) |
public <T> T request(APIResource.RequestMethod method, String url, Map<String,Object> params, Class<T> clazz, APIResource.RequestType type, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
request in interface StripeResponseGetterAuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionCardExceptionAPIExceptionCopyright © 2016 Stripe. All rights reserved.