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