Interface WireTransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface WireTransferServiceAsync.WithRawResponseA view of WireTransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract CompletableFuture<HttpResponseFor<WireTransfer>>create(WireTransferCreateParams params)Returns a raw HTTP response for post /wire_transfers, but is otherwise the same as WireTransferServiceAsync.create.abstract 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.abstract CompletableFuture<HttpResponseFor<WireTransfer>>retrieve(WireTransferRetrieveParams params)Returns a raw HTTP response for get /wire_transfers/{wire_transfer_id}, but is otherwise the same as WireTransferServiceAsync.retrieve.abstract 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.abstract CompletableFuture<HttpResponseFor<WireTransferListPageAsync>>list(WireTransferListParams params)Returns a raw HTTP response for get /wire_transfers, but is otherwise the same as WireTransferServiceAsync.list.abstract CompletableFuture<HttpResponseFor<WireTransferListPageAsync>>list()Returns a raw HTTP response for get /wire_transfers, but is otherwise the same as WireTransferServiceAsync.list.CompletableFuture<HttpResponseFor<WireTransferListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /wire_transfers, but is otherwise the same as WireTransferServiceAsync.list.abstract 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.abstract CompletableFuture<HttpResponseFor<WireTransfer>>approve(WireTransferApproveParams params)Returns a raw HTTP response for post /wire_transfers/{wire_transfer_id}/approve, but is otherwise the same as WireTransferServiceAsync.approve.abstract 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.abstract CompletableFuture<HttpResponseFor<WireTransfer>>cancel(WireTransferCancelParams params)Returns a raw HTTP response for post /wire_transfers/{wire_transfer_id}/cancel, but is otherwise the same as WireTransferServiceAsync.cancel.-
-
Method Detail
-
create
abstract 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.
-
create
abstract CompletableFuture<HttpResponseFor<WireTransfer>> create(WireTransferCreateParams params)
Returns a raw HTTP response for
post /wire_transfers, but is otherwise the same as WireTransferServiceAsync.create.
-
retrieve
abstract 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.
-
retrieve
abstract CompletableFuture<HttpResponseFor<WireTransfer>> retrieve(WireTransferRetrieveParams params)
Returns a raw HTTP response for
get /wire_transfers/{wire_transfer_id}, but is otherwise the same as WireTransferServiceAsync.retrieve.
-
list
abstract 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.
-
list
abstract CompletableFuture<HttpResponseFor<WireTransferListPageAsync>> list(WireTransferListParams params)
Returns a raw HTTP response for
get /wire_transfers, but is otherwise the same as WireTransferServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<WireTransferListPageAsync>> list()
Returns a raw HTTP response for
get /wire_transfers, but is otherwise the same as WireTransferServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<WireTransferListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /wire_transfers, but is otherwise the same as WireTransferServiceAsync.list.
-
approve
abstract 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.
-
approve
abstract CompletableFuture<HttpResponseFor<WireTransfer>> approve(WireTransferApproveParams params)
Returns a raw HTTP response for
post /wire_transfers/{wire_transfer_id}/approve, but is otherwise the same as WireTransferServiceAsync.approve.
-
cancel
abstract 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.
-
cancel
abstract CompletableFuture<HttpResponseFor<WireTransfer>> cancel(WireTransferCancelParams params)
Returns a raw HTTP response for
post /wire_transfers/{wire_transfer_id}/cancel, but is otherwise the same as WireTransferServiceAsync.cancel.
-
-
-
-