Package com.increase.api.services.async
Class InboundWireTransferServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.InboundWireTransferServiceAsync.WithRawResponse
public final class InboundWireTransferServiceAsyncImpl.WithRawResponseImpl implements InboundWireTransferServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<InboundWireTransfer>>retrieve(InboundWireTransferRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<InboundWireTransferListPageAsync>>list(InboundWireTransferListParams params, RequestOptions requestOptions)-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<InboundWireTransfer>> retrieve(InboundWireTransferRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<InboundWireTransferListPageAsync>> list(InboundWireTransferListParams params, RequestOptions requestOptions)
-
-
-
-