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