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
-
-
Method Detail
-
withOptions
abstract AccountTransferServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
complete
CompletableFuture<HttpResponseFor<AccountTransfer>> complete(String accountTransferId)
Returns a raw HTTP response for
post /simulations/account_transfers/{account_transfer_id}/complete, but is otherwise the same as AccountTransferServiceAsync.complete.
-
complete
CompletableFuture<HttpResponseFor<AccountTransfer>> complete(String accountTransferId, AccountTransferCompleteParams params, RequestOptions requestOptions)
-
complete
CompletableFuture<HttpResponseFor<AccountTransfer>> complete(String accountTransferId, AccountTransferCompleteParams params)
-
complete
abstract CompletableFuture<HttpResponseFor<AccountTransfer>> complete(AccountTransferCompleteParams params, RequestOptions requestOptions)
-
complete
CompletableFuture<HttpResponseFor<AccountTransfer>> complete(AccountTransferCompleteParams params)
-
complete
CompletableFuture<HttpResponseFor<AccountTransfer>> complete(String accountTransferId, RequestOptions requestOptions)
-
-
-
-