Interface RealTimePaymentsTransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface RealTimePaymentsTransferService.WithRawResponseA view of RealTimePaymentsTransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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 RealTimePaymentsTransferService.complete.abstract 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 RealTimePaymentsTransferService.complete.-
-
Method Detail
-
complete
abstract 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 RealTimePaymentsTransferService.complete.
-
complete
abstract 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 RealTimePaymentsTransferService.complete.
-
-
-
-