Package com.increase.api.services.async
Class RealTimePaymentsTransferServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.RealTimePaymentsTransferServiceAsync.WithRawResponse
public final class RealTimePaymentsTransferServiceAsyncImpl.WithRawResponseImpl implements RealTimePaymentsTransferServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>>create(RealTimePaymentsTransferCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>>retrieve(RealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<RealTimePaymentsTransferListPageAsync>>list(RealTimePaymentsTransferListParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> create(RealTimePaymentsTransferCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> retrieve(RealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<RealTimePaymentsTransferListPageAsync>> list(RealTimePaymentsTransferListParams params, RequestOptions requestOptions)
-
-
-
-