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 CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>>complete(RealTimePaymentsTransferCompleteParams 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.abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>>complete(RealTimePaymentsTransferCompleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
complete
@MustBeClosed() CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> complete(RealTimePaymentsTransferCompleteParams 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.
-
complete
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<RealTimePaymentsTransfer>> complete(RealTimePaymentsTransferCompleteParams params, RequestOptions requestOptions)
-
-
-
-