Interface InboundRealTimePaymentsTransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundRealTimePaymentsTransferService.WithRawResponseA view of InboundRealTimePaymentsTransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<InboundRealTimePaymentsTransfer>create(SimulationInboundRealTimePaymentsTransferCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferService.create.abstract HttpResponseFor<InboundRealTimePaymentsTransfer>create(SimulationInboundRealTimePaymentsTransferCreateParams params)Returns a raw HTTP response for post /simulations/inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferService.create.-
-
Method Detail
-
create
abstract HttpResponseFor<InboundRealTimePaymentsTransfer> create(SimulationInboundRealTimePaymentsTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferService.create.
-
create
abstract HttpResponseFor<InboundRealTimePaymentsTransfer> create(SimulationInboundRealTimePaymentsTransferCreateParams params)
Returns a raw HTTP response for
post /simulations/inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferService.create.
-
-
-
-