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)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/acknowledge, but is otherwise the same as AchTransferServiceAsync.acknowledge.CompletableFuture<HttpResponseFor<AchTransfer>>createNotificationOfChange(SimulationAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/create_notification_of_change, but is otherwise the same as AchTransferServiceAsync.createNotificationOfChange.CompletableFuture<HttpResponseFor<AchTransfer>>return_(SimulationAchTransferReturnParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/return, but is otherwise the same as AchTransferServiceAsync.return_.CompletableFuture<HttpResponseFor<AchTransfer>>settle(SimulationAchTransferSettleParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/settle, but is otherwise the same as AchTransferServiceAsync.settle.CompletableFuture<HttpResponseFor<AchTransfer>>submit(SimulationAchTransferSubmitParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/submit, but is otherwise the same as AchTransferServiceAsync.submit.-
-
Method Detail
-
acknowledge
CompletableFuture<HttpResponseFor<AchTransfer>> acknowledge(SimulationAchTransferAcknowledgeParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/acknowledge, but is otherwise the same as AchTransferServiceAsync.acknowledge.
-
createNotificationOfChange
CompletableFuture<HttpResponseFor<AchTransfer>> createNotificationOfChange(SimulationAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/create_notification_of_change, but is otherwise the same as AchTransferServiceAsync.createNotificationOfChange.
-
return_
CompletableFuture<HttpResponseFor<AchTransfer>> return_(SimulationAchTransferReturnParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/return, but is otherwise the same as AchTransferServiceAsync.return_.
-
settle
CompletableFuture<HttpResponseFor<AchTransfer>> settle(SimulationAchTransferSettleParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/settle, but is otherwise the same as AchTransferServiceAsync.settle.
-
submit
CompletableFuture<HttpResponseFor<AchTransfer>> submit(SimulationAchTransferSubmitParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/submit, but is otherwise the same as AchTransferServiceAsync.submit.
-
-
-
-