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
-
withOptions
abstract RealTimePaymentsTransferServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
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
abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> create(RealTimePaymentsTransferCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> retrieve(String realTimePaymentsTransferId)
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
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> retrieve(String realTimePaymentsTransferId, RealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> retrieve(String realTimePaymentsTransferId, RealTimePaymentsTransferRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> retrieve(RealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> retrieve(RealTimePaymentsTransferRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> retrieve(String realTimePaymentsTransferId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<RealTimePaymentsTransferListPageAsync>> list()
Returns a raw HTTP response for
get /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransferListPageAsync>> list(RealTimePaymentsTransferListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<RealTimePaymentsTransferListPageAsync>> list(RealTimePaymentsTransferListParams params)
-
list
CompletableFuture<HttpResponseFor<RealTimePaymentsTransferListPageAsync>> list(RequestOptions requestOptions)
-
approve
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> approve(String realTimePaymentsTransferId)
Returns a raw HTTP response for
post /real_time_payments_transfers/{real_time_payments_transfer_id}/approve, but is otherwise the same as RealTimePaymentsTransferServiceAsync.approve.
-
approve
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> approve(String realTimePaymentsTransferId, RealTimePaymentsTransferApproveParams params, RequestOptions requestOptions)
-
approve
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> approve(String realTimePaymentsTransferId, RealTimePaymentsTransferApproveParams params)
-
approve
abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> approve(RealTimePaymentsTransferApproveParams params, RequestOptions requestOptions)
-
approve
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> approve(RealTimePaymentsTransferApproveParams params)
-
approve
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> approve(String realTimePaymentsTransferId, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> cancel(String realTimePaymentsTransferId)
Returns a raw HTTP response for
post /real_time_payments_transfers/{real_time_payments_transfer_id}/cancel, but is otherwise the same as RealTimePaymentsTransferServiceAsync.cancel.
-
cancel
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> cancel(String realTimePaymentsTransferId, RealTimePaymentsTransferCancelParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> cancel(String realTimePaymentsTransferId, RealTimePaymentsTransferCancelParams params)
-
cancel
abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> cancel(RealTimePaymentsTransferCancelParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> cancel(RealTimePaymentsTransferCancelParams params)
-
cancel
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> cancel(String realTimePaymentsTransferId, RequestOptions requestOptions)
-
-
-
-