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 CompletableFuture<HttpResponseFor<CheckTransfer>>mail(CheckTransferMailParams params)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(CheckTransferMailParams params, RequestOptions requestOptions)-
-
Method Detail
-
mail
@MustBeClosed() CompletableFuture<HttpResponseFor<CheckTransfer>> mail(CheckTransferMailParams params)
Returns a raw HTTP response for
post /simulations/check_transfers/{check_transfer_id}/mail, but is otherwise the same as CheckTransferServiceAsync.mail.
-
mail
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<CheckTransfer>> mail(CheckTransferMailParams params, RequestOptions requestOptions)
-
-
-
-