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