Interface InboundAchTransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundAchTransferService.WithRawResponseA view of InboundAchTransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<InboundAchTransfer>create(SimulationInboundAchTransferCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.create.abstract HttpResponseFor<InboundAchTransfer>create(SimulationInboundAchTransferCreateParams params)Returns a raw HTTP response for post /simulations/inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.create.-
-
Method Detail
-
create
abstract HttpResponseFor<InboundAchTransfer> create(SimulationInboundAchTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.create.
-
create
abstract HttpResponseFor<InboundAchTransfer> create(SimulationInboundAchTransferCreateParams params)
Returns a raw HTTP response for
post /simulations/inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.create.
-
-
-
-