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
-
acknowledge
@MustBeClosed() CompletableFuture<HttpResponseFor<AchTransfer>> acknowledge(AchTransferAcknowledgeParams params)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/acknowledge, but is otherwise the same as AchTransferServiceAsync.acknowledge.
-
acknowledge
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<AchTransfer>> acknowledge(AchTransferAcknowledgeParams params, RequestOptions requestOptions)
-
createNotificationOfChange
@MustBeClosed() CompletableFuture<HttpResponseFor<AchTransfer>> createNotificationOfChange(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
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<AchTransfer>> createNotificationOfChange(AchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
-
return_
@MustBeClosed() CompletableFuture<HttpResponseFor<AchTransfer>> return_(AchTransferReturnParams params)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/return, but is otherwise the same as AchTransferServiceAsync.return_.
-
return_
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<AchTransfer>> return_(AchTransferReturnParams params, RequestOptions requestOptions)
-
settle
@MustBeClosed() CompletableFuture<HttpResponseFor<AchTransfer>> settle(AchTransferSettleParams params)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/settle, but is otherwise the same as AchTransferServiceAsync.settle.
-
settle
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<AchTransfer>> settle(AchTransferSettleParams params, RequestOptions requestOptions)
-
submit
@MustBeClosed() CompletableFuture<HttpResponseFor<AchTransfer>> submit(AchTransferSubmitParams params)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/submit, but is otherwise the same as AchTransferServiceAsync.submit.
-
submit
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<AchTransfer>> submit(AchTransferSubmitParams params, RequestOptions requestOptions)
-
-
-
-