Interface IntrafiBalanceService.WithRawResponse
-
- All Implemented Interfaces:
public interface IntrafiBalanceService.WithRawResponseA view of IntrafiBalanceService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<IntrafiBalance>intrafiBalance(IntrafiBalanceIntrafiBalanceParams params)Returns a raw HTTP response for get /accounts/{account_id}/intrafi_balance, but is otherwise the same as IntrafiBalanceService.intrafiBalance.abstract HttpResponseFor<IntrafiBalance>intrafiBalance(IntrafiBalanceIntrafiBalanceParams params, RequestOptions requestOptions)-
-
Method Detail
-
intrafiBalance
@MustBeClosed() HttpResponseFor<IntrafiBalance> intrafiBalance(IntrafiBalanceIntrafiBalanceParams params)
Returns a raw HTTP response for
get /accounts/{account_id}/intrafi_balance, but is otherwise the same as IntrafiBalanceService.intrafiBalance.
-
intrafiBalance
@MustBeClosed() abstract HttpResponseFor<IntrafiBalance> intrafiBalance(IntrafiBalanceIntrafiBalanceParams params, RequestOptions requestOptions)
-
-
-
-