Class InboundWireDrawdownRequestServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.simulations.InboundWireDrawdownRequestServiceAsync.WithRawResponse
public final class InboundWireDrawdownRequestServiceAsyncImpl.WithRawResponseImpl implements InboundWireDrawdownRequestServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<InboundWireDrawdownRequest>>create(SimulationInboundWireDrawdownRequestCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/inbound_wire_drawdown_requests, but is otherwise the same as InboundWireDrawdownRequestServiceAsync.create.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<InboundWireDrawdownRequest>> create(SimulationInboundWireDrawdownRequestCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/inbound_wire_drawdown_requests, but is otherwise the same as InboundWireDrawdownRequestServiceAsync.create.
-
-
-
-