Package com.increase.api.services.async
Interface IntrafiBalanceServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface IntrafiBalanceServiceAsync.WithRawResponseA view of IntrafiBalanceServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract IntrafiBalanceServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
intrafiBalance
CompletableFuture<HttpResponseFor<IntrafiBalance>> intrafiBalance(String accountId)
Returns a raw HTTP response for
get /accounts/{account_id}/intrafi_balance, but is otherwise the same as IntrafiBalanceServiceAsync.intrafiBalance.
-
intrafiBalance
CompletableFuture<HttpResponseFor<IntrafiBalance>> intrafiBalance(String accountId, IntrafiBalanceIntrafiBalanceParams params, RequestOptions requestOptions)
-
intrafiBalance
CompletableFuture<HttpResponseFor<IntrafiBalance>> intrafiBalance(String accountId, IntrafiBalanceIntrafiBalanceParams params)
-
intrafiBalance
abstract CompletableFuture<HttpResponseFor<IntrafiBalance>> intrafiBalance(IntrafiBalanceIntrafiBalanceParams params, RequestOptions requestOptions)
-
intrafiBalance
CompletableFuture<HttpResponseFor<IntrafiBalance>> intrafiBalance(IntrafiBalanceIntrafiBalanceParams params)
-
intrafiBalance
CompletableFuture<HttpResponseFor<IntrafiBalance>> intrafiBalance(String accountId, RequestOptions requestOptions)
-
-
-
-