Package com.increase.api.services.async
Class AchTransferServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.AchTransferServiceAsync.WithRawResponse
public final class AchTransferServiceAsyncImpl.WithRawResponseImpl implements AchTransferServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<AchTransfer>>create(AchTransferCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /ach_transfers, but is otherwise the same as AchTransferServiceAsync.create.CompletableFuture<HttpResponseFor<AchTransfer>>retrieve(AchTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /ach_transfers/{ach_transfer_id}, but is otherwise the same as AchTransferServiceAsync.retrieve.CompletableFuture<HttpResponseFor<AchTransferListPageAsync>>list(AchTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /ach_transfers, but is otherwise the same as AchTransferServiceAsync.list.CompletableFuture<HttpResponseFor<AchTransfer>>approve(AchTransferApproveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /ach_transfers/{ach_transfer_id}/approve, but is otherwise the same as AchTransferServiceAsync.approve.CompletableFuture<HttpResponseFor<AchTransfer>>cancel(AchTransferCancelParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /ach_transfers/{ach_transfer_id}/cancel, but is otherwise the same as AchTransferServiceAsync.cancel.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<AchTransfer>> create(AchTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /ach_transfers, but is otherwise the same as AchTransferServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<AchTransfer>> retrieve(AchTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /ach_transfers/{ach_transfer_id}, but is otherwise the same as AchTransferServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<AchTransferListPageAsync>> list(AchTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /ach_transfers, but is otherwise the same as AchTransferServiceAsync.list.
-
approve
CompletableFuture<HttpResponseFor<AchTransfer>> approve(AchTransferApproveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /ach_transfers/{ach_transfer_id}/approve, but is otherwise the same as AchTransferServiceAsync.approve.
-
cancel
CompletableFuture<HttpResponseFor<AchTransfer>> cancel(AchTransferCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /ach_transfers/{ach_transfer_id}/cancel, but is otherwise the same as AchTransferServiceAsync.cancel.
-
-
-
-