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