public interface StripeResponseGetter
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) |
<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
Copyright © 2015 Stripe. All rights reserved.