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