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
-
-
Method Detail
-
withOptions
abstract AchTransferServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
acknowledge
CompletableFuture<HttpResponseFor<AchTransfer>> acknowledge(String achTransferId)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/acknowledge, but is otherwise the same as AchTransferServiceAsync.acknowledge.
-
acknowledge
CompletableFuture<HttpResponseFor<AchTransfer>> acknowledge(String achTransferId, AchTransferAcknowledgeParams params, RequestOptions requestOptions)
-
acknowledge
CompletableFuture<HttpResponseFor<AchTransfer>> acknowledge(String achTransferId, AchTransferAcknowledgeParams params)
-
acknowledge
abstract CompletableFuture<HttpResponseFor<AchTransfer>> acknowledge(AchTransferAcknowledgeParams params, RequestOptions requestOptions)
-
acknowledge
CompletableFuture<HttpResponseFor<AchTransfer>> acknowledge(AchTransferAcknowledgeParams params)
-
acknowledge
CompletableFuture<HttpResponseFor<AchTransfer>> acknowledge(String achTransferId, RequestOptions requestOptions)
-
createNotificationOfChange
CompletableFuture<HttpResponseFor<AchTransfer>> createNotificationOfChange(String achTransferId, AchTransferCreateNotificationOfChangeParams 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.
-
createNotificationOfChange
CompletableFuture<HttpResponseFor<AchTransfer>> createNotificationOfChange(String achTransferId, AchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
-
createNotificationOfChange
CompletableFuture<HttpResponseFor<AchTransfer>> createNotificationOfChange(AchTransferCreateNotificationOfChangeParams params)
-
createNotificationOfChange
abstract CompletableFuture<HttpResponseFor<AchTransfer>> createNotificationOfChange(AchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
-
return_
CompletableFuture<HttpResponseFor<AchTransfer>> return_(String achTransferId)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/return, but is otherwise the same as AchTransferServiceAsync.return_.
-
return_
CompletableFuture<HttpResponseFor<AchTransfer>> return_(String achTransferId, AchTransferReturnParams params, RequestOptions requestOptions)
-
return_
CompletableFuture<HttpResponseFor<AchTransfer>> return_(String achTransferId, AchTransferReturnParams params)
-
return_
abstract CompletableFuture<HttpResponseFor<AchTransfer>> return_(AchTransferReturnParams params, RequestOptions requestOptions)
-
return_
CompletableFuture<HttpResponseFor<AchTransfer>> return_(AchTransferReturnParams params)
-
return_
CompletableFuture<HttpResponseFor<AchTransfer>> return_(String achTransferId, RequestOptions requestOptions)
-
settle
CompletableFuture<HttpResponseFor<AchTransfer>> settle(String achTransferId)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/settle, but is otherwise the same as AchTransferServiceAsync.settle.
-
settle
CompletableFuture<HttpResponseFor<AchTransfer>> settle(String achTransferId, AchTransferSettleParams params, RequestOptions requestOptions)
-
settle
CompletableFuture<HttpResponseFor<AchTransfer>> settle(String achTransferId, AchTransferSettleParams params)
-
settle
abstract CompletableFuture<HttpResponseFor<AchTransfer>> settle(AchTransferSettleParams params, RequestOptions requestOptions)
-
settle
CompletableFuture<HttpResponseFor<AchTransfer>> settle(AchTransferSettleParams params)
-
settle
CompletableFuture<HttpResponseFor<AchTransfer>> settle(String achTransferId, RequestOptions requestOptions)
-
submit
CompletableFuture<HttpResponseFor<AchTransfer>> submit(String achTransferId)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/submit, but is otherwise the same as AchTransferServiceAsync.submit.
-
submit
CompletableFuture<HttpResponseFor<AchTransfer>> submit(String achTransferId, AchTransferSubmitParams params, RequestOptions requestOptions)
-
submit
CompletableFuture<HttpResponseFor<AchTransfer>> submit(String achTransferId, AchTransferSubmitParams params)
-
submit
abstract CompletableFuture<HttpResponseFor<AchTransfer>> submit(AchTransferSubmitParams params, RequestOptions requestOptions)
-
submit
CompletableFuture<HttpResponseFor<AchTransfer>> submit(AchTransferSubmitParams params)
-
submit
CompletableFuture<HttpResponseFor<AchTransfer>> submit(String achTransferId, RequestOptions requestOptions)
-
-
-
-