Class InboundWireTransferServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.simulations.InboundWireTransferService.WithRawResponse
public final class InboundWireTransferServiceImpl.WithRawResponseImpl implements InboundWireTransferService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<InboundWireTransfer>create(SimulationInboundWireTransferCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/inbound_wire_transfers, but is otherwise the same as InboundWireTransferService.create.-
-
Method Detail
-
create
HttpResponseFor<InboundWireTransfer> create(SimulationInboundWireTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/inbound_wire_transfers, but is otherwise the same as InboundWireTransferService.create.
-
-
-
-