Interface AccountTransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface AccountTransferServiceAsync.WithRawResponseA view of AccountTransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<AccountTransfer>>complete(SimulationAccountTransferCompleteParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/account_transfers/{account_transfer_id}/complete, but is otherwise the same as AccountTransferServiceAsync.complete.abstract CompletableFuture<HttpResponseFor<AccountTransfer>>complete(SimulationAccountTransferCompleteParams params)Returns a raw HTTP response for post /simulations/account_transfers/{account_transfer_id}/complete, but is otherwise the same as AccountTransferServiceAsync.complete.-
-
Method Detail
-
complete
abstract CompletableFuture<HttpResponseFor<AccountTransfer>> complete(SimulationAccountTransferCompleteParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/account_transfers/{account_transfer_id}/complete, but is otherwise the same as AccountTransferServiceAsync.complete.
-
complete
abstract CompletableFuture<HttpResponseFor<AccountTransfer>> complete(SimulationAccountTransferCompleteParams params)
Returns a raw HTTP response for
post /simulations/account_transfers/{account_transfer_id}/complete, but is otherwise the same as AccountTransferServiceAsync.complete.
-
-
-
-