Package com.increase.api.services.async
Class AccountTransferServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.AccountTransferServiceAsync.WithRawResponse
public final class AccountTransferServiceAsyncImpl.WithRawResponseImpl implements AccountTransferServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<AccountTransfer>>create(AccountTransferCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /account_transfers, but is otherwise the same as AccountTransferServiceAsync.create.CompletableFuture<HttpResponseFor<AccountTransfer>>retrieve(AccountTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /account_transfers/{account_transfer_id}, but is otherwise the same as AccountTransferServiceAsync.retrieve.CompletableFuture<HttpResponseFor<AccountTransferListPageAsync>>list(AccountTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /account_transfers, but is otherwise the same as AccountTransferServiceAsync.list.CompletableFuture<HttpResponseFor<AccountTransfer>>approve(AccountTransferApproveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /account_transfers/{account_transfer_id}/approve, but is otherwise the same as AccountTransferServiceAsync.approve.CompletableFuture<HttpResponseFor<AccountTransfer>>cancel(AccountTransferCancelParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /account_transfers/{account_transfer_id}/cancel, but is otherwise the same as AccountTransferServiceAsync.cancel.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<AccountTransfer>> create(AccountTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /account_transfers, but is otherwise the same as AccountTransferServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<AccountTransfer>> retrieve(AccountTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /account_transfers/{account_transfer_id}, but is otherwise the same as AccountTransferServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<AccountTransferListPageAsync>> list(AccountTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /account_transfers, but is otherwise the same as AccountTransferServiceAsync.list.
-
approve
CompletableFuture<HttpResponseFor<AccountTransfer>> approve(AccountTransferApproveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /account_transfers/{account_transfer_id}/approve, but is otherwise the same as AccountTransferServiceAsync.approve.
-
cancel
CompletableFuture<HttpResponseFor<AccountTransfer>> cancel(AccountTransferCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /account_transfers/{account_transfer_id}/cancel, but is otherwise the same as AccountTransferServiceAsync.cancel.
-
-
-
-