Interface InboundWireDrawdownRequestService.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundWireDrawdownRequestService.WithRawResponseA view of InboundWireDrawdownRequestService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract HttpResponseFor<InboundWireDrawdownRequest>create(SimulationInboundWireDrawdownRequestCreateParams params)Returns a raw HTTP response for post /simulations/inbound_wire_drawdown_requests, but is otherwise the same as InboundWireDrawdownRequestService.create.-
-
Method Detail
-
create
abstract 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.
-
create
abstract HttpResponseFor<InboundWireDrawdownRequest> create(SimulationInboundWireDrawdownRequestCreateParams params)
Returns a raw HTTP response for
post /simulations/inbound_wire_drawdown_requests, but is otherwise the same as InboundWireDrawdownRequestService.create.
-
-
-
-