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
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundWireTransfer>> retrieve(InboundWireTransferRetrieveParams params)
Returns a raw HTTP response for
get /inbound_wire_transfers/{inbound_wire_transfer_id}, but is otherwise the same as InboundWireTransferServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundWireTransfer>> retrieve(InboundWireTransferRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundWireTransferListPageAsync>> list()
Returns a raw HTTP response for
get /inbound_wire_transfers, but is otherwise the same as InboundWireTransferServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundWireTransferListPageAsync>> list(InboundWireTransferListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundWireTransferListPageAsync>> list(InboundWireTransferListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundWireTransferListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-