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)Returns a raw HTTP response for post /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferServiceAsync.create.CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>>retrieve(RealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /real_time_payments_transfers/{real_time_payments_transfer_id}, but is otherwise the same as RealTimePaymentsTransferServiceAsync.retrieve.CompletableFuture<HttpResponseFor<RealTimePaymentsTransferListPageAsync>>list(RealTimePaymentsTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferServiceAsync.list.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> create(RealTimePaymentsTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> retrieve(RealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /real_time_payments_transfers/{real_time_payments_transfer_id}, but is otherwise the same as RealTimePaymentsTransferServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<RealTimePaymentsTransferListPageAsync>> list(RealTimePaymentsTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferServiceAsync.list.
-
-
-
-