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 CompletableFuture<HttpResponseFor<AccountTransfer>>complete(AccountTransferCompleteParams params)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(AccountTransferCompleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
complete
@MustBeClosed() CompletableFuture<HttpResponseFor<AccountTransfer>> complete(AccountTransferCompleteParams params)
Returns a raw HTTP response for
post /simulations/account_transfers/{account_transfer_id}/complete, but is otherwise the same as AccountTransferServiceAsync.complete.
-
complete
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<AccountTransfer>> complete(AccountTransferCompleteParams params, RequestOptions requestOptions)
-
-
-
-