Interface AchTransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface AchTransferServiceAsync.WithRawResponseA view of AchTransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract CompletableFuture<HttpResponseFor<AchTransfer>>acknowledge(SimulationAchTransferAcknowledgeParams params)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/acknowledge, but is otherwise the same as AchTransferServiceAsync.acknowledge.abstract 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.abstract CompletableFuture<HttpResponseFor<AchTransfer>>createNotificationOfChange(SimulationAchTransferCreateNotificationOfChangeParams params)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.abstract 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_.abstract CompletableFuture<HttpResponseFor<AchTransfer>>return_(SimulationAchTransferReturnParams params)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/return, but is otherwise the same as AchTransferServiceAsync.return_.abstract 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.abstract CompletableFuture<HttpResponseFor<AchTransfer>>settle(SimulationAchTransferSettleParams params)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/settle, but is otherwise the same as AchTransferServiceAsync.settle.abstract 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.abstract CompletableFuture<HttpResponseFor<AchTransfer>>submit(SimulationAchTransferSubmitParams params)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
abstract 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.
-
acknowledge
abstract CompletableFuture<HttpResponseFor<AchTransfer>> acknowledge(SimulationAchTransferAcknowledgeParams params)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/acknowledge, but is otherwise the same as AchTransferServiceAsync.acknowledge.
-
createNotificationOfChange
abstract 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.
-
createNotificationOfChange
abstract CompletableFuture<HttpResponseFor<AchTransfer>> createNotificationOfChange(SimulationAchTransferCreateNotificationOfChangeParams params)
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_
abstract 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_.
-
return_
abstract CompletableFuture<HttpResponseFor<AchTransfer>> return_(SimulationAchTransferReturnParams params)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/return, but is otherwise the same as AchTransferServiceAsync.return_.
-
settle
abstract 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.
-
settle
abstract CompletableFuture<HttpResponseFor<AchTransfer>> settle(SimulationAchTransferSettleParams params)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/settle, but is otherwise the same as AchTransferServiceAsync.settle.
-
submit
abstract 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.
-
submit
abstract CompletableFuture<HttpResponseFor<AchTransfer>> submit(SimulationAchTransferSubmitParams params)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/submit, but is otherwise the same as AchTransferServiceAsync.submit.
-
-
-
-