Package com.increase.api.services.async
Interface RealTimePaymentsTransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface RealTimePaymentsTransferServiceAsync.WithRawResponseA view of RealTimePaymentsTransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
create
@MustBeClosed() CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> create(RealTimePaymentsTransferCreateParams params)
Returns a raw HTTP response for
post /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferServiceAsync.create.
-
create
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> create(RealTimePaymentsTransferCreateParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> retrieve(RealTimePaymentsTransferRetrieveParams params)
Returns a raw HTTP response for
get /real_time_payments_transfers/{real_time_payments_transfer_id}, but is otherwise the same as RealTimePaymentsTransferServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> retrieve(RealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<RealTimePaymentsTransferListPageAsync>> list()
Returns a raw HTTP response for
get /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransferListPageAsync>> list(RealTimePaymentsTransferListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<RealTimePaymentsTransferListPageAsync>> list(RealTimePaymentsTransferListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<RealTimePaymentsTransferListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-