Interface CheckTransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CheckTransferServiceAsync.WithRawResponseA view of CheckTransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<CheckTransfer>>mail(SimulationCheckTransferMailParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/check_transfers/{check_transfer_id}/mail, but is otherwise the same as CheckTransferServiceAsync.mail.abstract CompletableFuture<HttpResponseFor<CheckTransfer>>mail(SimulationCheckTransferMailParams params)Returns a raw HTTP response for post /simulations/check_transfers/{check_transfer_id}/mail, but is otherwise the same as CheckTransferServiceAsync.mail.-
-
Method Detail
-
mail
abstract CompletableFuture<HttpResponseFor<CheckTransfer>> mail(SimulationCheckTransferMailParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/check_transfers/{check_transfer_id}/mail, but is otherwise the same as CheckTransferServiceAsync.mail.
-
mail
abstract CompletableFuture<HttpResponseFor<CheckTransfer>> mail(SimulationCheckTransferMailParams params)
Returns a raw HTTP response for
post /simulations/check_transfers/{check_transfer_id}/mail, but is otherwise the same as CheckTransferServiceAsync.mail.
-
-
-
-