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
Modifier and Type Method Description CompletableFuture<HttpResponseFor<IntrafiBalance>>intrafiBalance(IntrafiBalanceIntrafiBalanceParams params)Returns a raw HTTP response for get /accounts/{account_id}/intrafi_balance, but is otherwise the same as IntrafiBalanceServiceAsync.intrafiBalance.abstract CompletableFuture<HttpResponseFor<IntrafiBalance>>intrafiBalance(IntrafiBalanceIntrafiBalanceParams params, RequestOptions requestOptions)-
-
Method Detail
-
intrafiBalance
@MustBeClosed() CompletableFuture<HttpResponseFor<IntrafiBalance>> intrafiBalance(IntrafiBalanceIntrafiBalanceParams params)
Returns a raw HTTP response for
get /accounts/{account_id}/intrafi_balance, but is otherwise the same as IntrafiBalanceServiceAsync.intrafiBalance.
-
intrafiBalance
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<IntrafiBalance>> intrafiBalance(IntrafiBalanceIntrafiBalanceParams params, RequestOptions requestOptions)
-
-
-
-