Class AchTransferServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.simulations.AchTransferServiceAsync.WithRawResponse
public final class AchTransferServiceAsyncImpl.WithRawResponseImpl implements AchTransferServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<AchTransfer>>acknowledge(SimulationAchTransferAcknowledgeParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AchTransfer>>createNotificationOfChange(SimulationAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AchTransfer>>return_(SimulationAchTransferReturnParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AchTransfer>>settle(SimulationAchTransferSettleParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AchTransfer>>submit(SimulationAchTransferSubmitParams params, RequestOptions requestOptions)-
Methods inherited from class com.increase.api.services.async.simulations.AchTransferServiceAsync.WithRawResponse
acknowledge, createNotificationOfChange, return_, settle, submit -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
acknowledge
CompletableFuture<HttpResponseFor<AchTransfer>> acknowledge(SimulationAchTransferAcknowledgeParams params, RequestOptions requestOptions)
-
createNotificationOfChange
CompletableFuture<HttpResponseFor<AchTransfer>> createNotificationOfChange(SimulationAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
-
return_
CompletableFuture<HttpResponseFor<AchTransfer>> return_(SimulationAchTransferReturnParams params, RequestOptions requestOptions)
-
settle
CompletableFuture<HttpResponseFor<AchTransfer>> settle(SimulationAchTransferSettleParams params, RequestOptions requestOptions)
-
submit
CompletableFuture<HttpResponseFor<AchTransfer>> submit(SimulationAchTransferSubmitParams params, RequestOptions requestOptions)
-
-
-
-