Interface RoutingNumberService.WithRawResponse
-
- All Implemented Interfaces:
public interface RoutingNumberService.WithRawResponseA view of RoutingNumberService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<RoutingNumberListPage>list(RoutingNumberListParams params)Returns a raw HTTP response for get /routing_numbers, but is otherwise the same as RoutingNumberService.list.abstract HttpResponseFor<RoutingNumberListPage>list(RoutingNumberListParams params, RequestOptions requestOptions)-
-
Method Detail
-
list
@MustBeClosed() HttpResponseFor<RoutingNumberListPage> list(RoutingNumberListParams params)
Returns a raw HTTP response for
get /routing_numbers, but is otherwise the same as RoutingNumberService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<RoutingNumberListPage> list(RoutingNumberListParams params, RequestOptions requestOptions)
-
-
-
-