Package com.increase.api.services.async
Class WireTransferServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.WireTransferServiceAsync.WithRawResponse
public final class WireTransferServiceAsyncImpl.WithRawResponseImpl implements WireTransferServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<WireTransfer>>create(WireTransferCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /wire_transfers, but is otherwise the same as WireTransferServiceAsync.create.CompletableFuture<HttpResponseFor<WireTransfer>>retrieve(WireTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /wire_transfers/{wire_transfer_id}, but is otherwise the same as WireTransferServiceAsync.retrieve.CompletableFuture<HttpResponseFor<WireTransferListPageAsync>>list(WireTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /wire_transfers, but is otherwise the same as WireTransferServiceAsync.list.CompletableFuture<HttpResponseFor<WireTransfer>>approve(WireTransferApproveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /wire_transfers/{wire_transfer_id}/approve, but is otherwise the same as WireTransferServiceAsync.approve.CompletableFuture<HttpResponseFor<WireTransfer>>cancel(WireTransferCancelParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /wire_transfers/{wire_transfer_id}/cancel, but is otherwise the same as WireTransferServiceAsync.cancel.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<WireTransfer>> create(WireTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /wire_transfers, but is otherwise the same as WireTransferServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<WireTransfer>> retrieve(WireTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /wire_transfers/{wire_transfer_id}, but is otherwise the same as WireTransferServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<WireTransferListPageAsync>> list(WireTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /wire_transfers, but is otherwise the same as WireTransferServiceAsync.list.
-
approve
CompletableFuture<HttpResponseFor<WireTransfer>> approve(WireTransferApproveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /wire_transfers/{wire_transfer_id}/approve, but is otherwise the same as WireTransferServiceAsync.approve.
-
cancel
CompletableFuture<HttpResponseFor<WireTransfer>> cancel(WireTransferCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /wire_transfers/{wire_transfer_id}/cancel, but is otherwise the same as WireTransferServiceAsync.cancel.
-
-
-
-