Interface CheckTransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface CheckTransferService.WithRawResponseA view of CheckTransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description 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 CheckTransferService.mail.abstract HttpResponseFor<CheckTransfer>mail(CheckTransferMailParams params, RequestOptions requestOptions)-
-
Method Detail
-
mail
@MustBeClosed() 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 CheckTransferService.mail.
-
mail
@MustBeClosed() abstract HttpResponseFor<CheckTransfer> mail(CheckTransferMailParams params, RequestOptions requestOptions)
-
-
-
-