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.
-
complete
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> complete(String realTimePaymentsTransferId)
Returns a raw HTTP response for
post /simulations/real_time_payments_transfers/{real_time_payments_transfer_id}/complete, but is otherwise the same as RealTimePaymentsTransferServiceAsync.complete.
-
complete
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> complete(String realTimePaymentsTransferId, RealTimePaymentsTransferCompleteParams params, RequestOptions requestOptions)
-
complete
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> complete(String realTimePaymentsTransferId, RealTimePaymentsTransferCompleteParams params)
-
complete
abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> complete(RealTimePaymentsTransferCompleteParams params, RequestOptions requestOptions)
-
complete
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> complete(RealTimePaymentsTransferCompleteParams params)
-
complete
CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> complete(String realTimePaymentsTransferId, RequestOptions requestOptions)
-
-
-
-