Class IntrafiBalanceServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.IntrafiBalanceService.WithRawResponse
public final class IntrafiBalanceServiceImpl.WithRawResponseImpl implements IntrafiBalanceService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<IntrafiBalance>intrafiBalance(IntrafiBalanceIntrafiBalanceParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /accounts/{account_id}/intrafi_balance, but is otherwise the same as IntrafiBalanceService.intrafiBalance.-
-
Method Detail
-
intrafiBalance
HttpResponseFor<IntrafiBalance> intrafiBalance(IntrafiBalanceIntrafiBalanceParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /accounts/{account_id}/intrafi_balance, but is otherwise the same as IntrafiBalanceService.intrafiBalance.
-
-
-
-