Package com.increase.api.services.async
Interface InboundWireTransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundWireTransferServiceAsync.WithRawResponseA view of InboundWireTransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract InboundWireTransferServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<HttpResponseFor<InboundWireTransfer>> retrieve(String inboundWireTransferId)
Returns a raw HTTP response for
get /inbound_wire_transfers/{inbound_wire_transfer_id}, but is otherwise the same as InboundWireTransferServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<InboundWireTransfer>> retrieve(String inboundWireTransferId, InboundWireTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<InboundWireTransfer>> retrieve(String inboundWireTransferId, InboundWireTransferRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<InboundWireTransfer>> retrieve(InboundWireTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<InboundWireTransfer>> retrieve(InboundWireTransferRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<InboundWireTransfer>> retrieve(String inboundWireTransferId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<InboundWireTransferListPageAsync>> list()
Returns a raw HTTP response for
get /inbound_wire_transfers, but is otherwise the same as InboundWireTransferServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<InboundWireTransferListPageAsync>> list(InboundWireTransferListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<InboundWireTransferListPageAsync>> list(InboundWireTransferListParams params)
-
list
CompletableFuture<HttpResponseFor<InboundWireTransferListPageAsync>> list(RequestOptions requestOptions)
-
reverse
CompletableFuture<HttpResponseFor<InboundWireTransfer>> reverse(String inboundWireTransferId, InboundWireTransferReverseParams params)
Returns a raw HTTP response for
post /inbound_wire_transfers/{inbound_wire_transfer_id}/reverse, but is otherwise the same as InboundWireTransferServiceAsync.reverse.
-
reverse
CompletableFuture<HttpResponseFor<InboundWireTransfer>> reverse(String inboundWireTransferId, InboundWireTransferReverseParams params, RequestOptions requestOptions)
-
reverse
CompletableFuture<HttpResponseFor<InboundWireTransfer>> reverse(InboundWireTransferReverseParams params)
-
reverse
abstract CompletableFuture<HttpResponseFor<InboundWireTransfer>> reverse(InboundWireTransferReverseParams params, RequestOptions requestOptions)
-
-
-
-