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
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>>complete(SimulationRealTimePaymentsTransferCompleteParams params, RequestOptions requestOptions)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.abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>>complete(SimulationRealTimePaymentsTransferCompleteParams params)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.-
-
Method Detail
-
complete
abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> complete(SimulationRealTimePaymentsTransferCompleteParams params, RequestOptions requestOptions)
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
abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> complete(SimulationRealTimePaymentsTransferCompleteParams params)
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.
-
-
-
-