Class InboundWireTransferServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.simulations.InboundWireTransferServiceAsync.WithRawResponse
public final class InboundWireTransferServiceAsyncImpl.WithRawResponseImpl implements InboundWireTransferServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description 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.-
-
Method Detail
-
create
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.
-
-
-
-